Commit Graph

1832 Commits

Author SHA1 Message Date
Andrzej Rybczak
f420843cdf visualizer: implement mono ellipse visualizer 2014-10-26 22:54:12 +01:00
Andrzej Rybczak
d893798f65 visualizer: reorganize functions 2014-10-26 20:57:35 +01:00
Andrzej Rybczak
35fdddff87 enums: implement operator{<<,>>} for VisualizerType and use it 2014-10-26 20:43:24 +01:00
Andrzej Rybczak
459aa706c0 visualizer: simplify DrawSoundWaveFill 2014-10-26 20:21:29 +01:00
Andrzej Rybczak
dfc55789d8 visualizer: simplify DrawSoundWave 2014-10-26 20:21:29 +01:00
Andrzej Rybczak
565b93c6cd visualizer: simplify DrawFrequencySpectrum 2014-10-26 20:21:29 +01:00
Andrzej Rybczak
98e39d48a0 update visualizer-related documentation 2014-10-26 20:21:19 +01:00
Darby Payne
5d764bd992 visualizer: added some comments on new modes 2014-10-26 13:47:01 +01:00
Darby Payne
f90049ff07 visualizer: ellipse is now closer to circular and the colors change faster 2014-10-26 13:41:24 +01:00
Darby Payne
e9641d34b1 visualizer: fix ellipse color scaling 2014-10-26 13:41:24 +01:00
Darby Payne
6a13ef00b3 visualizer: make ellipse mode have concentric ellipses 2014-10-26 13:41:12 +01:00
Darby Payne
8805bff045 visualizer: add an ellipse visualizer (stereo mode only) 2014-10-26 13:41:12 +01:00
Darby Payne
1f2daaa08c visualizer: add filled wave visualizer 2014-10-26 13:41:09 +01:00
ahoka
9bab03e4b2 visualizer: add support for multiple colors 2014-10-26 13:38:02 +01:00
Andrzej Rybczak
76af0bf688 settings: fix copypaste error that was overwriting regex_type 2014-10-26 13:38:02 +01:00
John Fresco
446691c35f status: fix crossfade being shown in status when other options are being toggled 2014-10-26 13:33:05 +01:00
Andrzej Rybczak
a7f83168ef settings: fix copypaste error that was overwriting regex_type 2014-10-25 17:07:34 +02:00
John Fresco
93977b8093 status: fix crossfade being shown in status when other options are being toggled 2014-10-25 13:15:55 +02:00
Andrzej Rybczak
951e9f0f26 actions: delete stored playlists: fix infinite loop after deletion of empty playlist 2014-10-20 19:58:55 +02:00
Andrzej Rybczak
38b2bcc690 actions: jump to playing song: enter run() even if there is no playing song 2014-10-20 19:34:27 +02:00
Andrzej Rybczak
683efb5a43 status: follow lyrics of proper song if consume mode is on
http://bugs.musicpd.org/view.php?id=4082
2014-10-18 14:01:43 +02:00
Andrzej Rybczak
d9cf50b946 visualizer: use fabs instead of abs 2014-10-18 13:09:31 +02:00
Andrzej Rybczak
030d8ccd26 actions: locate song: fix crash (hopefully for the last time) 2014-10-18 13:09:23 +02:00
Andrzej Rybczak
ea9d5940ff update NEWS and change version to 0.6_beta5 2014-10-04 17:57:05 +02:00
Andrzej Rybczak
9e11ffc351 browser: properly handle deletion of mpd playlists 2014-10-04 17:50:14 +02:00
Andrzej Rybczak
af3a666915 playlist editor: make playlist deletion work 2014-10-04 17:17:23 +02:00
Andrzej Rybczak
9418451a31 actions: fix actions that crash the program if invoked with empty playlist 2014-10-04 16:36:10 +02:00
Andrzej Rybczak
3e12f31399 browser: delete: exit immediately after deleting mpd playlist 2014-10-04 16:21:42 +02:00
Andrzej Rybczak
b37c24b94d main: limit connection attempts to one per second 2014-10-04 15:54:45 +02:00
Andrzej Rybczak
7dcf8f4f34 wide char: use std::move in To{W,}String 2014-09-29 12:21:10 +02:00
Andrzej Rybczak
7abbf279c5 wide char: remove assert in wideLength and count length all chars separately 2014-09-29 12:16:36 +02:00
Andrzej Rybczak
5b1634a7ef window: properly disable readline completion 2014-09-17 19:19:20 +02:00
Andrzej Rybczak
c2013fa710 actions: JumpingToPlayingSong: check if current song position is in correct range 2014-09-16 12:28:29 +02:00
Andrzej Rybczak
67f2903c42 settings: add option to disable data fetching delay in media library and playlist editor 2014-09-14 13:32:40 +02:00
Andrzej Rybczak
0efe79b475 statusbar: clear statusbar after message delay even if player is stopped 2014-09-12 13:41:05 +02:00
Andrzej Rybczak
d3c1f6fce5 status: playlist: do not try to draw now playing song if player is stopped 2014-09-12 13:39:15 +02:00
Andrzej Rybczak
858e3a094a status: always update window timeout 2014-09-12 13:22:15 +02:00
Andrzej Rybczak
4f95825fa8 actions: make JumpToPlayingSong work also if player is stopped 2014-09-12 13:12:25 +02:00
Andrzej Rybczak
68a316258c status: store status fields seperately 2014-09-12 13:10:47 +02:00
Andrzej Rybczak
27dc96bece media library: fix mouse event handler 2014-09-12 08:42:33 +02:00
Andrzej Rybczak
f28f5ec0ba window: always refresh before reading a key 2014-09-12 08:28:35 +02:00
Andrzej Rybczak
a5870c1ff2 settings: relax bounds check for visualizer_sample_multiplier 2014-09-09 20:49:46 +02:00
Andrzej Rybczak
525fce7f67 settings: fix autocenter_mode setting 2014-09-07 18:47:49 +02:00
Andrzej Rybczak
0ca9846637 settings: make possible values of visualizer_type reflect the ones in config file 2014-09-07 18:46:33 +02:00
Andrzej Rybczak
bf03b6d30b scrollpad: explicitely include iostream 2014-09-07 11:14:36 +02:00
Andrzej Rybczak
662e9a1c36 status: update: update elapsed time 2014-09-06 22:27:31 +02:00
Andrzej Rybczak
21971da74c actions: toggle browser sort mode: sorty with disabled filtering 2014-09-06 15:59:45 +02:00
Andrzej Rybczak
d35cf6a7fb media library: toggle sort more: fetch data only if mtimes are not there 2014-09-06 15:12:47 +02:00
Andrzej Rybczak
e575d2582c actions: attempt to crop playlists only if their length is > 1 2014-09-06 14:20:20 +02:00
Andrzej Rybczak
0a7b239b1f window: readline: ignore escape key 2014-09-06 13:58:30 +02:00