summaryrefslogtreecommitdiff
path: root/src/mpdpp.h
AgeCommit message (Expand)Author
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
2009-08-24new feature: display bitrate in statusbar (optional, disabled by default)Andrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-05-26new feature: outputs screenAndrzej Rybczak
2009-05-24new feature: add random songs to playlistAndrzej Rybczak
2009-05-21get rid of C style castsAndrzej Rybczak
2009-04-01add support for consume modeAndrzej Rybczak
2009-03-27handle single command and remove hacks used as substitute for itAndrzej Rybczak
2009-03-23do not fetch status after succesful setvol command, set it locallyAndrzej Rybczak
2009-03-22do not fetch mpd_Stats from mpd as it's unnededAndrzej Rybczak
2009-03-12do not store commands list in MPD::ConnectionAndrzej Rybczak
2009-03-07speed up browsing media libraryAndrzej Rybczak
2009-02-18new feature: playlist sorting (Ctrl-V by default)Andrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
2009-02-17cleaningAndrzej Rybczak
2009-02-16improve resizingAndrzej Rybczak
2009-01-30make changes from 7b6521a3 compatible with <mpd-0.14Andrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2008-12-12eliminate remained compiler warningsAndrzej Rybczak
2008-12-09initialize all fields in MPD::StatusChanges to zeroesAndrzej Rybczak
2008-12-09put mpd connection related things into namespaceAndrzej Rybczak
2008-11-07fix adding items to playlistAndrzej Rybczak
2008-11-06use size_t instead of int where it's appropriateAndrzej Rybczak
2008-10-27add support for browsing local filesystemunK
2008-10-07several code clean-ups and correctionsunK
2008-10-05implement argv handler and basic mpc commandsunK
2008-10-05add to libmpdclient support for getting list of any tag typeunK
2008-09-11directories view for tag editorunK
2008-09-09a lot of code clean-ups, remove song info screenunK
2008-09-06add playlist renaming supportunK
2008-09-04improve moving items and fix password handling (again) + fixesunK
2008-09-01playlists management support and playlist editor screen addedunK
2008-08-26more common way of handling example config files (like in ncmpc) + add a fewunK
2008-08-23add custom keys configurationunknown
2008-08-20add proper mpd password handlingunknown
2008-08-19more fixes, config options, keybindings, case insensitive sorting in browserunknown
2008-08-18make sorting items in browser case insensitiveunknown
2008-08-18various clean-ups and improvementsunknown
2008-08-17add saving and deleting playlistunknown
2008-08-17drop libmpd dependency in favor of its own libmpdclient wrapperunknown