2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

2398 Commits

Author SHA1 Message Date
Qingping Hou
701d80cee3 update translation 2014-01-01 16:04:47 -05:00
Qingping Hou
2fcddfa3ba Merge pull request #425 from chrox/master
fix dictionary lookup crash in scroll mode
2013-12-31 07:57:16 -08:00
chrox
62e12ddfba import document module on-demand 2013-12-31 13:12:56 +08:00
chrox
e43c77c192 fix dictionary lookup crash in scroll mode 2013-12-31 12:42:58 +08:00
Qingping Hou
3cf3f3ddbe Merge pull request #424 from chrox/master
fix dictionary lookup crash via OCR in scroll mode
2013-12-30 11:44:53 -08:00
chrox
5140a4c6ff fix dictionary lookup crash via OCR in scroll mode 2013-12-30 15:15:59 +08:00
Qingping Hou
67a6fbabbc Merge pull request #422 from chrox/master
invert color when selecting bookmark
2013-12-29 12:24:38 -08:00
chrox
f7387822aa handle xps files in pdfdocument backend 2013-12-29 15:52:44 +08:00
chrox
8b24c0a8e9 revert to previous margin sizes 2013-12-29 15:24:51 +08:00
chrox
c67b8a22ed invert color when selecting bookmark 2013-12-29 15:19:22 +08:00
Qingping Hou
928ec679b0 Merge pull request #419 from chrox/master
show both reader menu and config menu when tapping top
2013-12-28 22:36:06 -08:00
chrox
b2cc4b5b73 tweaks on default margin sizes 2013-12-28 19:40:45 +08:00
chrox
f38133e9b4 update pot file 2013-12-28 19:05:02 +08:00
chrox
1cbc6b9669 move crereader margin options into defaults.lua 2013-12-28 18:39:42 +08:00
chrox
1fb4dfab95 add visual indication on document loading
This should implement #265.
2013-12-28 18:21:39 +08:00
chrox
3eeba5389d fix show hidden flag not persistent between restart
This should fix bug reported in comments of #278.
2013-12-28 17:49:43 +08:00
chrox
60adab7168 add page overlap toggle in reader menu
This should implement #278.
2013-12-28 17:33:36 +08:00
chrox
3ee2c758ec fix lost of frontlight intensity after exiting kobo
This should fix #243.
2013-12-28 14:30:44 +08:00
chrox
1288be7b95 automatically selecting CSS for specific file types
when turning off embedded style sheet.
This should fix #246.
2013-12-28 13:45:32 +08:00
chrox
fefa0a3507 add version information in reader menu
This should implement #315.
2013-12-28 12:44:55 +08:00
chrox
ee8838960b add auto save settings option 2013-12-27 23:18:16 +08:00
chrox
32cd7b2a88 show both reader menu and config menu when tapping top
So the bottom tap zone is optional now and will be removed by default
in the future.
2013-12-27 21:47:19 +08:00
chrox
e5de29bfbd remove redundant debug 2013-12-27 21:15:34 +08:00
Qingping Hou
004d867c3a Merge pull request #417 from hwhw/master
pull latest koreader-base with 16bpp blitbuffer fixes
2013-12-26 12:15:42 -08:00
Qingping Hou
1b3a28bd0c Merge pull request #416 from chrox/master
add Kindle-like dictionary window follow-up
2013-12-26 12:14:46 -08:00
HW
50e30d6adb pull latest koreader-base with 16bpp blitbuffer fixes 2013-12-26 16:46:33 +01:00
chrox
b9d0d6d0e4 update koreader-base 2013-12-26 22:56:23 +08:00
chrox
13d70eec9b add Kindle-like dictionary window follow-up 2013-12-26 22:40:40 +08:00
chrox
f12d8eb9b4 add align field in WidgetContainer 2013-12-26 22:34:00 +08:00
chrox
4c5d1caa92 detect touch event for more responsive UI 2013-12-26 22:32:34 +08:00
Qingping Hou
043b8cfd96 Merge pull request #415 from chrox/master
fix font size change when reopening the same credocument
2013-12-25 15:25:20 -08:00
chrox
b5fd38f897 delayed calling of gotoXPointer when internal properties are changed
This should fix #400 and fix #300.
2013-12-26 06:24:36 +08:00
chrox
b0d27a021d tweaks on menu font size 2013-12-26 06:19:48 +08:00
chrox
2f9e65871a invert item when tapping on filemanager 2013-12-26 06:18:38 +08:00
chrox
01046fe478 fix font size change when reopening the same credocument 2013-12-26 02:00:48 +08:00
Qingping Hou
27d7a7b1b6 Merge pull request #411 from Markismus/patch-1
Update input.lua
2013-12-24 12:25:41 -08:00
Qingping Hou
383bd13bd3 Merge pull request #412 from Markismus/patch-2
Update gesturedetector.lua
2013-12-24 12:24:30 -08:00
Markismus
a30de54511 Update gesturedetector.lua
Aligns DEBUG line 84 with the DEBUG lines in input.lua for easier visual checking.
2013-12-24 19:56:26 +01:00
Qingping Hou
66cf0fad2a Merge pull request #410 from chrox/master
add dictionary lookup in crereader
2013-12-24 10:31:13 -08:00
Markismus
730b1880de Update input.lua
When the the power_off switch is pulled a empty SYN_REPORT is generated and koreader crashed on a DEBUG line.

The DEBUG lines now generate identically spaced output, which makes it easier to read by eye.
2013-12-24 19:29:00 +01:00
chrox
3b9eaafadd add dictionary lookup in crereader 2013-12-25 01:43:28 +08:00
Qingping Hou
2fc5034d6e Merge pull request #409 from chrox/master
update pot file
2013-12-24 07:58:32 -08:00
chrox
53d586bb12 update pot file 2013-12-24 13:02:40 +08:00
Qingping Hou
b7f894797d Merge pull request #408 from chrox/master
add writing direction option when reflowing
2013-12-22 20:23:47 -08:00
chrox
7247a9e3a2 add writing direction option when reflowing
This probably will fix #195.
2013-12-22 19:13:12 +08:00
Huang Xin
e5b1f83703 Merge pull request #405 from houqp/houqp-master
update wtest.lua to use new ffi modules
2013-12-20 08:11:48 -08:00
Qingping Hou
d91bb04afa update wtest to use new ffi modules 2013-12-20 11:07:12 -05:00
Qingping Hou
c1a9a2505f Merge pull request #404 from chrox/master
fix closing dict window will bookmark current page
2013-12-19 21:55:15 -08:00
chrox
f476a638a8 fix highlight dialog triggering bookmark 2013-12-20 12:17:11 +08:00
chrox
e5bf0eb13e fix closing dict window will bookmark current page
use `self.highlight:handleEvent(Event:new("Tap"))` instead of
`self.ui:handleEvent(Event:new("Tap"))` when clearing highlighted
text since Tap event in latter situation will be captured by
the dogear widget.
2013-12-20 12:05:11 +08:00