Commit Graph

498 Commits (5b6e9a8e03bfab2fcad72c613b544d7f6ef53b55)

Author SHA1 Message Date
chrox 5b6e9a8e03 OCR is almost stable, so enable it now 11 years ago
chrox ecb797a097 enlarge hightlight box in readerhightlight.lus 11 years ago
chrox 5b3aedbea5 save model information for later retrieval 11 years ago
chrox 4e1572d7d0 change cache size to 10 MB 11 years ago
{Qingping,Dave} Hou 15a40cd9bb Merge pull request #88 from chrox/reading_pos
save/restore reading position on each page
11 years ago
chrox 7b97ce4eeb comment revision 11 years ago
chrox 1a8bd4ca8c try to drop cache before OCR 11 years ago
chrox 19f227f7b1 enlarge OCR region 11 years ago
chrox b85a39d3f6 add reading position on each page
Page position is a fractional number ranging from 0 to 1, indicating the read percentage on
certain page. With the position information on each page whenever users change font size,
page margin or line spacing or close and reopen the book, the page view will be roughly the same.
11 years ago
chrox d18b58036f update dictionary backend name in kpvbooklet 11 years ago
chrox 695e095a1a add a demo version dictionary 11 years ago
chrox 28d902f006 add json parser library from http://regex.info/blog/ (Public domain license) 11 years ago
chrox 46c605d256 disable word OCR for now
Since it will crash the reader with a strange error message saying
"terminate called after throwing an instance of 'DJVU::GException'"
even though only PDF file is opened.
11 years ago
chrox 936dfc6fd1 add text highlight in both reflow and non-reflow mode 11 years ago
chrox 7f53ddacbe add activity indicator when configuring in reflow mode
For now pillow activityIndicator is used to draw animated waiting icon
at the upper left corner of the screen. So pillow service should be
enabled to use this feature, but eventually we should implement an
activity indicator that is independent of native system.
11 years ago
chrox 313525e961 add cpath in reader.lua 11 years ago
Qingping Hou 0660ae379b enable scroll using pan gesture in readerrolling 11 years ago
Qingping Hou 1783b16d69 credoc fix: load metadata info after document is rendered 11 years ago
Qingping Hou b011bc405b fix: set ReaderView.view_mode instead of ReaderUi.view_mode 11 years ago
chrox 8df55b8318 recalculate zoom when changing font size 11 years ago
chrox d505f39c79 recalculate zoom when toggling flipping mode 11 years ago
chrox ac548d768c don't bother to consume background context
since now each context is independent and has its own dst bitmap.
11 years ago
chrox 8f18ee260c increase max size of cache item 11 years ago
chrox a60cfc4e10 fix occasionally failed lipc invocation 11 years ago
Qingping Hou 3ab79f69e9 add simple readerhyphenation menu 11 years ago
Qingping Hou 92cbbabbcf bug fix in touchmenu, reset menu page on go up 11 years ago
Qingping Hou 0a40658a9d bug fix in touchmenu: properly set max menu height 11 years ago
chrox 598772562d bugfix: use ceil to keep index greater than or equal to 1 11 years ago
{Qingping,Dave} Hou 1781b8bc91 Merge pull request #66 from chrox/fl_adjust
add front light intensity adjustment by vertical two_finger_pan
11 years ago
{Qingping,Dave} Hou 75b1096a65 Merge pull request #65 from chrox/pan_scroll
add panning of page in scroll mode
11 years ago
chrox ed33937af2 add front light intensity adjustment by vertical two_finger_pan 11 years ago
chrox 1c9388cd17 add swipe rolling for crereader 11 years ago
chrox 4fbebe0d4c horizontal swipe in flipping mode will use stepped paging
Proportional to swipe distance the page increment is stepped as
0, 1, 2, 5, 10, 20, 50 and 100.
11 years ago
chrox d24131b13b add panning of page in scroll mode 11 years ago
chrox fb05f9a428 add auto page crop 11 years ago
chrox e56bea89aa rotate page 90 degree instead of 270 degree before reflowing for vertical text 11 years ago
Huang Xin f6b2b2653c Merge pull request #52 from houqp/houqp-master
update translation from transifex
11 years ago
{Qingping,Dave} Hou 5d563223af Merge pull request #55 from chrox/quality_fix
default render quality is set to 1 which will avoid most text resampling
11 years ago
chrox 0a8ca756cc default render quality is set to 1 which will avoid most text resampling 11 years ago
Qingping Hou 114e330fdc remove misleading language menu item 11 years ago
Qingping Hou 6f89796b84 revert readerconfig since we updated xgettext script 11 years ago
Twobob bb15773853 Added Help Tip to Help menu 11 years ago
chrox a133b33eab use char(95)(underscore) to avoid conflict with gettext macro 11 years ago
Huang Xin b6fcc85a45 Merge pull request #44 from th0mass/fe3fc9039909e6051321dd7d0b5ffbd42c886b8a
having a bigger close icon could be a good idea
11 years ago
chrox 22b650d0c7 move kopt/cre options into ui/data directory & wrap strings in config options 11 years ago
Qingping Hou 5a96c00142 update text in menu help item 11 years ago
Qingping Hou 09e1c0af06 add gettext to document modules 11 years ago
Qingping Hou ce0ab36908 add gettext to all widgets 11 years ago
Qingping Hou 3602c61b1f add gettext to all reader widgets 11 years ago
Qingping Hou f36279ed53 wrap text with gettext in readercropping and readerfont 11 years ago