HW
141d72ddbe
Merge remote-tracking branch 'upstream/master'
2013-10-22 20:54:57 +02:00
HW
09cd5c4104
Make DEBUG a require()d local
2013-10-22 20:51:29 +02:00
Qingping Hou
67ba0b03b3
Merge pull request #333 from chrox/master
...
check json output before decoding
2013-10-22 09:55:50 -07:00
HW
748a443cd5
Merge remote-tracking branch 'upstream/master'
...
resolved conflicts with refactored structure
2013-10-22 17:19:08 +02:00
HW
2154e7e852
Further refactoring
...
This should finish the work to make all globals to local variables.
That allows LuaJIT to properly compile things by interning the
references to the relevant parts (rather than looking up globals
all the time which stops a trace).
2013-10-22 17:11:31 +02:00
chrox
99e0da52b6
check json output before decoding
...
This should fix #332 .
2013-10-22 22:13:47 +08:00
{Qingping, Dave} Hou
7a0e7b3382
Merge pull request #329 from chrox/master
...
export highlights only if highlighted text is not nil
2013-10-19 21:48:16 -07:00
chrox
8b6bf2e72b
export highlights only if highlighted text is not nil
2013-10-20 12:32:35 +08:00
HW
ef111b99c6
Refactored to use strictly locals
2013-10-18 22:38:07 +02:00
{Qingping, Dave} Hou
92947ca858
Merge pull request #325 from giorgio130/master
...
Nicer close button, solves #321 .
2013-10-18 13:32:06 -07:00
Giorgio Micotti
a7d545632a
Nicer close button, solves #321 .
2013-10-18 21:03:28 +02:00
Huang Xin
fec0453780
Merge pull request #324 from houqp/houqp-master
...
add pic document type for jpeg
2013-10-17 21:00:59 -07:00
Qingping Hou
bc91b932d1
style cleanup in document.lua
2013-10-17 17:37:53 -04:00
Qingping Hou
a59723c053
add pic document type
2013-10-17 17:35:05 -04:00
Qingping Hou
10bf048d77
move configurable to Document class
...
since every document type is depend on it now
2013-10-17 17:28:20 -04:00
{Qingping, Dave} Hou
2275e437e6
Merge pull request #322 from chrox/master
...
add gotoLocation for credocument
2013-10-17 12:42:24 -07:00
chrox
957cfdbb1b
revert JSON hack since the unusual utf8 representation is fixed
2013-10-18 00:06:34 +08:00
chrox
1ccba6ce39
use --utf8-input and --utf8-out params when calling sdcv
...
This will prevent string encoding conversion in Kobo in which it
has problem to doing so.
This patch should fix #252 and #272 .
2013-10-18 00:02:55 +08:00
chrox
d7d2b9a20b
press Enter in Goto Dialog will goto page/location directly
2013-10-17 23:56:03 +08:00
chrox
c86bb46ef7
add gotoLocation for credocument
2013-10-17 23:53:29 +08:00
{Qingping, Dave} Hou
8efdff65d3
Merge pull request #319 from chrox/master
...
save cre3.ini on closing each credocument
2013-10-16 13:17:43 -07:00
chrox
506dbed865
save cre3.ini on closing each credocument
...
and page margin settings will be restored before rendering.
This patch should fix #299 .
2013-10-16 23:21:20 +08:00
{Qingping, Dave} Hou
d1a8b72814
Merge pull request #316 from chrox/master
...
fix JSON parser on some rare utf8 representations
2013-10-16 06:27:40 -07:00
chrox
c20bc91ba3
fix JSON parser on some rare utf8 representations
...
This patch is provided by @hchaojie and should fix #252 .
2013-10-16 21:09:39 +08:00
{Qingping, Dave} Hou
ad55ff2387
Merge pull request #313 from chrox/master
...
adjust font sizes in credocument according to screen dpi
2013-10-16 06:02:07 -07:00
chrox
cd2ee14b91
various fixes on Device:hasKeyboard check
2013-10-16 20:56:18 +08:00
chrox
c829b01d67
fix onSelect revert on config and menu
2013-10-16 20:54:53 +08:00
chrox
aac1509c21
check dimension restraint on regional refresh request
2013-10-16 20:52:32 +08:00
chrox
9cec8a035a
update koreader-base
2013-10-16 17:08:04 +08:00
chrox
32ffacdf77
adjust font sizes in credocument according to screen dpi
...
and font sizes list is moved to defaults.lua
2013-10-16 17:06:28 +08:00
{Qingping, Dave} Hou
4cd8a0e9e6
Merge pull request #312 from chrox/master
...
rescale font size when fallbacks to fallback fonts
2013-10-15 21:32:27 -07:00
chrox
3f3e434157
rescale font size when fallbacks to fallback fonts
...
and make FreeSerif font the default font instead of DroidSansFallback
This patch should fix #272 .
2013-10-16 12:22:53 +08:00
HW
2245780878
Merge pull request #311 from chrox/master
...
reactivate FFI blitbuffer module
2013-10-15 11:53:17 -07:00
chrox
ca37eb8889
remove the ui/image dependency
2013-10-15 23:00:52 +08:00
chrox
987b34f092
reactivate FFI blitbuffer module
...
This should fix #274 and #288 .
2013-10-15 22:55:42 +08:00
{Qingping, Dave} Hou
816ba3bc9b
Merge pull request #310 from chrox/master
...
use pixels from reflowed page when doing OCR in reflowing mode
2013-10-14 08:20:13 -07:00
chrox
9f42289226
use pixels from reflowed page when doing OCR in reflowing mode
...
I hope it will get back OCR accuracy as in build 545.
2013-10-14 23:06:05 +08:00
HW
65cd1db105
Merge pull request #308 from chrox/master
...
fix getAutoBBox failed bug
2013-10-14 00:12:16 -07:00
chrox
2cd5a083ae
fix getAutoBBox failed bug
...
If getAutoBBox is fed with a blank page the returned bbox will be
much smaller than the native page dimensions. The problem is that
in zoom to 'content*' mode document renderer will try to render
the whole page at a zoom level that can cover the screen with the
bbox region of the page. That's if the blank page size is 3000*4000
and the returned autobbox is 300*400, the screen size is 600*800,
then the page will be rendered in 3000*(600/300)*4000*(800/400)
which is so large that the cache manager will not accept.
This patch just check if the returned autobbox is considerablely
much smaller than the native page dimensions. If so it will return
the manual bbox.
This patch should fix #293 . And it's tested with the case provided
by @Markismus in #291 .
2013-10-14 14:21:08 +08:00
HW
5f71c42d88
Merge pull request #303 from chrox/master
...
free blitbuffer as soon as tile is kicked out from cache
2013-10-13 12:35:33 -07:00
chrox
3e94520e53
add width param in ToggleSwitch
2013-10-13 23:10:31 +08:00
chrox
b96465b156
remove chi_tra lang code in defaults.lua
2013-10-13 23:08:37 +08:00
chrox
7a5ce55b8d
fix extra page rendering when starts up in landscape mode
2013-10-13 22:13:04 +08:00
chrox
1ee6d5a9c5
add DEBUGBT function to traceback certain location
2013-10-13 21:59:24 +08:00
chrox
f32e9e4548
change medium and large defect sizes to 3.0 and 5.0 respectively
2013-10-13 21:31:39 +08:00
chrox
ead331924f
fix toggle color inconsistency
2013-10-13 16:52:32 +08:00
chrox
5cc8fc4c10
update page info layout in menu
...
this should fix #281
2013-10-13 16:50:28 +08:00
chrox
2b9b9bc9a5
add DSHOWHIDDENFILES in defaults.lua
...
this should fix #239
2013-10-13 15:50:44 +08:00
chrox
39da1251ec
free blitbuffer as soon as tile is kicked out from cache
...
other than waiting for the lazy garbage collector of lua
2013-10-13 15:30:48 +08:00
chrox
3934176b6c
emulator has keyboard now
2013-10-13 15:28:40 +08:00