Commit Graph

9 Commits

Author SHA1 Message Date
Oliver Bolte
f841e80826 INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED
2007/03/11 01:01:09 thb 1.9.12.3: #i37778# Made wait shape to update screen immediately, as it's otherwise invisible because of not staying past main animation loop commitScreenUpdates()
2007/02/25 01:10:24 thb 1.9.12.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour
2007/01/29 14:01:58 thb 1.9.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:43:26 +00:00
Vladimir Glazounov
ea5c10428c #i10000# add #include <boost/current_function.hpp> 2006-12-14 23:51:16 +00:00
Kurt Zenker
937e484a11 INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED
2006/10/18 19:52:26 thb 1.6.16.6: RESYNC: (1.6-1.7); FILE MERGED
2006/04/24 13:25:27 thb 1.6.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/12 19:25:06 thb 1.6.16.4: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position
2006/04/03 16:18:58 thb 1.6.16.3: #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:12 thb 1.6.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/06 22:14:30 thb 1.6.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:23:22 +00:00
Oliver Bolte
0c9425e5e0 INTEGRATION: CWS pchfix02 (1.6.48); FILE MERGED
2006/09/01 17:39:35 kaib 1.6.48.1: #i68856# Added header markers and pch files
2006-09-17 07:31:36 +00:00
Oliver Bolte
66ed759508 INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED
2005/08/02 08:24:44 dbo 1.4.16.2: #i37786# cleanup, minor corrections
Issue number:
Submitted by:
Reviewed by:
2005/07/15 13:19:15 dbo 1.4.16.1: #i37786# drawing layer animations, cleanup, misc
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:37:45 +00:00
Rüdiger Timm
b4d6841f5d INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED
2005/09/05 17:41:09 rt 1.4.22.1: #i54170# Change license header: remove SISSL
2005-09-07 19:33:17 +00:00
Rüdiger Timm
71bf919a29 INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED
2005/03/14 16:12:30 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
2005-03-30 07:04:16 +00:00
Vladimir Glazounov
01416cdd18 INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGED
2005/03/03 14:17:28 thb 1.2.2.3: #i43927# Slightly changed the way updateScreen() is handled: since just lately, there were several places introduced which had to call View::updateScreen() manually (RehearsetimtinActivity, WaitSymbol, etc.). Together with the recent change regarding #i42499#, this resulted in the unfortunate situation that LayerManager::update() was not called before updateScreen(). Now, the view update is centrally handled by the EventMultiplexer (which also knows the LayerManager), I've therefore changed all direct calls to View::updateScreen() to EventMultiplexer::updateScreenContent()
2005/02/16 11:17:47 fs 1.2.2.2: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
2005/02/02 22:46:59 dbo 1.2.2.1: #i37777#
- timing changes for activities queue
- minor fixes
Issue number:
Submitted by:
Reviewed by:
2005-03-10 12:46:45 +00:00
Kurt Zenker
3f928a6a34 INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2005/01/09 16:39:45 dbo 1.1.2.4: #i34155# mouse motion
2005/01/08 15:34:22 dbo 1.1.2.3: #i34155# y space
2005/01/08 00:53:32 dbo 1.1.2.2: #i34155#
2005/01/07 15:56:37 dbo 1.1.2.1: #i39053# sand clock bitmap sprite instead of mouse cursor
2005-01-21 15:57:10 +00:00