Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-11 | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 1 | -0/+3 | |
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. | |||||
2014-06-16 | command: make argc unsigned | Max Kellermann | 1 | -11/+11 | |
2014-05-10 | PlaylistCommands: remove redundant playlist_load_spl() call | Max Kellermann | 1 | -17/+1 | |
This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway. | |||||
2014-02-27 | Playlist: use the Error library to return errors | Max Kellermann | 1 | -8/+6 | |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 1 | -1/+1 | |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 1 | -1/+2 | |
Use Storage::MapUTF8() internally, don't use global variables. | |||||
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -2/+1 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 1 | -1/+6 | |
Reduce global variable usage, move to frontend code. | |||||
2014-02-03 | PlaylistFile: use class SongLoader | Max Kellermann | 1 | -7/+2 | |
2014-02-03 | PlaylistFile: switch spl_append_uri() arguments | Max Kellermann | 1 | -1/+1 | |
Playlist file name first, to be consistent with the other functions in this library. | |||||
2014-02-03 | SongLoader: new class that merges duplicate code | Max Kellermann | 1 | -1/+3 | |
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | |||||
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -1/+6 | |
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | 1 | -1/+2 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -3/+0 | |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -0/+0 | |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -29/+29 | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 1 | -12/+9 | |
2013-10-19 | ClientInternal: move class Client to Client.hxx | Max Kellermann | 1 | -1/+1 | |
Publish the Client API, preparing to move more code into the Client class. | |||||
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -16/+16 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -28/+32 | |
Replaces GLib's GError. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -10/+10 | |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-04 | Client: add "playlist" attribute | Max Kellermann | 1 | -3/+3 | |
Reduce access to the global variable "g_playlist". | |||||
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-04 | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 1 | -1/+2 | |
.. instead of rolling own classes. | |||||
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -12/+12 | |
2013-01-03 | ls.h: rename to ls.hxx | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -3/+3 | |
2013-01-02 | *_print: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | playlist_{any,song,queue}: convert to C++ | Max Kellermann | 1 | -2/+2 | |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -1/+1 | |
2012-09-28 | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 1 | -12/+7 | |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 1 | -2/+2 | |
2012-09-25 | rename CommandError.h to CommandError.hxx | Max Kellermann | 1 | -1/+1 | |
2012-08-29 | playlist_print: rename to PlaylistPrint.cxx | Max Kellermann | 1 | -1/+1 | |
2012-08-29 | dbUtils.h: eliminate this header | Max Kellermann | 1 | -2/+3 | |
2012-08-29 | command: move code to *Commands.cxx | Max Kellermann | 1 | -0/+227 | |