Commit Graph

3892 Commits (a82bafc63cdb41ca7266aef210fb8fddad87c31b)
 

Author SHA1 Message Date
Frans de Jonge 324d67a7a8 Various language-related fixes. 10 years ago
NiLuJe ac7e25504e Merge pull request #1172 from hwhw/master
factor out dump() function, handle reference loops
10 years ago
Hans-Werner Hilse 5b48c165b3 factor out dump() function, handle reference loops 10 years ago
HW 3459a432de Merge pull request #1171 from tigran123/fix1164
Fix #1164 by registering .txt.zip/.html.zip/.htm.zip formats
10 years ago
Tigran Aivazian e5e50ed0f9 Fix 1169 by registering .txt.zip/.html.zip/.htm.zip formats 10 years ago
Huang Xin 2dbda247a2 Merge pull request #1168 from hwhw/master
Fix double-check of task list
10 years ago
Hans-Werner Hilse 45cf927ee8 Fix double-check of task list
Since commit 12a76fee33, we had a potential
bug on the event mechanism:

It introduced (besides the checkTasks method itself) a second run of the
checkTasks() method. In the second run, however, scheduled events were
not taken into consideration in how long to wait for input events
afterwards.

So when the after the first run of checkTasks() there were new scheduled
tasks added to the task queue, they were not properly scheduled and
and depended on an already existing scheduled event or an input event
to trigger.

