From 030c4beb2153f129fb7fe9eff3d6e4374101b4cc Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 17 Jul 2007 13:32:58 +0000 Subject: 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 --- slideshow/prj/build.lst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'slideshow/prj') diff --git a/slideshow/prj/build.lst b/slideshow/prj/build.lst index b5f7b02b6fb2..4fc0c248050e 100644 --- a/slideshow/prj/build.lst +++ b/slideshow/prj/build.lst @@ -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 -- cgit