aboutsummaryrefslogtreecommitdiff
path: root/js/io
Commit message (Collapse)AuthorAge
...
* Cleaning upJose Antonio Marquez2012-02-14
| | | | Setting up a 'document' folder to handle all document related classes that in relation to IO
* 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 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-13
|\
| * 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 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-13
|\ \
| * | initial color chip for the stageValerio Virgillito2012-02-10
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Save 'code' view filesJose Antonio Marquez2012-02-13
| | | | | | | | | | | | Added functionality (temp) to save files in code view.
* | | File Save (with CSS styles)Jose Antonio Marquez2012-02-12
| | | | | | | | | | | | Temp fix for saving styles in <style> of HTML document.
* | | File Save (HTML only)Jose Antonio Marquez2012-02-12
| | | | | | | | | | | | Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
* | | File OpenJose Antonio Marquez2012-02-10
| |/ |/| | | | | Adding the functionality to open a basic file.
* | hide iframeContainer if we want to open code view as the first document ↵Ananya Sen2012-02-10
| | | | | | | | | | | | after ninja launches Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | removed temporary test to open ninja without default document, since it is ↵Ananya Sen2012-02-10
| | | | | | | | | | | | breaking other things. 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
| | |
| * | disabling the auto open of a document on load. Temporary using the new ↵Valerio Virgillito2012-02-09
| | | | | | | | | | | | | | | | | | project button to open a document. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | file open and file new integrated againAnanya Sen2012-02-10
|/ / | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | File OpenJose Antonio Marquez2012-02-09
| | | | | | | | Adding file open functionality.
* | Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-09
|\ \ | | | | | | | | | | | | | | | Conflicts: js/io/system/fileio.js js/mediators/io-mediator.js
| * | 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>
* | | New FileJose Antonio Marquez2012-02-09
|/ / | | | | | | Adding new file functionality, awaiting UI to implement correct file path for templates to hook into mediator.
* | Fixing URI for templates, need UI to use correct dataJose Antonio Marquez2012-02-09
| |
* | Adding a purge library methodJose Antonio Marquez2012-02-08
| | | | | | | | Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
* | Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIOAnanya Sen2012-02-08
|\ \
| * | Setting up packaged appJose Antonio Marquez2012-02-08
| | |
| * | Fixed data type issue on copying library filesJose Antonio Marquez2012-02-08
| | | | | | | | | | | | Fixed the methods to allow for ArrayBuffer data to be sent, fixes saving files that are not plain text.
| * | Mime type fixesJose Antonio Marquez2012-02-07
| | | | | | | | | | | | Trying to fix mime type issues in FileSystem, Chrome does not support reponseType 'blob', so looking at alternatives.
| * | Copy local library to cloudJose Antonio Marquez2012-02-07
| | | | | | | | | | | | Adding functionality to copy a local library to the cloud. Currently creating directory structure. Need to add ability to copy files and ensure proper mime-type is set.
| * | Adding library synced eventsJose Antonio Marquez2012-02-07
| | | | | | | | | | | | Added an event that will be dispatched when Ninja loads and the local chrome Ninja library is fully synced with all required libs.
| * | Adding mime-type detection for new fileJose Antonio Marquez2012-02-07
| | |
| * | Adding ability to copy an entire library for NinjaJose Antonio Marquez2012-02-07
| | | | | | | | | | | | Added the functionality to copy an entire directory/library from a JSON descriptor file into the app sandbox. Need to add logic to dispatch a 'synchronized' event for Ninja to know everything is up to date.
| * | Single file library syncingJose Antonio Marquez2012-02-06
| | | | | | | | | | | | Added the ability to store locally in chrome single file libraries used by Ninja. Working on adding multi-file libraries.
| * | Merge branch 'refs/heads/AnanyaFileIO' into FileIOJose Antonio Marquez2012-02-06
| |\ \
| * | | Adding logic to copy ninja librariesJose Antonio Marquez2012-02-06
| | | | | | | | | | | | | | | | Setting up the logic to handling copying ninja required libraries into the app local file system sandbox to be used by cloud simulator.
| * | | Setting up library detection for Chrome File SystemJose Antonio Marquez2012-02-06
| | | |
* | | | fixed undo/redo for each code view document, changed new file integration ↵Ananya Sen2012-02-08
| |/ / |/| | | | | | | | | | | | | | with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | integrated save for the document tabs, detect codemirror history to show ↵Ananya Sen2012-02-06
|/ / | | | | | | | | | | document dirty indicator. Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | 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>