aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.js
Commit message (Collapse)AuthorAge
...
| * | Timeline: Update drag and drop handlers to be unique for drag and drop type.Jon Reid2012-05-08
| | |
* | | 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
|
* 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
|
* 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
|
* 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
|
* 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 'Timeline-local' into Timeline-local-2Jon Reid2012-03-16
|\ | | | | | | | | Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
| * Merge remote-tracking branch 'ninja-jduran/TimelineUber' into Timeline-localJon Reid2012-03-16
| |\ | |/ |/| | | | | | | Conflicts: js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
| * Timeline: Hook up data binding for changes on subproperties.Jon Reid2012-03-16
| |
| * Timeline: Remove selection timer on add new layer method.Jon Reid2012-03-15
| |
| * Timeline: Fix for layer selection problems on file open and switch.Jon Reid2012-03-15
| |
* | Timeline: remove comment.Jonathan Duran2012-03-15
| | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* | Timeline: Fix for layer selection problems on file open and switch.Jonathan Duran2012-03-15
|/ | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Timeline: Fixes for deleting layers, layer selection, persisting layer name ↵Jon Reid2012-03-09
| | | | edits and selection between document switching.
* Remove unnecessary needsDraw callsJonathan Duran2012-03-08
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* cleanupJonathan Duran2012-03-07
| | | | Signed-off-by: Jonathan Duran <jduran@motorola.com>
* Bugfixes 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>
* Timeline: Code cleanup. Fix bug with unfound property in serialization.Jon Reid2012-03-06
|
* Timeline: Serialization of all Collapser componentsJon Reid2012-03-02
|
* 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.