Andrzej Rybczak
|
a5867405d2
|
actions: add support for selecting found items
|
11 years ago |
Andrzej Rybczak
|
1b6cb65f3a
|
actions: add support for range selection and make a few actions work on ranges
|
11 years ago |
Andrzej Rybczak
|
274c075ffd
|
bindings: bind sorting actions to ctrl-s
|
11 years ago |
Andrzej Rybczak
|
2caf08aaa7
|
split PressSpace action into modular pieces
|
11 years ago |
Andrzej Rybczak
|
d3f8069caf
|
bindings: recognize backspace_2 as backspace and add deprecation message
|
11 years ago |
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
11 years ago |
Andrzej Rybczak
|
e7b152938b
|
window: redefine special key values
|
11 years ago |
Andrzej Rybczak
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
11 years ago |
Andrzej Rybczak
|
11735b42b3
|
bindings: move some code from .h to .cpp file
|
11 years ago |
Andrzej Rybczak
|
25ac152b0d
|
remove silly comment after namespaces
|
12 years ago |
Andrzej Rybczak
|
2ef83ff15f
|
bindings: additionally bind delete to DeleteBrowserItems by default
|
12 years ago |
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
12 years ago |
Andrzej Rybczak
|
84c90868a1
|
add visualizer_sample_multiplier config option
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
a7f3992c97
|
bindings: allow for binding multiple chains to one key
|
12 years ago |
Andrzej Rybczak
|
7167d036d0
|
actions: require action to be non-null if we query by action type
|
13 years ago |
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
8db773cfec
|
replace a few string algorithms with boost utilities
|
14 years ago |
Andrzej Rybczak
|
97555c4c3d
|
actions: make ActionType enum class
|
14 years ago |
Andrzej Rybczak
|
3bd02f6abf
|
actions: use namespace
|
14 years ago |
Andrzej Rybczak
|
6709219aac
|
actions: change naming convention to camelCase
|
14 years ago |
Andrzej Rybczak
|
802886c2e5
|
bindings: initial support for running external commands
|
14 years ago |
Matthew Hague
|
b487f10f10
|
media library: add support for sorting by mtime
|
14 years ago |
Andrzej Rybczak
|
07fc58015e
|
bindings: add support for defining and executing commands
|
14 years ago |
Andrzej Rybczak
|
552bc77318
|
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
|
14 years ago |
Andrzej Rybczak
|
8ac1a38213
|
bindings: add support for action "require_screen"
|
14 years ago |
Andrzej Rybczak
|
077930df78
|
actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode
|
14 years ago |
Andrzej Rybczak
|
b4ab065b2d
|
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
|
14 years ago |
Andrzej Rybczak
|
3d2e5adae8
|
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
|
14 years ago |
Andrzej Rybczak
|
5d535e9203
|
bindings: use better word in comment
|
14 years ago |
Andrzej Rybczak
|
66b799cd4c
|
fix compilation with gcc-4.5
|
14 years ago |
Andrzej Rybczak
|
84326efc46
|
move wstring related functions to wide_char file
|
14 years ago |
Andrzej Rybczak
|
a26b1f62f9
|
actions: implement filtering playlist on priorities
|
14 years ago |
Andrzej Rybczak
|
72cbae8d14
|
add example bindings configuration file with comprehensive description
|
14 years ago |
Andrzej Rybczak
|
dc62bd5c29
|
actions: adjust names of a few actions to be more descriptive
|
14 years ago |
Andrzej Rybczak
|
061fb9e60d
|
bindings: bind pause to 'p' and 'P' to display mode toggle
|
14 years ago |
Andrzej Rybczak
|
c34bcee12b
|
actions: rename DeselectItems to RemoveSelection
|
14 years ago |
Andrzej Rybczak
|
fe9bcfbeab
|
bindings: add support for parsing/displaying insert key
|
14 years ago |
Andrzej Rybczak
|
299e1f2e9c
|
bindings: remove F* binds, bind Help to F1 only, start other screens with 1
|
14 years ago |
Andrzej Rybczak
|
1be7676187
|
rename keys.{cpp,h} to bindings.{cpp,h}
|
14 years ago |
Andrzej Rybczak
|
3d2e61f188
|
keys: improve error messages a bit
|
14 years ago |
Andrzej Rybczak
|
39c5087d18
|
actions: guarantee that action will not be executed without checks
|
14 years ago |
Andrzej Rybczak
|
ad297ba059
|
actions: make separators toggle work in all screens
|
14 years ago |
Andrzej Rybczak
|
eff1d672b9
|
keys: implement support for a few macro utilities
|
14 years ago |
Andrzej Rybczak
|
7c6467a9e7
|
keys: implement parsing key configuration file
|
14 years ago |
Andrzej Rybczak
|
95e2cfe6e1
|
move keys related functions/classes to separate file
|
14 years ago |