1. 19 Nov, 2006 6 commits
    • Clément Stenac's avatar
      * Documentation belongs to the .h, step 1 · 420d5f17
      Clément Stenac authored
      * Unexported a few internal functions
        (playlist_ItemDelete, playlist_ThreadCreate, playlist_ThreadDestroy)
      * Remove playlist_AddSDModules and merge its features into ServicesDiscoveryAdd
      * Fix a bug in signaling of node destruction (fixes Qt source selector assertion failures)
      * Disable unused generic devices probe code
      420d5f17
    • Dennis van Amerongen's avatar
      * vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the... · b60d207b
      Dennis van Amerongen authored
      * vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer for easy access to main aout, vout and intf switches. Add NEWS.txt as Release Notes.
      b60d207b
    • Antoine Cellerier's avatar
      Small doxygen doc fix (i hope) · 4bdf68b0
      Antoine Cellerier authored
      4bdf68b0
    • Clément Stenac's avatar
      Compile fix · 38b81595
      Clément Stenac authored
      38b81595
    • Clément Stenac's avatar
      Finish the playlist API transition (hopefully) · 0900f110
      Clément Stenac authored
       - Remove a bunch of transition now-useless API.
       - Remove all playlist_Lock* functions. Matching functions now accept a
         b_locked parameter that should be set to VLC_TRUE if the playlist is
         locked when calling the function. The advantages are that it reduces
         the API bloat and that the b_locked flag can be propagated in the
         call stack
       - Remove useless playlist testsuite
       - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on 
         an unmaintained library, probably unable to read content from new itunes, 
         ...). Implementations exist in rhythmbox, xmms2 and 
         daap-sharp, we should see if a proper lib exists or if we could 
         make one
       - Reduce verbosity a bit
       - Documentation
      0900f110
    • Rafaël Carré's avatar
      Adds GetPlayingItem method · a54f7868
      Rafaël Carré authored
      Fixes Quit method
      Fixes TogglePause method
      a54f7868
  2. 18 Nov, 2006 12 commits
  3. 17 Nov, 2006 10 commits
  4. 16 Nov, 2006 12 commits