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
chrox 9ab005a1d3 fix unit test of readerlink and readerpaging
and have more confidence with the unit testing framework.

Now `make testfront` won't retry on failure and testing files are
ordered in each run so that it's possible to reproduce testing failure.

And this patch also fix flush settings not working before suspend issue:
at some point the `FlushSettings` event is sent to `UIManager` instead
of `ReaderUI`, but `UIManager` only delegated events to active widgets
and `ReaderUI` is actually not an active widgets thus will miss the event.

This patch also add a verbose debug mode with "-v" as a switch to turn
on this mode. With verbose mode on, event handling will be logged.
8 years ago
..
container widgetcontainer(fix): crash when getting widget size 8 years ago
bboxwidget.lua chore: fix some of the luacheck errors 9 years ago
bookstatuswidget.lua inputdialog(feat): add is_enter_default attribute to buttons 8 years ago
button.lua minor: use predefined color instead of gray method 8 years ago
buttondialog.lua chore: fix some of the luacheck errors 9 years ago
buttontable.lua minor: use predefined color instead of gray method 8 years ago
closebutton.lua fix #1682 by closing all dict windows when holding close icon 8 years ago
configdialog.lua Multi-line toggle switch & add instruction to resolve sdcv build error. 8 years ago
confirmbox.lua feat: add network management UI for kobo 8 years ago
dictquicklookup.lua minor: use predefined color instead of gray method 8 years ago
eventlistener.lua fix unit test of readerlink and readerpaging 8 years ago
filechooser.lua Add path in file manager 8 years ago
fixedtextwidget.lua Refactoring hardware abstraction 10 years ago
focusmanager.lua feat: add keyboard support for button table 9 years ago
horizontalgroup.lua minor: write reader error to stderr 8 years ago
horizontalspan.lua cleanup: expand tab to 4 spaces 10 years ago
iconbutton.lua Switch a few widgets to ui refresh modes 9 years ago
imagewidget.lua feat: add network management UI for kobo 8 years ago
infomessage.lua chore: fix static-check errors 9 years ago
inputdialog.lua feat: add network management UI for kobo 8 years ago
inputtext.lua feat: add network management UI for kobo 8 years ago
keyvaluepage.lua feat: add network management UI for kobo 8 years ago
linewidget.lua refactor: use new KeyValuePage widget for displaying statistics 8 years ago
linkbox.lua minor: use predefined color instead of gray method 8 years ago
listview.lua feat: add network management UI for kobo 8 years ago
logindialog.lua fix broken extended InputDialog components 8 years ago
menu.lua fix two crashes 8 years ago
multiconfirmbox.lua chore: fix static-check errors 9 years ago
multiinputdialog.lua defaults(refactor): remove global hack in filemanagersetdefaults 8 years ago
networksetting.lua feat: add network management UI for kobo 8 years ago
notification.lua chore: fix static-check errors 9 years ago
opdsbrowser.lua feat: add network management UI for kobo 8 years ago
overlapgroup.lua refactor: use new KeyValuePage widget for displaying statistics 8 years ago
pathchooser.lua chore: fix static-check errors 9 years ago
physicalkeyboard.lua feat: support numeric input for keyboard only devices 8 years ago
progresswidget.lua progresswidget(fix): ignore nil self.last 8 years ago
rectspan.lua cleanup: expand tab to 4 spaces 10 years ago
screenshoter.lua feat: support screenshot in filemanager 9 years ago
scrolltextwidget.lua scrolltextwidget(fix): add moveCursor method 8 years ago
textboxwidget.lua feat: add network management UI for kobo 8 years ago
textwidget.lua filemanager(fix): refresh banner in filemanager insteand of TextWidget 8 years ago
toggleswitch.lua minor: use predefined color instead of gray method 8 years ago
touchmenu.lua touchmenu(fix): reset page num before switching to sub menu 8 years ago
verticalgroup.lua cleanup: expand tab to 4 spaces 10 years ago
verticalscrollbar.lua unify color specification 10 years ago
verticalspan.lua cleanup: expand tab to 4 spaces 10 years ago
virtualkeyboard.lua move keyboard layout into data modules 8 years ago
widget.lua minor: more luacheck fixes 8 years ago