Commit Graph

823 Commits

Author SHA1 Message Date
chrox 80732b6bf6 mutable menu item text for 'Toggle floating punctuation' 2014-01-04 00:37:21 +08:00
chrox bc960dcf01 mutable menu item text for 'Toggle page overlap' 2014-01-04 00:32:14 +08:00
chrox 819fece802 add DLANDSCAPE_CLOCKWISE_ROTATION option in defaults.lua 2014-01-03 23:38:47 +08:00
chrox e21e017b8d tweaks on config dialog for crereader 2014-01-03 23:18:10 +08:00
chrox 71b3e717cf refactoring onConfigChoose 2014-01-03 22:09:55 +08:00
chrox b72dd5aab6 alternate landscape in crereader 2014-01-03 22:08:07 +08:00
chrox 2ffd9bbeef tweaks on config dialog responsiveness 2014-01-03 20:41:15 +08:00
chrox d471b3eaec more responsive in config dialog 2014-01-03 19:43:25 +08:00
chrox 865815b42b set visible page count when loading document 2014-01-03 19:35:45 +08:00
chrox 6413fb1692 fix adding coptlistener in pdf/djvu reader 2014-01-03 19:32:21 +08:00
chrox d2f03c9f73 save page margins for credocument 2014-01-03 11:23:11 +08:00
chrox d6f405890b adjust controllers order especially for crereader 2014-01-03 11:22:27 +08:00
chrox 71ddd8aa91 make default font size consistent 2014-01-03 11:12:26 +08:00
chrox 23982b185e add debug information in credocument api 2014-01-03 11:10:06 +08:00
chrox 210293b561 add floating punctuation option for crereader
Luckily after disabling floating punctuation left/right margin
are able to be same now (with large enough margins, should be
more than 1em). So I also changed the default page margins for
crereader and removed the dirty hack.
2014-01-03 02:07:32 +08:00
chrox eaa9535133 move logMemoryUsage from koptinterface to document 2014-01-02 19:19:03 +08:00
chrox 14e94f39a4 explicitly call free method of Blitbuffer 2014-01-02 19:03:52 +08:00
chrox 8e4516b824 add regional zoom mode in pdf/djvu page
In regional zoom mode double tap will zoom to the tapped
region(paragraph or column, etc., detected optically via libk2pdfopt).
As the first demo, this feature is only turned on in flipping mode by
tapping the top-left corner of the screen. Eventually we may incorporate
this feature in "free" zoom mode.
2014-01-02 11:14:26 +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
chrox 5140a4c6ff fix dictionary lookup crash via OCR in scroll mode 2013-12-30 15:15:59 +08:00
chrox f7387822aa handle xps files in pdfdocument backend 2013-12-29 15:52:44 +08:00
chrox c67b8a22ed invert color when selecting bookmark 2013-12-29 15:19:22 +08:00
chrox 1cbc6b9669 move crereader margin options into defaults.lua 2013-12-28 18:39:42 +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
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
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
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
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
chrox 7247a9e3a2 add writing direction option when reflowing
This probably will fix #195.
2013-12-22 19:13:12 +08: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
Qingping Hou 213c121e63 Merge pull request #403 from Markismus/MultitouchKoboAura
This should fix the pinch and expand gesture on Kobo Aura
2013-12-19 18:43:29 -08:00
Qingping Hou 1d08b69055 Merge pull request #401 from chrox/master
append page number in toc entry
2013-12-19 18:43:20 -08:00
Markismus 5e7eed3a17 I was not able to generate the gestures "pinch" and "expand" on Kobo Aura.
While debugging ```GestureDetector:panState(tev)```  I saw that the TRACK ID never had -1 values .
So back to debugging ```input.lua```.

Now the Kobo Aura can pinch and expand.
2013-12-19 23:56:03 +01:00