Commit Graph

88 Commits

Author SHA1 Message Date
Andrzej Rybczak
f691ab265f screen: rename BasicScreen to BaseScreen 2012-09-16 03:08:02 +02:00
Andrzej Rybczak
077930df78 actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode 2012-09-15 23:31:23 +02:00
Andrzej Rybczak
b4ab065b2d actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine 2012-09-15 23:22:31 +02:00
Andrzej Rybczak
3d2e5adae8 actions: split ShowBrowser into showBrowser and ChangeBrowseMode 2012-09-15 23:13:47 +02:00
Andrzej Rybczak
14587cb4ec abstract shared parts of switchTo methods away 2012-09-15 22:58:32 +02:00
Andrzej Rybczak
f7dba0a578 make remaining single-windowed screens' main windows non-pointer 2012-09-15 00:43:53 +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
49a21370a6 playlist editor: change columns to be non-pointers 2012-09-14 18:38:28 +02:00
Andrzej Rybczak
0d27d6ded3 media library: make screens non-pointer 2012-09-14 17:33:53 +02:00
Andrzej Rybczak
b2b16be9ce search engine: make main window non-pointer 2012-09-14 16:23:58 +02:00
Andrzej Rybczak
d05707ad82 browser: make main type non-pointer 2012-09-14 16:20:54 +02:00
Andrzej Rybczak
9c29082afe playlist: define main screen as non-pointer 2012-09-14 16:16:35 +02:00
Andrzej Rybczak
4d6ea660bc make defining screens with main window type as non-pointer possible 2012-09-14 16:16:22 +02:00
Andrzej Rybczak
1891c1c050 do not initialize screens lazily as it doesn't make much sense 2012-09-14 00:54:48 +02:00
Andrzej Rybczak
9ddfca8f31 playlist: move sorting dialog related functions to separate file 2012-09-13 21:57:17 +02:00
Andrzej Rybczak
fcc097fc76 require a bit bigger screen so all possible dialogs will fit 2012-09-13 20:21:02 +02:00
Andrzej Rybczak
dd7665bb7d more PascalCase to camelCase conversions 2012-09-13 19:23:33 +02:00
Andrzej Rybczak
8e6d9a97e3 move tags related functions to separate file 2012-09-13 18:59:18 +02:00
Andrzej Rybczak
cfe738b2f7 add interface HasColumns and its appropriate implementations 2012-09-13 18:24:57 +02:00
Andrzej Rybczak
d55070754d settings: support customizable tags separator 2012-09-12 21:44:27 +02:00
Andrzej Rybczak
a8e3d0fd2d require mpd >= 0.16.0 2012-09-12 20:06:26 +02:00
Andrzej Rybczak
0179b5304c actions: remove Actions::DesignChanged flag 2012-09-12 02:56:36 +02:00
Andrzej Rybczak
983c79ff61 actions: remove Action::OrderResize, use ResizeScreen directly 2012-09-12 02:46:30 +02:00
Andrzej Rybczak
8f065e2da3 status: split NcmpcppStatusChanged into smaller pieces 2012-09-12 02:41:21 +02:00
Andrzej Rybczak
c8097a898e get rid of locale_to_utf where it's not needed anymore 2012-09-11 22:41:42 +02:00
Andrzej Rybczak
63413368c8 remove remaining exclamation marks from messages 2012-09-11 21:53:35 +02:00
Andrzej Rybczak
c90545b008 move statusbar/progressbar related code to separate file 2012-09-11 21:52:41 +02:00
Andrzej Rybczak
a98df99ba6 playist: do not duplicate now playing information 2012-09-11 20:22:22 +02:00
Andrzej Rybczak
fe0d088faa mutable song: rename a few functions 2012-09-10 23:44:35 +02:00
Andrzej Rybczak
84326efc46 move wstring related functions to wide_char file 2012-09-08 18:42:59 +02:00
Andrzej Rybczak
d5e2d315fd use wstrings uncoditionally where needed 2012-09-08 17:50:01 +02:00
Andrzej Rybczak
8f693cd822 string: fix lowercase function 2012-09-08 15:58:35 +02:00
Andrzej Rybczak
8fb88b7181 comparators: generalize objects a bit 2012-09-08 14:34:46 +02:00
Andrzej Rybczak
a26b1f62f9 actions: implement filtering playlist on priorities 2012-09-08 00:29:18 +02:00
Andrzej Rybczak
45a097a45b reduce number of calls to gettimeofday 2012-09-07 23:11:40 +02:00
Andrzej Rybczak
fb4fdd129a actions: fix screen resize after unlocking 2012-09-07 22:40:17 +02:00
Andrzej Rybczak
a834a8b3af fix compilation --without-taglib 2012-09-07 22:39:38 +02:00
Andrzej Rybczak
c935dcf11a global: remove RedrawHeader 2012-09-06 16:49:47 +02:00
Andrzej Rybczak
ca76cf73b4 actions: fix failed assertion in AddRandomItems 2012-09-06 02:18:20 +02:00
Andrzej Rybczak
dc62bd5c29 actions: adjust names of a few actions to be more descriptive 2012-09-06 00:38:00 +02:00
Andrzej Rybczak
c34bcee12b actions: rename DeselectItems to RemoveSelection 2012-09-05 23:43:11 +02:00
Andrzej Rybczak
1be7676187 rename keys.{cpp,h} to bindings.{cpp,h} 2012-09-05 23:19:34 +02:00
Andrzej Rybczak
8ef252ec6e actions: consider jumping to parent dir runnable even on root level 2012-09-05 23:03:45 +02:00
Andrzej Rybczak
21947d3655 status: optimize filtering when chars are being taken from input queue 2012-09-05 22:45:13 +02:00
Andrzej Rybczak
39c5087d18 actions: guarantee that action will not be executed without checks 2012-09-05 21:45:19 +02:00
Andrzej Rybczak
837a7c14cf actions: make checks more strict 2012-09-05 21:35:52 +02:00
Andrzej Rybczak
ad297ba059 actions: make separators toggle work in all screens 2012-09-05 20:55:15 +02:00
Andrzej Rybczak
10e88ec6b4 display: pass screen to functions by pointer 2012-09-05 20:52:33 +02:00
Andrzej Rybczak
7c6467a9e7 keys: implement parsing key configuration file 2012-09-05 18:02:37 +02:00
Andrzej Rybczak
95e2cfe6e1 move keys related functions/classes to separate file 2012-09-05 13:11:43 +02:00