Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -6/+6 | |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -3/+5 | |
2013-01-08 | test: rename debug programs back to old names | Max Kellermann | 1 | -0/+0 | |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 1 | -45/+44 | |
2013-01-06 | Queue: add constructor and destructor | Max Kellermann | 1 | -2/+1 | |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -3/+1 | |
2013-01-03 | Directory: initialise in default constructor | Max Kellermann | 1 | -0/+1 | |
2013-01-03 | Directory: add constructor and destructor | Max Kellermann | 1 | -0/+2 | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -7/+4 | |
2012-08-25 | test/test_queue_priority: fix SIGABRT | Max Kellermann | 1 | -0/+15 | |
2012-08-21 | queue_save: save song priorities | Max Kellermann | 1 | -1/+1 | |
2011-09-16 | test/test_queue_priority: work around "set but not used" warning | Max Kellermann | 1 | -0/+1 | |
2011-07-19 | queue: implement song "priorities" | Max Kellermann | 1 | -0/+174 | |
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature". |