aboutsummaryrefslogtreecommitdiff
path: root/js/io
Commit message (Collapse)AuthorAge
* Setting up library detection for Chrome File SystemJose Antonio Marquez2012-02-06
|
* Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-05
|\
| * Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-05
| |\
| * | changes to show document dirty indicator on editing code view, and to remove ↵Ananya Sen2012-02-05
| | | | | | | | | | | | | | | | | | dirty indicator on save. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | Setting up Chrome IO classJose Antonio Marquez2012-02-05
| |/ |/|
* | Setting up IO Ninja LibraryJose Antonio Marquez2012-02-05
| | | | | | | | This class will be used to copy locally the library needed for Ninja's IO.
* | Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-04
|\|
| * allow to open html file in design view,Ananya Sen2012-02-03
| | | | | | | | | | | | integrated file open with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * added editor tab save while switching code view tabs,Ananya Sen2012-02-03
| | | | | | | | | | | | integrated new file dialog with io mediator to open the new file in a new tab Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * removed using montage button, since it has changed in Montafe 0.6Ananya Sen2012-02-03
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-03
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/io/document/document-controller.js js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js js/io/ui/save-as-dialog.reel/save-as-dialog.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | removed usage of NJUtils.js as it is being deleted.Ananya Sen2012-02-03
| | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | integrated new file dialog with the template descriptor.json and ↵Ananya Sen2012-02-02
| | | | | | | | | | | | | | | | | | document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | Setting up Chrome File System API classJose Antonio Marquez2012-02-04
| |/ |/| | | | | Chrome file system API will be used to copy over files from the sandboxed app into the sandboxed file system directory (in Chrome) to then be used by the core API and the cloud.
* | Chrome FileSystem API TestingJose Antonio Marquez2012-02-02
| | | | | | | | Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
* | Removing reference to Ninja UtilsJose Antonio Marquez2012-02-02
|/ | | | This was removed, will need to check was it affects. Also added the removed checking script on Ninja didDraw to prompt user for cloud simulator.
* uri validation moved to file io apisAnanya Sen2012-02-02
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-02
|\
| * File IO clean up and setting upJose Antonio Marquez2012-02-01
| | | | | | | | Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.
| * Adding cancel functionality to cloud popupJose Antonio Marquez2012-02-01
| | | | | | | | Added the functionality to the cloud pupup cancel button to set the rootURL to null if selected, ok button will allow the value to remain as last input. Test button tests the URL, and therefore set it, but does not handling closing the dialog.
| * Updating after merge with other FileIO branchJose Antonio Marquez2012-02-01
| |
| * Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-01
| |\
| * | Removing filesytem class, no longer usedJose Antonio Marquez2012-02-01
| | | | | | | | | | | | Also cleaning up cloud popup IU.
| * | Adding cloud popup copyJose Antonio Marquez2012-02-01
| | |
* | | refactoring some file names and locations,Ananya Sen2012-02-02
| | | | | | | | | | | | | | | | | | change made to maintain only one codemirror div. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | fixed code view container, and switching code viewAnanya Sen2012-02-02
| | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | changes to open multiple code view tabs and switch between the code views, ↵Ananya Sen2012-02-02
| |/ |/| | | | | | | | | added nj-skinned css class for the buttons in file picker, new file dialog and save as dialog Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | convert fileUtils to a montage component so that it can access the coreioapi ↵Ananya Sen2012-02-01
| | | | | | | | | | | | singleton. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-01
|\|
| * Fixing coreIO API referencingJose Antonio Marquez2012-02-01
| |
| * Applying global button styles to cloud popupJose Antonio Marquez2012-02-01
| |
| * Cloud API Popup FixesJose Antonio Marquez2012-01-31
| | | | | | | | Minor layout fixes, adjusted functionality slightly, need to check into adjusting the file and directory URL constructs for API changes.
| * Hooking cloud popup UI to coreJose Antonio Marquez2012-01-31
| | | | | | | | Set up the popup UI for cloud to core API to detected cloud API connection.
| * Cloud IO PromptJose Antonio Marquez2012-01-31
| | | | | | | | Setting up UI for the file IO prompt on initialization of Ninja and whenever a cloud IO call is made and the server is not detected.
* | fixed reference to coreioapiAnanya Sen2012-02-01
| | | | | | | | | | | | cleaning up opening code view tabs Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-01-31
|\| | | | | | | | | | | | | | | Conflicts: _scss/imports/scss/_Stage.scss js/io/system/coreioapi.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * Core API initialization routineJose Antonio Marquez2012-01-30
| | | | | | | | Setting up the core API routine to check for cloud API availability. Also cleaned up template files for IO and set up initial string contents.
| * Setting up new fileJose Antonio Marquez2012-01-30
| | | | | | | | Adding base functionality to creating files.
* | added the api to check if a file is writableAnanya Sen2012-01-31
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Merge branch 'refs/heads/IOWorkflow' into FileIOAnanya Sen2012-01-30
|\ \
| * | calling coreioapi.js directly since filesystem.js will be deletedAnanya Sen2012-01-30
| | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | Moving changes from Gerrit, on 1/27, to the github branch:Ananya Sen2012-01-30
| |/ | | | | | | | | | | | | - added file existence check and validation to save as dialog - minor css fix for file picker, new file dialog Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | calling coreioapi.js directly since filesystem.js will be deletedAnanya Sen2012-01-30
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | moved fix to open js and css files in code view , from gerrit to githubAnanya Sen2012-01-30
|/ | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Core API clean upJose Antonio Marquez2012-01-29
| | | | Cleaning up File IO core API and setting up to use URL from welcome screen or local storage. Class will perform an automatic check for IO API to be active, otherwise prompt user.
* Merged old FileIOJose Antonio Marquez2012-01-29
|
* Setting up App cachingJose Antonio Marquez2012-01-27
| | | | Set up the app caching for Ninja and files for initial templates for file I/O
* Merged old FileIOJose Antonio Marquez2012-01-27
|
* First commit of Ninja to ninja-internalPierre Frisch2012-01-27
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>