Commit Graph

283 Commits

Author SHA1 Message Date
Andrzej Rybczak
e34221f74d Merge branch '0.7.x' 2016-08-17 17:39:49 +02:00
Andrzej Rybczak
0465962409 settings: change fault value of regular_expressions to 'perl' 2016-08-17 15:56:14 +02:00
ben01189998819991197253@users.noreply.github.com
4130d3ba24 settings: add 'execute_on_player_state_change' option 2016-04-23 14:29:21 +02:00
Asa Sourdiffe
20f37968c2 settings: add config option to not confirm shuffling playlist 2015-12-25 15:38:59 +01:00
Andrzej Rybczak
f28d60e0c7 settings: check if terminal supports window title once 2015-09-12 22:55:50 +02:00
Andrzej Rybczak
b91bcc291f settings: restrict value of visualizer_sync_interval to be >= 10 2015-08-13 11:26:33 +02:00
Andrzej Rybczak
12db40849c settings: recognize default_space_mode and show deprecation warning 2015-05-17 13:58:19 +02:00
Andrzej Rybczak
38b1064f1f actions: move item selection to its own action and bind it to insert 2015-05-09 21:40:09 +02:00
Andrzej Rybczak
043e309e24 settings: make initial slave screen focus optional 2015-05-09 16:23:04 +02:00
Andrzej Rybczak
405480e158 Merge branch '0.6.x' 2015-05-02 21:31:26 +02:00
Andrzej Rybczak
a40508179a configuration: add 'ignore-config-errors' switch 2015-05-02 21:16:11 +02:00
Andrzej Rybczak
8f646e0f5c settings: enable regexes by default and add support for perl syntax 2015-05-02 15:06:11 +02:00
Andrzej Rybczak
9e47a8ad61 settings: add support for displaying current mpd host in playlist 2015-04-18 19:16:38 +02:00
Andrzej Rybczak
a21d9ca425 format: split into two headers 2015-04-18 17:41:10 +02:00
Andrzej Rybczak
809ffada40 format: redesign how grouping behaves so it's more sensible 2015-02-12 18:38:58 +01:00
Andrzej Rybczak
d7998ef144 configuration: initialize undefined variables after all files were parsed 2015-01-27 20:17:50 +01:00
Andrzej Rybczak
5d436ddc76 settings: rearrange a few options 2014-11-15 18:52:48 +01:00
Andrzej Rybczak
0c58af8c53 window: support new colors also as borders 2014-11-15 17:51:46 +01:00
Andrzej Rybczak
38d9f811de configuration: support multiple configuration files 2014-11-15 15:07:49 +01:00
Andrzej Rybczak
8745523170 settings: song_status_format: forbid alignment mark 2014-11-11 20:31:56 +01:00
Andrzej Rybczak
81b907a974 format: add flags to refine parsing and printing of the AST 2014-11-11 19:40:03 +01:00
Andrzej Rybczak
3aa1ba1b9d settings: buffer: apply helper function 2014-11-11 17:53:06 +01:00
Andrzej Rybczak
8d24c42261 format: implement generic format parser and printer 2014-11-11 00:08:23 +01:00
Andrzej Rybczak
448c87f850 window: add support for textual representation of background color 2014-11-09 00:42:10 +01:00
Andrzej Rybczak
7acc64979e settings: make slave screen optional and unset by default 2014-11-07 23:46:20 +01:00
brezerk
cc747c0f99 settings: add startup_slave_screen option 2014-11-06 20:33:12 +01:00
Andrzej Rybczak
a4e9523f63 settings: expand ~ to home directory in mpd_host 2014-11-06 19:48:59 +01:00
Andrzej Rybczak
42dce36625 strbuffer: use static initializer instead of variadic constructor 2014-11-01 01:49:18 +01:00
Andrzej Rybczak
e9a539f8ee pass by value instead of rvalue reference for RVO to take place 2014-11-01 01:39:28 +01:00
Andrzej Rybczak
6da5c2a1d0 settings: list of visualizer colors cannot be empty 2014-10-26 23:54:51 +01:00
Andrzej Rybczak
35fdddff87 enums: implement operator{<<,>>} for VisualizerType and use it 2014-10-26 20:43:24 +01:00
Andrzej Rybczak
98e39d48a0 update visualizer-related documentation 2014-10-26 20:21:19 +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
Andrzej Rybczak
a7f83168ef settings: fix copypaste error that was overwriting regex_type 2014-10-25 17:07:34 +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
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
84c90868a1 add visualizer_sample_multiplier config option 2014-09-02 19:59:31 +02:00
Andrzej Rybczak
a3252e1e31 visualizer: make frequency spectrum watchable 2014-09-02 18:43:34 +02:00
Andrzej Rybczak
edfb4d9c53 option parser: adjust functors so no object copies are made 2014-09-02 18:28:06 +02:00
Andrzej Rybczak
3e713d06f6 settings: make defaults more pretty 2014-08-31 16:33:38 +02:00
Andrzej Rybczak
fe34852c31 help: make volume_change_step affect description of appropriate actions 2014-08-30 16:48:56 +02:00
Andrzej Rybczak
749821ecc5 settings: restore possibility to set album artist as library tag 2014-08-29 16:24:04 +02:00
Andrzej Rybczak
4b933b29e1 settings: configuration file processing rewrite 2014-08-29 14:54:09 +02:00
Andrzej Rybczak
8a1e4a48dd cmdargs: use boost::program_options 2014-08-28 05:46:49 +02:00
Andrzej Rybczak
b7ceae7273 replace timeval and time_t with boost::posix_time::ptime 2014-08-27 11:19:05 +02:00
Andrzej Rybczak
7fdace835b uniformize ways to convert strings into screen type 2014-08-27 08:54:02 +02:00