Commit Graph

1717 Commits

Author SHA1 Message Date
Andrzej Rybczak
843c2b76e6 menu: remove include of regexes.h 2012-10-06 19:28:39 +02:00
Andrzej Rybczak
400099a07f menu: change template parameter from T to ItemT 2012-10-06 19:26:14 +02:00
Andrzej Rybczak
d1a0090789 window: preserve previous background color if only foreground is pushed 2012-10-06 19:14:27 +02:00
Andrzej Rybczak
df9ecabb55 window: make color/format/border class enums 2012-10-06 19:05:12 +02:00
Andrzej Rybczak
1f61a083cf settings: modify default browser_playlist_prefix so it matches example config file 2012-10-06 18:45:47 +02:00
Andrzej Rybczak
0abdef3c3d strbuffer: fix operator<< 2012-10-06 18:44:58 +02:00
Andrzej Rybczak
97555c4c3d actions: make ActionType enum class 2012-10-06 18:35:45 +02:00
Andrzej Rybczak
3bd02f6abf actions: use namespace 2012-10-06 18:28:31 +02:00
Andrzej Rybczak
6709219aac actions: change naming convention to camelCase 2012-10-06 18:02:31 +02:00
Andrzej Rybczak
ca24c5be5b actions: fix modifying player state string after interface toggle 2012-10-06 17:46:10 +02:00
Andrzej Rybczak
439e004cfa restore BasicBuffer::write function 2012-10-06 17:02:36 +02:00
Andrzej Rybczak
4a1824753c scrollpad: tidy Scrollpad::flush a bit 2012-10-06 15:08:24 +02:00
Andrzej Rybczak
59728381b9 strbuffer: fix Property::operator< 2012-10-06 14:59:48 +02:00
Andrzej Rybczak
43924f88e1 scrollpad: use std::string as container 2012-10-06 02:51:07 +02:00
Andrzej Rybczak
eda2ea37a9 rewrite major part of strbuffer and Scrollpad::flush 2012-10-06 02:42:24 +02:00
Andrzej Rybczak
1eb0003714 window: rename Where to Scroll and make it enum class 2012-10-05 21:25:22 +02:00
Andrzej Rybczak
044464962c initial restoration of support for encodings different than utf-8 2012-10-05 20:58:07 +02:00
Andrzej Rybczak
e40edade0e use boost.locale for charset conversions instead of iconv 2012-10-05 20:49:58 +02:00
Andrzej Rybczak
802886c2e5 bindings: initial support for running external commands 2012-10-03 20:29:02 +02:00
Andrzej Rybczak
f5cf0a97cc media library: fix albums selection 2012-10-03 20:10:54 +02:00
Andrzej Rybczak
6e33c2ef0f media library: preserve filters/selections on update 2012-10-03 19:58:48 +02:00
Andrzej Rybczak
d3dc560602 menu: pass items by value to allow copy elision / moving 2012-10-03 19:17:48 +02:00
Andrzej Rybczak
d004fd67a5 tiny tag editor: do not try to load comment tag 2012-10-02 22:21:00 +02:00
Andrzej Rybczak
6002fd8db4 settings: remove media_library_display_{date,empty_tag} options 2012-10-02 21:51:19 +02:00
Andrzej Rybczak
152ce17fea tags: fix a few issues (reading/writing tags related) 2012-10-02 21:16:36 +02:00
Andrzej Rybczak
a0ccf53f18 extras: fix script 2012-10-02 21:16:36 +02:00
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