summaryrefslogtreecommitdiff
path: root/src/mpdpp.h
AgeCommit message (Expand)Author
2012-10-02fix header guardsAndrzej Rybczak
2012-10-02media library: optimize updateAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
2012-09-18mdp: remove GetCurrentlyPlayingSongPosAndrzej Rybczak
2012-09-06mpd: separate statisticsAndrzej Rybczak
2012-09-06mpd: adjust indentationAndrzej Rybczak
2012-09-04actions: get deleting/cropping/clearing playlists rightAndrzej Rybczak
2012-09-04make playlist and playlist editor share code responsible for moving itemsAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-02implement HasSongs interfaceAndrzej Rybczak
2012-08-29browser: read tags from local songsAndrzej 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-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-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-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-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-05make media library show more songs (with incomplete tags etc.)Andrzej Rybczak
2009-12-23add config options for communication mode with mpd (polling for default)Andrzej Rybczak
2009-11-05do not delete items from playlist if sending command delete failedAndrzej Rybczak
2009-10-30improve elapsed time handlingAndrzej Rybczak
2009-10-27add event handler for MPD_IDLE_OUTPUT notificationAndrzej 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
2009-10-10pass to MPD::Connection::AddSong() another parameter - position to addAndrzej Rybczak
2009-10-06throw away isConnected variable and use itsConnection insteadAndrzej Rybczak
2009-09-23add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()Andrzej Rybczak
2009-09-22make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)Andrzej Rybczak
2009-09-18change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()Andrzej Rybczak
2009-09-09get total time from mpd status, not from currently playing trackAndrzej Rybczak
2009-08-29move code responsible for adding selected items to playlists to misc.cppAndrzej Rybczak
2009-08-25simplify code responsible for adding items with 'a' moreAndrzej Rybczak