Kaydet (Commit) 030c4beb authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS presfixes12 (1.5.20); FILE MERGED

2007/01/29 14:01:51 thb 1.5.20.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
üst e3bb3bf5
......@@ -3,7 +3,9 @@ pe slideshow usr1 - all pe_mkout NULL
pe slideshow\inc nmake - all pe_inc NULL
pe slideshow\source\api nmake - all pe_api pe_inc NULL
pe slideshow\source\engine nmake - all pe_engine pe_api pe_inc NULL
pe slideshow\source\engine\slide nmake - all pe_slide pe_api pe_inc NULL
pe slideshow\source\engine\shapes nmake - all pe_shapes pe_api pe_inc NULL
pe slideshow\source\engine\transitions nmake - all pe_transitions pe_api pe_inc NULL
pe slideshow\source\engine\animationnodes nmake - all pe_animationnodes pe_api pe_inc NULL
pe slideshow\source\engine\activities nmake - all pe_activities pe_api pe_inc NULL
pe slideshow\util nmake - all pe_util pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL
pe slideshow\util nmake - all pe_util pe_shapes pe_slide pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment