summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/activities/activitiesfactory.cxx
AgeCommit message (Collapse)Author
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-16#i48179# Resolved merge problems.Andre Fischer
2009-10-14#i48179# Fixed stepping back for animations with active auto_reverse.Andre Fischer
2008-06-24INTEGRATION: CWS canvas05 (1.10.18); FILE MERGEDKurt Zenker
2008/04/21 07:54:41 thb 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:49:12 thb 1.10.18.1: #i79258# Merge from CWS picom
2008-04-10INTEGRATION: CWS changefileheader (1.10.46); FILE MERGEDRüdiger Timm
2008/03/31 14:00:16 rt 1.10.46.1: #i87441# Change license header to LPGL v3.
2007-07-17INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGEDOliver Bolte
2007/02/25 01:10:24 thb 1.9.12.3: #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/02/02 08:47:51 thb 1.9.12.2: #i37778# Moved all old-style casts to sal::static_int_cast 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
2006-12-13INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGEDKurt Zenker
2006/10/18 19:52:42 thb 1.6.16.4: RESYNC: (1.6-1.8); FILE MERGED 2006/04/24 13:25:28 thb 1.6.16.3: #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 20:40:05 thb 1.6.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:12 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-10-12INTEGRATION: CWS sb59 (1.6.44); FILE MERGEDOliver Bolte
2006/08/11 20:35:45 thb 1.6.44.1: #i68336# Made slideshow warning free
2006-09-17INTEGRATION: CWS pchfix02 (1.6.48); FILE MERGEDOliver Bolte
2006/09/01 17:39:35 kaib 1.6.48.1: #i68856# Added header markers and pch files
2005-10-11INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGEDOliver Bolte
2005/09/07 14:03:16 dbo 1.4.16.4: #i50492# made more robust when disposing slideshow 2005/09/01 08:57:25 dbo 1.4.16.3: #i51786# code cleanup Issue number: Submitted by: Reviewed by: 2005/08/08 11:23:28 dbo 1.4.16.2: #i45197# Issue number: Submitted by: Reviewed by: 2005/08/08 09:36:51 dbo 1.4.16.1: #i45197# dequeued() -> ActivityBase added end() Issue number: Submitted by: Reviewed by:
2005-09-07INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGEDRüdiger Timm
2005/09/05 17:41:10 rt 1.4.22.1: #i54170# Change license header: remove SISSL
2005-03-30INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGEDRüdiger Timm
2005/03/14 16:12:30 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
2005-03-10INTEGRATION: CWS presfixes01 (1.2.2); FILE MERGEDVladimir Glazounov
2005/02/17 23:56:51 thb 1.2.2.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/16 11:17:48 fs 1.2.2.3: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.* 2005/02/02 22:46:59 dbo 1.2.2.2: #i37777# - timing changes for activities queue - minor fixes Issue number: Submitted by: Reviewed by: 2005/01/27 15:58:18 dbo 1.2.2.1: #i39662# using shared timer for correct pausing Issue number: Submitted by: Reviewed by:
2005-01-21INTEGRATION: CWS impress23 (1.1.2); FILE ADDEDKurt Zenker
2004/12/08 12:44:15 thb 1.1.2.1: #i36214# Restructured activities factory into several files, to increase maintainability (in preparation for implementing global time handling)