Andrzej Rybczak
|
9e9e521580
|
remove enterPressed from remaining screens
|
11 years ago |
Andrzej Rybczak
|
0ee09fb109
|
outputs: replace enterPressed with toggleOutput
|
11 years ago |
Andrzej Rybczak
|
d2189aa0f4
|
visualizer: scale automatically if multiplier is 1
|
11 years ago |
Andrzej Rybczak
|
d5b4f1f8af
|
status: always check if current song is not empty
|
11 years ago |
Andrzej Rybczak
|
310d280cef
|
status: fix assertion failure on window resize without active mpd connection
|
11 years ago |
Andrzej Rybczak
|
e33c5cda8e
|
status: don't remove selection on playlist update
|
11 years ago |
Andrzej Rybczak
|
a800226cd4
|
status: always replace song, but deselect only when path changes
|
11 years ago |
Andrzej Rybczak
|
a8e2ec5ed0
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
Andrzej Rybczak
|
39c331eed6
|
status: if current song is not yet in playlist, fetch it from the server - part 2
|
11 years ago |
Andrzej Rybczak
|
ccad8fcf06
|
status: when updating playlist, deselect modified items
|
11 years ago |
Andrzej Rybczak
|
076c37af05
|
status: if current song is not yet in playlist, fetch it from the server
|
11 years ago |
Andrzej Rybczak
|
30df221cb4
|
menu: split into two headers
|
11 years ago |
Andrzej Rybczak
|
a21d9ca425
|
format: split into two headers
|
11 years ago |
Andrzej Rybczak
|
e30149d04c
|
browser: refresh browser on database update properly
|
11 years ago |
Andrzej Rybczak
|
8657cdbf4d
|
status: minor interface changes
|
11 years ago |
Andrzej Rybczak
|
d26c3c8fc5
|
window: fill background color on clearing to EOL
|
11 years ago |
Andrzej Rybczak
|
8d24c42261
|
format: implement generic format parser and printer
|
12 years ago |
Andrzej Rybczak
|
75bae9862e
|
window: change internal color representation
|
12 years ago |
Andrzej Rybczak
|
7acc64979e
|
settings: make slave screen optional and unset by default
|
12 years ago |
Andrzej Rybczak
|
7c71df8dc7
|
browser: do not go to parent directory on MPD_SERVER_ERROR_NO_EXIST
|
12 years ago |
brezerk
|
cc747c0f99
|
settings: add startup_slave_screen option
|
12 years ago |
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
12 years ago |
Andrzej Rybczak
|
12772c47f9
|
menu: remove search related methods
|
12 years ago |
Andrzej Rybczak
|
0457af36fe
|
mpd: redesign Item and adjust browser
|
12 years ago |
Andrzej Rybczak
|
4ad5c33f32
|
use SongIterator
|
12 years ago |
Andrzej Rybczak
|
f1aba45a99
|
window: rename getString to prompt
|
12 years ago |
Andrzej Rybczak
|
b265d56cdf
|
window: add ScopedStringHelper and use it where appropriate
|
12 years ago |
John Fresco
|
446691c35f
|
status: fix crossfade being shown in status when other options are being toggled
|
12 years ago |
John Fresco
|
93977b8093
|
status: fix crossfade being shown in status when other options are being toggled
|
12 years ago |
Andrzej Rybczak
|
683efb5a43
|
status: follow lyrics of proper song if consume mode is on
http://bugs.musicpd.org/view.php?id=4082
|
12 years ago |
Andrzej Rybczak
|
d3c1f6fce5
|
status: playlist: do not try to draw now playing song if player is stopped
|
12 years ago |
Andrzej Rybczak
|
858e3a094a
|
status: always update window timeout
|
12 years ago |
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 |