aboutsummaryrefslogtreecommitdiffstats
path: root/src/Partition.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* queue/Playlist: seek methods return bool/Error instead of PlaylistResultMax Kellermann2015-11-111-7/+9
* PlayerThread, ...: move to src/player/Max Kellermann2015-08-151-2/+2
* Partition: add method GetDatabase()Max Kellermann2015-08-061-0/+7
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
* Playlist: use std::chrono::duration for Seek*()Max Kellermann2014-08-281-3/+4
* Playlist: use the Error library to return errorsMax Kellermann2014-02-271-4/+4
* Playlist*: move to queue/Max Kellermann2014-02-271-1/+1
* PlayerListener: new interface to replace GlobalEvents accessMax Kellermann2014-02-211-2/+7
* Mixer: add class MixerListenerMax Kellermann2014-02-191-1/+7
* SongLoader: new class that merges duplicate codeMax Kellermann2014-02-031-7/+4
* Playlist: pass Database to DatabaseModified()Max Kellermann2014-02-011-1/+1
* Partition: disable DatabaseModified() if not ENABLE_DATABASEMax Kellermann2014-02-011-0/+2
* db: add compile-time option to disable databaseMax Kellermann2014-01-301-0/+4
* OutputAll: convert to class, move instance to class PartitionMax Kellermann2014-01-281-2/+5
* copyright year 2014Max Kellermann2014-01-131-1/+1
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-2/+2
* player_control: rename to PlayerControlMax Kellermann2013-10-281-1/+1
* Partition: add method DatabaseModified()Max Kellermann2013-10-221-0/+6
* Playlist: copy stream tags from the PlayerThreadMax Kellermann2013-10-221-2/+2
* Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann2013-10-211-0/+11
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-22/+22
* song: convert header to C++Max Kellermann2013-07-281-1/+1
* Main: move global variables to struct InstanceMax Kellermann2013-04-171-2/+7
* Playlist, Song: clarify parameter encodingMax Kellermann2013-01-181-2/+2
* Playlist: convert functions to methodsMax Kellermann2013-01-071-0/+122
* Playlist: add constructor and destructorMax Kellermann2013-01-061-6/+2
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-0/+47