Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Timeline: bug fix: disable bread crumb setlevel. | Jon Reid | 2012-04-30 | |
| | ||||
* | Timeline: Change serialization parameters for some component properties. | Jon Reid | 2012-04-30 | |
| | ||||
* | Timeline: Decouple Timeline and Breadcrumb. Remove most document change | Jon Reid | 2012-04-26 | |
| | | | | event handlers. Bind Timeline to currentSelectedElement. Various bug fixes. | |||
* | Timeline: Handling of multiselect of elements from stage. | Jon Reid | 2012-04-25 | |
| | ||||
* | Timeline: More bug fixes for selection with multiple documents opening and | Jon Reid | 2012-04-19 | |
| | | | | closing. | |||
* | Timeline: Bug fix: Maintain selection between document switching. | Jon Reid | 2012-04-19 | |
| | ||||
* | Timeline: Bug fix: changing layer name didn't save in some circumstances. | Jon Reid | 2012-04-17 | |
| | ||||
* | Timeline: Change Master Layer configuration menu to be on click; bug fix: | Jon Reid | 2012-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. Configuration | Jon Reid | 2012-04-10 | |
| | | | | dropdown in Master Layer; Show Only Animated Layers toggle. | |||
* | Timeline: Bug fix, IKNINJA 1467, "Timeline: Changing layer names should not | Jon Reid | 2012-04-09 | |
| | | | | require hitting "Return" key to commit the change" | |||
* | Timeline: Improved drag-and-drop performance. Also fix problems with | Jon Reid | 2012-04-05 | |
| | | | | expand/collapse getting out of synch during drag-and-drop. | |||
* | Timeline: Bit of code cleanup in Layer.js | Jon Reid | 2012-04-05 | |
| | ||||
* | Timeline: Bug fix: IKNINJA-1435 | Jon Reid | 2012-04-05 | |
| | ||||
* | Changing layer name should put dirty flag on doc | Jonathan Duran | 2012-04-04 | |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | define "that" var correctly | Jonathan Duran | 2012-04-04 | |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | Merge branch 'timeline-k' of github.com:ntfx47/ninja-internal into TimelineUber | Jonathan Duran | 2012-04-04 | |
|\ | | | | | | | | | | | | | Conflicts: js/panels/Timeline/Layer.reel/Layer.js Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
| * | Timeline: Saving layername | Kruti Shah | 2012-04-04 | |
| | | | | | | | | Signed-off-by: Kruti Shah <kruti.shah@motorola.com> | |||
* | | Timeline: disable console logs in layer component. | Jon Reid | 2012-04-03 | |
| | | ||||
* | | Timeline: Bug fix: IKNINJA-1431, "Adding a new element to the stage with one | Jon Reid | 2012-04-02 | |
| | | | | | | | | | | layer in focus whose name is empty, Ninja creates an empty name layer for the element." | |||
* | | Timeline: Bug fixes. | Jon Reid | 2012-03-30 | |
|/ | ||||
* | Timeline: Stability fixes for drag-and-drop and page switching. | Jon Reid | 2012-03-27 | |
| | ||||
* | Timeline: Drag and Drop of layers. | Jon Reid | 2012-03-26 | |
| | ||||
* | Timeline: First integration of drag and drop of layers. | Jon Reid | 2012-03-21 | |
| | ||||
* | Timeline: Bug fix: style collapsers not staying in synch. Also, removed ↵ | Jon Reid | 2012-03-21 | |
| | | | | console.log calls in hintable component. | |||
* | Timeline: fix layer and style select problems. | Jon Reid | 2012-03-20 | |
| | ||||
* | Timeline: Re-enable adding/removing styles to layers. New methods in ↵ | Jon Reid | 2012-03-19 | |
| | | | | TimelinePanel for creating new styles on document load. | |||
* | Merge branch 'Timeline-local' into Timeline-local-2 | Jon Reid | 2012-03-16 | |
|\ | | | | | | | | | Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js | |||
| * | Merge remote-tracking branch 'ninja-jduran/TimelineUber' into Timeline-local | Jon Reid | 2012-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 Reid | 2012-03-16 | |
| | | ||||
| * | Timeline: Remove selection timer on add new layer method. | Jon Reid | 2012-03-15 | |
| | | ||||
| * | Timeline: Fix for layer selection problems on file open and switch. | Jon Reid | 2012-03-15 | |
| | | ||||
* | | Timeline: remove comment. | Jonathan Duran | 2012-03-15 | |
| | | | | | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | | Timeline: Fix for layer selection problems on file open and switch. | Jonathan Duran | 2012-03-15 | |
|/ | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | Timeline: Fixes for deleting layers, layer selection, persisting layer name ↵ | Jon Reid | 2012-03-09 | |
| | | | | edits and selection between document switching. | |||
* | Remove unnecessary needsDraw calls | Jonathan Duran | 2012-03-08 | |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | cleanup | Jonathan Duran | 2012-03-07 | |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | Bugfixes from optimization | Jonathan Duran | 2012-03-07 | |
| | | | | Signed-off-by: Jonathan Duran <jduran@motorola.com> | |||
* | Optimize Timeline serialization | Jonathan Duran | 2012-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 Reid | 2012-03-06 | |
| | ||||
* | Timeline: Serialization of all Collapser components | Jon Reid | 2012-03-02 | |
| | ||||
* | Merge branch 'refs/heads/Timeline-local' into TimelineUber | Jonathan Duran | 2012-03-01 | |
|\ | ||||
| * | Timeline: Merge arrlayers and arrtracks into one object. | Jon Reid | 2012-03-01 | |
| | | | | | | | | Redefine collapser to use property binding instead of events. | |||
* | | Merge branch 'refs/heads/NINJAmaster' into Timeline | Jonathan Duran | 2012-03-01 | |
|\ \ | |/ |/| | ||||
| * | Squashed commit of the workspace-bugs | Valerio Virgillito | 2012-03-01 | |
| | | | | | | | | | | | | - Panels fixes. Signed-off-by: Valerio Virgillito <valerio@motorola.com> | |||
* | | Timeline: efficiency improvements to collapser. Document switching. | Jon Reid | 2012-03-01 | |
| | | ||||
* | | Timeline: Merge. Set collapser heights. | Jon Reid | 2012-03-01 | |
|/ | ||||
* | Timeline: More work on clear timeline method. | Jon Reid | 2012-02-27 | |
| | ||||
* | Merge remote-tracking branch 'ninja-internal/master' into Timeline-local | Jon Reid | 2012-02-24 | |
|\ | ||||
| * | Adding some missing copyrights | Valerio Virgillito | 2012-02-24 | |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | |||
* | | Timeline: Add hottext fields to layers and serialize them throughout. | Jon Reid | 2012-02-23 | |
|/ |