Commit Graph

7 Commits

Author SHA1 Message Date
Rüdiger Timm
4e981c8591 INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED
2008/03/31 14:00:25 rt 1.7.46.1: #i87441# Change license header to LPGL v3.
2008-04-11 00:11:00 +00:00
Oliver Bolte
f8d61f310b INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED
2007/01/31 14:30:33 thb 1.6.12.4: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality
2007/01/31 12:29:06 thb 1.6.12.3: #i37778# Slide animations now notify screen updates themselves
2007/01/31 11:25:17 thb 1.6.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show
2007/01/29 14:02:17 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 14:00:05 +00:00
Kurt Zenker
f8368ee9f2 INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED
2006/09/18 15:26:50 thb 1.4.16.6: #i10000# Fixed post-MERGE breakages
2006/04/24 13:25:33 thb 1.4.16.5: #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/04/03 16:19:01 thb 1.4.16.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow
2006/03/24 18:23:26 thb 1.4.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/07 00:00:54 thb 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED
2006/03/06 22:14:32 thb 1.4.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio
2006-12-13 14:45:39 +00:00
Oliver Bolte
a26a1bffa7 INTEGRATION: CWS gcc41 (1.4.18); FILE MERGED
2005/12/07 14:05:01 pmladek 1.4.18.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
2006-01-19 17:00:25 +00:00
Oliver Bolte
cf1fe68358 INTEGRATION: CWS presfixes08 (1.2.24); FILE MERGED
2005/09/09 14:48:50 dbo 1.2.24.3:
Issue number:
Submitted by:
Reviewed by:
2005/09/09 14:41:54 dbo 1.2.24.2: #i50492# more robustness
2005/09/02 13:02:53 dbo 1.2.24.1: #i50492# no stopping of slide transition sound
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:46:17 +00:00
Rüdiger Timm
01642c2e48 INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED
2005/09/05 17:41:29 rt 1.2.30.1: #i54170# Change license header: remove SISSL
2005-09-07 19:58:22 +00:00
Vladimir Glazounov
249857ca1d INTEGRATION: CWS presfixes01 (1.1.2); FILE ADDED
2005/02/15 23:51:01 thb 1.1.2.4: #i42440# Moved sprite-growing code to slideshow, some minor issues with size calculations for empty slides (when a 'leaving' slide is needed, but there's no previous one, an empty bitmap is generated)
2005/02/07 01:05:37 thb 1.1.2.3: #i38960# Slight adaptions for new timer handling: event and activities queue now share a timer, such that e.g. a hold on this timer affects the other queue, too; slight reworks to slidechangebase, now creating the slide bitmap(s) on start(), too.
2005/01/30 15:54:43 dbo 1.1.2.2: #i39787# correct bitmap dimensions
Issue number:
Submitted by:
Reviewed by:
2005/01/26 11:18:33 dbo 1.1.2.1: #i39787# slide transition revision: recalc bitmaps/sprites in case of view changes
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:52:35 +00:00