Commit Graph

1441 Commits

Author SHA1 Message Date
Andrzej Rybczak
49d1d56722 extras: tweak artist_to_albumartist script a bit 2012-10-02 19:40:03 +02:00
Andrzej Rybczak
efe2a52382 fix header guards 2012-10-02 16:19:04 +02:00
Andrzej Rybczak
592a156aaa comparators: fix yet another implicit conversion related bug 2012-10-02 03:39:44 +02:00
Andrzej Rybczak
1e335fae02 media library: optimize update 2012-10-02 02:21:56 +02:00
Andrzej Rybczak
9aaa93a4e3 playlist editor: rename private members 2012-10-01 20:50:17 +02:00
Andrzej Rybczak
9a292ca20d mpd: make functions take item consumer instead of returning vector of items 2012-10-01 20:44:22 +02:00
Andrzej Rybczak
60faa15462 settings: recognize browser_sort_mode config option 2012-10-01 18:34:58 +02:00
Andrzej Rybczak
523b308553 bindings: fix typos in configuration file 2012-09-30 16:11:40 +02:00
Andrzej Rybczak
9d8e6a2687 playlist: store song hashes in hash map, not a tree 2012-09-24 10:10:12 +02:00
Matthew Hague
b487f10f10 media library: add support for sorting by mtime 2012-09-20 20:31:18 +02:00
Andrzej Rybczak
add40d542d bindings: guarantee ordering of bindings of the same key 2012-09-20 05:00:11 +02:00
Andrzej Rybczak
07fc58015e bindings: add support for defining and executing commands 2012-09-20 04:32:51 +02:00
Andrzej Rybczak
ba0a47668a bindings: add note about the difference between single action/chain of actions 2012-09-20 01:06:51 +02:00
Andrzej Rybczak
de1ad6cff3 actions: move isMPDMusicSet checks at the end of conditionals 2012-09-19 05:18:36 +02:00
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