Andrzej Rybczak
|
0ee09fb109
|
outputs: replace enterPressed with toggleOutput
|
2015-09-27 14:24:59 +02:00 |
|
Andrzej Rybczak
|
d96a6f0b65
|
bindings: add bindings for shift-up/down (select and scroll)
|
2015-09-27 04:00:03 +02:00 |
|
Andrzej Rybczak
|
bca788153d
|
bindings: deprecate alt_/ctrl_/shift_ prefixes
|
2015-05-24 17:23:56 +02:00 |
|
Andrzej Rybczak
|
a5867405d2
|
actions: add support for selecting found items
|
2015-05-24 17:04:21 +02:00 |
|
Andrzej Rybczak
|
1b6cb65f3a
|
actions: add support for range selection and make a few actions work on ranges
|
2015-05-23 22:57:40 +02:00 |
|
Andrzej Rybczak
|
274c075ffd
|
bindings: bind sorting actions to ctrl-s
|
2015-05-23 20:49:27 +02:00 |
|
Andrzej Rybczak
|
2caf08aaa7
|
split PressSpace action into modular pieces
|
2015-05-17 21:51:15 +02:00 |
|
Andrzej Rybczak
|
d3f8069caf
|
bindings: recognize backspace_2 as backspace and add deprecation message
|
2015-05-14 00:42:17 +02:00 |
|
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
2015-05-14 00:38:46 +02:00 |
|
Andrzej Rybczak
|
e7b152938b
|
window: redefine special key values
|
2015-05-12 20:40:26 +02:00 |
|
Andrzej Rybczak
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
2015-05-09 21:40:09 +02:00 |
|
Andrzej Rybczak
|
11735b42b3
|
bindings: move some code from .h to .cpp file
|
2015-05-09 19:32:48 +02:00 |
|
Andrzej Rybczak
|
25ac152b0d
|
remove silly comment after namespaces
|
2014-11-11 00:18:51 +01:00 |
|
Andrzej Rybczak
|
543dadf3c6
|
Merge branch '0.6.x'
Conflicts:
NEWS
configure.ac
|
2014-11-07 23:13:13 +01:00 |
|
Andrzej Rybczak
|
2ef83ff15f
|
bindings: additionally bind delete to DeleteBrowserItems by default
|
2014-11-07 23:08:13 +01:00 |
|
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
2014-11-05 21:37:27 +01:00 |
|
Andrzej Rybczak
|
84c90868a1
|
add visualizer_sample_multiplier config option
|
2014-09-02 19:59:31 +02:00 |
|
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
2014-08-27 05:43:51 +02:00 |
|
Andrzej Rybczak
|
a7f3992c97
|
bindings: allow for binding multiple chains to one key
|
2014-08-27 01:15:28 +02:00 |
|
Andrzej Rybczak
|
7167d036d0
|
actions: require action to be non-null if we query by action type
|
2013-07-13 19:04:22 +02:00 |
|
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
2013-04-07 13:31:58 +02:00 |
|
Andrzej Rybczak
|
8db773cfec
|
replace a few string algorithms with boost utilities
|
2012-10-18 16:59:57 +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
|
802886c2e5
|
bindings: initial support for running external commands
|
2012-10-03 20:29:02 +02:00 |
|
Matthew Hague
|
b487f10f10
|
media library: add support for sorting by mtime
|
2012-09-20 20:31:18 +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
|
8ac1a38213
|
bindings: add support for action "require_screen"
|
2012-09-16 04:33:52 +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
|
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
|
84326efc46
|
move wstring related functions to wide_char file
|
2012-09-08 18:42:59 +02:00 |
|
Andrzej Rybczak
|
a26b1f62f9
|
actions: implement filtering playlist on priorities
|
2012-09-08 00:29:18 +02:00 |
|
Andrzej Rybczak
|
72cbae8d14
|
add example bindings configuration file with comprehensive description
|
2012-09-06 02:12:27 +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
|
061fb9e60d
|
bindings: bind pause to 'p' and 'P' to display mode toggle
|
2012-09-05 23:48:56 +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
|
299e1f2e9c
|
bindings: remove F* binds, bind Help to F1 only, start other screens with 1
|
2012-09-05 23:27:19 +02:00 |
|
Andrzej Rybczak
|
1be7676187
|
rename keys.{cpp,h} to bindings.{cpp,h}
|
2012-09-05 23:19:34 +02:00 |
|