log pyink/frameline.py @ 1335:194c7a831083

age author description
Mon, 10 Jan 2011 22:15:16 +0800 Thinker K.F. Li Fix bugs of inserting/removing frames.
Mon, 10 Jan 2011 13:37:33 +0800 Thinker K.F. Li Change naming.
Mon, 10 Jan 2011 11:45:12 +0800 Thinker K.F. Li Integrate MBDOM_UI to MBScene
Mon, 10 Jan 2011 11:45:12 +0800 Thinker K.F. Li Add MBDOM_UI
Thu, 06 Jan 2011 11:11:27 +0800 Thinker K.F. Li Remove search_by_id() from frameline.
Thu, 06 Jan 2011 09:24:54 +0800 wycc When we select a new object, search the scene group which contain it and make it as the active frame.
Wed, 05 Jan 2011 21:49:20 +0800 Thinker K.F. Li Update frameline when loading a document
Wed, 05 Jan 2011 18:53:54 +0800 Thinker K.F. Li Fix the issue of showing active mark for a frame in a tween
Wed, 05 Jan 2011 17:56:14 +0800 Thinker K.F. Li Fix the issues with multiple framelines
Tue, 04 Jan 2011 10:08:02 +0800 Thinker K.F. Li Merge and move code of tracking max frame number to MBScene_dom_monitor
Mon, 03 Jan 2011 13:51:31 +0800 Thinker K.F. Li Fix issue of removing a scene
Sun, 02 Jan 2011 21:09:35 +0800 Thinker K.F. Li Fix bug of changing tween type
Sun, 02 Jan 2011 18:26:30 +0800 Thinker K.F. Li Simplify extendScened()
Tue, 04 Jan 2011 01:13:23 +0800 wycc Update the maxframeline
Fri, 31 Dec 2010 11:31:18 +0800 Thinker K.F. Li Fix yeiling error message when select a scene.
Fri, 31 Dec 2010 00:49:58 +0800 wycc Add functions to insert and remove frame.
Wed, 29 Dec 2010 00:33:48 +0800 wycc Add support to insert key frame in the middle of the tween.
Tue, 28 Dec 2010 22:26:11 +0800 wycc Merge.
Tue, 28 Dec 2010 13:35:34 +0800 Thinker K.F. Li Fix broken of running animation
Tue, 28 Dec 2010 13:35:27 +0800 Thinker K.F. Li Fix the issue of drawing consquence tween frames
Mon, 27 Dec 2010 17:05:25 +0800 Thinker K.F. Li Stop showing for second key frame of a tween
Mon, 27 Dec 2010 15:37:03 +0800 Thinker K.F. Li Refactory methods of state awared drawing to frameline_draw_state
Mon, 27 Dec 2010 14:18:05 +0800 Thinker K.F. Li Refactory drawing function of frameline to frameline_draw
Sun, 26 Dec 2010 19:17:12 +0800 Thinker K.F. Li Refactory frameline.py
Sat, 18 Dec 2010 23:50:43 +0800 wycc Fix the mtraix animation.
Sat, 18 Dec 2010 09:00:55 +0800 wycc Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
Tue, 07 Dec 2010 07:52:47 +0800 wycc Add tween type selector into the UI. This UI can be used to update the type attribute of the SVG.
Sat, 20 Nov 2010 15:46:03 +0800 wycc Generate the last key frame correct.
Sat, 20 Nov 2010 11:44:19 +0800 wycc Add addScenes to generate scene definition according to the current framelines.
Fri, 19 Nov 2010 23:54:24 +0800 wycc Fix the rm_keyframe to search the keyframe.
Thu, 18 Nov 2010 12:10:51 +0800 Thinker K.F. Li Fix issue of not drawing background for key frames without any tween
Thu, 18 Nov 2010 12:02:21 +0800 Thinker K.F. Li check range of pointer
Thu, 18 Nov 2010 11:54:37 +0800 Thinker K.F. Li Start drawing after an expose event
Thu, 18 Nov 2010 11:37:21 +0800 Thinker K.F. Li Provide the facility to stop drawing for massive content update.
Thu, 18 Nov 2010 11:20:24 +0800 Thinker K.F. Li Function of removing key frames
Wed, 17 Nov 2010 18:49:58 +0800 Thinker K.F. Li Do not draw active frame when it is not set
Wed, 17 Nov 2010 15:18:30 +0800 Thinker K.F. Li Fix bug for no any key frame in a frameline
Wed, 17 Nov 2010 12:52:34 +0800 Thinker K.F. Li Show hover mark when the pointer over a frame
Wed, 17 Nov 2010 11:58:45 +0800 Thinker K.F. Li frame-button-press event of frameline
Wed, 17 Nov 2010 11:18:44 +0800 Thinker K.F. Li rename _type_id to _type, it is GGbject type actually
Wed, 17 Nov 2010 03:15:11 +0800 Thinker K.F. Li Handle button press event for frameline
Wed, 17 Nov 2010 02:29:47 +0800 Thinker K.F. Li Add more border line to frameline and frameruler
Wed, 17 Nov 2010 02:16:32 +0800 Thinker K.F. Li Set font size for frame number in frameruler
Wed, 17 Nov 2010 01:46:10 +0800 Thinker K.F. Li Add frameruler to show ruler for framelines
Tue, 16 Nov 2010 13:16:39 +0800 Thinker K.F. Li Doc key frame
Tue, 16 Nov 2010 12:55:19 +0800 Thinker K.F. Li change wording in doc
Tue, 16 Nov 2010 12:51:53 +0800 Thinker K.F. Li Draw line to connect continious tween frames
Tue, 16 Nov 2010 12:12:21 +0800 Thinker K.F. Li Implement a frameline widget