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
/
status.cpp
Age
Commit message (
Expand
)
Author
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-08-02
do not show messages if statusbar unlock is not allowed
Andrzej Rybczak
2009-07-12
fix setting format flags in Window::operator<<(Format)
Andrzej Rybczak
2009-07-06
fix compilation --without-taglib
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-17
clear statusbar immediately after unlock if player is stopped
Andrzej Rybczak
2009-05-26
if volume < 0, display 'n/a' instead of '-1%'
Andrzej Rybczak
2009-05-21
get rid of C style casts
Andrzej Rybczak
2009-05-21
new feature: custom command execution on song change
Andrzej Rybczak
2009-05-21
clear window title at exit
Andrzej Rybczak
2009-05-11
do not clear statusbar if it's locked
Andrzej Rybczak
2009-05-03
new feature: two columns view in media library (albums and songs)
Andrzej Rybczak
2009-04-28
redraw statusbar after terminal resize
Andrzej Rybczak
2009-04-26
try polling mpd once per second once again
Andrzej Rybczak
2009-04-26
fix drawing statusbar if player was stopped at start
Andrzej Rybczak
2009-04-19
improve formatting removal
Andrzej Rybczak
2009-04-14
Revert "fix bug 2252"
Andrzej Rybczak
2009-04-14
fix displaying window title is mpd is not playing
Andrzej Rybczak
2009-04-14
fix bug 2252
Andrzej Rybczak
2009-04-12
count elapsed time locally (experimental)
Andrzej Rybczak
2009-04-04
fetch now playing song and set window title if it's empty
Andrzej Rybczak
2009-04-01
use flag to force status update rather than doing additional update
Andrzej Rybczak
2009-04-01
add support for consume mode
Andrzej Rybczak
2009-04-01
change notification about changing modes a bit
Andrzej Rybczak
2009-03-31
restore window title after playing song
Andrzej Rybczak
2009-03-29
revert back to polling mpd twice per second
Andrzej Rybczak
2009-03-28
do not use WindowTitle() with pdcurses
Andrzej Rybczak
2009-03-27
handle single command and remove hacks used as substitute for it
Andrzej Rybczak
2009-03-25
add support for pdcurses
Andrzej Rybczak
2009-03-24
fix reapplying filter the same as the last one used
Andrzej Rybczak
2009-03-24
reapply filter even if it's the same as the last one applied
Andrzej Rybczak
2009-03-24
fix blocking playlist update
Andrzej Rybczak
2009-03-22
poll mpd once per second, no need to do it more often
Andrzej Rybczak
2009-03-22
always poll mpd twice per second
Andrzej Rybczak
2009-03-21
fix bolding np song with 'repeat one' function enabled
Andrzej Rybczak
2009-03-15
fix now playing update if playlist is filtered
Andrzej Rybczak
2009-03-13
fix clearing statusbar if playing is stopped
Andrzej Rybczak
2009-03-13
update window title only when playlist or songid changed
Andrzej Rybczak
2009-03-13
never get full playlist from mpd, always request for changes
Andrzej Rybczak
2009-03-12
improve playlist updating
Andrzej Rybczak
2009-03-12
handle now playing song properly
Andrzej Rybczak
2009-03-12
move Global::Timer to Playlist class
Andrzej Rybczak
2009-03-08
use CamelCase for variables in Global namespace / some cleaning
Andrzej Rybczak
2009-03-01
new function: stop playing after current song
Andrzej Rybczak
2009-02-20
make playlist's stats scrollable, also display remaining time on demand
Andrzej Rybczak
2009-02-19
make Playlist::NowPlayingSong() return pointer, not reference
Andrzej Rybczak
2009-02-18
change var = time(NULL) to time(&var)
Andrzej Rybczak
[next]