* 397_mouse_click_column_heading:
Cleanup of code. Remove unused panel_field_t::use_in_gui variable
Added indicators for current sort type and sort direction.
Fixed segfault in 'Brief file list' listing mode
Added reversing sort order ability if one keybind raised multiple times.
Added keymaps for some sort types.
Remove code for reverse search direction when toggle search types.
Fixed behavior of CK_PanelSelectSortOrder event.
Remove unneded code
Added handlers for panel sort keybind actions.
Remove array of hardcoded format names from listmode.c
Some changes for better toggle sort types of panel.
Fixed length of panel header (current directory).
Ticket #397: Mouse click on column heading sorts panel on that column
Attached patch that adds the following 2 enhancements:
1) Using the mouse to click on a panel column heading re-sorts
the panel on that column. If already sorted on that column,
the sort order is reversed.
2) added a button "." next to "v" that toggles the display
of hidden files.
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
mc.keymap: remap select charset to M-e, and C-t to mark file
editmenu.c, main.c: change menu items to be consistent
Signed-off-by: Stan. S. Krupoderov <pashelper@gmail.com>
The panelize of find file results doesn't work
if 'Start at:' input field is empty in 'Find file' dialog.
The empty 'Start at:' input is forced populated by "." value.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Skip widgets that matches coords but does not have an action (usually
groupboxes), continuing search of widget with defined action.
Thanks to sfionov.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Test case:
Try to press shift+F3.
* Old behavior: call viewer in raw mode.
* New behavior: do nothing.
Fix issue:
For 'PanelViewSimple' event changed hotkey from 'shift-F3' to 'F13'
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
* 1649_code_cleanup:
Fix Makefile.am for correct run 'make dist' command
Fix conflict of hotkeys in main menu.
Ticket #1649: Prepare for prerelease mc-4.7.0-pre3 (code cleanup)
fixed completion in command line
add: EditToggleTabTWS,EditFindDefinition, EditLoadPrevFile, EditLoadNextFile actions into bindings list
add string bindings for f21..f24
Signed-off-by: Ilia Maslakov <il.smind@google.com>
Fixed: when main menu is invisible, pressing mouse button
on the first line makes the menu display, even on panel
widgets as "<" ".v>".
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 212_redefine_hotkeys: (26 commits)
remove unused struct.
fix: main.c keys handler
fix: default_input_keymap, remove incorrect entry
add alt+arrows action and descriptions into mc.keymap
fix: movement in Lynx navigation mode
Fix hotkey parser for handle shift+<letter> hotkeys.
Fixed parsing of hotkeys. Now will read:
Fix memory leak in function lookup_key()
Added new WIDGET_COMMAND message.
Some minor optimization.
Add some default hotkeys
Add some forgotten hotkeys.
Add more event handlers for actions
Rename widget_* functions and variables into input_* functions and variables.
Rename Widget* events into Input* events.
Show hotkeys as 'alt-s' instread of 'alt s'.
add more commands into mc.keymap
refactoring editor keybindings
Added mc.keymap into spec file
little cosmetic refactoring
...