aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
Commit message (Collapse)AuthorAge
* Timeline: Easing selection per keyframe.Jon Reid2012-05-23
|
* Timeline: Code cleanupJon Reid2012-05-18
|
* Timeline: Bug fixes for deleting elements.Jon Reid2012-05-18
|
* Timeline: Fix element insertion to use new TimelinePanel properties andJon Reid2012-05-18
| | | | | multiselect. Fix Property Panel so changing an ID there will actually change an ID on the element (broken by switch from id to data-montage-id change).
* Timeline: More bug fixes and code cleanup for multiselect.Jon Reid2012-05-17
|
* Timeline: Bug fixes for multiselectJon Reid2012-05-17
|
* Timeline: Multiselect improvements. New convenience methods. MultiselectJon Reid2012-05-17
| | | | drag and drop.
* Timeline: Multiselect from the layer panel.Jon Reid2012-05-15
|
* Merge branch 'timeline-local' into timeline-multiselectJon Reid2012-05-15
|\ | | | | | | | | | | Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js resolved using theirs. (selectLayers)
| * Timeline: Code cleanup. Improve efficiency for track scrolling.Jon Reid2012-05-15
| |
| * Squashed commit of the following:Jonathan Duran2012-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit b23502b8ed6856981d09577d4cf24283e5db8afa Author: Kruti Shah <kruti.shah@motorola.com> Date: Mon May 14 10:48:16 2012 -0700 Removed Debugger Signed-off-by: Kruti Shah <kruti.shah@motorola.com> commit c0b531a074e9cf9a964da0cda496bba8d7453ec1 Author: Kruti Shah <kruti.shah@motorola.com> Date: Fri May 11 13:55:18 2012 -0700 Changing Doc Layer Name Signed-off-by: Kruti Shah <kruti.shah@motorola.com> Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * Timeline: Bug fixes for keyframe drag and drop.Jon Reid2012-05-09
| |
| * Merge branch 'refs/heads/timeline-local' into TimelineUberJonathan Duran2012-05-09
| |\
| | * Timeline: Automatic scrolling during dragging of keyframes.Jon Reid2012-05-08
| | |
| | * Timeline: Bug fix: Account for horizontal scroll when dragging keyframes.Jon Reid2012-05-08
| | |
| | * Timeline: Update drag and drop handlers to be unique for drag and drop type.Jon Reid2012-05-08
| | |
| | * Timeline: Move keyframe dragover and drop listeners to TimelinePanel forJon Reid2012-05-07
| | | | | | | | | | | | interaction improvements.
| * | Merge branch 'refs/heads/NINJAmaster' into TimelineUberJonathan Duran2012-05-09
| |\ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html Signed-off-by: Jonathan Duran <jduran@motorola.com>
| | * temporary commenting a timeline bug preventing nested selectionValerio Virgillito2012-05-04
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | Timeline: Restore event handler for selectionChange.Jon Reid2012-05-04
| | |
| * | Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-localJon Reid2012-05-04
| |\ \
| | * | Timeline: More fixes to selection changing and document switching.Jon Reid2012-05-04
| | |/
| | * Merge pull request #191 from imix23ways/TimelineUberValerio Virgillito2012-05-03
| | |\ | | | | | | | | Timeline uber
| | * | Dom ManipulationKruti Shah2012-05-03
| | | | | | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
| * | | Timeline: Bug fix: Master Duration not updating when all documents areJon Reid2012-05-03
| | | | | | | | | | | | | | | | closed.
| * | | Timeline: Initial keyframe drag-and-drop interaction.Jon Reid2012-05-01
| | |/ | |/|
| * | Timeline: bug fix: disable bread crumb setlevel.Jon Reid2012-04-30
| | |
| * | Timeline: Change serialization parameters for some component properties.Jon Reid2012-04-30
| |/
* / Timeline: Multiselect.Jon Reid2012-04-27
|/
* Fix WEbGL not rendering on stage with timelineJonathan Duran2012-04-26
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Deleting elements now deletes associated layers.Jon Reid2012-04-26
|
* Timeline: comment out a conditional debugger; re-enable layer name storage.Jon Reid2012-04-26
|
* Timeline: Decouple Timeline and Breadcrumb. Remove most document changeJon Reid2012-04-26
| | | | event handlers. Bind Timeline to currentSelectedElement. Various bug fixes.
* Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-localJon Reid2012-04-25
|\
| * Timeline Bug Fix : 1541Kruti Shah2012-04-25
| | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | Timeline: Handling of multiselect of elements from stage.Jon Reid2012-04-25
| |
* | Timeline: New tracking for multiple selected layers.Jon Reid2012-04-25
|/
* Fix Select All bug and remove debuggersJonathan Duran2012-04-23
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Breadcrumb FixKruti Shah2012-04-20
| | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* Timeline: More bug fixes for selection with multiple documents opening andJon Reid2012-04-19
| | | | closing.
* Timeline: Bug fix: check for uninitialized currentDocument in intializationJon Reid2012-04-19
| | | | routine.
* Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-localJon Reid2012-04-19
|\ | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js Used mine.
| * 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>
* | | Timeline: Bug fix: Maintain selection between document switching.Jon Reid2012-04-19
|/ /
* | Remove more unneeded requiresJonathan Duran2012-04-19
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Remove TODOsJonathan Duran2012-04-18
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Add flag for abs/rel positionJonathan Duran2012-04-18
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Bug fix: changing layer name didn't save in some circumstances.Jon Reid2012-04-17
|
* Timeline: Further fixes to new document/breadcrumb interactions.Jon Reid2012-04-17
|