1. 26 Sep, 2014 1 commit
  2. 04 Sep, 2014 1 commit
  3. 02 Aug, 2014 2 commits
    • François Revol's avatar
      Makefile.am: fix dependencies for win32 · 25031832
      François Revol authored
      It happened to me when doing the Haiku port, src/mpd failed to
      be relinked properly when editing source files, and likely also
      happens on win32, although I didn't try this change.
      
      When building for windows, src_mpd_DEPENDENCIES is overriden.
      
      Automake then disables the default version which contains all
      the static libraries. In Makefile.in:
      @HAVE_WINDOWS_FALSE@src_mpd_DEPENDENCIES = libmpd.a \
      
      Instead we use EXTRA_src_mpd_DEPENDENCIES which is meant for this.
      25031832
    • Max Kellermann's avatar
      Win32Main: move to win32/ · 14c538c9
      Max Kellermann authored
      14c538c9
  4. 11 Jul, 2014 1 commit
    • Max Kellermann's avatar
      PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs · 11a5ee82
      Max Kellermann authored
      Implement a "bulk" edit mode that postpones both UpdateQueuedSong()
      and OnModified().  This way, the playlist version gets incremented
      only once.  More importantly: when adding multiple songs to a queue
      that consists of only one song, the first song that got added will
      always be played next.  By postponing this choice, all newly added
      songs get a chance to become the next song.  Fixes the second (and
      last) part of Mantis ticket 0004005.
      11a5ee82
  5. 09 Jul, 2014 1 commit
  6. 27 Jan, 2014 1 commit
  7. 08 Nov, 2013 1 commit
  8. 04 Nov, 2013 1 commit
  9. 30 Oct, 2013 2 commits
  10. 26 Oct, 2013 2 commits
  11. 25 Oct, 2013 1 commit
  12. 23 Oct, 2013 3 commits
  13. 21 Oct, 2013 4 commits
  14. 20 Oct, 2013 5 commits
  15. 19 Oct, 2013 3 commits
  16. 18 Oct, 2013 3 commits
  17. 17 Oct, 2013 7 commits
  18. 16 Oct, 2013 1 commit