Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -14/+14 |
| | |||||
* | ClientFile: use Path and file system API, update usages accordingly | Denis Krjuchkov | 2013-05-06 | 1 | -6/+21 |
| | | | | This commit also fixes incorrect passing of UTF-8 strings to client_allow_file | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -4/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -50/+24 |
| | |||||
* | DatabaseQueue: pass DatabaseSelection to Add...() | Max Kellermann | 2013-01-07 | 1 | -2/+3 |
| | |||||
* | Client: add Partition reference attribute | Max Kellermann | 2013-01-07 | 1 | -2/+2 |
| | | | | playlist and player_control are deprecated. | ||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | DatabaseQueue: pass playlist object | Max Kellermann | 2013-01-04 | 1 | -1/+2 |
| | | | | Don't use the global variable "g_playlist". | ||||
* | Client: add "playlist" attribute | Max Kellermann | 2013-01-04 | 1 | -24/+30 |
| | | | | Reduce access to the global variable "g_playlist". | ||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -20/+20 |
| | |||||
* | ls.h: rename to ls.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -5/+5 |
| | |||||
* | rename CommandError.h to CommandError.hxx | Max Kellermann | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -8/+3 |
| | |||||
* | playlist_print: rename to PlaylistPrint.cxx | Max Kellermann | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | locate: rename to SongFilter.cxx | Max Kellermann | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | dbUtils.h: eliminate this header | Max Kellermann | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | command: move code to *Commands.cxx | Max Kellermann | 2012-08-29 | 1 | -0/+398 |