Andrzej Rybczak
68a316258c
status: store status fields seperately
12 years ago
Andrzej Rybczak
662e9a1c36
status: update: update elapsed time
12 years ago
Andrzej Rybczak
166242210f
status: keep track of elapsed time separately from status
...
updating elapsed time on a separate rate causes too many problems.
this time it was current song position updating at the wrong time.
12 years ago
Andrzej Rybczak
0b4d7e203b
status: make idle events handling independent of the order of their arrival
12 years ago
Andrzej Rybczak
9238008033
make sure to include boost posix_time where needed
12 years ago
Andrzej Rybczak
5ce193303b
fix color of window separators in media library etc.
12 years ago
Andrzej Rybczak
322baa5989
status: fire song id change event after song ends with consume flag
...
fixes http://bugs.musicpd.org/view.php?id=4082
12 years ago
Andrzej Rybczak
06a07b0d33
status: fix toggling flags
12 years ago
Andrzej Rybczak
64b85d5d4f
status: fix seeking with visualizer visible
12 years ago
Andrzej Rybczak
2a4c7538b8
statusbar: fix redraw of progressbar after statusbar is unlocked in classic view
12 years ago
Andrzej Rybczak
44302aee47
add posibility of dynamic window timeout change
12 years ago
Andrzej Rybczak
9c9c190742
change window timeout more transparently
12 years ago
Andrzej Rybczak
0ed6946721
fix color of column separators with classic ui and disabled titles
12 years ago
Andrzej Rybczak
dcaa1cafa4
playlist: make kept song count collision resistant
12 years ago
Andrzej Rybczak
98fc9324e2
playlist: rename remaining old private members
12 years ago
Andrzej Rybczak
4b933b29e1
settings: configuration file processing rewrite
12 years ago
Andrzej Rybczak
b7ceae7273
replace timeval and time_t with boost::posix_time::ptime
12 years ago
Andrzej Rybczak
85a2802361
update copyright message
12 years ago
Andrzej Rybczak
59430f640b
statusbar: use boost::format instead of c-style printf
12 years ago
Andrzej Rybczak
70945596ef
window: use readline for handling line input
12 years ago
Andrzej Rybczak
2f9ab8f267
mpdpp: make all consumers take values, not rvalue references
13 years ago
Andrzej Rybczak
7a470cdfbf
fix assertion failure while trying to send play command in commands list
...
this fixes #3746
13 years ago
Andrzej Rybczak
54a1822db2
fix problem with status update ( #3740 )
13 years ago
Andrzej Rybczak
5aec12b269
status: update header immediately after player state change
13 years ago
Andrzej Rybczak
2184fb7c73
get rid of global mpd status object
13 years ago
Andrzej Rybczak
1d4e006986
update copyright info
13 years ago
Andrzej Rybczak
6a3eb73a49
rewrite communication system with mpd
13 years ago
Raghavendra D Prabhu
bbef713741
status: reduce wakeups with display_bitrate enabled
...
When system was profiled for wakeups, a high wakeup rate from mpd was observed even when paused. Strace-ing mpd pointed at excessive polling even though mpd_communication_mode is set to notifications. By method of elimination in the configuration, it was narrowed down to display_bitrate. By code inspection, it could be seen that Mpd.isPlaying() is true even if mpd is paused, but it doesn't make sense as to why bitrate needs to be constantly updated even when mpd is paused. Hence the patch.
Signed-off-by: Raghavendra D Prabhu <rprabhu@wnohang.net>
13 years ago
Andrzej Rybczak
8db773cfec
replace a few string algorithms with boost utilities
14 years ago
Andrzej Rybczak
df9ecabb55
window: make color/format/border class enums
14 years ago
Andrzej Rybczak
439e004cfa
restore BasicBuffer::write function
14 years ago
Andrzej Rybczak
e40edade0e
use boost.locale for charset conversions instead of iconv
14 years ago
Andrzej Rybczak
6e33c2ef0f
media library: preserve filters/selections on update
14 years ago
Andrzej Rybczak
9a292ca20d
mpd: make functions take item consumer instead of returning vector of items
14 years ago
Andrzej Rybczak
b57428db90
mdp: remove GetCurrentlyPlayingSongPos
14 years ago
Andrzej Rybczak
4ff78d6304
fix handling playlist highlight
14 years ago
Andrzej Rybczak
88a279119e
status: fix blinking cursor when playlist_highlight_delay is set to 1
14 years ago
Andrzej Rybczak
48cf01f084
pass ProxySongList around since it already has shared_ptr inside
14 years ago
Andrzej Rybczak
f691ab265f
screen: rename BasicScreen to BaseScreen
14 years ago
Andrzej Rybczak
14587cb4ec
abstract shared parts of switchTo methods away
14 years ago
Andrzej Rybczak
f7dba0a578
make remaining single-windowed screens' main windows non-pointer
14 years ago
Andrzej Rybczak
0d27d6ded3
media library: make screens non-pointer
14 years ago
Andrzej Rybczak
d05707ad82
browser: make main type non-pointer
14 years ago
Andrzej Rybczak
9c29082afe
playlist: define main screen as non-pointer
14 years ago
Andrzej Rybczak
1891c1c050
do not initialize screens lazily as it doesn't make much sense
14 years ago
Andrzej Rybczak
9ddfca8f31
playlist: move sorting dialog related functions to separate file
14 years ago
Andrzej Rybczak
dd7665bb7d
more PascalCase to camelCase conversions
14 years ago
Andrzej Rybczak
d55070754d
settings: support customizable tags separator
14 years ago
Andrzej Rybczak
8e7bcd219b
display: improve showSongs a bit
14 years ago
Andrzej Rybczak
8f065e2da3
status: split NcmpcppStatusChanged into smaller pieces
14 years ago