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
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
chrox
648b4f33ec
add vertical span between title and content in filemanager
2013-12-19 23:21:41 +08:00
chrox
42c5ae2ac0
add option to display file size in filemanager
...
file size is not shown by default
2013-12-19 23:20:16 +08:00
chrox
5b31076025
calculate widgetcontainer dimension if not given
2013-12-19 23:15:24 +08:00
chrox
2bb3c7c286
append page number in toc entry
2013-12-19 23:14:27 +08:00
Qingping Hou
3951b0ca8b
Merge pull request #399 from chrox/master
...
customizable tap zones for page flipping and bookmarking
2013-12-17 22:54:25 -08:00
chrox
93866822d0
always show progress bar in flipping mode
...
tap on progress bar in flipping mode will goto corresponding page
2013-12-17 22:42:31 +08:00
chrox
da317ed14a
customizable tap zones for top menu
2013-12-17 20:11:34 +08:00
chrox
f0039cbb02
customizable tap zones for page flipping and bookmarking
2013-12-17 19:53:43 +08:00
chrox
3205f228d3
partial refresh when switching time display in progress bar
2013-12-17 19:51:07 +08:00
Huang Xin
c052655989
Merge pull request #397 from Markismus/MultitouchKoboAura
...
Two small changes to improve use for Kobo ereaders
2013-12-16 07:21:15 -08:00
Markismus
74e03bc615
Kobo Aura Hd and Mini users get the error message:
...
/luajit: ./frontend/ui/gesturedetector.lua:84: attempt to concatenate field 'y' (a nil value)
Hopefully the use of the "," in the DEBUG function instead of the string concatenate operator gets rid of it.
2013-12-16 11:37:41 +01:00
Markismus
6465398731
If Nickel is not stopped, it interferes with Koreader.
...
The sleep function kicks in after the set time and it will freeze koreader.
Pulling the power switch gives back control momentarily, but it changes to standby within tens of seconds.
2013-12-16 11:34:02 +01:00
Qingping Hou
90cb40f9da
Merge pull request #396 from chrox/master
...
add customizable tap zones for tap forward/backward and config
2013-12-15 19:03:50 -08:00
chrox
5dd96b8756
tap on reader footer will toggle time display
2013-12-15 20:19:06 +08:00
chrox
90d91d567a
add content range method in BottomContainer
2013-12-15 20:18:10 +08:00
chrox
912a8a496b
add customizable tap zones for tap forward/backward and config
2013-12-15 17:02:52 +08:00
Qingping Hou
9ed974910c
Merge pull request #395 from chrox/master
...
set title bar height to height of text widget in Menu widget
2013-12-14 22:45:51 -08:00
chrox
ea91cdb4be
set title bar height to height of text widget in Menu widget
...
without the height of the close button widget
This will make room for one more menu item entry and fix #355 and #394 .
The larger tap zone for close button widget is still there.
2013-12-15 13:51:17 +08:00
Qingping Hou
4d1116ac5e
Merge pull request #390 from chrox/master
...
page overlap is turned on by default
2013-12-09 08:15:41 -08:00
chrox
4d7d88cfbc
page overlap is turned on by default
...
Page overlap added when turning in non-fit-to-page zoom mode
is now distinguishable from dim area overlap.
2013-12-09 15:58:25 +08:00
Qingping Hou
d8796585d9
Merge pull request #389 from chrox/master
...
add PAN_THRESHOLD when detecting hold_pan gesture
2013-12-08 21:15:20 -08:00
chrox
127e053d5b
add PAN_THRESHOLD when detecting hold_pan gesture
...
This should fix #383 .
2013-12-09 11:14:15 +08:00
Huang Xin
d4b76f89b4
Merge pull request #388 from Markismus/MultitouchKoboAura
...
Further improvements on Input:handlePhoenixTouchEv
2013-12-08 18:30:45 -08:00
Markismus
485ab8aa9d
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-08 14:37:03 +01:00
Qingping Hou
0ed65f9b4e
Merge pull request #387 from chrox/master
...
fix highlight drawing in #379
2013-12-05 11:14:07 -08:00