An error occurred fetching the project authors.
  1. 23 Oct, 2006 1 commit
  2. 21 Oct, 2006 3 commits
    • Clément Stenac's avatar
      Rebuild the array of currently playing items as a background task. · b6d0e5a0
      Clément Stenac authored
      This array is now usable as a reliable source of data for size
      Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
      b6d0e5a0
    • Clément Stenac's avatar
      Don't loop continuously the playlist thread, use cond. · 2d3be24e
      Clément Stenac authored
      Not tested heavily yet ...
      
      For interaction implementers: you need to call playlist_Signal after changing the status of a dialog. Please see the diff for qt4/dialogs/interaction.cpp
      2d3be24e
    • Clément Stenac's avatar
      Playlist · 799b2826
      Clément Stenac authored
       * Remove the random special case
       * Use the array of currently playing items for all cases
       * Convert array items to array API
       * Replace standard searches in sorted arrays by bsearches
       * Size is not yet fixed (next round).
      
      Array
       * Add reset/value and bsearch functions
       * Add foreach helper
      799b2826
  3. 15 Oct, 2006 1 commit
  4. 01 Oct, 2006 1 commit
  5. 24 Sep, 2006 1 commit
    • Antoine Cellerier's avatar
      Some more (mostly) untested stuff: · 2d90e869
      Antoine Cellerier authored
       * Secondary queue items now have a b_fetch_art flag
       * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue
       * other stuff which i don't remember :)
       * (fix issues with previous (and unrelated) DIR_SEP commit)
      2d90e869
  6. 23 Sep, 2006 1 commit
  7. 15 Sep, 2006 3 commits
  8. 05 Sep, 2006 1 commit
  9. 03 Sep, 2006 2 commits
  10. 02 Sep, 2006 2 commits
  11. 27 Aug, 2006 1 commit
  12. 26 Aug, 2006 1 commit
  13. 11 Aug, 2006 1 commit
  14. 07 Aug, 2006 1 commit
  15. 08 Jul, 2006 1 commit
  16. 14 Jun, 2006 1 commit
  17. 08 Jun, 2006 1 commit
  18. 25 May, 2006 1 commit
  19. 15 May, 2006 1 commit
  20. 14 May, 2006 1 commit
    • Clément Stenac's avatar
      Merge back branch 0.8.6-playlist-vlm to trunk. · ed0b72e3
      Clément Stenac authored
      What is currently broken:
       * Some playlist demuxers (shout, dvb and pls)
       * DAAP
       * BeOS playlist
       * GPE playlist, I suppose
      
      What has some trouble:
       * Meta handling in several demuxers (most notably TS)
       * Skins2 playlist (doesn't refresh correctly)
       * OS X playlist (see bigben's latest commits)
      ed0b72e3
  21. 04 Mar, 2006 1 commit
  22. 28 Jan, 2006 1 commit
  23. 21 Jan, 2006 1 commit
  24. 12 Jan, 2006 1 commit
  25. 06 Dec, 2005 1 commit
  26. 05 Dec, 2005 1 commit
  27. 15 Sep, 2005 1 commit
  28. 20 Aug, 2005 1 commit
  29. 10 Jul, 2005 1 commit
  30. 09 Jul, 2005 1 commit
  31. 08 Jul, 2005 1 commit
  32. 01 Jul, 2005 1 commit
    • Benjamin Pracht's avatar
      * vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent... · 24c07775
      Benjamin Pracht authored
      * vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from the parent list of an item (if anybody wants to make that another way...)
      * playlist.m: implements full drag and drop of playlist items. Drop of multiple items and of items and nodes at the same time should be supported. You cannot mode service discovery items. This is a choice and can be changed if wanted.
      * Hopes that compiles on current trunk (cannot check since latest comits on net functions broke the built of a half the modules and core of the OSX port...)
      
      
      24c07775
  33. 26 Apr, 2005 1 commit
  34. 13 Apr, 2005 1 commit
    • Clément Stenac's avatar
      * Playlist : · 9ceef3c7
      Clément Stenac authored
        - fix crash when deleting current item
        - SAP: don't store pointers
        - don't pass pointers to interface in item-appended
        - remove VIEW_SIMPLE that was confusing and bug-generating
      
      * wx: 
        - Fix open layout
        - Fix slider behaviour, patch by Greg Hazel
      9ceef3c7