Commit Graph

133 Commits

Author SHA1 Message Date
Andrzej Rybczak
8db773cfec replace a few string algorithms with boost utilities 2012-10-18 16:59:57 +02:00
Andrzej Rybczak
df9ecabb55 window: make color/format/border class enums 2012-10-06 19:05:12 +02:00
Andrzej Rybczak
97555c4c3d actions: make ActionType enum class 2012-10-06 18:35:45 +02:00
Andrzej Rybczak
6709219aac actions: change naming convention to camelCase 2012-10-06 18:02:31 +02:00
Andrzej Rybczak
43924f88e1 scrollpad: use std::string as container 2012-10-06 02:51:07 +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
552bc77318 actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists} 2012-09-19 02:01:27 +02:00
Andrzej Rybczak
ddd18681ba help: fix shadow warning 2012-09-16 04:38:07 +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
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
7c3f93e211 fix shadow warnings gcc produces 2012-09-13 22:12:16 +02:00
Andrzej Rybczak
dd7665bb7d more PascalCase to camelCase conversions 2012-09-13 19:23:33 +02:00
Andrzej Rybczak
8f065e2da3 status: split NcmpcppStatusChanged into smaller pieces 2012-09-12 02:41:21 +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
a26b1f62f9 actions: implement filtering playlist on priorities 2012-09-08 00:29:18 +02:00
Andrzej Rybczak
c935dcf11a global: remove RedrawHeader 2012-09-06 16:49:47 +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
fe9bcfbeab bindings: add support for parsing/displaying insert key 2012-09-05 23:36:11 +02:00
Andrzej Rybczak
1be7676187 rename keys.{cpp,h} to bindings.{cpp,h} 2012-09-05 23:19:34 +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
ad297ba059 actions: make separators toggle work in all screens 2012-09-05 20:55:15 +02:00
Andrzej Rybczak
95e2cfe6e1 move keys related functions/classes to separate file 2012-09-05 13:11:43 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
Andrzej Rybczak
d47cad1d50 get rid of 'using namespace NCurses' directive 2012-09-02 15:37:42 +02:00
Andrzej Rybczak
b06e620913 more cleanup and grouping functions logically together 2012-08-29 14:35:11 +02:00
Andrzej Rybczak
b910ce38be restrict conversions being done in strbuffer 2012-08-28 07:12:31 +02:00
Andrzej Rybczak
bac6df8c6c some general source code tweaks 2012-08-27 19:06:19 +02:00
Andrzej Rybczak
55ae5b1816 initial support for binding keys to action chains 2012-08-25 05:00:04 +02:00
Andrzej Rybczak
6829a8e05c add support for binding actions to multibyte characters 2012-08-25 01:32:12 +02:00
Andrzej Rybczak
3750533026 settings: bind backspace actions also to Ctrl-H 2012-08-16 17:07:49 +02:00
Andrzej Rybczak
b7999b499f add a few informational messages 2012-08-14 23:24:32 +02:00
Andrzej Rybczak
2096181eb1 playlist editor: disallow cropping/clearing filtered playlists 2012-08-14 18:54:55 +02:00
Andrzej Rybczak
bab756c579 add support for priorities (queueing) 2012-08-14 16:09:45 +02:00
Andrzej Rybczak
2d57f15cad remove some hacky shit 2012-08-14 01:51:10 +02:00
Andrzej Rybczak
181224b837 keybinding system rewrite 2012-08-14 01:44:14 +02:00
Andrzej Rybczak
a22e875473 help: fix typo 2012-07-16 00:25:20 +02:00
Marc Jessome
10f5ec1e78 Add command to clear filter. 2012-07-13 23:54:46 +02:00
Andrzej Rybczak
f8151904f5 update copyright dates 2012-03-17 16:46:55 +01:00
Andrzej Rybczak
56467eaac6 new feature: support for merging screens together 2011-11-12 19:47:47 +01:00
Andrzej Rybczak
ca956c3da3 update copyright dates 2011-11-01 13:43:47 +01:00
Andrzej Rybczak
d9bc1c0950 new feature: support for fetching lyrics for currently playing song in background 2011-10-18 23:15:32 +02:00
Andrzej Rybczak
0c4c27ac6c adjust indentation of code from previous patches and make shift-tab customizable 2011-07-07 21:35:33 +02:00