Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |