Commit graph

225 commits

Author SHA1 Message Date
figsoda
8f79640270 replace String::from_utf8_lossy with slicing 2020-11-16 12:07:42 -05:00
figsoda
c19f27af5f inline frame updates 2020-11-16 11:42:19 -05:00
figsoda
45e201ce26 fix typo 2020-11-16 08:54:38 -05:00
figsoda
a4fcc8e2cd improve error messages 2020-11-16 08:40:24 -05:00
figsoda
b6596f09ab avoid unecessary fram updates 2020-11-15 20:57:23 -05:00
figsoda
6b83444dea optimize play command 2020-11-15 20:53:51 -05:00
figsoda
855bb6c19c clean up 2020-11-15 20:27:52 -05:00
figsoda
f104a7b46e fix typo 2020-11-15 20:13:36 -05:00
figsoda
a1569706db clean up config file resolution 2020-11-15 17:30:15 -05:00
figsoda
45f77f87bd clean up address resolution 2020-11-15 17:24:35 -05:00
figsoda
6fe8b4b5cc pass Style by reference 2020-11-15 17:14:10 -05:00
figsoda
8347a72cf5 clean up scrolling logic 2020-11-15 16:55:40 -05:00
figsoda
90103c1305 create wrapper struct to improve readability 2020-11-15 14:44:40 -05:00
figsoda
1936333c83 sort attributes 2020-11-15 13:46:04 -05:00
figsoda
d75e809cbf reorder statements to improve start up speed 2020-11-14 19:59:13 -05:00
figsoda
7d716d89cd remove unecessary cloning 2020-11-14 19:36:57 -05:00
figsoda
39dc0508c0 avoid unecessary cloning 2020-11-14 19:09:08 -05:00
figsoda
6901efbdfb add C-q binding to quit mmtc 2020-11-14 17:38:18 -05:00
figsoda
eb6c1d5319 improve error messages 2020-11-14 16:27:41 -05:00
figsoda
14d49aa6fa remove redundant variable declaration 2020-11-13 17:32:14 -05:00
figsoda
1c1d913c7d reduce default size of player state textbox 2020-11-12 19:58:01 -05:00
figsoda
e480a2214a improve error messages 2020-11-12 19:50:16 -05:00
figsoda
6ca9811563 filter from filtered list when appending to query 2020-11-12 19:43:38 -05:00
figsoda
c316bbab14 rename ClearQuery to QuitSearch 2020-11-12 19:24:02 -05:00
figsoda
11246d5798 remove unecessary use of AtomicBool 2020-11-12 19:21:50 -05:00
figsoda
9ac48c8928 sort command line flags and options 2020-11-10 18:33:10 -05:00
figsoda
5ae5151a4c fix delay after quitting search with empty query 2020-11-10 12:56:40 -05:00
figsoda
6d120a8244 play song if stopped when toggling pause 2020-11-10 12:48:49 -05:00
figsoda
2b3d0799a7 add --[-no]-clear-query-onl-play flags 2020-11-09 16:28:23 -05:00
figsoda
1f2974f89f add clear_query_on_play config 2020-11-09 16:24:30 -05:00
figsoda
a2eba025f7 only reselect if queue was filtered on escape 2020-11-09 16:15:52 -05:00
figsoda
ee11bcd682 use lower case for value names 2020-11-09 14:47:34 -05:00
figsoda
50f4ab5dd4 change value names of the cli 2020-11-09 07:42:20 -05:00
figsoda
320801c4d3 clean up the usages of references 2020-11-08 19:59:01 -05:00
figsoda
1a5f5263b0 change the atomic orderings to relaxed 2020-11-08 17:36:54 -05:00
figsoda
83593262f0 reselect after query getting truncated 2020-11-08 11:52:39 -05:00
figsoda
e7950ae48e reselect after quitting search mode 2020-11-08 11:47:03 -05:00
figsoda
39c1e77649 change QuitSearch to ClearQuery 2020-11-07 12:59:31 -05:00
figsoda
06cec0e815 allow down, up, page down, page up when searching 2020-11-07 12:51:57 -05:00
figsoda
413ac27840 handle resizing and allow scrolling when searching 2020-11-07 11:09:07 -05:00
figsoda
ece9fb4706 clean up 2020-11-06 21:52:53 -05:00
figsoda
766c012e13 skip if queue is empty 2020-11-06 17:59:14 -05:00
figsoda
46d2ddc992 replace if let with map_or 2020-11-06 08:55:45 -05:00
figsoda
4e5439bf7f clean up 2020-11-05 19:19:01 -05:00
figsoda
9207a26a39 switch from ron::from_str to ron:🇩🇪:from_bytes 2020-11-05 16:40:35 -05:00
figsoda
eca9e6d520 switch from unmaintained dirs crate to dirs-next 2020-11-05 12:10:07 -05:00
figsoda
d1a15152be put flatten's arguments into a struct 2020-11-05 10:07:23 -05:00
figsoda
bf0f8a0077 put eval_cond's arguments into a struct 2020-11-05 09:43:55 -05:00
figsoda
9771b68e6b add config field search_fields 2020-11-04 19:07:22 -05:00
figsoda
10dc2072e9 tweak description 2020-11-04 17:51:46 -05:00