aboutsummaryrefslogtreecommitdiff
path: root/js/io/document
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.
* 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>
| * | 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>
* | 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>
* | 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>
* | 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 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>
* | 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>
* | fixed reference to coreioapiAnanya Sen2012-02-01
| | | | | | | | | | | | cleaning up opening code view tabs 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>
* | 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>