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/plugins/calibre.koplugin
NiLuJe 97b81a7eb6 Menu: Don't share the `dimen` object across Menu instances (!)
The object was never re-assigned, so closing a smaller menu (e.g.,
Calibre metadata search) made the underlying one (e.g., CoverBrowser's
ListMenu) inherit the smaller dimensions...

Instead of creating the object in the Class constructor, create it in the
instance constructor (i.e., :init).

Similar cleanups in other Menu* related classes.
3 years ago
..
_meta.lua unified calibre plugin (#6177) 4 years ago
extensions.lua unified calibre plugin (#6177) 4 years ago
main.lua Standardize search/find to search (#7398) 3 years ago
metadata.lua Calibre: Minor QoL fixes (#7528) 3 years ago
parser.lua calibre plugin: handle huge metadata files (#7159) 3 years ago
search.lua Menu: Don't share the `dimen` object across Menu instances (!) 3 years ago
wireless.lua Calibre: More QoL tweaks (#7545) 3 years ago