Commit Graph

13 Commits

Author SHA1 Message Date
Andre Fischer
268c5a727b #i48179# Introduced EffectRewinder class that replays main sequence effects on current or previous slide. 2009-03-04 13:41:44 +00:00
Kurt Zenker
830b177517 INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED
2008/04/21 07:54:17 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED
2007/10/01 13:49:12 thb 1.11.18.1: #i79258# Merge from CWS picom
2008-06-24 11:08:27 +00:00
Rüdiger Timm
68b2c14fe0 INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED
2008/03/31 14:00:18 rt 1.11.46.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:44:00 +00:00
Oliver Bolte
ba70200cba INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED
2007/01/29 14:02:01 thb 1.10.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:49:03 +00:00
Kurt Zenker
d107cc9a6f INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED
2006/10/18 19:55:33 thb 1.6.16.4: RESYNC: (1.8-1.9); FILE MERGED
2006/09/15 22:15:47 thb 1.6.16.3: RESYNC: (1.6-1.8); FILE MERGED
2006/04/24 13:25:29 thb 1.6.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway.
2006/03/24 18:23:18 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-12-13 14:32:56 +00:00
Oliver Bolte
bfea37dda8 INTEGRATION: CWS sb59 (1.8.8); FILE MERGED
2006/08/22 07:34:30 sb 1.8.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.
2006-10-12 12:59:27 +00:00
Rüdiger Timm
c22513387a #i10000# ::osl::DebugBase<DrawShape> must not be private 2006-07-26 14:05:48 +00:00
Rüdiger Timm
ef8c7186fa INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED
2005/11/10 15:50:01 dbo 1.6.6.3: missing friend decl for SunCC
Issue number:
Submitted by:
Reviewed by:
2005/11/10 14:57:26 dbo 1.6.6.2: #i45197# cleanup
Issue number:
Submitted by:
Reviewed by:
2005/11/07 15:26:53 dbo 1.6.6.1: #i45197# revised code
Issue number:
Submitted by:
Reviewed by:
2006-07-26 06:35:12 +00:00
Oliver Bolte
3169645fcc INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED
2005/09/06 08:56:23 dbo 1.4.16.4: #i54019# cancelled repeat fix: no good fix
2005/09/05 13:55:05 dbo 1.4.16.3: #i54019# incorp repeat of time containers
2005/07/21 16:13:45 dbo 1.4.16.2: #i45197# some cleanup
Issue number:
Submitted by:
Reviewed by:
2005/07/15 13:11:02 dbo 1.4.16.1: #i45197# skipping animations, cleanup
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:43:44 +00:00
Rüdiger Timm
a02d0cdd3f INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED
2005/09/05 17:41:18 rt 1.4.22.1: #i54170# Change license header: remove SISSL
2005-09-07 19:44:15 +00:00
Rüdiger Timm
8f2ed1d984 INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED
2005/03/21 17:37:15 dbo 1.3.2.1: #i41476# schedule deactivation of parent node if no children are available
Issue number:
Submitted by:
Reviewed by:
2005-03-30 07:06:41 +00:00
Vladimir Glazounov
4d795e6499 INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED
2005/02/17 23:56:53 thb 1.2.2.1: #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-03-10 12:50:17 +00:00
Kurt Zenker
3976cc801b INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2004/12/21 09:35:00 dbo 1.1.2.2: #i36214# calculating accel/decel incorp parent containers
2004/12/08 12:46:01 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)
2005-01-21 16:05:38 +00:00