Commit Graph

14 Commits

Author SHA1 Message Date
Thomas Arnhold
72a416bef8 fixincludeguards.sh: slideshow
Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9
2014-04-19 11:10:12 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
Jens-Heiner Rechtien
9e19ff00c7 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
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
Rüdiger Timm
6cb9b0735b INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED
2008/03/31 14:00:28 rt 1.9.46.1: #i87441# Change license header to LPGL v3.
2008-04-11 00:24:29 +00:00
Oliver Bolte
1ac4ed10b3 INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED
2007/01/29 14:02:22 thb 1.8.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 14:06:47 +00:00
Kurt Zenker
1b0024a9be INTEGRATION: CWS presfixes09 (1.6.2); FILE MERGED
2006/09/15 22:17:53 thb 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED
2006/03/24 18:23:33 thb 1.6.2.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:22 thb 1.6.2.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006-12-13 14:56:39 +00:00
Rüdiger Timm
07e6a6f2dd INTEGRATION: CWS presfixes10 (1.6.8); FILE MERGED
2006/07/14 08:15:49 dbo 1.6.8.1: #i58939#
2006-07-26 06:39:44 +00:00
Rüdiger Timm
507177e5ba INTEGRATION: CWS thbpp2 (1.5.28); FILE MERGED
2006/01/27 13:56:39 thb 1.5.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.
2006-02-09 13:49:14 +00:00
Rüdiger Timm
61c3ef2109 INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED
2005/09/05 17:41:40 rt 1.4.22.1: #i54170# Change license header: remove SISSL
2005-09-07 20:11:43 +00:00
Rüdiger Timm
02f13edde2 INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED
2005/03/15 10:38:27 dbo 1.3.2.1: #i39513# misc minor improvements
Issue number:
Submitted by:
Reviewed by:
2005-03-30 07:15:11 +00:00
Vladimir Glazounov
ed824fdd0b INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED
2005/02/17 23:56:54 thb 1.2.6.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:01 dbo 1.2.6.3: #i37777#
- timing changes for activities queue
- minor fixes
Issue number:
Submitted by:
Reviewed by:
2005/01/30 16:01:00 dbo 1.2.6.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:19 dbo 1.2.6.1: #i39662# using shared timer for correct pausing
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:54:47 +00:00
Rüdiger Timm
a2aacfc4d5 INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/08/05 19:59:55 thb 1.1.2.1: #110496# Moved from source/engine
2004-11-26 18:16:22 +00:00