summaryrefslogtreecommitdiff
path: root/src/status.cpp
AgeCommit message (Expand)Author
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-02do not show messages if statusbar unlock is not allowedAndrzej Rybczak
2009-07-12fix setting format flags in Window::operator<<(Format)Andrzej Rybczak
2009-07-06fix compilation --without-taglibAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-06-29fix database updateAndrzej Rybczak
2009-06-17clear statusbar immediately after unlock if player is stoppedAndrzej Rybczak
2009-05-26if volume < 0, display 'n/a' instead of '-1%'Andrzej Rybczak
2009-05-21get rid of C style castsAndrzej Rybczak
2009-05-21new feature: custom command execution on song changeAndrzej Rybczak
2009-05-21clear window title at exitAndrzej Rybczak
2009-05-11do not clear statusbar if it's lockedAndrzej Rybczak
2009-05-03new feature: two columns view in media library (albums and songs)Andrzej Rybczak
2009-04-28redraw statusbar after terminal resizeAndrzej Rybczak
2009-04-26try polling mpd once per second once againAndrzej Rybczak
2009-04-26fix drawing statusbar if player was stopped at startAndrzej Rybczak
2009-04-19improve formatting removalAndrzej Rybczak
2009-04-14Revert "fix bug 2252"Andrzej Rybczak
2009-04-14fix displaying window title is mpd is not playingAndrzej Rybczak
2009-04-14fix bug 2252Andrzej Rybczak
2009-04-12count elapsed time locally (experimental)Andrzej Rybczak
2009-04-04fetch now playing song and set window title if it's emptyAndrzej Rybczak
2009-04-01use flag to force status update rather than doing additional updateAndrzej Rybczak
2009-04-01add support for consume modeAndrzej Rybczak
2009-04-01change notification about changing modes a bitAndrzej Rybczak
2009-03-31restore window title after playing songAndrzej Rybczak
2009-03-29revert back to polling mpd twice per secondAndrzej Rybczak
2009-03-28do not use WindowTitle() with pdcursesAndrzej Rybczak
2009-03-27handle single command and remove hacks used as substitute for itAndrzej Rybczak
2009-03-25add support for pdcursesAndrzej Rybczak
2009-03-24fix reapplying filter the same as the last one usedAndrzej Rybczak
2009-03-24reapply filter even if it's the same as the last one appliedAndrzej Rybczak
2009-03-24fix blocking playlist updateAndrzej Rybczak
2009-03-22poll mpd once per second, no need to do it more oftenAndrzej Rybczak
2009-03-22always poll mpd twice per secondAndrzej Rybczak
2009-03-21fix bolding np song with 'repeat one' function enabledAndrzej Rybczak
2009-03-15fix now playing update if playlist is filteredAndrzej Rybczak
2009-03-13fix clearing statusbar if playing is stoppedAndrzej Rybczak
2009-03-13update window title only when playlist or songid changedAndrzej Rybczak
2009-03-13never get full playlist from mpd, always request for changesAndrzej Rybczak
2009-03-12improve playlist updatingAndrzej Rybczak
2009-03-12handle now playing song properlyAndrzej Rybczak
2009-03-12move Global::Timer to Playlist classAndrzej Rybczak
2009-03-08use CamelCase for variables in Global namespace / some cleaningAndrzej Rybczak
2009-03-01new function: stop playing after current songAndrzej Rybczak
2009-02-20make playlist's stats scrollable, also display remaining time on demandAndrzej Rybczak
2009-02-19make Playlist::NowPlayingSong() return pointer, not referenceAndrzej Rybczak
2009-02-18change var = time(NULL) to time(&var)Andrzej Rybczak