You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by onflapp <gi...@git.apache.org> on 2014/04/26 23:31:06 UTC

[GitHub] cordova-osx pull request: enhancements to the cordova-osx

GitHub user onflapp opened a pull request:

    https://github.com/apache/cordova-osx/pull/9

    enhancements to the cordova-osx

    - added kiosk mode - full screen, hide cursor
    - configuration to enable WebKit inspector
    - added SourceBaseDir parameter to make development easier (no need to rebuild app after changing CSS/JS)
    - CDVViewController can be used to create multiple windows (makes window.open to works)
    - small fixes

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/onflapp/cordova-osx master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-osx/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9
    
----
commit c7b79980afd0036874560d8f0d06c1f5ea418321
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-21T09:44:00Z

    kiosk mode settings

commit c282580905d137a907a269d8e8f9756149a8635d
Author: onflapp <on...@gmail.com>
Date:   2014-04-21T21:19:13Z

    view controller updates

commit 7ae5d22f305265b525682dd0bc7f81f06b662b16
Author: onflapp <on...@gmail.com>
Date:   2014-04-21T21:30:48Z

    FileAPI

commit 9f47efc802786d4f6baa6eef58c4fb0821b9bfb6
Author: onflapp <on...@gmail.com>
Date:   2014-04-22T07:40:00Z

    view controller reorg

commit 1a2e63902fe791f3b4d4e9f5cae4a29944efaa5e
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T16:19:33Z

    commit before the merge

commit 90dc01779a48337ad8ed2dad172c8d149c918b4b
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T19:59:54Z

    Merge branch 'master' of https://github.com/apache/cordova-osx
    
    Conflicts:
    	CordovaFramework/CordovaFramework.xcodeproj/project.pbxproj
    	CordovaLib/CordovaLib/Classes/CDVViewController.m
    	bin/templates/project/__TESTING__/config.xml
    	templates/project/__CDV_PRODUCT_NAME__/Classes/MainViewController.m

commit 265ecfcc7ce2988b584e22b610616617681394a6
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T20:11:50Z

    upstream merge

commit 821a81234db762e77e0659aafcac94212c7f5782
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T20:41:04Z

    additional merge changes

commit 361fe26100e7700a8dcfafbf43520c59dc9da872
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T21:01:10Z

    move initialization from awareFromNib to __init

commit 0914d83c231e57d04213770886f112f5db540a0e
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T21:01:30Z

    fix the message in the command delegate

commit 5c0eb8d24180676e6abe389a175f63d591d40aa1
Author: Ondrej Florian <of...@adobe.com>
Date:   2014-04-26T21:21:59Z

    addition options description and changes to the templates

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cordova-osx pull request: enhancements to the cordova-osx

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the pull request:

    https://github.com/apache/cordova-osx/pull/9#issuecomment-43596586
  
    Apache projects on Github are not under the control of the committers. Issues are to be reported in JIRA, see https://github.com/apache/cordova-osx/blob/master/CONTRIBUTING.md and you can subscribe to the cordova-dev mailing list as well.
    
    PRs are to be submitted through Github still. All committers get an email notification on the cordova-dev mailing list regarding all pull requests.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cordova-osx pull request: enhancements to the cordova-osx

Posted by nickl- <gi...@git.apache.org>.
Github user nickl- commented on the pull request:

    https://github.com/apache/cordova-osx/pull/9#issuecomment-43494628
  
    @shazron Excuse the hijack, can you please enable the issues on this project (see admin settings, disabled by default) so that we have somewhere appropriate to discuss.
    
    Who/where is the "official project" for cordova-osx, is this being picked up by apache or abandoned? 
    
    I managed to get it working but the documentation and patches are outdated now, it seems `plugman` has become part of cordova-lib. Where do I submit the changes do you want PRs here on github or is there somewhere more appropriate upstream?
    
    There are some issues and I am not sure if it is a fault in the porting or inherent in cordova-osx. Where can we discuss these concerns?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cordova-osx pull request: enhancements to the cordova-osx

Posted by onflapp <gi...@git.apache.org>.
Github user onflapp closed the pull request at:

    https://github.com/apache/cordova-osx/pull/9


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-osx pull request: enhancements to the cordova-osx

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the pull request:

    https://github.com/apache/cordova-osx/pull/9#issuecomment-41994793
  
    I believe you said you are re-submitting? If so, please close this PR


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---