aboutsummaryrefslogtreecommitdiff
path: root/js/mediators
Commit message (Collapse)AuthorAge
...
| | * | | | 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>
| * | | | | 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/Ninja-Internal' into DocumentJose Antonio Marquez2012-05-03
| |\ \ \ \
| * \ \ \ \ Merge branch 'refs/heads/Ninja-Internal' into DocumentJose Antonio Marquez2012-04-26
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'refs/heads/Ninja-Internal' into DocumentJose Antonio Marquez2012-04-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'refs/heads/Ninja-Internal' into DocumentJose Antonio Marquez2012-04-24
| |\ \ \ \ \ \
| * | | | | | | Clean upJose Antonio Marquez2012-04-19
| | | | | | | |
* | | | | | | | Merge branch 'refs/heads/timeline-local' into TimelineUberJonathan Duran2012-05-22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Timeline: Multiselect improvements. New convenience methods. MultiselectJon Reid2012-05-17
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | drag and drop.
* | | | | | | 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
| * | | | | | 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>
| | * | | | | minor formattingValerio Virgillito2012-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| | * | | | | Dom ManipulationKruti Shah2012-05-03
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| * / | | | Refactor creating elements. Removed makeNJElement and separated the model ↵Valerio Virgillito2012-05-03
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | creation Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* / / / / 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 'master' of github.com:Motorola-Mobility/ninja-internalValerio Virgillito2012-04-26
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixing duplicate layer errorJose Antonio Marquez2012-04-26
| | | |