log pyink/domview.py @ 1535:9aff42a7e2b9 tip

age author description
Tue, 27 Sep 2011 10:45:12 +0800 Thinker K.F. Li Remove layer group from the tree when removing a layer.
Wed, 31 Aug 2011 22:23:04 +0800 Thinker K.F. Li Insert layer with unique name
Wed, 31 Aug 2011 17:16:44 +0800 Thinker K.F. Li Update "cur_timeline" attribute for renaming timeline
Mon, 22 Aug 2011 19:20:20 +0800 Thinker K.F. Li Fix typeo
Fri, 19 Aug 2011 16:00:49 +0800 Thinker K.F. Li Fix various bug of code for parsing finite state machines.
Tue, 10 May 2011 23:15:14 +0800 Thinker K.F. Li FSM_window use _compview to decorate domview.
Mon, 09 May 2011 17:13:43 +0800 Thinker K.F. Li _FSM_popup handles edit state
Wed, 04 May 2011 13:34:36 +0800 Thinker K.F. Li Apply changes returned from transition editor
Sun, 24 Apr 2011 13:39:33 +0800 Thinker K.F. Li Fix wiring error
Sun, 24 Apr 2011 12:30:47 +0800 Thinker K.F. Li Drawing functions for states and transitions
Mon, 18 Apr 2011 11:54:10 +0800 Thinker K.F. Li Avoid duplication in state names
Mon, 18 Apr 2011 11:47:52 +0800 Thinker K.F. Li Fix issue and a simple testcase for FSM
Sun, 17 Apr 2011 23:53:15 +0800 Thinker K.F. Li Parse states while parsing a component
Sun, 17 Apr 2011 21:29:16 +0800 Thinker K.F. Li FSM manager and data types
Sat, 16 Apr 2011 23:29:37 +0800 Thinker K.F. Li Fix bug when renaming component
Mon, 11 Apr 2011 00:28:45 +0800 Thinker K.F. Li Add documentation
Mon, 11 Apr 2011 00:05:25 +0800 Thinker K.F. Li Keep the same active layer and frame when switching back a timeline.
Sun, 10 Apr 2011 20:30:06 +0800 Thinker K.F. Li Switch to latest timeline when switching back to a component
Sun, 10 Apr 2011 18:46:56 +0800 Thinker K.F. Li Don't hide current timeline before switch to new component
Sun, 10 Apr 2011 15:28:33 +0800 Thinker K.F. Li Fix the issue of loading components from SVG.
Sun, 10 Apr 2011 12:07:26 +0800 Thinker K.F. Li Abandon head #6fa411fd9549
Thu, 07 Apr 2011 13:45:07 +0800 Thinker K.F. Li Check old component before hiding it for a component switching.
Thu, 07 Apr 2011 11:56:18 +0800 Thinker K.F. Li Remove useless debug message
Wed, 06 Apr 2011 07:48:29 +0800 wycc Check if the name is defined for old SVG file.
Sun, 13 Feb 2011 14:41:42 +0800 Thinker K.F. Li Move more code to layers_parser
Sun, 13 Feb 2011 13:12:10 +0800 Thinker K.F. Li Refactory code to layer_parser.reset_layers()
Sun, 13 Feb 2011 12:33:31 +0800 Thinker K.F. Li Refactory layer_parser out from domview
Sun, 13 Feb 2011 01:17:17 +0800 Thinker K.F. Li Refactory domview_monitor to move code to scenes_parser
Sat, 12 Feb 2011 19:22:21 +0800 Thinker K.F. Li Change structure of provide_traits and method_map_traits
Fri, 11 Feb 2011 15:10:37 +0800 Thinker K.F. Li Use trait instead of mixin for component_manager
Wed, 09 Feb 2011 07:07:08 +0800 Thinker K.F. Li Hide scene groups of old timeline when switching to a new timeline.
Tue, 08 Feb 2011 13:35:21 +0800 Thinker K.F. Li Delegate to component_manager with method object
Tue, 08 Feb 2011 13:05:07 +0800 Thinker K.F. Li Move component_manager to a separated object.
Sun, 06 Feb 2011 23:12:48 +0800 Thinker K.F. Li Fix issue of shouting error when removing a node.
Tue, 01 Feb 2011 23:20:26 +0800 Thinker K.F. Li Update components and timelines list for async changes on DOM
Mon, 31 Jan 2011 16:26:21 +0800 Thinker K.F. Li Rename components and timelines with context menu
Mon, 31 Jan 2011 12:47:49 +0800 Thinker K.F. Li Add a svg:use after transform a group to a component
Sun, 30 Jan 2011 23:04:06 +0800 Thinker K.F. Li Add a layers group for components
Sun, 30 Jan 2011 21:58:57 +0800 Thinker K.F. Li Show/hide components by showing/hiding component group.
Sun, 30 Jan 2011 19:15:17 +0800 Thinker K.F. Li Make a component from a group.
Sun, 23 Jan 2011 09:24:01 +0800 Thinker K.F. Li Assign a name and ID for scenes node of main component
Sun, 23 Jan 2011 09:06:05 +0800 Thinker K.F. Li Fix missed variable name after refactory
Sat, 22 Jan 2011 22:08:42 +0800 Thinker K.F. Li Fix issue of parsing scene nodes
Sat, 22 Jan 2011 19:44:07 +0800 Thinker K.F. Li Show timelines correctly
Sat, 22 Jan 2011 19:28:36 +0800 Thinker K.F. Li Refactory code of refreshing UI
Sat, 22 Jan 2011 14:23:42 +0800 Thinker K.F. Li User can switch components.
Thu, 20 Jan 2011 12:44:37 +0800 Thinker K.F. Li Support adding new components
Thu, 20 Jan 2011 00:50:49 +0800 Thinker K.F. Li Show components and timelines in comp_dock
Wed, 19 Jan 2011 18:47:40 +0800 Thinker K.F. Li Expose methods from component_manager
Wed, 19 Jan 2011 10:01:09 +0800 Thinker K.F. Li Refactory domview to more clear responsibilities
Wed, 19 Jan 2011 01:28:43 +0800 Thinker K.F. Li Add component_manager as a mix-in of domview
Sun, 16 Jan 2011 16:13:37 +0800 Thinker K.F. Li Add unlink clone checker.
Sun, 16 Jan 2011 11:04:29 +0800 Thinker K.F. Li Fix typo
Sun, 16 Jan 2011 09:45:09 +0800 wycc CHange the wrong append to appendCHild
Sat, 15 Jan 2011 23:07:29 +0800 Thinker K.F. Li merge
Sat, 15 Jan 2011 20:57:42 +0800 Thinker K.F. Li Add clone function for domview
Sat, 15 Jan 2011 21:19:50 +0800 wycc Merge
Sat, 15 Jan 2011 21:06:55 +0800 wycc Change the duplicate key back to the old implementation. Now, we have clone key frame(extend) and copy key frame(duplicate).
Sat, 15 Jan 2011 20:48:03 +0800 Thinker K.F. Li Revert to changeset #0442ae9c2ac2 for domview.py.
Sat, 15 Jan 2011 18:32:33 +0800 Thinker K.F. Li Replace a workaround with a more semantic one.
Sat, 15 Jan 2011 02:43:20 +0800 wycc Use svg:use to duplicate the key frame. The current inkscape will not keep the extra attributes when we break the reference. Therefore, we may modify the inkscape directly or implemnet a break by ourself. In addition, we may need to improve the duplication to sync the new-added objects to an existed group.
Fri, 14 Jan 2011 00:36:50 +0800 wycc When we delete frame in tween, we should adjust the end only. If we delete the first frame, the whole scene is deleted.
Fri, 14 Jan 2011 00:00:11 +0800 wycc Handle the change of attribute 'start' and 'end'. We do reset here. However, we should be able to optimize it latter to update the scenes directly.
Wed, 12 Jan 2011 22:15:06 +0800 Thinker K.F. Li Fix bug of max frame of domview.
Wed, 12 Jan 2011 21:41:26 +0800 Thinker K.F. Li Fix the buggy implementation of reset()
Wed, 12 Jan 2011 21:20:06 +0800 Thinker K.F. Li Make public APIs being public for domview
Wed, 12 Jan 2011 21:04:45 +0800 Thinker K.F. Li Remove a line of unused code
Wed, 12 Jan 2011 20:59:38 +0800 Thinker K.F. Li Raise an error for the error.
Wed, 12 Jan 2011 15:01:14 +0800 wycc Support undo for insert key frame/rm keyframe. We will refresh all layers and scenes since it is not feasible to collect these changes and update the layers and scenes. We may scan two level only in the future to improve the performance.
Wed, 12 Jan 2011 01:03:33 +0800 Thinker K.F. Li Make domview_ui manages scenes and layers found by checker
Tue, 11 Jan 2011 17:57:11 +0800 Thinker K.F. Li Fix bug of removing layer.
Tue, 11 Jan 2011 17:39:06 +0800 Thinker K.F. Li Add find_layer_from_group() for domview_ui
Tue, 11 Jan 2011 15:02:27 +0800 Thinker K.F. Li More check for remvoing scene and scene group.
Tue, 11 Jan 2011 11:43:32 +0800 Thinker K.F. Li Add class consistency_checker for domview_ui.
Mon, 10 Jan 2011 22:15:16 +0800 Thinker K.F. Li Fix bugs of inserting/removing frames.
Mon, 10 Jan 2011 19:44:15 +0800 Thinker K.F. Li Move _duplicate_group to domview_ui.
Mon, 10 Jan 2011 16:48:11 +0800 Thinker K.F. Li Remove MBScene_ from the prefix of class names.
Mon, 10 Jan 2011 16:32:16 +0800 Thinker K.F. Li Move MBScene_domview_ui and MBScene_domview to separated modules.