2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/spec/unit
poire-z 24424e505e Update UI layout code to use new SVG icons
- Add IconWidget, use it for icons instead of ImageWidget.
  Specify icons by name only, look for them (with either
  .svg or .png suffixes) in multiple directories (including
  koreader/settings/icons/ to allow customizing them).
  Don't crash when icon name not found, shown a black
  background warning icon instead.
- Don't trust the icons' native sizes: replace
  scale_for_dpi=true with width/height=DGENERIC_ICON_SIZE,
  so all icons get the same (tunable) size - except in
  a few specific use cases.
- Top and bottom menu bars: normalize, and have icons
  properly centered in them, extend vertical line
  separators up to the edges.
- TOC: adjust expand/collapse icons size to items size
2020-12-19 14:49:18 +01:00
..
autofrontlight_spec.lua Tame BackgroundRunner: stop running when no more job (#6605) 2020-08-31 16:48:29 +02:00
autosuspend_spec.lua
background_runner_spec.lua Tame BackgroundRunner: stop running when no more job (#6605) 2020-08-31 16:48:29 +02:00
background_task_plugin_spec.lua Tame BackgroundRunner: stop running when no more job (#6605) 2020-08-31 16:48:29 +02:00
batterystat_spec.lua Battery stats plugin: fix and improvements (#5626) 2019-11-26 14:21:14 +01:00
benchmark.lua
cache_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
commonrequire.lua Tame BackgroundRunner: stop running when no more job (#6605) 2020-08-31 16:48:29 +02:00
dbg_spec.lua
defaults_spec.lua Update UI layout code to use new SVG icons 2020-12-19 14:49:18 +01:00
depgraph_spec.lua Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
device_spec.lua Devices: get rid of touch_probe_ev_epoch_time 2020-10-18 20:13:44 +02:00
docsettings_spec.lua Use fsync() for more robust setting files saving 2019-12-10 23:57:32 +01:00
document_registry_spec.lua Tests: make sure files are deleted (#6323) 2020-06-28 08:03:37 +02:00
document_spec.lua Update bundled fonts (#6242) 2020-06-08 16:36:06 +02:00
eink_optimization_spec.lua
evernote_plugin_main_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
filemanager_spec.lua Allow running shell scripts from the FileManager/Favorites (#5804) 2020-02-03 20:08:18 +01:00
filemanagerconverter_spec.lua Update UI layout code to use new SVG icons 2020-12-19 14:49:18 +01:00
focusmanager_spec.lua
font_spec.lua
frontlight_spec.lua
gesturedetector_spec.lua Pocketbook: Implement HW screen rotation, bring in PB specific kludges from linuxfb (#6684) 2020-09-22 22:04:37 +02:00
gesturerange_spec.lua
gettext_spec.lua [i18n] GetText: ignore fuzzy strings (#5807) 2020-02-03 12:11:07 +01:00
hook_container_spec.lua
httpclient_spec.lua
imagewidget_spec.lua Update UI layout code to use new SVG icons 2020-12-19 14:49:18 +01:00
input_spec.lua
inputtext_spec.lua
koptinterface_spec.lua
kosync_spec.lua
luadata_spec.lua
luasettings_spec.lua
menu_table_screen_color_spec.lua
menusorter_spec.lua Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
mock_time_spec.lua
mock_time.lua
network_manager_spec.lua
networksetting_spec.lua Various Wi-Fi QoL improvements (#6424) 2020-07-27 03:39:06 +02:00
nickel_conf_spec.lua
opds_spec.lua
optmath_spec.lua
quickstart_spec.lua
random_spec.lua
readerbookmark_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerdictionary_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerfooter_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerhighlight_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerlink_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerpaging_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerrolling_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readersearch_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readertoc_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerui_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readerview_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
readhistory_spec.lua Tests: Make a few things more deterministic (#6991) 2020-12-15 21:10:36 +01:00
screenshoter_spec.lua Prevent Busted from blowing up on cdata finalizers by properly closing 2020-12-19 06:40:00 +01:00
size_spec.lua
spore_spec.lua
switch_plugin_spec.lua
textboxwidget_spec.lua
timeval_spec.lua
toggleswitch_spec.lua
touch_probe_spec.lua
translator_spec.lua
uimanager_bench.lua
uimanager_spec.lua
util_spec.lua Show full ToC entry on hold (#6729) 2020-09-30 19:56:56 +02:00
version_spec.lua
wakeupmgr_spec.lua
widget_inputcontainer_spec.lua Tame a few tests that relied on pairs being somewhat deterministic (#6371) 2020-07-14 18:25:26 +02:00
widget_menu_spec.lua [fix] Use orderedPairs in touch menu item table (#6404) 2020-07-20 20:58:39 +02:00
widget_progresswidget_spec.lua
wikipedia_spec.lua