aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
Commit message (Collapse)AuthorAge
...
* Merge branch 'timeline-local' of github.com:ntfx47/ninja-internal into ↵Jonathan Duran2012-04-19
|\ | | | | | | TimelineUber
| * BreadCrumb Bug FixKruti Shah2012-04-19
| | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | FIX for layer selection when adding a keyframe in unselected layerJonathan Duran2012-04-18
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Fix tweens not updating keyframe rulesJonathan Duran2012-04-16
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Bug fixes for restoring tweens on new document and breadcrumb.Jon Reid2012-04-13
|
* Timeline: New Features: Tag name now present in each layer. ConfigurationJon Reid2012-04-10
| | | | dropdown in Master Layer; Show Only Animated Layers toggle.
* Timeline: Improved drag-and-drop performance. Also fix problems withJon Reid2012-04-05
| | | | expand/collapse getting out of synch during drag-and-drop.
* Merge branch 'timeline-k' of github.com:ntfx47/ninja-internal into TimelineUberJonathan Duran2012-04-04
|\ | | | | | | | | | | | | Conflicts: js/panels/Timeline/Layer.reel/Layer.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Timeline: Initial implementation of timeline zoom.Jon Reid2012-04-03
| |
* | Timeline: Bug fixes.Jon Reid2012-03-30
|/
* Timeline: Stability fixes for drag-and-drop and page switching.Jon Reid2012-03-27
|
* Remove console logsJonathan Duran2012-03-26
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Fix bug with track properties getting over writtenJonathan Duran2012-03-26
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: First integration of drag and drop of layers.Jon Reid2012-03-21
|
* Timeline: Bug fix: style collapsers not staying in synch. Also, removed ↵Jon Reid2012-03-21
| | | | console.log calls in hintable component.
* Timeline: Re-enable adding/removing styles to layers. New methods in ↵Jon Reid2012-03-19
| | | | TimelinePanel for creating new styles on document load.
* Merge branch 'refs/heads/Timeline-local' into TimelineDOMJonathan Duran2012-03-16
|\
| * Merge branch 'Timeline-local' into Timeline-local-2Jon Reid2012-03-16
| |\ | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
| | * Timeline: Hook up data binding for changes on subproperties.Jon Reid2012-03-16
| | |
* | | CleanupJonathan Duran2012-03-16
|/ / | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Bug fix and cleanupJonathan Duran2012-03-16
| | | | | | | | | | | | Cleaning up unneeded code for one element per layer support and fixing some bugs with selection and layer sync. Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Start enforcing one element per layerJonathan Duran2012-03-16
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Fix unassigned track element on document switchJonathan Duran2012-03-13
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Remove unnecessary needsDraw callsJonathan Duran2012-03-08
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Bigfixes and cleanup from optimizationJonathan Duran2012-03-07
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Optimize Timeline serializationJonathan Duran2012-03-07
| | | | | | Change all serialized properties into one big object to reduce bindings Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Optimize serialization bindings for Tween componentJonathan Duran2012-03-07
| | | | | | Move all serialized properties of Tween component into on data object with one binding instead of multiple properties with individual bindings Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Code cleanup. Fix bug with unfound property in serialization.Jon Reid2012-03-06
|
* Merge remote-tracking branch 'ninja-jduran/TimelineUber' into ↵Jon Reid2012-03-02
|\ | | | | | | timeline-serialized
| * 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>
* | Timeline: Serialization of all Collapser componentsJon Reid2012-03-02
|/
* 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>
* Timeline: Merge arrlayers and arrtracks into one object.Jon Reid2012-03-01
| | | | Redefine collapser to use property binding instead of events.
* 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
|/
* Timeline:Revert back to earlier codeKruti Shah2012-02-29
| | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* TImeline: CleanupKruti Shah2012-02-29
| | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Timeline: Changed the variables names to resolve issues.And removed the alert.Kruti Shah2012-02-29
| | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Timeline: Fix Selection , Partially Fix adding element to an already ↵Kruti Shah2012-02-28
| | | | | | animated track with one element Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Fix to animation names to support multiclassed elementsJonathan Duran2012-02-28
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* remove commentJonathan Duran2012-02-28
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>