summaryrefslogtreecommitdiff
path: root/src/mpdpp.cpp
AgeCommit message (Expand)Author
2012-08-29fix compilation --without-taglibAndrzej Rybczak
2012-08-28mpd: use lambda closures instead of passing vectors to functionsAndrzej Rybczak
2012-08-28reduce usage of pointers / replace std::pair in SearchEngineAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-14playlist: rewrite sorting so it's much less crypticAndrzej Rybczak
2012-08-14playlist editor: disallow cropping/clearing filtered playlistsAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-08-14optimize a bit adding playlists/directories to playlistAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14remove some hacky shitAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-13jump to current song at startup even if it's not currently playedAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2012-03-17fix bug #3424 (crash when adding amount of random songs equal to total number...Andrzej Rybczak
2012-01-15fix copypaste bug from previous commitAndrzej Rybczak
2012-01-15local browser: properly check if file extension is supportedAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-08-23support adding last.fm streams to playlistAndrzej Rybczak
2010-08-22handle possible errors while saving playlist properlyAndrzej Rybczak
2010-08-18mpd: do not rely on idle event itself in case of playlist changeAndrzej Rybczak
2010-08-10browser: if current dir doesn't exists, go down one level automaticallyAndrzej Rybczak
2010-06-17media library/tag editor: block idle while doing hierarchical searchesAndrzej Rybczak
2010-04-01make MPD::Connection::Version() return integer instead of floatAndrzej Rybczak
2010-03-25if connection to mpd is lost, change mpd state to unknownAndrzej Rybczak
2010-03-23fix error codes handlingAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2010-01-22add support for adding random artists/albums to playlistAndrzej Rybczak
2010-01-22add support for built-in mpd searching in search engineAndrzej Rybczak
2010-01-22get rid of using directivesAndrzej Rybczak
2010-01-05make media library show more songs (with incomplete tags etc.)Andrzej Rybczak
2010-01-03fix toggle commandAndrzej Rybczak
2009-12-23make MPD::Connection::Toggle() run playback if player is stoppedAndrzej Rybczak
2009-12-23remove hack that concerns idle events mode.Andrzej Rybczak
2009-12-23add config options for communication mode with mpd (polling for default)Andrzej Rybczak
2009-12-22reenable hack disabled with 0007ba40Andrzej Rybczak
2009-12-18send idle command immediately after actions that doesn't change mpd statusAndrzej Rybczak
2009-12-18remove hack that guaranteed proper status update (not needed anymore)Andrzej Rybczak
2009-11-13check for errors after calling status updaterAndrzej Rybczak
2009-11-05do not delete items from playlist if sending command delete failedAndrzej Rybczak
2009-11-02fix 'db update' flag not being updated if mpd is stoppedAndrzej Rybczak
2009-10-30improve elapsed time handlingAndrzej Rybczak
2009-10-28fix MPD::Connection::Add()Andrzej Rybczak
2009-10-27add event handler for MPD_IDLE_OUTPUT notificationAndrzej Rybczak
2009-10-25use idle mask to see what changed instead of comparing old and new statusAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()Andrzej Rybczak
2009-10-25use select() instead of poll() as it's portableAndrzej Rybczak
2009-10-25use idle notifications instead of polling mpd all the timeAndrzej Rybczak
2009-10-23new feature: toggle replay gain mode (requires >=mpd-0.16)Andrzej Rybczak
2009-10-11new screen: mpd server infoAndrzej Rybczak
2009-10-10shorten long names in messages displayed in statusbarAndrzej Rybczak