aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
Commit message (Collapse)AuthorAge
* Fixed selection bug when switching/opening documents. Also, use saved scroll ↵Nivesh Rajbhandari2012-05-24
| | | | | | values when switching between documents. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* fixing the styles manager to open code view files and closing the last document.Valerio Virgillito2012-05-23
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge pull request #252 from ananyasen/dom-architectureValerio Virgillito2012-05-23
|\ | | | | bug fixes
| * Merge branch 'refs/heads/master-dom-architecture' into dom-architectureAnanya Sen2012-05-22
| |\
| * | - don't redraw stage for code document - fixes a switching bugAnanya Sen2012-05-22
| | | | | | | | | | | | | | | | | | | | | - fix for ctrl+S for code document - disallow opening the panels while in code document Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | improve the closing of documents.Valerio Virgillito2012-05-23
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | CSS Panel - Merged Styles controller from DOM ArchitectureEric Guzman2012-05-22
| | |
* | | Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-22
|\ \ \ | | |/ | |/| | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates Conflicts: js/controllers/styles-controller.js
| * | fixing the selection in multiple documents and some code cleanupValerio Virgillito2012-05-22
| |/ | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * fixing a few document switching issues.Valerio Virgillito2012-05-22
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * - fixed save asAnanya Sen2012-05-21
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * - added opening multiple code and design view documentsAnanya Sen2012-05-21
| | | | | | | | | | | | | | - switching between multiple code and design view documents - Note: closing of documents, when multiple documents are open, is not yet implemented Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * save for code view documents in the new dom architectureAnanya Sen2012-05-18
| | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * Merge branch 'refs/heads/master-dom-architecture' into dom-architectureAnanya Sen2012-05-18
| |\
| * | integrated open code view document in new dom architectureAnanya Sen2012-05-18
| | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-18
|\ \ \ | | |/ | |/| | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates
| * | Merge branch 'dom-architecture' of ↵Valerio Virgillito2012-05-18
| |\ \ | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into dom-architecture
| | * | Fixing save logicJose Antonio Marquez2012-05-18
| | | | | | | | | | | | | | | | Moved dirty marker clearing code to model.
| * | | fixing the color chip for the document rootValerio Virgillito2012-05-18
| |/ / | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | fixed a switch documents bug where the layout was getting called before ↵Valerio Virgillito2012-05-18
| | | | | | | | | | | | | | | | | | setting the container. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Fixing the save as pathsValerio Virgillito2012-05-18
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | enabling basic document switchingValerio Virgillito2012-05-18
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | multiple documents - enable opening multiple documents and initial switchingValerio Virgillito2012-05-17
| |/ | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Style sheets - Add support for removing default style sheetEric Guzman2012-05-18
| |
* | CSS Panel - Add support for deleting style sheetsEric Guzman2012-05-18
| |
* | Merge branch 'dom-architecture' of ↵Eric Guzman2012-05-17
|\| | | | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into CSSPanelUpdates Conflicts: js/document/templates/montage-html/default_html.css js/lib/NJUtils.js
| * document controller and stage view code cleanupValerio Virgillito2012-05-16
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * code cleanup and refactoring of the document controller and stage viewValerio Virgillito2012-05-16
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * clearing the needs save flag on save.Valerio Virgillito2012-05-16
| | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Merge branch 'refs/heads/master' into dom-architectureValerio Virgillito2012-05-16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/document/templates/montage-html/package.json js/io/system/ninjalibrary.json node_modules/descriptor.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | removing first draw on the component eventValerio Virgillito2012-05-16
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | fixing some of the document bindings.Valerio Virgillito2012-05-16
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | fixed some binding warningsValerio Virgillito2012-05-15
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | document close handler. initial working draftValerio Virgillito2012-05-15
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Merge branch 'dom-architecture' of ↵Valerio Virgillito2012-05-14
| |\ \ | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into dom-architecture
| | * \ Merge branch 'refs/heads/dom-architecture-master' into Dom-ArchitectureNivesh Rajbhandari2012-05-14
| | |\ \
| | | * \ Merge pull request #226 from mqg734/Dom-ArchitectureValerio Virgillito2012-05-14
| | | |\ \ | | | | | | | | | | | | Fixing 3d to work in banner templates.
| | | * | | Fixing webRequest URL parsingJose Antonio Marquez2012-05-14
| | | | | |
| | * | | | Viewport for banner templates so content doesn't push through "body".Nivesh Rajbhandari2012-05-14
| | | |/ / | | |/| | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | * | | Fixing 3d to work in banner templates.Nivesh Rajbhandari2012-05-14
| | |/ / | | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * / / code cleanupValerio Virgillito2012-05-14
| |/ / | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | 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.
| * | Fixing the dirty document flag. Disabling the stylesheets dirty flag because ↵Valerio Virgillito2012-05-10
| | | | | | | | | | | | | | | | | | === true on document open. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Partially fixing the body pi and fixing the selection controllerValerio Virgillito2012-05-10
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | remove console logsValerio Virgillito2012-05-10
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Merge branch 'dom-architecture' of ↵Valerio Virgillito2012-05-10
| |\ \ | | | | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into dom-architecture
| | * | Adding webRequest APIJose Antonio Marquez2012-05-10
| | | | | | | | | | | | | | | | Adding webRequest API to handle local URLs intercepting. Should be a temp fix.
| * | | Fixing the google components.Valerio Virgillito2012-05-10
| |/ / | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Adding partial close functionalityJose Antonio Marquez2012-05-10
| | |