Commit Graph

6 Commits

Author SHA1 Message Date
Oliver Bolte
09ee14c6f4 INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED
2007/01/29 14:01:59 thb 1.6.12.1: Issue number: #i37778#

Larger slideshow refactoring. Wrote design and coding style manifest,
and adapted the code to actually conform to this. In detail:
 - cleaned up ownership/disposable/weak_ptr story. removed hacks and
   explicit Disposable implementations, where workaround were available
 - removed object mutices, where superfluous
 - reworked EventMultiplexer (using templatized listener class now), added
   more events. EventMultiplexer now serves as a true blackboard
 - reworked directory structure: disjunct parts are now physically separated
   into directories, instantiation happens via factories & abstract interfaces
 - added CursorManager, to make setting mouse cursor less hackish
 - reworked DrawShape, to implement SeparateListener pattern
 - reworked IntrinsicAnimationActivity, to avoid cyclic references
 - modified hyperlink & shape cursor handling to communicate via
   EventMultiplexer
 - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
   etc.)
 - added first version of the z-order fix to layer/layermanager
 - cleaned up include guards and include syntax
2007-07-17 13:46:14 +00:00
Kurt Zenker
800e6f118d INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED
2006/03/24 18:23:14 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-12-13 14:27:48 +00:00
Oliver Bolte
4e5f866585 INTEGRATION: CWS presfixes08 (1.3.24); FILE MERGED
2005/08/08 09:36:54 dbo 1.3.24.1: #i45197#
dequeued() -> ActivityBase
added end()
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:41:36 +00:00
Rüdiger Timm
9f423e8e32 INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED
2005/09/05 17:41:13 rt 1.3.30.1: #i54170# Change license header: remove SISSL
2005-09-07 19:38:00 +00:00
Vladimir Glazounov
08dc57a3df INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED
2005/02/17 23:56:53 thb 1.2.2.4: #i42499# Made de-spriting of shape effects happen in new Activity::dequeued() method; removed Activity::end() method; fixed calculation of XSlideShow::update() wait interval; slightly modified pres time handling, pres time is now held during _all_ queue processing, including EventQueue (generated funny bounce and break effects, because delayed activities got out of sync); clarified documentation
2005/02/02 22:47:00 dbo 1.2.2.3: #i37777#
- timing changes for activities queue
- minor fixes
Issue number:
Submitted by:
Reviewed by:
2005/01/30 16:00:58 dbo 1.2.2.2: #i37777#
- using single presentation time base
- activities queue detects and sets timing lag (calcTimeLag())
Issue number:
Submitted by:
Reviewed by:
2005/01/27 15:58:18 dbo 1.2.2.1: #i39662# using shared timer for correct pausing
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:49:20 +00:00
Kurt Zenker
74bdb94493 INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2004/12/08 12:44:38 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)
2005-01-21 16:00:43 +00:00