Commit Graph

38 Commits

Author SHA1 Message Date
Marcelo
444137696e allow for message_delay_time = "0" 2019-05-04 10:39:16 -03:00
Andrzej Rybczak
19d32648ed Replace highlight colors with prefixes and suffixes 2017-05-21 15:22:54 +02:00
Andrzej Rybczak
035bc65bf9 Make single character prompts more robust 2017-03-26 06:03:12 +02:00
Andrzej Rybczak
86ec51624e Update AUTHORS and copyright line 2017-03-12 15:05:48 +01:00
Andrzej Rybczak
a488c2d89d Support attaching format information to selected color variables 2016-12-23 22:52:47 +01:00
Andrzej Rybczak
5445c41aaa Move screens to subdirectory 2016-12-22 15:58:57 +01:00
Andrzej Rybczak
516ee31109 Update headers 2016-11-13 11:07:13 +01:00
Andrzej Rybczak
9b6a080a29 Move filtering methods to separate interface 2016-11-13 06:26:25 +01:00
Andrzej Rybczak
29b1813c6d Resurrect filtering of lists (playlist only for now) 2016-11-13 01:15:07 +01:00
Andrzej Rybczak
60e66b47b6 searchable: retrieve currently applied search constraint 2016-11-11 20:26:42 +01:00
Andrzej Rybczak
3de7558483 playlist: convert several function names to camelCase 2015-09-27 15:15:11 +02:00
Andrzej Rybczak
d26c3c8fc5 window: fill background color on clearing to EOL 2014-11-11 16:08:48 +01:00
Andrzej Rybczak
6a5f46a458 actions: make find forward/backward incremental 2014-11-07 12:59:00 +01:00
Andrzej Rybczak
309a4989c9 remove filtering 2014-11-05 21:37:27 +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
a8b46a8e47 actions: make askYesNoQuestion use NC::Window::prompt 2014-10-31 20:04:20 +01:00
Andrzej Rybczak
8cf05f2645 statusbar: rename getString to mainHook 2014-10-31 16:35:42 +01:00
Andrzej Rybczak
fa1cd965fa statusbar: use scoped locks instead of lock/unlock functions 2014-10-31 15:05:57 +01: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
68a316258c status: store status fields seperately 2014-09-12 13:10:47 +02:00
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.
2014-09-06 13:58:11 +02:00
Andrzej Rybczak
0b4d7e203b status: make idle events handling independent of the order of their arrival 2014-09-04 17:39:15 +02:00
Andrzej Rybczak
06a07b0d33 status: fix toggling flags 2014-09-03 20:08:00 +02:00
Andrzej Rybczak
4b933b29e1 settings: configuration file processing rewrite 2014-08-29 14:54:09 +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
85a2802361 update copyright message 2014-08-27 05:43:51 +02:00
Andrzej Rybczak
59430f640b statusbar: use boost::format instead of c-style printf 2014-08-27 05:25:53 +02:00
Andrzej Rybczak
70945596ef window: use readline for handling line input 2013-12-25 23:31:27 +01:00
Andrzej Rybczak
2184fb7c73 get rid of global mpd status object 2013-04-07 17:29:32 +02:00
Andrzej Rybczak
1d4e006986 update copyright info 2013-04-07 13:31:58 +02:00
Andrzej Rybczak
6a3eb73a49 rewrite communication system with mpd 2013-04-07 13:22:50 +02:00
Andrzej Rybczak
c1d665bf9e scrollpad: add support for regex searching 2012-10-07 17:02:49 +02:00
Andrzej Rybczak
df9ecabb55 window: make color/format/border class enums 2012-10-06 19:05:12 +02:00
Andrzej Rybczak
07fc58015e bindings: add support for defining and executing commands 2012-09-20 04:32:51 +02:00
Andrzej Rybczak
c4190b6514 rewrite selected items added so it uses sane actions dispatch system 2012-09-15 00:18:22 +02:00
Andrzej Rybczak
dd7665bb7d more PascalCase to camelCase conversions 2012-09-13 19:23:33 +02:00
Andrzej Rybczak
8f065e2da3 status: split NcmpcppStatusChanged into smaller pieces 2012-09-12 02:41:21 +02:00
Andrzej Rybczak
c90545b008 move statusbar/progressbar related code to separate file 2012-09-11 21:52:41 +02:00