aboutsummaryrefslogtreecommitdiff
path: root/js/panels
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-03-06
|\ | | | | | | | | | | | | integration Conflicts: js/preloader/Preloader.js
| * Merge branch 'refs/heads/master' into panelsValerio Virgillito2012-03-06
| |\
| | * Squashed commit of preload-fix into MasterValerio Virgillito2012-03-06
| | | | | | | | | | | | | | | | | | | | | - Requiring all the previously pre-loaded files - RDGE, Codemirror and gl-matrix are not included via a script tag. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Adding drag and dropValerio Virgillito2012-03-05
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | remove console logValerio Virgillito2012-03-05
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | removing repetition from the panel container and using a static list of panels.Valerio Virgillito2012-03-05
| |/ | | | | | | | | | | - Fixing the bugs associated with the repetition of component and PI problems. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Merge pull request #93 from imix23ways/TimelineValerio Virgillito2012-03-02
| |\ | | | | | | Timeline: Critical bug fixes
| | * Timeline Fix timing functionJonathan Duran2012-03-02
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| | * Timeline: Fix for animation iteration countJonathan Duran2012-03-02
| | | | | | | | | | | | | | | | | | Add default webkit css properties to allow animations with integer iteration counts. Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Presets Panel - Fix single-click activation, and transition cut-off bug.Eric Guzman2012-03-02
| | | | | | | | | | | | Use double-click as the activation event for transition presets. Also fixed the bug when applying a style preset before the transition preset, which disabled transitions after the first one.
* | | Timeline Fix for layer/element selectionJonathan Duran2012-03-06
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Support writing and reading of animation duration with millsecondsJonathan Duran2012-03-02
| | | | | | | | | | | | | | | | | | Removed math rounding so that animation durations won't round to full seconds anymore. Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Timeline Fix timing functionJonathan Duran2012-03-02
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Timeline: Fix for animation iteration countJonathan Duran2012-03-02
| | | | | | | | | | | | | | | | | | Add default webkit css properties to allow animations with integer iteration counts. Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Remove console logJonathan Duran2012-03-02
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | CleanupJonathan Duran2012-03-02
| | | | | | | | | | | | | | | | | | remove commented lines Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Start looping over tweened properties genericallyJonathan Duran2012-03-02
| | | | | | | | | | | | | | | | | | No longer hard coding for top and left properties. Instead, looping over all tweened properties generically and building keyframe strings. Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Timeline bug fixes and cleanupJonathan Duran2012-03-01
| | | | | | | | | | | | | | | | | | Deselect tweens on every selection change. Replace JS alerts with console logs. Cleanup obsolete models and references. Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Fix for selection change event handlerJonathan Duran2012-03-01
| | | | | | | | | | | | | | | | | | event handler wasn't being executed because of incorrect handler function name Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Merge branch 'refs/heads/Timeline-local' into TimelineUberJonathan Duran2012-03-01
|\ \ \ | |_|/ |/| |
| * | Timeline: Merge arrlayers and arrtracks into one object.Jon Reid2012-03-01
| | | | | | | | | | | | Redefine collapser to use property binding instead of events.
* | | Merge branch 'refs/heads/NINJAmaster' into TimelineJonathan Duran2012-03-01
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'refs/heads/master' into stage-fixesValerio Virgillito2012-03-01
| |\
| | * Squashed commit of the workspace-bugsValerio Virgillito2012-03-01
| | | | | | | | | | | | | | | | | | - Panels fixes. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | stage and elements fixesValerio Virgillito2012-03-01
| |/ | | | | | | | | | | | | | | - Resizing the iframe container when resizing the stage - Removing 3d rules from elements when adding them - Adding a name property in the pi Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Merge branch 'integration-candidate' of ↵Valerio Virgillito2012-02-29
| |\ | | | | | | | | | github.com:Motorola-Mobility/ninja-internal into integration-candidate
| * \ Merge branch 'NiveshColor' of https://github.com/mqg734/ninja-internal into ↵Valerio Virgillito2012-02-29
| |\ \ | | | | | | | | | | | | integration-candidate
| | * | We need to remove color buttons from the color model when updating the PI ↵Nivesh Rajbhandari2012-02-28
| | | | | | | | | | | | | | | | | | | | | | | | for selection change. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
| * | | putting the color panel on top when opening ninjaValerio Virgillito2012-02-28
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | minor fix for handling selections on switch documentAnanya Sen2012-02-28
| | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
| * | | persist selections while switching documentsAnanya Sen2012-02-28
| | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* | | | Merge branch 'Timeline-main' into Timeline-localJon Reid2012-03-01
|\ \ \ \
| * | | | Set doc dirty flag when adding tweens or modifying animationsJonathan Duran2012-03-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | | | Update master track on duration change instead of tween add.Jonathan Duran2012-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for updating the master track duration on file open as well as when adding tweens to already opened files. Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | | | Timeline: Track Duration FixJonathan Duran2012-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com> Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | | | Timeline: efficiency improvements to collapser. Document switching.Jon Reid2012-03-01
| | | | |
* | | | | Timeline: Merge. Set collapser heights.Jon Reid2012-03-01
| | | | |
* | | | | Merge branch 'Timeline-main' into Timeline-newdocJon Reid2012-03-01
|\| | | |
| * | | | Squashed commit of the following:Jonathan Duran2012-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |