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/apps/filemanager
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
..
lib Swipe for menu and quickstart guide (#2761) 7 years ago
filemanager.lua Keep some menus open when Tap or Hold (#4189) 6 years ago
filemanagerbookinfo.lua BookInformation: speedup getting EPUB metadata/cover (#3767) 6 years ago
filemanagerconverter.lua Replace remaining 'local gettext' with '_' (#4160) 6 years ago
filemanagerfilesearcher.lua File search: search in current folder, or home folder (#4093) 6 years ago
filemanagerhistory.lua UIManager: avoid painting widgets covered by a full screen widget (#3770) 6 years ago
filemanagermenu.lua Keep some menus open when Tap or Hold (#4189) 6 years ago
filemanagersearch.lua Another set of fixes (#4083) 6 years ago
filemanagersetdefaults.lua Fix focus/unfocus in MultiInputDialog (#4060) 6 years ago
filemanagershortcuts.lua Adds Folder shortcuts to Plus menu (#4165) 6 years ago
filemanagerutil.lua [fix] Don't crash when trying to go to deleted folders (#4110) 6 years ago