aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-10/+10
|
* Merge tag 'release-0.17.5'Max Kellermann2013-08-041-1/+1
|
* uri: convert to C++Max Kellermann2013-04-081-4/+1
|
* Client: add "playlist" attributeMax Kellermann2013-01-041-3/+3
| | | | Reduce access to the global variable "g_playlist".
* playlist: convert to C++Max Kellermann2013-01-041-1/+1
|
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-041-1/+2
| | | | .. instead of rolling own classes.
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-12/+12
|
* ls.h: rename to ls.hxxMax Kellermann2013-01-031-1/+1
|
* client: convert to C++Max Kellermann2013-01-031-3/+3
|
* *_print: convert to C++Max Kellermann2013-01-021-1/+1
|
* playlist_{any,song,queue}: convert to C++Max Kellermann2013-01-021-2/+2
|
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
|
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-281-12/+7
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-2/+2
|
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
|
* playlist_print: rename to PlaylistPrint.cxxMax Kellermann2012-08-291-1/+1
|
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-2/+3
|
* command: move code to *Commands.cxxMax Kellermann2012-08-291-0/+227