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.cpp
Age
Commit message (
Expand
)
Author
2012-08-29
fix compilation --without-taglib
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-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-14
playlist: rewrite sorting so it's much less cryptic
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-03-17
fix bug #3424 (crash when adding amount of random songs equal to total number...
Andrzej Rybczak
2012-01-15
fix copypaste bug from previous commit
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-08-18
mpd: do not rely on idle event itself in case of playlist change
Andrzej Rybczak
2010-08-10
browser: if current dir doesn't exists, go down one level automatically
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-03-25
if connection to mpd is lost, change mpd state to unknown
Andrzej Rybczak
2010-03-23
fix error codes handling
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-22
get rid of using directives
Andrzej Rybczak
2010-01-05
make media library show more songs (with incomplete tags etc.)
Andrzej Rybczak
2010-01-03
fix toggle command
Andrzej Rybczak
2009-12-23
make MPD::Connection::Toggle() run playback if player is stopped
Andrzej Rybczak
2009-12-23
remove hack that concerns idle events mode.
Andrzej Rybczak
2009-12-23
add config options for communication mode with mpd (polling for default)
Andrzej Rybczak
2009-12-22
reenable hack disabled with 0007ba40
Andrzej Rybczak
2009-12-18
send idle command immediately after actions that doesn't change mpd status
Andrzej Rybczak
2009-12-18
remove hack that guaranteed proper status update (not needed anymore)
Andrzej Rybczak
2009-11-13
check for errors after calling status updater
Andrzej Rybczak
2009-11-05
do not delete items from playlist if sending command delete failed
Andrzej Rybczak
2009-11-02
fix 'db update' flag not being updated if mpd is stopped
Andrzej Rybczak
2009-10-30
improve elapsed time handling
Andrzej Rybczak
2009-10-28
fix MPD::Connection::Add()
Andrzej Rybczak
2009-10-27
add event handler for MPD_IDLE_OUTPUT notification
Andrzej Rybczak
2009-10-25
use idle mask to see what changed instead of comparing old and new status
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
[next]