Commit Graph

494 Commits (8ccb3ebd8b516025484b3b4cd09baf52d1b52f2f)

Author SHA1 Message Date
{Qingping,Dave} Hou 15a40cd9bb Merge pull request #88 from chrox/reading_pos
save/restore reading position on each page
12 years ago
chrox 7b97ce4eeb comment revision 12 years ago
chrox 1a8bd4ca8c try to drop cache before OCR 12 years ago
chrox 19f227f7b1 enlarge OCR region 12 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.
12 years ago
chrox d18b58036f update dictionary backend name in kpvbooklet 12 years ago
chrox 695e095a1a add a demo version dictionary 12 years ago
chrox 28d902f006 add json parser library from http://regex.info/blog/ (Public domain license) 12 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.
12 years ago
chrox 936dfc6fd1 add text highlight in both reflow and non-reflow mode 12 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.
12 years ago
chrox 313525e961 add cpath in reader.lua 12 years ago
Qingping Hou 0660ae379b enable scroll using pan gesture in readerrolling 12 years ago
Qingping Hou 1783b16d69 credoc fix: load metadata info after document is rendered 12 years ago
Qingping Hou b011bc405b fix: set ReaderView.view_mode instead of ReaderUi.view_mode 12 years ago
chrox 8df55b8318 recalculate zoom when changing font size 12 years ago
chrox d505f39c79 recalculate zoom when toggling flipping mode 12 years ago
chrox ac548d768c don't bother to consume background context
since now each context is independent and has its own dst bitmap.
12 years ago
chrox 8f18ee260c increase max size of cache item 12 years ago
chrox a60cfc4e10 fix occasionally failed lipc invocation 12 years ago
Qingping Hou 3ab79f69e9 add simple readerhyphenation menu 12 years ago
Qingping Hou 92cbbabbcf bug fix in touchmenu, reset menu page on go up 12 years ago
Qingping Hou 0a40658a9d bug fix in touchmenu: properly set max menu height 12 years ago
chrox 598772562d bugfix: use ceil to keep index greater than or equal to 1 12 years ago
{Qingping,Dave} Hou 1781b8bc91 Merge pull request #66 from chrox/fl_adjust
add front light intensity adjustment by vertical two_finger_pan
12 years ago
{Qingping,Dave} Hou 75b1096a65 Merge pull request #65 from chrox/pan_scroll
add panning of page in scroll mode
12 years ago
chrox ed33937af2 add front light intensity adjustment by vertical two_finger_pan 12 years ago
chrox 1c9388cd17 add swipe rolling for crereader 12 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.
12 years ago
chrox d24131b13b add panning of page in scroll mode 12 years ago
chrox fb05f9a428 add auto page crop 12 years ago
chrox e56bea89aa rotate page 90 degree instead of 270 degree before reflowing for vertical text 12 years ago
Huang Xin f6b2b2653c Merge pull request #52 from houqp/houqp-master
update translation from transifex
12 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
12 years ago
chrox 0a8ca756cc default render quality is set to 1 which will avoid most text resampling 12 years ago
Qingping Hou 114e330fdc remove misleading language menu item 12 years ago
Qingping Hou 6f89796b84 revert readerconfig since we updated xgettext script 12 years ago
Twobob bb15773853 Added Help Tip to Help menu 12 years ago
chrox a133b33eab use char(95)(underscore) to avoid conflict with gettext macro 12 years ago
Huang Xin b6fcc85a45 Merge pull request #44 from th0mass/fe3fc9039909e6051321dd7d0b5ffbd42c886b8a
having a bigger close icon could be a good idea
12 years ago
chrox 22b650d0c7 move kopt/cre options into ui/data directory & wrap strings in config options 12 years ago
Qingping Hou 5a96c00142 update text in menu help item 12 years ago
Qingping Hou 09e1c0af06 add gettext to document modules 12 years ago
Qingping Hou ce0ab36908 add gettext to all widgets 12 years ago
Qingping Hou 3602c61b1f add gettext to all reader widgets 12 years ago
Qingping Hou f36279ed53 wrap text with gettext in readercropping and readerfont 12 years ago
Qingping Hou fb16790958 add gettext to inputevent.lua 12 years ago
Qingping Hou b40be3d0f8 remove trailing white spaces 12 years ago
Huang Xin e42c8f7956 Merge pull request #36 from houqp/houqp-master
add gettext support
12 years ago
Qingping Hou ff7f6e0740 require gettext module in uimanager.lua 12 years ago