aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel
Commit message (Collapse)AuthorAge
...
| * | recreating layer propsJonathan Duran2012-05-24
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | 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: Multiselect improvements. New convenience methods. MultiselectJon Reid2012-05-17
| | | | | | | | | | | | drag and drop.
| * | Timeline: Multiselect from the layer panel.Jon Reid2012-05-15
| | |
* | | Layer ControlKruti Shah2012-05-22
|/ / | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | 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>
* | Merge branch 'refs/heads/TimelineUber' into TimelinePropsJonathan Duran2012-05-11
|\ \
| * \ Merge branch 'refs/heads/timeline-local' into TimelineUberJonathan Duran2012-05-09
| |\ \
| | * | Timeline: Update drag and drop handlers to be unique for drag and drop type.Jon Reid2012-05-08
| | | |
| * | | 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>
| | * Removing unused components referencesValerio Virgillito2012-05-03
| | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | Timeline: Bug fix: tweens now hide when their container collapses.Jonathan Duran2012-05-10
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Some sub prop updatesJonathan Duran2012-05-10
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | sub property additionsJonathan Duran2012-05-09
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Change sub property track arraysJonathan Duran2012-05-08
| | | | | | | | | | | | | | | | | | Remove transform section and move width and height into Position section. rename position section Position and Size. additional support for generic prop tweens Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | more sub prop additionsJonathan Duran2012-05-04
| | | | | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | | Merge branch 'refs/heads/TimelineUber' into TimelinePropsJonathan Duran2012-05-04
|\| | | | | | | | | | | | | | | | | | | | Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
| * | Timeline: Expand/collapse state of layers now mantained across documentJon Reid2012-05-01
| |/ | | | | | | switching.
* / property track additions to serialization data objectJonathan Duran2012-05-04
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: bug fix: disable bread crumb setlevel.Jon Reid2012-04-30
|
* Timeline: Change serialization parameters for some component properties.Jon Reid2012-04-30
|
* Merge cleanupValerio Virgillito2012-04-27
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'refs/heads/serialization'Valerio Virgillito2012-04-27
|\
| * Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| | | | | | | | preparation for montage converting to the new "prototype" format fully
* | Timeline: Decouple Timeline and Breadcrumb. Remove most document changeJon Reid2012-04-26
| | | | | | | | event handlers. Bind Timeline to currentSelectedElement. Various bug fixes.
* | Timeline: Handling of multiselect of elements from stage.Jon Reid2012-04-25
| |
* | Change sublayer property names to match css property namesJonathan Duran2012-04-23
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Timeline: More bug fixes for selection with multiple documents opening andJon Reid2012-04-19
| | | | | | | | closing.
* | Timeline: Bug fix: Maintain selection between document switching.Jon Reid2012-04-19
| |
* | Timeline: Bug fix: changing layer name didn't save in some circumstances.Jon Reid2012-04-17
| |
* | Timeline: Change Master Layer configuration menu to be on click; bug fix:Jon Reid2012-04-11
| | | | | | | | | | Master Layer config menu does not scroll with layers. Bug fix: New layers do not take into account "show only animated layers" feature.
* | Timeline: New Features: Tag name now present in each layer. ConfigurationJon Reid2012-04-10
| | | | | | | | dropdown in Master Layer; Show Only Animated Layers toggle.
* | Timeline: Bug fix, IKNINJA 1467, "Timeline: Changing layer names should notJon Reid2012-04-09
| | | | | | | | require hitting "Return" key to commit the change"
* | Timeline: Improved drag-and-drop performance. Also fix problems withJon Reid2012-04-05
| | | | | | | | expand/collapse getting out of synch during drag-and-drop.
* | Timeline: Bit of code cleanup in Layer.jsJon Reid2012-04-05
| |
* | Timeline: Bug fix: IKNINJA-1435Jon Reid2012-04-05
| |
* | Timeline: Bug fix for IKNINJA-1086, "CSS Style Suggestion stops working"Jon Reid2012-04-05
| |
* | Changing layer name should put dirty flag on docJonathan Duran2012-04-04
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | define "that" var correctlyJonathan Duran2012-04-04
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | 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: Saving layernameKruti Shah2012-04-04
| | | | | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
* | | Timeline: disable console logs in layer component.Jon Reid2012-04-03
| | |
* | | Timeline: Bug fix: IKNINJA-1431, "Adding a new element to the stage with oneJon Reid2012-04-02
| | | | | | | | | | | | | | | layer in focus whose name is empty, Ninja creates an empty name layer for the element."
* | | Timeline: Bug fixes.Jon Reid2012-03-30
|/ /
* | Timeline: Stability fixes for drag-and-drop and page switching.Jon Reid2012-03-27
| |
* | Timeline: Drag and Drop of layers.Jon Reid2012-03-26
| |
* | 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: fix layer and style select problems.Jon Reid2012-03-20
| |