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
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
2009-06-28
do not attempt to change volume if requested value is <0 or >100
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-05-26
new feature: outputs screen
Andrzej Rybczak
2009-05-24
new feature: add random songs to playlist
Andrzej Rybczak
2009-04-28
do not allow empty search constraints with mpd < 0.14*
Andrzej Rybczak
2009-04-01
add support for consume mode
Andrzej Rybczak
2009-03-27
fix displaying update flag ('U') immediately after succesfully sent command
Andrzej Rybczak
2009-03-27
handle single command and remove hacks used as substitute for it
Andrzej Rybczak
2009-03-23
do not fetch status after succesful setvol command, set it locally
Andrzej Rybczak
2009-03-22
...but at first check if there is callback to invoke.
Andrzej Rybczak
2009-03-22
invoke callback immediately after sending update command succesfully
Andrzej Rybczak
2009-03-22
do not fetch mpd_Stats from mpd as it's unneded
Andrzej Rybczak
2009-03-17
make function 'clear' in playlist editor clear selected playlist
Andrzej Rybczak
2009-03-12
change char * to const char * in libmpdclient where appropriate to avoid casts
Andrzej Rybczak
2009-03-12
do not store commands list in MPD::Connection
Andrzej Rybczak
2009-03-07
speed up browsing media library
Andrzej Rybczak
2009-02-18
new feature: playlist sorting (Ctrl-V by default)
Andrzej Rybczak
2009-02-17
new feature: apply filter to screen (Ctrl-F)
Andrzej Rybczak
2009-02-17
cleaning
Andrzej Rybczak
2009-02-16
improve resizing
Andrzej Rybczak
2009-01-30
make changes from 7b6521a3 compatible with <mpd-0.14
Andrzej Rybczak
2009-01-19
fix adding selected items to playlist
Andrzej Rybczak
2009-01-17
add clock screen (ported from ncmpc)
Andrzej Rybczak
2009-01-17
update fsf address and copyright info
Andrzej Rybczak
2009-01-15
convert filenames to current locale if needed / some implementation improvements
Andrzej Rybczak
2008-12-21
some improvements for handling mpd connection
Andrzej Rybczak
2008-12-12
eliminate remained compiler warnings
Andrzej Rybczak
2008-12-10
update Menu class and related stuff
Andrzej Rybczak
2008-12-09
put mpd connection related things into namespace
Andrzej Rybczak
2008-11-06
use size_t instead of int where it's appropriate
Andrzej Rybczak
2008-10-27
add support for browsing local filesystem
unK
2008-10-19
allow searching in current playlist
unK
2008-10-19
check whether info entity returned by mpd is NULL or not
unK
2008-10-07
improve utf8 related stuff
unK
2008-10-07
several code clean-ups and corrections
unK
2008-10-05
implement argv handler and basic mpc commands
unK
2008-10-05
add to libmpdclient support for getting list of any tag type
unK
2008-09-17
change internal storing of Song info (much less memory consumption)
unK
2008-09-11
directories view for tag editor
unK
2008-09-06
add playlist renaming support
unK
2008-09-04
improve moving items and fix password handling (again) + fixes
unK
2008-09-01
playlists management support and playlist editor screen added
unK
[next]