aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
Commit message (Collapse)AuthorAge
...
| | * | | fixing selection when switching documentsValerio Virgillito2012-05-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | | cleanup itemsValerio Virgillito2012-05-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | | fixing the closing of documentsValerio Virgillito2012-05-30
| | |/ / | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | opening code view documentsValerio Virgillito2012-05-30
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | Merge branch 'Dom-Architecture' of github.com:mqg734/ninja-internal into ↵Valerio Virgillito2012-05-30
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document-bindings-fix Conflicts: js/stage/stage-deps.js js/stage/stage.reel/stage.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | | * | Cache perspective distance lookup to speed up user interaction.Nivesh Rajbhandari2012-05-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | | * | IKNinja-1491 - Adding slice value to border gradients.Nivesh Rajbhandari2012-05-25
| | | |/ | | | | | | | | | | | | | | | | | | | | Note that using "circle cover" comes close to matching our canvas 2d/WebGL shape's stroke gradients, but still a little off. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | * | Fixing the close document.Valerio Virgillito2012-05-30
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | cleanup and handling the document views in the document controller for now.Valerio Virgillito2012-05-29
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | fix for the document tab close button and rulers on initial documentValerio Virgillito2012-05-29
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | document bindings phase 1Valerio Virgillito2012-05-29
| | |/ | | | | | | | | | | | | | | | | | | | | | - using array controller to bind the current document to all ninja components - removed open document event - removed references to the document controller Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | / Objects Panel - Add component icon and icons by typeEric Guzman2012-06-11
|/ /
* | Controller - Allow currentBindings to update by resetting currentObjectEric Guzman2012-06-11
| |
* | Binding Panel - Direction toggle changes are savable.Eric Guzman2012-06-10
| |
* | Changes to Binding ViewArmen Kesablyan2012-06-07
| | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | Object ControllerArmen Kesablyan2012-06-06
| | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | Binding Panel - Add getPropertyList and fix null currentObjectEric Guzman2012-06-05
| |
* | Objects Controller - Fix access to the oneway propertyEric Guzman2012-06-01
| |
* | Binding Panel - Item css and toggle button action handlerEric Guzman2012-06-01
| |
* | Bindings Panel - Update binding panel componentsEric Guzman2012-06-01
| |
* | Objects Controller - Add bindable controller properties, and bindings getterEric Guzman2012-05-30
| |
* | Merge branch 'binding' of github.com:dhg637/ninja-internal into bindingEric Guzman2012-05-25
|\ \
| * | Merge branch 'refs/heads/dom-architecture' into bindingArmen Kesablyan2012-05-25
| |\|
| | * Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-24
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/document/document-html.js js/helper-classes/3D/view-utils.js js/stage/stage.reel/stage.js
| | | * 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>
| | * | Some clean up, adding commentsJose Antonio Marquez2012-05-24
| | | | | | | | | | | | | | | | This obviously needs much work and reworking...
| | * | Renaming variable as it will now be usedJose Antonio Marquez2012-05-24
| | | | | | | | | | | | | | | | This is no longer a temp fix, it might be a permanent boolean to open/close web-request API gates.
| | * | Cleaning up referencing to 'documentRoot' and '_document'Jose Antonio Marquez2012-05-24
| | | | | | | | | | | | | | | | Moved to reference new model in DOM architecture rework. This should not affect anything, just moving the references, and also the setting to the render methods in the design view.
| | * | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-23
| | |\ \
| | * \ \ Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-22
| | |\ \ \
| | * | | | Adding redirect from app folder in templatesJose Antonio Marquez2012-05-22
| | | | | | | | | | | | | | | | | | | | | | | | This doesn't resolve the issue of XHR requests made in Montage.
* | | | | | Objects Controller - Now keeps track of document's object instances, ↵Eric Guzman2012-05-25
|/ / / / / | | | | | | | | | | | | | | | including added components
* | | | | Merge branch 'refs/heads/dom-architecture' into bindingArmen Kesablyan2012-05-23
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/data/panels-data.js Signed-off-by: Armen Kesablyan <armen@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.