Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TagPrint: split tag_print() | Max Kellermann | 2014-07-12 | 1 | -3/+9 |
| | | | | | Add one method that prints only the tag values, but not the song duration. | ||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -4/+2 |
| | | | | Enables using range-based "for". | ||||
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -1/+2 |
| | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | SongUpdate: move code to handle_lsinfo() | Max Kellermann | 2014-01-08 | 1 | -0/+6 |
| | | | | | Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file. | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -2/+2 |
| | |||||
* | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | | | | Move to TagSettings.c and use C99 initializers. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -7/+7 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -4/+1 |
| | |||||
* | *_print: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+51 |