index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mpdpp.h
Age
Commit message (
Expand
)
Author
2013-04-27
mpdpp: fix compilation with gcc-4.6
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2013-04-06
mpdpp: remove unused member variable
Andrzej Rybczak
2013-04-06
actions: new action: set_volume
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-10-02
media library: optimize update
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-20
media library: add support for sorting by mtime
Matthew Hague
2012-09-18
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-06
mpd: separate statistics
Andrzej Rybczak
2012-09-06
mpd: adjust indentation
Andrzej Rybczak
2012-09-04
actions: get deleting/cropping/clearing playlists right
Andrzej Rybczak
2012-09-04
make playlist and playlist editor share code responsible for moving items
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-08-29
browser: read tags from local songs
Andrzej Rybczak
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
2012-08-28
reduce usage of pointers / replace std::pair in SearchEngine
Andrzej Rybczak
2012-08-14
playlist editor: disallow cropping/clearing filtered playlists
Andrzej Rybczak
2012-08-14
make displayed messages more consistent
Andrzej Rybczak
2012-08-14
optimize a bit adding playlists/directories to playlist
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-08-14
remove some hacky shit
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-07-13
jump to current song at startup even if it's not currently played
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2012-01-15
local browser: properly check if file extension is supported
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-23
support adding last.fm streams to playlist
Andrzej Rybczak
2010-08-22
handle possible errors while saving playlist properly
Andrzej Rybczak
2010-06-17
media library/tag editor: block idle while doing hierarchical searches
Andrzej Rybczak
2010-04-01
make MPD::Connection::Version() return integer instead of float
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-22
add support for adding random artists/albums to playlist
Andrzej Rybczak
2010-01-22
add support for built-in mpd searching in search engine
Andrzej Rybczak
2010-01-05
make media library show more songs (with incomplete tags etc.)
Andrzej Rybczak
2009-12-23
add config options for communication mode with mpd (polling for default)
Andrzej Rybczak
2009-11-05
do not delete items from playlist if sending command delete failed
Andrzej Rybczak
2009-10-30
improve elapsed time handling
Andrzej Rybczak
2009-10-27
add event handler for MPD_IDLE_OUTPUT notification
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-10-25
use select() instead of poll() as it's portable
Andrzej Rybczak
2009-10-25
use idle notifications instead of polling mpd all the time
Andrzej Rybczak
2009-10-23
new feature: toggle replay gain mode (requires >=mpd-0.16)
Andrzej Rybczak
2009-10-11
new screen: mpd server info
Andrzej Rybczak
2009-10-10
shorten long names in messages displayed in statusbar
Andrzej Rybczak
2009-10-10
pass to MPD::Connection::AddSong() another parameter - position to add
Andrzej Rybczak
2009-10-06
throw away isConnected variable and use itsConnection instead
Andrzej Rybczak
[next]