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
/
server_info.cpp
Age
Commit message (
Expand
)
Author
2014-11-03
mpd: replace all consumers with iterators
Andrzej Rybczak
2014-09-03
make sure to include boost posix_time where needed
Andrzej Rybczak
2014-09-03
server info: initialize m_timer
Andrzej Rybczak
2014-08-28
server info: remove debug printf
Andrzej Rybczak
2014-08-27
replace timeval and time_t with boost::posix_time::ptime
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
require a bit bigger screen so all possible dialogs will fit
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-07
reduce number of calls to gettimeofday
Andrzej Rybczak
2012-09-06
mpd: separate statistics
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
2012-08-14
make displayed messages more consistent
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-04-01
server info: display mpd version as 0.x.*, where x is protocol version
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-30
use global timer in ServerInfo::Update()
Andrzej Rybczak
2010-01-22
get rid of using directives
Andrzej Rybczak
2009-11-13
simplify Clear() in Window and its derivatives
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-10-23
change descriptions for mpd statistics since they can be misleading
Andrzej Rybczak
2009-10-11
new screen: mpd server info
Andrzej Rybczak