log pyink/consistency.py @ 1418:485cca025a77

age author description
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 23:21:20 +0800 Thinker K.F. Li Consistent checking for components and timelines
Fri, 14 Jan 2011 00:02:11 +0800 wycc Handle type attribute to implemen the tween type change action undo.
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.
Thu, 13 Jan 2011 23:53:38 +0800 wycc Rename _domview to _domviewui to reduce confusion.
Wed, 12 Jan 2011 22:23:00 +0800 Thinker K.F. Li Leave a blank between import statements at head
Wed, 12 Jan 2011 20:52:34 +0800 Thinker K.F. Li Remove unused code.
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:59:17 +0800 Thinker K.F. Li Remove the layer when a layer group being removed.
Tue, 11 Jan 2011 15:03:01 +0800 Thinker K.F. Li Remove the key frame if associated scene node or scene group being removed.
Tue, 11 Jan 2011 11:43:32 +0800 Thinker K.F. Li Add class consistency_checker for domview_ui.