1. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  2. 02 Sep, 2018 4 commits
  3. 02 Aug, 2018 2 commits
  4. 25 Jul, 2018 5 commits
  5. 21 Jul, 2018 1 commit
  6. 18 Dec, 2017 2 commits
  7. 10 Nov, 2017 1 commit
  8. 25 Feb, 2017 1 commit
  9. 08 Feb, 2017 4 commits
  10. 03 Jan, 2017 1 commit
  11. 29 Oct, 2016 2 commits
  12. 26 Oct, 2016 1 commit
  13. 01 Mar, 2016 1 commit
  14. 26 Feb, 2016 1 commit
  15. 18 Dec, 2015 1 commit
  16. 20 Oct, 2015 1 commit
  17. 24 Aug, 2015 1 commit
  18. 14 Aug, 2015 1 commit
  19. 13 Aug, 2015 1 commit
  20. 12 Aug, 2015 1 commit
  21. 11 Aug, 2015 3 commits
  22. 01 Jan, 2015 1 commit
  23. 08 Dec, 2014 1 commit
  24. 18 Nov, 2014 1 commit
  25. 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