1. 03 Dec, 2005 5 commits
    • Felix Paul Kühne's avatar
      * ALL: first development version of a GUI for the SubPicture Filters (refs #350) · a67fd4f9
      Felix Paul Kühne authored
      - the marquee section is already completely usable, more to come
      - TODO:
          - fix all FIXMEs
          - implement the logo and time settings completely
          - implement l10n
          - fix 10.3 compatibility (runs under Tiger only atm)
          - save the preferences, if requested
          - close a current vout and re-open it, when a filter is (de-)activated
          - redesign the GUI to a smaller panel
      a67fd4f9
    • Clément Stenac's avatar
      Should fix playlist scrolling · cc5e6f6c
      Clément Stenac authored
      playlist-current must not be handled by a full rebuild but by two item updates, on oldval (to remove its playing status) and newval (to give it playing status)
      cc5e6f6c
    • Cyril Deguet's avatar
      * forgot to add the new files... · d03436e7
      Cyril Deguet authored
      d03436e7
    • Cyril Deguet's avatar
      * all: support of animated bitmaps in skins: there are new attributes · 07391315
      Cyril Deguet authored
        "nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
        of frames and the frame rate in a bitmap. As in the radialslider,
        the different frames are just laid vertically in the bitamp (and
        all the frames must have the same size)
        At the moment animated bitmaps are only supported in Button controls.
      07391315
    • Clément Stenac's avatar
      Add a checkRemove method to CmdGeneric. · eba35637
      Clément Stenac authored
      It is called by asyncqueue if remove flag is true, to let the newly added command check if it wants its predecessors to be removed.
      
      Default is to always allow. Only implemented in CmdPlaytreeUpdate: only remove previous commands if they are about the same item.
      
      -> Limit excess updates to playtree
      
      (There are some debug messages left in this commit, will remove later)
      
      eba35637
  2. 02 Dec, 2005 10 commits
  3. 01 Dec, 2005 10 commits
  4. 30 Nov, 2005 7 commits
  5. 29 Nov, 2005 8 commits