1. 17 Tem, 2007 16 kayıt (commit)
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED · 13054f43
      Oliver Bolte yazdı
      2007/04/16 09:40:02 thb 1.1.2.1: #i64783# Added generator script for effect test; fixed subtle issue with shapes missing a repaint when being set invisible and animated in the same update cycle; fixed container base node bug with indefinite state (both issues found with generated effects script)
      13054f43
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.5.20); FILE MERGED · 030c4beb
      Oliver Bolte yazdı
      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
      030c4beb
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED · e3bb3bf5
      Oliver Bolte yazdı
      2007/02/06 17:18:02 thb 1.1.2.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable
      2007/01/29 14:01:51 thb 1.1.2.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
      e3bb3bf5
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.18.14); FILE MERGED · bb6b54c5
      Oliver Bolte yazdı
      2007/03/05 15:29:07 thb 1.18.14.1: #i37778# Calling XSlideShow::update() after a repaint (slideshow handles all events asynchronously)
      bb6b54c5
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.40.12); FILE MERGED · 64048f0d
      Oliver Bolte yazdı
      2007/04/30 10:09:44 thb 1.40.12.2: RESYNC: (1.40-1.42); FILE MERGED
      2007/04/16 15:20:22 thb 1.40.12.1: #i75315# Reading hidden config item SlideshowRespectZOrder in sd, and passing it on to slideshow component
      64048f0d
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.25.56); FILE MERGED · 0d48c781
      Oliver Bolte yazdı
      2007/04/16 15:20:22 thb 1.25.56.1: #i75315# Reading hidden config item SlideshowRespectZOrder in sd, and passing it on to slideshow component
      0d48c781
    • Oliver Bolte's avatar
      INTEGRATION: CWS presfixes12 (1.39.56); FILE MERGED · 631fe20f
      Oliver Bolte yazdı
      2007/05/14 09:21:52 thb 1.39.56.2: #i75315# Changed offsets (gnaah - magic numbers all over the place)
      2007/04/16 15:20:21 thb 1.39.56.1: #i75315# Reading hidden config item SlideshowRespectZOrder in sd, and passing it on to slideshow component
      631fe20f
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.35.22); FILE MERGED · a84dc03e
      Oliver Bolte yazdı
      2007/04/14 12:17:05 mba 1.35.22.2: RESYNC: (1.35-1.36); FILE MERGED
      2007/03/23 13:48:54 mba 1.35.22.1: #i75677#: SetPrinter must be callable from API
      a84dc03e
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.14.24); FILE MERGED · 552c9ade
      Oliver Bolte yazdı
      2007/04/14 12:16:27 mba 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED
      2007/03/23 13:48:54 mba 1.14.24.1: #i75677#: SetPrinter must be callable from API
      552c9ade
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.99.26); FILE MERGED · 4e2d5b34
      Oliver Bolte yazdı
      2007/05/29 11:42:51 mba 1.99.26.4: RESYNC: (1.100-1.101); FILE MERGED
      2007/05/12 15:41:54 mba 1.99.26.3: smoke test crashed because of wrong order of deinitialization
      2007/03/25 00:36:11 mba 1.99.26.2: RESYNC: (1.99-1.100); FILE MERGED
      2007/03/23 13:48:27 mba 1.99.26.1: #i75677#: SetPrinter must be callable from API
      4e2d5b34
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.33.28); FILE MERGED · 77d19330
      Oliver Bolte yazdı
      2007/03/29 19:43:16 mba 1.33.28.1: #i75677#: settings extracted from DocInfo
      77d19330
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.30.62); FILE MERGED · e20dcb1b
      Oliver Bolte yazdı
      2007/03/23 13:47:33 mba 1.30.62.1: #i75677#: SetPrinter must be callable from API
      e20dcb1b
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.17.22); FILE MERGED · 24d46339
      Oliver Bolte yazdı
      2007/04/14 12:03:38 mba 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED
      2007/03/23 13:47:32 mba 1.17.22.1: #i75677#: SetPrinter must be callable from API
      24d46339
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.7.26); FILE MERGED · ea1205a4
      Oliver Bolte yazdı
      2007/03/23 13:47:32 mba 1.7.26.1: #i75677#: SetPrinter must be callable from API
      ea1205a4
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.42.60); FILE MERGED · c9b6bbb3
      Oliver Bolte yazdı
      2007/05/29 11:28:28 mba 1.42.60.7: RESYNC: (1.43-1.44); FILE MERGED
      2007/04/14 11:45:50 mba 1.42.60.6: RESYNC: (1.42-1.43); FILE MERGED
      2007/04/06 19:34:09 mba 1.42.60.5: #i75677#: superfluous includes in docfile.hxx removed
      2007/04/04 15:06:29 mba 1.42.60.4: #i75677#: consolidation of methods for removing different kinds of data in DocInfo
      2007/03/29 19:43:16 mba 1.42.60.3: #i75677#: settings extracted from DocInfo
      2007/03/26 22:05:25 mba 1.42.60.2: #i75677#: SetUseUserData must still be done here
      2007/03/25 17:19:46 mba 1.42.60.1: #i75726#: remove TIMESTAMP_INVALID_DATETIME from public interfaces
      c9b6bbb3
    • Oliver Bolte's avatar
      INTEGRATION: CWS basemodelrefactoring (1.84.58); FILE MERGED · 573b4f19
      Oliver Bolte yazdı
      2007/05/29 11:26:26 mba 1.84.58.2: RESYNC: (1.84-1.85); FILE MERGED
      2007/04/06 19:33:43 mba 1.84.58.1: #i75677#: superfluous includes in docfile.hxx removed
      573b4f19
  2. 09 Tem, 2007 1 kayıt (commit)
  3. 06 Tem, 2007 23 kayıt (commit)