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/widget
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
..
container [feat, UX] Support the virtualKeyboard on non touch-device (#3796) 6 years ago
bboxwidget.lua Added Size module 7 years ago
bookstatuswidget.lua Text input fixes and enhancements (#4084) 6 years ago
button.lua UI Behavior tweaks (#3983) 6 years ago
buttondialog.lua Add MovableContainer: allow moving some widgets (#3636) 6 years ago
buttondialogtitle.lua Adds ReaderDeviceStatus: low battery alarm (#4144) 6 years ago
buttonprogresswidget.lua UI Behavior tweaks (#3983) 6 years ago
buttontable.lua Text editor plugin, InputDialog enhancements (#4135) 6 years ago
checkbutton.lua OpenWithDialog widget: improved display (#4078) 6 years ago
checkmark.lua [UX] Add CheckButton and use it for show password 7 years ago
closebutton.lua Fix some widget title height and close button alignment (#3366) 7 years ago
configdialog.lua UI Behavior tweaks (#3983) 6 years ago
confirmbox.lua Add MovableContainer: allow moving some widgets (#3636) 6 years ago
datewidget.lua [fix, UX] timewidget and datewidget in landscape mode (#3666) 6 years ago
dictquicklookup.lua UI Behavior tweaks (#3983) 6 years ago
eventlistener.lua Add restart koreader function and ensure FlushSettings event can be delivered to all widgets (#2772) 7 years ago
filechooser.lua Sorting: adds Sort by name - mixed files and folders (#4140) 6 years ago
fixedtextwidget.lua Refactoring hardware abstraction 10 years ago
focusmanager.lua UI Behavior tweaks (#3983) 6 years ago
frontlightwidget.lua UI Behavior tweaks (#3983) 6 years ago
horizontalgroup.lua [doc] some widget docs 7 years ago
horizontalspan.lua cleanup: expand tab to 4 spaces 10 years ago
htmlboxwidget.lua UI Behavior tweaks (#3983) 6 years ago
hyphenationlimits.lua Fix untranslatable strings (#4132) 6 years ago
iconbutton.lua UI Behavior tweaks (#3983) 6 years ago
imageviewer.lua UI Behavior tweaks (#3983) 6 years ago
imagewidget.lua Bookmarks, CoverBrowser: scale dogear icon (#4081) 6 years ago
infomessage.lua [feat, UX] Support the virtualKeyboard on non touch-device (#3796) 6 years ago
inputdialog.lua Keep some menus open when Tap or Hold (#4189) 6 years ago
inputtext.lua TextEditor: allow scrolling by lines with Pan (#4145) 6 years ago
keyvaluepage.lua UI Behavior tweaks (#3983) 6 years ago
linewidget.lua (chore) some require sorting. 7 years ago
linkbox.lua Added Size module 7 years ago
listview.lua Added Size module 7 years ago
logindialog.lua Text editor plugin, InputDialog enhancements (#4135) 6 years ago
menu.lua FileChooser, PathChooser: show current path in header (#4125) 6 years ago
multiconfirmbox.lua Wikipedia link: check if previously saved as EPUB (#3837) 6 years ago
multiinputdialog.lua Text editor plugin, InputDialog enhancements (#4135) 6 years ago
naturallightwidget.lua [fix, UX] naturallightwidget: Reduce text size in button 6 years ago
networksetting.lua Dismiss Wi-Fi scan popup after connection (#4055) 6 years ago
notification.lua bump crengine: fix drawing position of bottom and right borders (#4013) 6 years ago
numberpickerwidget.lua cre hyphenation: allow for setting min left/right fragment length (#3890) 6 years ago
opdsbrowser.lua Change title and button text in OPDS (#4155) 6 years ago
openwithdialog.lua Text editor plugin, InputDialog enhancements (#4135) 6 years ago
overlapgroup.lua [doc] some widget docs 7 years ago
pathchooser.lua PathChooser: clearer usage and behaviour (#4133) 6 years ago
physicalkeyboard.lua [fix, spec] InputText:addChars() unicode handling (#3729) 6 years ago
progresswidget.lua ProgressWidget: add some bound checks (#3916) 6 years ago
radiobutton.lua OpenWithDialog widget: improved display (#4078) 6 years ago
radiobuttontable.lua OpenWithDialog widget: improved display (#4078) 6 years ago
rectspan.lua cleanup: expand tab to 4 spaces 10 years ago
screensaverwidget.lua Add new options to screensaver (#3535) 7 years ago
screenshoter.lua Various minor fixes (#4172) 6 years ago
scrollhtmlwidget.lua [UX] Dict: scroll back with tap: go to bottom of prev definition (#3647) 6 years ago
scrolltextwidget.lua TextEditor: allow scrolling by lines with Pan (#4145) 6 years ago
spinwidget.lua Adds ReaderDeviceStatus: low battery alarm (#4144) 6 years ago
textboxwidget.lua TextEditor: allow scrolling by lines with Pan (#4145) 6 years ago
textviewer.lua Various minor fixes (#4172) 6 years ago
textwidget.lua Various minor fixes (#4172) 6 years ago
timewidget.lua [fix, UX] timewidget and datewidget in landscape mode (#3666) 6 years ago
toggleswitch.lua Various minor fixes (#4172) 6 years ago
touchmenu.lua Keep some menus open when Tap or Hold (#4189) 6 years ago
trapwidget.lua Trapper: adds dismissableRunInSubprocess() + new TrapWidget 6 years ago
verticalgroup.lua [doc] some widget docs 7 years ago
verticalscrollbar.lua Text input related fixes & enhancements (#4124) 6 years ago
verticalspan.lua cleanup: expand tab to 4 spaces 10 years ago
virtualkeyboard.lua Text input related fixes & enhancements (#4124) 6 years ago
widget.lua doc: fix document build 8 years ago