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
NiLuJe fea0d8dbaf
Another set of fixes (#4083)
* Make findcalibre actually useful

By setting SEARCH_LIBRARY_PATH when a Calibre tree is found, so that
book paths can properly be constructed.

Users should still very much set it themselves, but at least everything
works as intended when not, instead of mysteriously half-breaking later.

Drop the SetDefaults bits, it appeared to have been added to fix no-ops
detected by Luacheck, and it's actually non-functional, because
SetDefaults doesn't handle saving variables it did not itself assign.
So this was just causing the "Do you want to save new defaults" popup to
show up on exit, but it couldn't actually do anything useful (like, say,
save the new SEARCH_LIBRARY_PATH value).

fix #4082

* Better comments about the state of NaturalLight on the Clara, and how this might translate to the H2O²r2.

re #4015

* Make ScrolltextWidget refresh as "partial" only on actual Scroll events

Moving the cursor should stay "ui", or things gets annoying really fast
;).

re #4084

* Bump base to pickup ZMQ fixes (fix #4086)
6 years ago
..
container [feat, UX] Support the virtualKeyboard on non touch-device (#3796) 7 years ago
bboxwidget.lua
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) 7 years ago
buttondialogtitle.lua Add MovableContainer: allow moving some widgets (#3636) 7 years ago
buttonprogresswidget.lua UI Behavior tweaks (#3983) 6 years ago
buttontable.lua Buttons: properly truncate text when too long (#4057) 6 years ago
checkbutton.lua OpenWithDialog widget: improved display (#4078) 6 years ago
checkmark.lua
closebutton.lua
configdialog.lua UI Behavior tweaks (#3983) 6 years ago
confirmbox.lua Add MovableContainer: allow moving some widgets (#3636) 7 years ago
datewidget.lua [fix, UX] timewidget and datewidget in landscape mode (#3666) 7 years ago
dictquicklookup.lua UI Behavior tweaks (#3983) 6 years ago
eventlistener.lua
filechooser.lua UI Behavior tweaks (#3983) 6 years ago
fixedtextwidget.lua
focusmanager.lua UI Behavior tweaks (#3983) 6 years ago
frontlightwidget.lua UI Behavior tweaks (#3983) 6 years ago
horizontalgroup.lua
horizontalspan.lua
htmlboxwidget.lua UI Behavior tweaks (#3983) 6 years ago
hyphenationlimits.lua cre hyphenation: allow for setting min left/right fragment length (#3890) 7 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) 7 years ago
inputdialog.lua Text input fixes and enhancements (#4084) 6 years ago
inputtext.lua Text input fixes and enhancements (#4084) 6 years ago
keyvaluepage.lua UI Behavior tweaks (#3983) 6 years ago
linewidget.lua
linkbox.lua
listview.lua
logindialog.lua Text input fixes and enhancements (#4084) 6 years ago
menu.lua Text input fixes and enhancements (#4084) 6 years ago
multiconfirmbox.lua Wikipedia link: check if previously saved as EPUB (#3837) 7 years ago
multiinputdialog.lua Fix focus/unfocus in MultiInputDialog (#4060) 6 years ago
naturallightwidget.lua [fix, UX] naturallightwidget: Reduce text size in button 7 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) 7 years ago
opdsbrowser.lua [feat, UX] Support the virtualKeyboard on non touch-device (#3796) 7 years ago
openwithdialog.lua OpenWithDialog widget: improved display (#4078) 6 years ago
overlapgroup.lua
pathchooser.lua Text input fixes and enhancements (#4084) 6 years ago
physicalkeyboard.lua [fix, spec] InputText:addChars() unicode handling (#3729) 7 years ago
progresswidget.lua ProgressWidget: add some bound checks (#3916) 7 years ago
radiobutton.lua OpenWithDialog widget: improved display (#4078) 6 years ago
radiobuttontable.lua OpenWithDialog widget: improved display (#4078) 6 years ago
rectspan.lua
screensaverwidget.lua
screenshoter.lua
scrollhtmlwidget.lua [UX] Dict: scroll back with tap: go to bottom of prev definition (#3647) 7 years ago
scrolltextwidget.lua Another set of fixes (#4083) 6 years ago
spinwidget.lua
textboxwidget.lua Text input fixes and enhancements (#4084) 6 years ago
textviewer.lua UI Behavior tweaks (#3983) 6 years ago
textwidget.lua Buttons: properly truncate text when too long (#4057) 6 years ago
timewidget.lua [fix, UX] timewidget and datewidget in landscape mode (#3666) 7 years ago
toggleswitch.lua cre: add Word Gap setting to bottom config panel (#4026) 6 years ago
touchmenu.lua TouchMenu: properly truncate item text when too long (#4052) 6 years ago
trapwidget.lua Trapper: adds dismissableRunInSubprocess() + new TrapWidget 7 years ago
verticalgroup.lua
verticalscrollbar.lua
verticalspan.lua
virtualkeyboard.lua Misc. minor fixes (#4080) 6 years ago
widget.lua