aboutsummaryrefslogtreecommitdiff
path: root/js/mediators
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | Fill and Ink-Bottle fixes.Nivesh Rajbhandari2012-06-04
| | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@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
| | |\| | | | | |
| | * | | | | | | Creating template mediator classJose Antonio Marquez2012-06-01
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | This is to simplify code, more to be changed and added.
| * | | | | | | Merge branch 'refs/heads/NINJAmaster' into TimelineUberJonathan Duran2012-06-05
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/controllers/elements/element-controller.js js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| | * | | | | | Merge branch 'refs/heads/master' into document-bindings-fixValerio Virgillito2012-06-01
| | |\| | | | |
| | | * | | | | 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>
| | * / | | | 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>
* | | | | | Sub PropsKruti Shah2012-06-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | | | | | Color ChipKruti Shah2012-05-31
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | | | | Merge branch 'refs/heads/NINJAmaster' into TimelineUberJonathan Duran2012-05-31
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/properties.reel/properties.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | | | 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>
| * | | | | 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
| |\ \ \ \