Changes between Version 21 and Version 22 of GROUP_TIMELINES_R0
- Timestamp:
- 05/22/09 13:57:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_TIMELINES_R0
v21 v22 80 80 Due to some problems and bugs, there's an additional changeset. It changes the design of the timeline model. Instead of having a list of entries for each channel, this list has been moved to the Timeline class. This is required for timelines to work in preview mode since copying the book (cloning a resource) does not work well with the AutoListProperty groupChannels(). Also, SwingUtilities.invokeLater() is used for synchronious playing of the TimerTasks. [2616] 81 81 82 Here's a list of known issues that should be fixed in the next iteration of this task or in another task: 83 * Changing to preview mode sometimes throws a mydoggy exception about reinitializing the same flap twice. This is not always happening and is a subject to more thorough testing. 82 Final tweaks ahve been applied in the last changeset. These include frame rendering and bottom flap. The timelines model needs to be changed in the next iteration so that everything is copied correctly. Now the timeline entries do not update their channels when switching to preview mode and this is somehow fixed, but should be changed. [2807] 84 83 85 84 = Testing =