Commit Graph

1527 Commits

Author SHA1 Message Date
Andrzej Rybczak
ae5bbbe63b settings: remove allow_physical_*_deletion (replaced by custom binding) 2012-09-19 02:04:41 +02:00
Andrzej Rybczak
552bc77318 actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists} 2012-09-19 02:01:27 +02:00
Andrzej Rybczak
b57428db90 mdp: remove GetCurrentlyPlayingSongPos 2012-09-18 21:34:14 +02:00
Andrzej Rybczak
e108604641 playlist: make reverse operate on iterator range 2012-09-18 21:17:04 +02:00
Andrzej Rybczak
059592e28e menu: remove unnecessary delete 2012-09-18 20:57:17 +02:00
Andrzej Rybczak
3aa21f8ef7 menu: remove Menu::Swap 2012-09-18 20:53:34 +02:00
Andrzej Rybczak
419965924f menu: remove Menu::hasSelected 2012-09-18 20:53:28 +02:00
Andrzej Rybczak
4ff78d6304 fix handling playlist highlight 2012-09-18 18:27:17 +02:00
Andrzej Rybczak
88a279119e status: fix blinking cursor when playlist_highlight_delay is set to 1 2012-09-16 17:12:14 +02:00
Andrzej Rybczak
43ccedd6d8 fix assertion failures in media library / playlist editor with separators enabled 2012-09-16 08:13:10 +02:00
Andrzej Rybczak
48cf01f084 pass ProxySongList around since it already has shared_ptr inside 2012-09-16 07:14:33 +02:00
Andrzej Rybczak
ddd18681ba help: fix shadow warning 2012-09-16 04:38:07 +02:00
Andrzej Rybczak
8ac1a38213 bindings: add support for action "require_screen" 2012-09-16 04:33:52 +02:00
Andrzej Rybczak
f0a0734728 add ScreenType for screen's type identification 2012-09-16 03:49:11 +02:00
Andrzej Rybczak
f691ab265f screen: rename BasicScreen to BaseScreen 2012-09-16 03:08:02 +02:00
Andrzej Rybczak
e2c1c6f365 selected items added: fix position in adding after current song 2012-09-16 03:04:37 +02:00
Andrzej Rybczak
42188b8768 sort playlist dialog: use ExecItem 2012-09-16 02:34:42 +02:00
Andrzej Rybczak
a362488246 regex filter: fix possibility of failing assertion in RegexItemFilter 2012-09-16 01:54:47 +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
5d535e9203 bindings: use better word in comment 2012-09-15 00:25:56 +02:00
Andrzej Rybczak
66b799cd4c fix compilation with gcc-4.5 2012-09-15 00:23:40 +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
8b42a41720 sort playlist dialog: change main window to be non-pointer 2012-09-14 17:49:42 +02:00
Andrzej Rybczak
830a2832b5 screen: change ScreenType to WindowType and add WindowReference typedef 2012-09-14 17:43:11 +02:00
Andrzej Rybczak
0d27d6ded3 media library: make screens non-pointer 2012-09-14 17:33:53 +02:00
Andrzej Rybczak
3a1175343f fix nasty bug related to overlapping names 2012-09-14 17:11:32 +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
9e93f7baf9 sort playlist dialog: make a few members const 2012-09-14 01:03:31 +02:00
Andrzej Rybczak
e2889bfefd regex filter: fix assertion fail if regex wasn't properly compiled 2012-09-14 00:59:00 +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
7c3f93e211 fix shadow warnings gcc produces 2012-09-13 22:12:16 +02:00
Andrzej Rybczak
58a26b1e18 adjust indentation of remaining classes in headers 2012-09-13 22:09:59 +02:00
Andrzej Rybczak
bb5d72d558 screen: adjust indentation 2012-09-13 22:01:33 +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
31b06470d1 check properly in MouseButtonPressed if switching columns is allowed 2012-09-13 17:46:35 +02:00
Andrzej Rybczak
382e4c0177 tag editor: remove field previously used as album artist 2012-09-13 15:55:11 +02:00
Andrzej Rybczak
491f28377f settings: change default modified_item_prefix a bit 2012-09-13 01:40:31 +02:00
Andrzej Rybczak
7d8365cea4 tag editor: improve tag reading abilities 2012-09-13 01:11:13 +02:00