You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/elements
poire-z 850be52177
Keep some menus open when Tap or Hold (#4189)
TouchMenu: added options to menu items with the following defaults:
    keep_menu_open = false
    hold_keep_menu_open = true
So, default for Tap callback is to close menu, and for Hold callback
to keep menu open.
In both cases, provide the TouchMenu instance as the 1st argument to
the callback functions (instead of a refresh_menu_func I added in #3941)
so the callback can do more things, like closing, refreshing,
changing menu items text and re-ordering...

ReaderZooming: show symbol for default (like it was done for
ReaderFont, ReaderHyphenation...)
TextEditor plugin: update the previously opened files list in real
time, so the menu can be kept open and used as the TextEditor main
interface.
SSH plugin: keep menu open and update the Start/Stop state in real time
ReadTimer plugin: tried to do what feels right (but I don't use it)

Also remove forgotten cp in the move/paste file code
6 years ago
..
avoid_flashing_ui.lua UI Behavior tweaks (#3983) 6 years ago
common_info_menu_table.lua Keep some menus open when Tap or Hold (#4189) 6 years ago
common_settings_menu_table.lua Keep some menus open when Tap or Hold (#4189) 6 years ago
filemanager_menu_order.lua Plugin manager (#4159) 6 years ago
flash_keyboard.lua Option to disable keyboard flashing (#3050) 7 years ago
flash_ui.lua Allow for disabling flashing of menu, icons and buttons (#3339) 7 years ago
menu_activate.lua Option to disable show bottom menu on top menu activation (#3316) 7 years ago
reader_menu_order.lua Plugin manager (#4159) 6 years ago
refresh_menu_table.lua Screen refresh between chapters (#3989) 6 years ago
screen_color_menu_table.lua Inform once about color rendering on supported devices (#3289) 7 years ago
screen_disable_double_tap_table.lua fix some luacheck warnings 8 years ago
screen_dpi_menu_table.lua Custom DPI: increase upper bound from 330 to 600 8 years ago
screen_eink_opt_menu_table.lua fix no eink optimization on all devices 9 years ago
screen_fullscreen_menu_table.lua [fix, Android] adjust touch location for #3392 (#3394) 7 years ago
screensaver_menu.lua Keep some menus open when Tap or Hold (#4189) 6 years ago