aboutsummaryrefslogtreecommitdiff
path: root/js/mediators
Commit message (Collapse)AuthorAge
* Merge branch 'refs/heads/master' into element-model-fixesValerio Virgillito2012-06-05
|\ | | | | | | | | | | | | Conflicts: js/mediators/element-mediator.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Merge pull request #267 from mqg734/ToolOptionsValerio Virgillito2012-06-05
| |\ | | | | | | Updated ink bottle and fill tools to support tool options checkboxes and materials.
| | * Updated ink bottle tool to support color-chip's checkbox and undo/redo for ↵Nivesh Rajbhandari2012-06-05
| | | | | | | | | | | | | | | | | | strokes/borders. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| | * Fill and Ink-Bottle fixes.Nivesh Rajbhandari2012-06-04
| | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | | removing all model creators.Valerio Virgillito2012-06-05
|/ / | | | | | | | | | | The elementModel is now a getter that will create a new model when needed. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | 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.
* | Merge branch 'refs/heads/Ninja-Internal' into ComponentsJose Antonio Marquez2012-06-04
|\|
| * Merge branch 'refs/heads/master' into document-bindings-fixValerio Virgillito2012-06-01
| |\
| * | 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>
* | | Creating template mediator classJose Antonio Marquez2012-06-01
| |/ |/| | | | | This is to simplify code, more to be changed and added.
* | Fixing CSS overwrite issueJose Antonio Marquez2012-05-30
| |
* | Attempting to track clean nodesJose Antonio Marquez2012-05-30
|/ | | | Need to figure out CSS overwrite issue <style>
* 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
| * Keyboard arrows were not working because some code had not been updated to ↵Nivesh Rajbhandari2012-05-24
| | | | | | | | | | | | check updated document model. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * - 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>
* | 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.
* Maintain I/O webGL mode fixJose Antonio Marquez2012-05-22
| | | | Keeping data in-file if a data tag is detected.
* Fixing localization bug with webgl external dataJose Antonio Marquez2012-05-21
|
* Modifying Canvas Data I/OJose Antonio Marquez2012-05-21
| | | | Changing methods to save all data to external files, this will be optional for the user. Currently save will only save to external files, but UI will allow user to save in file. Need to implement loading data on file open for external file, only works for in file currently. Modified the Runtime file to load all data itself to not bulk up the user document.
* Adding mappings to Google ComponentsJose Antonio Marquez2012-05-21
| | | | This is just to add correct mappings to Google Montage components in the package.json file generated.
* Fixing save logicJose Antonio Marquez2012-05-18
| | | | Moved dirty marker clearing code to model.
* Adding component initialization on openJose Antonio Marquez2012-05-17
| | | | This is for opening components, selection is still not reflecting component data.
* Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-16
|\
| * 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>
| | * fixed bug with keyboard shortcut for fill/ink toolJohn Mayhew2012-05-16
| | |
| | * Removed unused SubSelect ToolJohn Mayhew2012-05-08
| | |
| | * Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵John Mayhew2012-05-07
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WorkingBranch Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/components/tools-properties/brush-properties.reel/brush-properties.html js/components/tools-properties/fill-properties.reel/fill-properties.html js/components/tools-properties/pen-properties.reel/pen-properties.html js/components/tools-properties/pencil-properties.reel/pencil-properties.html js/components/tools-properties/selection-properties.reel/selection-properties.html js/components/tools-properties/shape-properties.reel/shape-properties.html js/components/tools-properties/tag-properties.reel/tag-properties.html js/components/tools-properties/text-properties.reel/text-properties.html
| | * | More implementation of moving color chips to the individual subtools.John Mayhew2012-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the tool color bar Added new icons for inkbottle Removed Pencil tool Removed Inkbottle tool Added chips to the pen, brush and tag tools Aligned controls in several subtools
* | | | Merge branch 'refs/heads/Ninja-DOM-Architecture' into DocumentJose Antonio Marquez2012-05-16
|\| | |
| * | | changing @change to propertyChangeListenerValerio Virgillito2012-05-16
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | | Fixing serialization referencing (new object per save)Jose Antonio Marquez2012-05-16
| | | |
* | | | Fixing reference to serialization tagJose Antonio Marquez2012-05-16
| | | |
* | | | 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.
* | | Saving body attributesJose Antonio Marquez2012-05-15
| | |
* | | File save for banner templateJose Antonio Marquez2012-05-15
| | | | | | | | | | | | Adding file save for templates, completing I/O.
* | | Adding animation sub-category to new fileJose Antonio Marquez2012-05-15
| | | | | | | | | | | | Adding animation sub-category to template in new file.
* | | Fixing banner templateJose Antonio Marquez2012-05-14
| | | | | | | | | | | | Need to implement save, but this cover open and new.
* | | Fixing 3d to work in banner templates.Nivesh Rajbhandari2012-05-14
| | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | | Fixing overflow bug for banner templatesJose Antonio Marquez2012-05-11
| | | | | | | | | | | | Ensuring overflow is visible but saved as hidden.
* | | 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>
* | | Temp removing montage clean upJose Antonio Marquez2012-05-09
| | |
* | | Preliminary Montage Template CleanupJose Antonio Marquez2012-05-09
| | | | | | | | | | | | The template creator is currently not returning serializing code, but does clean the document. Need to investigate reason why, currently all components are removed on save.
* | | 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...
* | | Temporarily skipping activeDocument.currentView check so keyboard shortcuts ↵Nivesh Rajbhandari2012-05-04
| | | | | | | | | | | | | | | | | | still work. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | | Merge branch 'refs/heads/master' into dom-architectureValerio Virgillito2012-05-04
|\ \ \ | | |/ | |/|
| * | Merge branch 'refs/heads/master' into tag-2.0Valerio Virgillito2012-05-03
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/controllers/elements/element-controller.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | Refactor creating elements. Removed makeNJElement and separated the model ↵Valerio Virgillito2012-05-03
| | |/ | |/| | | | | | | | | | | | | creation Signed-off-by: Valerio Virgillito <valerio@motorola.com>