Commit Graph

3980 Commits (0b5545f1258a2578ec6e213389edc6a37c7f7aaf)
 

Author SHA1 Message Date
Hans-Werner Hilse 0b5545f125 rump implementation for PocketBook devices, to be extended. 10 years ago
Huang Xin fc0e24a48e Merge pull request #1376 from gontofe/master
Handle Kobo Touch Key
10 years ago
Michael Hall 9a66805b5a Handle Kobo Touch Key 10 years ago
HW c041e7c7ee Merge pull request #1370 from chrox/master
get rid of plugin name "calibre companion"
10 years ago
Huang Xin 1f51cdc499 get rid of plugin name "calibre companion"
It's called "calibre wireless connection" now.
10 years ago
Frans de Jonge 8e9f2b27f7 Merge pull request #1368 from hwhw/master
read global default value for using embedded stylesheets
10 years ago
Hans-Werner Hilse f789913702 read global default value for margin size
The global configuration wasn't evaluated before
10 years ago
Hans-Werner Hilse a4571c297e read global default value for using embedded stylesheets
The global configuration wasn't evaluated before.
Fixes #1364.
10 years ago
HW 13183ab45e Merge pull request #1366 from houqp/fix_1354
fix: empty item_table crashes menu widget
10 years ago
Qingping Hou f1d44ec809 test: add imagewidget_spec 10 years ago
Qingping Hou 6ed8f30f35 fix: empty item_table crashes menu widget 10 years ago
HW 199f864c66 Merge pull request #1351 from chrox/master
fix OTA server broken on checking stable release
10 years ago
chrox b403a45228 fix OTA server broken on checking stable release 10 years ago
Huang Xin 69b1cf9f90 Merge pull request #1349 from hwhw/master
Fix refresh crash
10 years ago
Hans-Werner Hilse 1a6fdc7f2b pull latest base: fix zero-size refresh cases (Kobo framebuffer crash) 10 years ago
Hans-Werner Hilse 05503791b4 issue a full refresh when changing rotation 10 years ago
HW 1a6dc93b99 Merge pull request #1341 from chrox/master
fix #1336 by ignoring uncompatiable saved highlights
10 years ago
chrox 8555f24c45 make sure refresh_count is incremented by only once at most for each repaint 10 years ago
chrox 502466049a update koreader-base to get rid of 'cannot open' error message 10 years ago
chrox b3d79b053a workaround to fix #1340 10 years ago
chrox d9fa97df5a fix #1336 by ignoring uncompatiable saved highlights 10 years ago
Huang Xin b3826cbff8 Merge pull request #1334 from hwhw/master
fix for rotated document to file manager transition: do a refresh
10 years ago
Hans-Werner Hilse bb5254022d fix: save properly last open menu in reader
20fd6f902e missed the saving part when
renaming the configuration variable.

Fixes #1335.
10 years ago
Hans-Werner Hilse 7c1c072b21 fix for rotated document to file manager transition: do a refresh
fixes part 2 of #1333
10 years ago
Huang Xin b3d0050619 Merge pull request #1331 from hwhw/master
pull latest base: fix libk2pdfopt
10 years ago
Hans-Werner Hilse 475f0302ee pull latest base: fix libk2pdfopt
fixes #1330
needs https://github.com/koreader/koreader-base/pull/290
10 years ago
HW 2e15c6cbc0 Merge pull request #1328 from chrox/master
various fixes for the upcoming stable release
10 years ago
chrox b0e2ce2a8b update comment about reverting full refresh in onPanRelease 10 years ago
chrox 35545169a6 zoom mode is meaningless when reflowing, so disable zoom mode options in reflow mode 10 years ago
chrox c43885b917 show debug info when JSON data cannot be decoded 10 years ago
chrox 846836dceb fix #1275
Full refresh when highlighting text is quite annoying, I fixed it by
using 'ui' refresh type.
And this patch also fixed a bug that after cleaning temporary highlights
the screen is not refreshed.
10 years ago
chrox b767394fc2 fix #1150 by adding FOLLOW_LINK_TIMEOUT variable 10 years ago
chrox ef6235e4ae fix #1305 10 years ago
chrox 6c9b7facbe fix crash when removing highlighted bookmarks in PDF 10 years ago
chrox 4f35834b2e wrap computation intensive functions in hook free env when makeing coverage test
so that Travis CI job won't fail because of timeout.
10 years ago
Huang Xin 0a94696213 Merge pull request #1324 from variousvirgil/patch-1
Fix #1299
10 years ago
variousvirgil 9c69c1f14e Fix #1299 10 years ago
Huang Xin d9b661ffa7 Merge pull request #1323 from hwhw/master
only open frontlight device on Kobo devices that actually have light
10 years ago
Hans-Werner Hilse 3d73ff5ae7 only open frontlight device on Kobo devices that actually have light 10 years ago
HW 4fb6eae358 Merge pull request #1320 from chrox/master
fix filemanager cannot remember sorting order
10 years ago
chrox eea6f97796 fix #1319 10 years ago
chrox aa9566205b fix filemanager cannot remember sorting order 10 years ago
Huang Xin a505ac2e54 Merge pull request #1316 from hwhw/master
killling/shrinking refreshes
10 years ago
Hans-Werner Hilse ff0fbbdb4b fix widget closing 10 years ago
Hans-Werner Hilse 844c1babf7 UIManager:_refresh(): no more default refresh
If no refresh type is specified, don't do a refresh.
There should be now refresh types specified in all relevant places.
10 years ago
Hans-Werner Hilse 94ce08937a clean up refreshes
This is a larger clean-up of the refresh situation.
The general shift is that refreshes are now mainly triggered by
the (top-level) widgets when they get shown or closed via UIManager.

All refreshes for the widgets when they are in use were handled by
themselves before. This adds the case of showing/closing.

It is the desired result of not having UIManager:show()/:close()
do (full screen) refreshes on its own.
10 years ago
Hans-Werner Hilse 9c4088a3ac small change of UIManager:show(): No more automatic refresh
This eliminates the API difference between the extra parameters of
UIManager:show() and setDirty(). They work the same now.
Note that this also eliminates the automatic refresh that took place
before when using show() without refresh options. It always refreshed
the full screen, which led to too big refresh regions all over the
place. Thus, refresh has now explicitly to be asked for, hopefully
encouraging to implement it in the widget that gets shown (and is
aware about the screen region it covers).

Also add an event that is triggered when a widget is closed:
CloseWidget. So a widget can implement "onCloseWidget()" to trigger
actions upon closing - most commonly, this is a refresh for the area
previously taken by the widget. That way, the widget's user does not
have to take measures to ensure that the area is refreshed later.
10 years ago
Frans de Jonge 2c1eacdbf5 Merge pull request #1314 from chrox/master
make coverage in after_success stage
10 years ago
chrox 20fd6f902e fix #1175 10 years ago
chrox d6c4465c47 fix coverage test fails on OPDS browser module
for some reason luxl.lua has problem when being set hook for luacov
10 years ago