aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* added save for code view, fixed code view editor bug, reuse code editor ↵Ananya Sen2012-07-25
| | | | | | | | | | | | options component in document bar Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/document/views/design-code.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* design/code view switching for stage and menuValerio Virgillito2012-07-25
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'refs/heads/Ninja-master' into DocumentJose Antonio Marquez Russo2012-07-24
|\
| * Merge branch 'master' of https://github.com/mayhewinator/ninjaValerio Virgillito2012-07-24
| |\
| | * Merge branch 'master' of github.com:Motorola-Mobility/ninjaJohn Mayhew2012-07-24
| | |\
| | * | Updated manifest.json, page title, about box and splash screen to indicate ↵John Mayhew2012-07-24
| | | | | | | | | | | | | | | | that Ninja is in a preview release.
| * | | Merge branch 'IKNinja_1980' of https://github.com/mqg734/ninjaValerio Virgillito2012-07-24
| |\ \ \
| | * | | IKNinja-1980 - [Shape] changing the stroke size of the object doesn't update ↵Nivesh Rajbhandari2012-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bounding box selection. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * | | | Merge branch 'IKNinja_1974' of https://github.com/mqg734/ninjaValerio Virgillito2012-07-24
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | IKNinja-1974 - Bounding box gets separated from elements when zooming in/out ↵Nivesh Rajbhandari2012-07-24
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | on banner and animation templates. IN draw-util's element change handler, we need to check for elementModel.pi instead of elementModel.selection now that ninja-content reports its selection as "div" instead of "body". Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | | | adding a viewIdentifier to the model to enable design/code switchValerio Virgillito2012-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Todo: - Cleanup and remove listeners - Finish stage reload - Add remaining bindings. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | | Update: Copying libraries to disk on switching viewsJose Antonio Marquez2012-07-24
| | | | | | | | | | | | | | | | This is a temporary fix to allow the code view to show the actually libraries copied to disk, otherwise there is no current feedback to users to know where these files exists (or would) on disk until the operation is made. This allows the user to edit a file consuming libraries in memory to edit in code view and changes reflect such changes without losing track of libraries.
* | | | New: Adding logic to insert code view save method(s)Jose Antonio Marquez2012-07-24
| | | |
* | | | Merge branch 'refs/heads/Ninja-Master' into DocumentJose Antonio Marquez2012-07-24
|\| | |
| * | | removing console logValerio Virgillito2012-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | Merge branch 'TextTool-Color' of https://github.com/dhg637/ninjaValerio Virgillito2012-07-24
| |\ \ \ | | |/ / | |/| |
| | * | Text Tool Color Change FixArmen Kesablyan2012-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | | | New: Adding method to switch from code to design viewJose Antonio Marquez2012-07-24
| | | | | | | | | | | | | | | | Added functionality to parse the code view string back into a Ninja template object to redraw design view. Only outstanding bugs are timeline errors and code view layout issues.
* | | | Merge branch 'refs/heads/Ninja-Master' into DocumentJose Antonio Marquez2012-07-24
|\| | |
| * | | Merge branch 'TimelineUber' of https://github.com/imix23ways/ninjaValerio Virgillito2012-07-24
| |\ \ \
| | * | | Remove console logsJonathan Duran2012-07-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| | * | | FIX IK-1485Jonathan Duran2012-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 3D bug IK 1485 Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | | | Merge branch 'refs/heads/Ninja-Master' into DocumentJose Antonio Marquez2012-07-24
|\| | | |
| * | | | jshint cleanup on the tools directoryValerio Virgillito2012-07-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | | | New: Adding method to display document in code viewJose Antonio Marquez Russo2012-07-23
| | | | | | | | | | | | | | | | | | | | Added method to parse in memory document in code view. This allows users to view current in memory document in code view while not saving the document or external files. Still need to handle naming of paths for files that require saving but are not saved (webGL and Montage libraries). Also, need to implement method to switch back from code view to design view, but will need Timeline fixes.
* | | | | In Progress: Cleaning up mergeJose Antonio Marquez Russo2012-07-23
| | | | | | | | | | | | | | | | | | | | Cleaned up new updates. Still pending is adding functionality to parse the document when toggling views and fix Timeline errors. Code view also has some rending issues that will be fixed, this is just a clean up.
* | | | | Merge pull request #44 from ananyasen/DocumentJose Antonio Marquez Russo2012-07-23
|\ \ \ \ \ | | | | | | | | | | | | first cut to show code editor for design document
| * \ \ \ \ Merge branch 'refs/heads/Jose-Document' into DocumentAnanya Sen2012-07-23
| |\ \ \ \ \
| * | | | | | show design code editor - first cutAnanya Sen2012-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | | | | | parameterize the parentContainer for text documentAnanya Sen2012-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | | | | | Merge branch 'refs/heads/Ninja-master' into DocumentJose Antonio Marquez Russo2012-07-23
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'tag-properties-fixes' of https://github.com/mencio/ninjaValerio Virgillito2012-07-23
| |\ \ \ \ \ \
| | * | | | | | tag-tool: Minor styles update and some cleanupValerio Virgillito2012-07-23
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Styled the position drop down and moved some styles to the reel. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | | | | | Merge branch 'refs/heads/Ninja-Master' into DocumentJose Antonio Marquez2012-07-23
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'SevenDotOneCommits' of https://github.com/ericmueller/ninjaValerio Virgillito2012-07-23
| |\ \ \ \ \
| | * | | | | Bugs fixed:hwc4872012-07-23
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1915 - Data.JSON too large. Reduced mesh size and limited precision of fp numbers 1381 - Background transparency in preview. 1740 - File Save As caused WebGL to stop animating. Crossed RDGE IDs 1954 - Texture change from material popup broke screen rendering. Set correct context on property change.
| * | | | | Fix: Adding a check for element w/h/t/lJose Antonio Marquez2012-07-23
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue with elements with no set width, height, top, left values from being handling through the PI. Currently those values will default to zero, a secondary fix will address this to show no value in PI and other panels.
* | | | | | Merge branch 'refs/heads/Ninja-Master' into DocumentJose Antonio Marquez2012-07-23
|\| | | | |
| * | | | | Merge branch 'minorFixes_7.1' of https://github.com/ericguzman/ninjaValerio Virgillito2012-07-23
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | CSS Panel - Remove data attribute to remove style tags from document.Eric Guzman2012-07-20
| | | | | |
| | * | | | Merge branch 'refs/heads/master' into fixes_7.1Eric Guzman2012-07-20
| | |\ \ \ \
| | * | | | | CSS Panel - Fix updating when media changes, sheets are deleted.Eric Guzman2012-07-20
| | | | | | |
| | * | | | | Style Sheets - Show dirty marker when editing media attributeEric Guzman2012-07-18
| | | | | | |
| | * | | | | Merge branch 'master' of github.com:Motorola-Mobility/ninja into fixes_7.1Eric Guzman2012-07-18
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | CSS Panel - Handle media attribute changesEric Guzman2012-07-17
| | | | | | |
| | * | | | | Styles Controller - Re-add dirty event. Add data- attribute to keep created ↵Eric Guzman2012-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | stylesheets.
* | | | | | | Merge branch 'refs/heads/Ninja-Master' into DocumentJose Antonio Marquez2012-07-23
|\| | | | | |
| * | | | | | Merge branch 'refs/heads/NINJA-master' into TimelineUberJonathan Duran2012-07-23
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'refs/heads/Timeline-local-kruti' into TimelineUberJonathan Duran2012-07-20
| |\ \ \ \ \ \
| | * | | | | | The zoom slider resets.Commented some codeKruti Shah2012-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>