This might have led to unexpected order of execution (though the order
is not guaranteed by the task scheduling anyway!) or to events triggering
not at all until the next input event.
10 years ago
Hans-Werner Hilse c22dbbe3ae factor out repaint to its own method
it's gotten complex enough to isolate it
10 years ago
Huang Xin 5e24e18d3e Merge pull request #1167 from Frenzie/master
Change rm invocation from rm -r to rm -rf
10 years ago
Frans de Jonge 81cb358775 Change rm invocation from rm -r to rm -rf
Fixes #941.
10 years ago
HW 4f19d5a9b7 Merge pull request #1163 from Frenzie/master
"File to remove" DEBUG message was empty
10 years ago
Frans de Jonge 5faff6331f "File to remove" DEBUG message was empty
You can't get the full file path of a file that no longer exists, obviously.
10 years ago
Huang Xin c219ba3266 Merge pull request #1162 from Frenzie/master
File manager improvements: added delete confirmation dialog and success/failure message
10 years ago
Frans de Jonge 886a9d8f8f File manager improvements: added delete confirmation dialog and success/failure message
This makes deleting files from within KOReader less scary and also provides the initial framework for handling different exit codes for #941.
10 years ago
Qingping Hou b0b02182ff Merge pull request #1160 from chrox/fix_1154
fix #1154
10 years ago
Qingping Hou 38cf53b426 Merge pull request #1159 from chrox/fix_1155
dismiss 'Opening file' dialog once reader view is ready
10 years ago
Qingping Hou 2cb23c9df6 Merge pull request #1153 from chrox/fix_1149
fix #1149 by adding 'Network setting' in filemanager
10 years ago
Qingping Hou 244a0cb6f5 Merge pull request #1152 from chrox/fix_1142
fix #1142 by adding 'show page overlap' option for EPUB doc
10 years ago
chrox 111ad02143 fix #1154
And koreader release version is normalized to a 10 digits containing
a four digits year field followed by a two digits month field followed
by a four digits revision field like "2014041079".
10 years ago
chrox d65e5cf813 dismiss 'Opening file' dialog once reader view is ready 10 years ago
chrox edb124471d screensaver options only apply to Kobo devices 10 years ago
chrox cfa4f03c18 fix #1149 by adding 'Network setting' in filemanager 10 years ago
chrox 307bbe8675 fix #1142 by adding 'show page overlap' option for EPUB doc
And 'show page overlap' option is disabled in "page" mode for EPUBs,
and in fit to page/*height zoom mode for PDFs.
10 years ago
Huang Xin 24d629d4e7 Merge pull request #1145 from NiLuJe/master
Some more refresh fixes...
10 years ago
Huang Xin 382441f651 Merge pull request #1144 from hwhw/master
Memory related fixes
10 years ago
NiLuJe 13cbed8ea5 Fix partial refreshes on older Kobo devices
Fix #1146 (regression).
10 years ago
NiLuJe 1063ee74e5 Fix flipping mode refreshes
Don't do regional footer refreshes when we're in flipping mode.
There's probably a more elegant/correct way to handle this, but this
does the job ;).
Fix #1140
10 years ago
Hans-Werner Hilse aadbca416b pull latest base
contains fix/workaround for freeing memory used by MuPDF
10 years ago
NiLuJe 1ee09010c4 Make ScrollTextWidget updates regional
Because I like breaking stuff in fun & interesting ways :D
10 years ago
Hans-Werner Hilse acf6641009 fix memory calculation for cache insert decision, simplify drawing/rendering 10 years ago
NiLuJe eef26a0e94 Ask for a full refresh when clearing HL
Helps avoiding ghosting, especially on REAGL devices.

re #1119
10 years ago
Huang Xin af504707f2 Merge pull request #1143 from hwhw/master
Fix cache implementation, pull blitbuffer fix
10 years ago
Hans-Werner Hilse a156d637a8 update base
Blitbuffer RGB16 fixes
(should only apply to screenshots for now)
10 years ago
Hans-Werner Hilse 6b45a4ea06 fix cache implementation
the cache would behave badly when the same item was insert()ed twice:
it would add the size twice to memory consumption, but would never substract
it twice when purging the (actually single) object from cache. So the cache
would seem to fill up while in fact it wasn't.
10 years ago
NiLuJe 3d5dd44a4c Don't hijack "fast" UI refresh w/ the REAGL stuff 10 years ago
Huang Xin 4fc1ff4491 Merge pull request #1141 from Frenzie/master
Minor English improvements.
10 years ago
Frans de Jonge cf5f388a7f Correct "cannot connect to calibre server string" 10 years ago
Frans de Jonge e5029b54c1 Capitalization: change a few mentions of calibre to lowercase
The author likes it that way. See http://calibre-ebook.com/about
10 years ago
Frans de Jonge ff4e2f3458 Minor English improvements. 10 years ago
Huang Xin 2c2400fb96 Merge pull request #1136 from hwhw/master
fix refresh with rotation and viewport
10 years ago
Hans-Werner Hilse 50cdbf133f fix refresh with rotation and viewport 10 years ago
Qingping Hou 8171fcc52d Merge pull request #1135 from chrox/fix_touchmenu
schedule in menu option callback
10 years ago
chrox efbd7f7b5d schedule in menu option callback
so that new reginal update on menu entry don't
affect screen update from callback results
10 years ago
Huang Xin 78eef1360a Merge pull request #1134 from hwhw/master
Slight refactoring of input, fix picdocument, FFI-API for pic_jpeg
10 years ago
Hans-Werner Hilse 641ec12412 update base
depends on pic_jpeg FFI conversion
10 years ago
Hans-Werner Hilse 5a36e5427f fixes for picdocument
picdocument didn't use the document API correctly
10 years ago
Hans-Werner Hilse c5afa17399 make fake_events device a private feature of the Kindle device initialization
This is highly Kindle-specific, so we keep it there for now
10 years ago
NiLuJe 27eb59a735 Merge pull request #1131 from hwhw/master
Fix refresh in rotated (landscape) mode when using viewport
10 years ago
Hans-Werner Hilse 6e40d5a9ad Fix refresh in rotated (landscape) mode when using viewport
Rotation wasn't applied to the underlying framebuffer's blitbuffer,
so refresh coordinates were cut off the wrong way.
10 years ago
HW 9d2f93201f Merge pull request #1130 from NiLuJe/master
Simplify the H2O special-casing
10 years ago