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
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
2009-10-10
pass to MPD::Connection::AddSong() another parameter - position to add
Andrzej Rybczak
2009-10-08
fix detection if database has been updated
Andrzej Rybczak
2009-10-06
fix adding songs to playlist (broken by d82498ea)
Andrzej Rybczak
2009-10-06
throw away isConnected variable and use itsConnection instead
Andrzej Rybczak
2009-10-04
fix MPD::Connection::GetDirectories()
Andrzej Rybczak
2009-10-04
fix broken compilation due to lack of setters for mpd_song
Andrzej Rybczak
2009-09-23
add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()
Andrzej Rybczak
2009-09-23
fix Connection::AddSong()
Andrzej Rybczak
2009-09-22
make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)
Andrzej Rybczak
2009-08-30
throw away all NULLs and replace them by 0s
Andrzej Rybczak
2009-08-29
move code responsible for adding selected items to playlists to misc.cpp
Andrzej Rybczak
2009-08-25
simplify code responsible for adding items with 'a' more
Andrzej Rybczak
2009-07-05
some MPD::Song improvements and syntax simplifications
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-04
define MPD::Connection handler as an object, not pointer
Andrzej Rybczak
2009-06-29
fix database update
Andrzej Rybczak
[next]