aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui
Commit message (Collapse)AuthorAge
* Merge branch 'local-storage-version' of ↵Valerio Virgillito2012-02-27
|\ | | | | | | https://github.com/mencio/ninja-internal into integration-candidate
| * prefixing the local storage and using the new local-storage object.Valerio Virgillito2012-02-24
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Merge pull request #16 from ananyasen/FileIOJose Antonio Marquez Russo2012-02-22
|\ \ | | | | | | FileIO branch pull request
| * \ Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-22
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/controllers/document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | | - file picker - select file on double clickAnanya Sen2012-02-21
| | | | | | | | | | | | | | | | | | | | | | | | - check cloud availability before IO operations [open file, new file, Save, Save As]. Canceling operation if cloud was unavailable, as per team's agreement. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | | Revert "check cloud availability before open file picker and new file dialogs"Ananya Sen2012-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3251315ecc22544dab50623ee5862e00dfe02302. Conflicts: js/controllers/document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | | Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-20
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Conflicts: js/controllers/document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | | check cloud availability before open file picker and new file dialogsAnanya Sen2012-02-20
| | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | | moving the default folder location to the navigator to fix the ok button issueValerio Virgillito2012-02-22
| |_|/ |/| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Adding some comments.Valerio Virgillito2012-02-21
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Adding the default folder by default when opening a new file dialog.Valerio Virgillito2012-02-21
| | | | | | | | | | | | | | | | | | Adding the default folder name in the new file dialog input field. Also some more cleanup. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | cleanup - using montage functions handlers and using the NJeventValerio Virgillito2012-02-21
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | cleanup - Removing temporary div to render the popupsValerio Virgillito2012-02-21
| |/ |/| | | | | | | | | We don't need to render the popup before opening them. Removing that hack. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Merge pull request #11 from ericguzman/StylesControllerUpdatesJose Antonio Marquez Russo2012-02-20
|\ \ | |/ |/| Styles controller updates
| * Cloud URL localStorage FixJose Antonio Marquez2012-02-20
| | | | | | | | Fixed logic to remember and display the previously used URL for local cloud if not started on Ninja load.
* | Merge branch 'refs/heads/FileIO-jose' into FileIOAnanya Sen2012-02-17
|\| | | | | | | | | | | | | | | Conflicts: css/ninja.css js/controllers/document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * Adding webRequest redirects for iFrame templatesJose Antonio Marquez2012-02-17
| |
| * Cloud download windows bug fixJose Antonio Marquez2012-02-16
| |
| * Adding Cloud app download URLsJose Antonio Marquez2012-02-16
| |
* | remove similar function from coreioapi.jsAnanya Sen2012-02-16
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | moved file picker in file ioAnanya Sen2012-02-16
|/ | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* use button tag for save as dialogAnanya Sen2012-02-14
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* File IO UI tweaksJose Antonio Marquez2012-02-13
| | | | Making minor tweaks to the UI for file IO, will need to make much more at a later time.
* new file dialog - preselect default templateAnanya Sen2012-02-13
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-13
|\
| * Save 'code' view filesJose Antonio Marquez2012-02-13
| | | | | | | | Added functionality (temp) to save files in code view.
| * File OpenJose Antonio Marquez2012-02-10
| | | | | | | | Adding the functionality to open a basic file.
* | Revert "Merge from /joseeight/ninja-internal/tree/FileIO"Ananya Sen2012-02-10
| | | | | | | | | | | | This reverts commit c48eeb01bd726895dc577d8b843b2a75883eee07. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | Merge from /joseeight/ninja-internal/tree/FileIOAnanya Sen2012-02-10
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | show iframeContainer if all documents are closedAnanya Sen2012-02-10
|/ | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-10
|\ | | | | | | | | | | | | Conflicts: js/io/document/document-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * Adding download cloud app UIJose Antonio Marquez2012-02-09
| |
* | file open and file new integrated againAnanya Sen2012-02-10
|/ | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fixed templates descriptor, changed validation to on key up, fixed minor ui ↵Ananya Sen2012-02-09
| | | | | | issues 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>
| * 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.
* | 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>
* 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
|\
| * 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.
| * 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>
* 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.