aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-6/+5
| | | | | Look up top-level config options by enum (= integer), not by name string.
* decoder_list: convert to C++Max Kellermann2013-01-301-1/+1
|
* Main: delete the EventLoop after everything elseMax Kellermann2013-01-301-2/+1
| | | | | Fixes crash when another object attempts to access the EventLoop during destruction.
* ZeroconfBonjour: use SocketMonitor instead of GIOChannelMax Kellermann2013-01-271-1/+1
|
* zeroconf: convert to C++Max Kellermann2013-01-271-3/+3
|
* Path::FromUTF8() returns nulled instance on error, add error handling where ↵Denis Krjuchkov2013-01-281-3/+20
| | | | required
* Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov2013-01-281-2/+1
|
* playlist/*: convert to C++Max Kellermann2013-01-261-1/+1
|
* archive/*: convert to C++Max Kellermann2013-01-241-3/+1
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* PlayerControl: move functions into the classMax Kellermann2013-01-201-2/+2
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-1/+2
|
* path: convert to C++Max Kellermann2013-01-171-1/+1
|
* Idle: use std::atomic instead of GMutexMax Kellermann2013-01-161-2/+0
|
* Main: fix comment typoMax Kellermann2013-01-161-1/+1
|
* ClientList: convert to a classMax Kellermann2013-01-161-3/+8
|
* ServerSocket: use the SocketMonitor classMax Kellermann2013-01-151-3/+3
|
* StateFile: convert to a classMax Kellermann2013-01-141-6/+16
|
* Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann2013-01-141-5/+6
|
* io_thread: convert to C++Max Kellermann2013-01-101-1/+1
|
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-1/+1
|
* PlayerThread: use pc.cond instead of main_condMax Kellermann2013-01-101-4/+0
| | | | | The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main.
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-7/+7
|
* event_pipe.h: convert to C++Max Kellermann2013-01-091-1/+1
|
* sig_handlers, log: convert to C++Max Kellermann2013-01-091-2/+2
|
* Playlist.hxx: move prototype to PlaylistGlobal.hxxMax Kellermann2013-01-091-0/+1
|
* idle: convert to C++Max Kellermann2013-01-091-1/+1
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+3
|
* mixer_all: convert to C++Max Kellermann2013-01-071-1/+1
|
* volume: convert to C++Max Kellermann2013-01-071-1/+1
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-16/+18
| | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process.
* filter/ReplayGain: add method _set_mode()Max Kellermann2013-01-051-0/+2
| | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode().
* Playlist: pass max_length to playlist_init()Max Kellermann2013-01-041-1/+2
| | | | Move the configuration lookup to Main.cxx.
* PlayerControl: add constructor and destructorMax Kellermann2013-01-041-2/+3
|
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
|
* playlist: convert to C++Max Kellermann2013-01-041-1/+1
|
* buffer, pipe: convert to C++Max Kellermann2013-01-041-1/+1
|
* cmdline: convert to C++Max Kellermann2013-01-031-1/+1
|
* client: convert to C++Max Kellermann2013-01-031-3/+3
|
* listen: convert to C++Max Kellermann2013-01-031-1/+1
|
* Permission: use std::map instead of GHashTableMax Kellermann2013-01-031-1/+0
|
* permission: convert to C++Max Kellermann2013-01-031-1/+1
|
* database.h: rename to DatabaseSimple.hxxMax Kellermann2013-01-031-1/+1
|
* database.h: move prototypes to DatabaseGlue.hxxMax Kellermann2013-01-031-3/+4
|
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* sticker: convert to C++Max Kellermann2013-01-021-4/+2
|
* {decoder,player}_thread: convert to C++Max Kellermann2013-01-021-1/+1
|
* db_save, state_file: convert to C++Max Kellermann2013-01-021-1/+1
|
* update: convert to C++Max Kellermann2013-01-021-5/+5
|
* main: use C++ compilerMax Kellermann2012-09-281-0/+561