aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/base.js
Commit message (Collapse)AuthorAge
* Fix: Enabling preview from code viewJose Antonio Marquez2012-07-31
| | | | Added a temp patch to enable preview from code view when viewing HTML document (with design view). This does not save external assets, so CSS and components will not be saved.
* added save for code view, fixed code view editor bug, reuse code editor ↵Ananya Sen2012-07-25
| | | | | | | | | | | | options component in document bar Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/document/views/design-code.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* adding a viewIdentifier to the model to enable design/code switchValerio Virgillito2012-07-24
| | | | | | | | | Todo: - Cleanup and remove listeners - Finish stage reload - Add remaining bindings. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* New: Adding logic to insert code view save method(s)Jose Antonio Marquez2012-07-24
|
* New: Adding switch view methodJose Antonio Marquez2012-07-16
| | | | Added a method to switch views from code and design. (Code is not currently supported)
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* Merge branch 'refs/heads/master' into bindingArmen Kesablyan2012-06-19
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/document/document-html.js js/document/templates/app/main.js js/panels/Panel.reel/Panel.js node_modules/montage/ui/native-control.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
| * Merge branch 'refs/heads/Ninja-Internal' into TempPromptUIJose Antonio Marquez2012-06-12
| |\
| | * rewrite: currentSelectedContainer -> domContainerValerio Virgillito2012-06-08
| | | | | | | | | | | | | | | | | | | | | Fixed the currentSelectedContainer by removing bindings and using property change on the current document added the red outline back. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Adding temp prompt UI componentJose Antonio Marquez2012-06-11
| |/ | | | | | | Added a temp prompt component and added on before close logic to ensure user does not lose data if the file needs saving when they close.
* / Changes Made to Object Listing of iFrameArmen Kesablyan2012-06-11
|/ | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Fixing unique ID storeJose Antonio Marquez2012-06-07
|
* Adding unique ID to canvas data foldersJose Antonio Marquez2012-06-07
| | | | Also set up for tracking ID created, will be adding support for parsing files without saving later, but flag is now present.
* Cleaning upJose Antonio Marquez2012-06-06
| | | | Removed reference of model in design view, clean up slightly, need to implement binding later.
* Adding saving blocking screenJose Antonio Marquez2012-06-04
| | | | This is for chrome preview, also fixed other preview bug with plain files not opening in preview.
* Adding lib copy blocking to previewJose Antonio Marquez2012-06-04
| | | | This fixes an issue with launching preview before libraries were copied, hence, first time run would fail. Need to add a feedback screen for this process.
* fixing some selection container changes and the breadcrumb not drawing initiallyValerio Virgillito2012-06-01
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* fixing selection when switching documentsValerio Virgillito2012-05-31
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Clean up and adding TODOsJose Antonio Marquez2012-05-18
|
* Fixing save logicJose Antonio Marquez2012-05-18
| | | | Moved dirty marker clearing code to model.
* enabling basic document switchingValerio Virgillito2012-05-18
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Adding basic montage components I/OJose Antonio Marquez2012-05-16
| | | | Only for saving basic components without a reel.
* Fixing preview bugJose Antonio Marquez2012-05-16
| | | | Also setting up for Montage component serialization.
* Merge branch 'dom-architecture' of ↵Valerio Virgillito2012-05-15
|\ | | | | | | github.com:Motorola-Mobility/ninja-internal into dom-architecture
| * Adding special preview for templatesJose Antonio Marquez2012-05-15
| |
* | document close handler. initial working draftValerio Virgillito2012-05-15
|/ | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* File save for banner templateJose Antonio Marquez2012-05-15
| | | | Adding file save for templates, completing I/O.
* Adding support for new templatesJose Antonio Marquez2012-05-11
| | | | This is supported for NEW and OPEN, SAVE is not supported yet by I/O. Saving works, but it will not be a banner template.
* Adding partial close functionalityJose Antonio Marquez2012-05-10
|
* Adding SAVE for I/OJose Antonio Marquez2012-05-08
| | | | Adding save functionality to new template. Need to implement user UI for prompts and also clean up...
* Adding Chrome PreviewJose Antonio Marquez2012-05-08
|
* Adding webGL support for opening filesJose Antonio Marquez2012-05-07
| | | | Added I/O for loading webGL on open file. I/O support for saving to come.
* Preliminary IO to new DOM viewJose Antonio Marquez2012-05-01
|
* Setting up new architecture for I/OJose Antonio Marquez2012-05-01
|
* Fixed the stage border and layout in the new templateValerio Virgillito2012-04-26
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* reverting old template to current working status. New template work.Valerio Virgillito2012-04-20
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Backup for mergeJose Antonio Marquez2012-04-04