aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline
Commit message (Collapse)AuthorAge
* Merge branch 'refs/heads/NinjaInternal' into FileIOJose Antonio Marquez2012-02-10
|\ | | | | | | | | | | Conflicts: js/ninja.reel/ninja.html js/stage/stage.reel/stage.html
| * Fix layer/element selection on first click selectJonathan Duran2012-02-09
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Squashed commit of the following:Jonathan Duran2012-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit fe0d1578305db78eb5a744c354dbbb3cec67be2a Author: Kruti Shah <kruti.shah@motorola.com> Date: Thu Feb 9 11:43:53 2012 -0800 Removing a flag Signed-off-by: Kruti Shah <kruti.shah@motorola.com> commit 7a7e5d9a07c85a9a35297efe74f8b45bc4bd3c62 Author: Kruti Shah <kruti.shah@motorola.com> Date: Thu Feb 9 11:42:39 2012 -0800 Timeline : Selection Handling depending on layer selected Signed-off-by: Kruti Shah <kruti.shah@motorola.com> commit d0a4d88ddef2f1690da490cf8f3d167f1eb01945 Merge: ad214f9 f6ad57e Author: Kruti Shah <kruti.shah@motorola.com> Date: Thu Feb 9 09:54:42 2012 -0800 Merge branch 'refs/heads/Timeline' into Timeline_updated Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js Signed-off-by: Kruti Shah <kruti.shah@motorola.com> commit ad214f9b5bc19c43eac39e4c9d93cd9645aed2ea Author: Kruti Shah <kruti.shah@motorola.com> Date: Thu Feb 9 09:40:14 2012 -0800 Timeline : When element selected the corresponding layer highlights Signed-off-by: Kruti Shah <kruti.shah@motorola.com> Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Fixes for animation element assignmentJonathan Duran2012-02-09
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * CleanupJonathan Duran2012-02-09
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Cleaning up more code and adding more models for timelineJonathan Duran2012-02-09
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Display time reading above layers and code clean upJonathan Duran2012-02-08
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Merge branch 'refs/heads/Timeline_updated' into TimelineJonathan Duran2012-02-08
| |\
| | * Numbering of layers between different selectedContainers starts from 1Kruti Shah2012-02-08
| | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| * | Squashed commit of the following:Jonathan Duran2012-02-08
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 46292bddbfbe7415c6852142dd10fd02a276722a Author: Jon Reid <tjh487@motorola.com> Date: Wed Feb 8 14:32:22 2012 -0800 Timeline: turn off console logging. commit b8de88393182bc6e819c3d6a290ade2f804236ac Merge: e651344 37b952c Author: Jon Reid <tjh487@motorola.com> Date: Wed Feb 8 14:10:06 2012 -0800 Merge branch 'Timeline-jduran' into Timeline-jreid commit e651344d5d6c2911b31a54510c65a349c4d52db2 Author: Jon Reid <tjh487@motorola.com> Date: Wed Feb 8 14:08:25 2012 -0800 Timeline: Bug fixes IKNINJA-947: Weird behavior with adding layers with an empty layer name selected IKNINJA-990: Multiple styles can be highlighted at the same time even when they are under different layers IKNINJA-1063: Styles can be added while style column is collapsed IKNINJA-970: When there is no style added yet, the arrow sign should be in a collapsed mode Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Merge branch 'refs/heads/Timeline-jreid' into TimelineJonathan Duran2012-02-08
| |\
| | * Timeline: restore method incorrectly removed in last commit.Jon Reid2012-02-08
| | |
| * | Keyframe and span style updates and change time marker timesJonathan Duran2012-02-08
| |/ | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Timeline: Feature: select first layer by default. Bug fix: Remove left panel ↵Jon Reid2012-02-08
| | | | | | | | blur; we should never have a situation where no layers are selected.
| * Merge branch 'Timeline-jduran' into Timeline-jreidJon Reid2012-02-08
| |\ | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
| | * Merge branch 'refs/heads/Timeline_updated' into TimelineJonathan Duran2012-02-08
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| | | * Timeline : Adding functionality to unable deletion when a single layer ↵Kruti Shah2012-02-07
| | | | | | | | | | | | | | | | | | | | | | | | remaining & when track is animated Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| | | * Timeline : Layers & DOM enchancementKruti Shah2012-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Undo & Redo of Layers within same container - Undo & Redo of Layers between different containers - Adding the element on the layer selected else default is the last layer drawn Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| | | * Timeline : Change in the Hooking up of DOM/LayersKruti Shah2012-02-06
| | | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| | * | Layer Undo enhancementsJonathan Duran2012-02-07
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| | * | Add Span color highlight for animated spans and restyle keyframesJonathan Duran2012-02-07
| | | | | | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | | Timeline: Comment updates.Jon Reid2012-02-07
| | | |
| * | | Timeline: Finish focus/blur for left side of panel. Add new methods ↵Jon Reid2012-02-07
| | | | | | | | | | | | | | | | selectLayer, getLayerIndexByID and getLayerIndexByName.
| * | | Timeline: select/deselect layers. Work on focus/blur for layers.Jon Reid2012-02-07
| | | |
| * | | Timeline: fix linked scrolling between tracks and layers (vertical) and ↵Jon Reid2012-02-07
| |/ / | | | | | | | | | tracks and time markers (horizontal).
| * | Hookup track animations to layer elementJonathan Duran2012-02-07
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Fix timeline time markersJonathan Duran2012-02-07
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Change DOM/layer handling workflowJonathan Duran2012-02-07
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Fix resized going off screen by giving layer gutter a max width of 500Jonathan Duran2012-02-06
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Change keyframe to use element mediator when repositioning animated elements ↵Jonathan Duran2012-02-06
| | | | | | | | | | | | | | | | | | on stage Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Fix Timeline layer resizer from being inversedJonathan Duran2012-02-06
| | | | | | | | | | | | | | | | | | layer resizer now works in the correct direction when dragging Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Timeline: add new layers to top of stack instead of bottom.Jonathan Duran2012-02-06
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Fix problem with resizer set to capture all webkitTransitionEnd events. ↵Jonathan Duran2012-02-06
| |/ | | | | | | | | | | Update collapser to use namespaced webkitTransitionEnd events for forward compatibility. Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Add back keyframe selection codeJonathan Duran2012-02-06
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Integrate breadcrumb component and layer handling codeJonathan Duran2012-02-06
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * merge new timelineJonathan Duran2012-02-06
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Merged old FileIOJose Antonio Marquez2012-01-27
|/
* First commit of Ninja to ninja-internalPierre Frisch2012-01-27
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>