Qingping Hou
331ec3a6ce
fix: properly record last_tev in gesturedetector
2013-02-25 03:06:59 +08:00
Qingping Hou
9b4935d5ec
add ev_log replay script
2013-02-25 01:50:58 +08:00
Qingping Hou
4841d1bda9
Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp
2013-02-24 15:34:04 +08:00
{Qingping,Dave} Hou
d730f0d27b
Merge pull request #766 from chrox/progress_bar
...
add reading progress bar at the bottom of ReaderView for pdf/djvu reader
2013-02-23 23:34:00 -08:00
chrox
86dab2ebee
rename footer.lua to readerfooter.lua
2013-02-24 15:25:08 +08:00
chrox
02a159eaf8
a better looking progress bar widget
2013-02-24 15:22:05 +08:00
Qingping Hou
186712d401
add ev log in debug mode
2013-02-24 15:10:11 +08:00
{Qingping,Dave} Hou
334e2e9d3a
Merge pull request #765 from chrox/crop_fix
...
add double tap gesture on page area to confirm cropping
2013-02-23 22:24:52 -08:00
chrox
c5b4d958bb
add reading progress bar at the bottom of ReaderView for pdf/djvu reader
...
And there is also a toggle full screen option to turn on/off the progress bar.
2013-02-24 02:25:57 +08:00
chrox
16c2ea23b6
add double tap gesture on page area to confirm cropping
...
And round bbox coordinates.
2013-02-23 13:10:53 +08:00
{Qingping,Dave} Hou
de65b8934f
Merge pull request #763 from chrox/event_listener
...
separate abstract interface EventListener from Widget
2013-02-21 06:38:40 -08:00
chrox
7f179c1fa7
confirm and cancel gestures in cropping dialog are replaced by OK/Cancel buttons
...
Now only "tap" and "pan" gestures are allowed in cropping dialog.
2013-02-21 22:29:54 +08:00
chrox
e9567fc2d1
keep bbox in page area
2013-02-21 18:08:36 +08:00
chrox
e1d4b1f160
use eight anchor points to adjust bbox
...
Including the vertices and the midpoints on each edge of the rectangle.
2013-02-21 13:16:47 +08:00
chrox
7117cb8710
add bbox adjust by panning gesture
2013-02-20 22:50:57 +08:00
chrox
46357d617c
cleanup: lookup reader view states like pageno and screen offset directly in self.view
2013-02-20 19:39:09 +08:00
chrox
14bcec4b81
remove arguments of RestoreZoomMode events defined in KoptOptions
...
Now zoom mode restoration is handled by ReaderKoptListener
2013-02-20 19:29:14 +08:00
chrox
85dafd6e25
set zoom mode to contentwidth after rotating screen to landscape
...
As most pages are portrait there is no reason to fit "portrait" page
on "landscape" screen. And "pagewidth" is used less often than "contentwidth".
So "contentwidth" is choosed to set zoom mode on landscape screen.
2013-02-20 18:30:31 +08:00
chrox
9efdefb22f
add gamma correction for pdf/djvu reader
2013-02-20 14:32:51 +08:00
chrox
df7f7714e4
remove default options in KoptOptions and CreOptions
2013-02-20 13:01:52 +08:00
chrox
02c1005d95
rename ReaderKoptinterface to ReaderKoptListener & save zoom mode to normal_zoom_mode
2013-02-20 11:50:36 +08:00
chrox
74f76e98cc
separate abstract interface EventListener from Widget
...
The rationale is that some non-widget modules like ReaderKoptListener should be able
to handle events.
2013-02-20 11:42:02 +08:00
{Qingping,Dave} Hou
d304408ead
Merge pull request #761 from chrox/hide_dirs
...
hide certain directories in FileManager
2013-02-19 07:11:49 -08:00
{Qingping,Dave} Hou
e6e561ce52
Merge pull request #760 from chrox/restore_zoom_mode
...
restore zoom mode when toggling reflow on/off
2013-02-19 07:11:20 -08:00
{Qingping,Dave} Hou
0e2f113a51
Merge pull request #757 from chrox/new_ui_cleanup
...
cleanup: remove debug info on bbox
2013-02-19 06:53:10 -08:00
chrox
905b315c81
hide certain directories in FileManager
...
The exclude pattern should be editable by users in the future.
2013-02-19 21:30:35 +08:00
chrox
a962f49486
cleanup: use additional param in favor of flag variable
2013-02-19 19:37:02 +08:00
chrox
666bb3d8ae
restore zoom mode when toggling reflow on/off
2013-02-19 19:16:42 +08:00
chrox
25d8d24775
cleanup: remove debug info
2013-02-19 15:05:35 +08:00
chrox
f4614db988
set zoom mode to content after manual cropping
2013-02-19 15:03:44 +08:00
chrox
78f8ca9029
cleanup: remove debug info on bbox
2013-02-19 13:28:04 +08:00
Huang Xin
f542ffbf57
Merge pull request #755 from houqp/new_ui_fix
...
some code clean up
2013-02-18 20:57:35 -08:00
Huang Xin
f819bdff6b
Merge pull request #754 from houqp/new_ui_houqp
...
move adjustGesCoordinate from Screen to GestureDetector & bug fix
2013-02-18 20:55:52 -08:00
Qingping Hou
f3452234ea
add math.lua, move all math related helpers in to it
2013-02-19 11:57:14 +08:00
Qingping Hou
79b3ee91c7
update config.lua after moving toggleswitch to separate file
2013-02-19 11:50:25 +08:00
Qingping Hou
21091e3ce0
move toggleswitch into separate widget file
...
also remove onGesture method reload in ToggleSwitch widget
2013-02-19 11:44:44 +08:00
Qingping Hou
327210e3f1
remove onGesture method overload in BBoxWidget
...
since ges pos can be acqured by the second argument
2013-02-19 11:36:02 +08:00
Qingping Hou
a655219eba
move adjustGesCoordinate from Screen to GestureDetector
...
also adjust swipe direction according to screen view mode
2013-02-19 11:13:24 +08:00
Huang Xin
ab956a10c5
Merge pull request #752 from houqp/new_ui_code
...
pick KUAL support files from master
2013-02-18 17:16:54 -08:00
Qingping Hou
8d2e5128b6
remove kite in favor of KUAL
2013-02-18 18:45:24 -05:00
chrox
6e858a980b
add extensions directory in customupdate
2013-02-18 18:33:48 -05:00
Twobob
530f5ffc30
update to direct referencing of scripts.
...
SIDE-EFFECTS: this means /mnt/us/kindlepdfviewer/kpdf.sh is now the REQUIRED location as opposed to preferred.
2013-02-18 18:33:25 -05:00
Twobob
623be75bbb
remove unrequired scripts
2013-02-18 18:33:18 -05:00
Twobob
0709fdfe4e
KUAL extensions added (since kindlepdfviewer will soon support all devices)
2013-02-18 18:33:10 -05:00
Huang Xin
a93eef04af
Merge pull request #751 from houqp/new_ui_code
...
fix coordinate calculation for blitbuffer rotation
2013-02-18 00:26:45 -08:00
Qingping Hou
1f1e6fa7d2
Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code
2013-02-18 16:18:17 +08:00
Qingping Hou
a54d2c5abb
fix coordinate calculation for blitbuffer rotation
2013-02-18 16:14:05 +08:00
Huang Xin
0835e9f34d
Merge pull request #750 from houqp/new_ui_code
...
bug fix for einkfb.c and screen.lua
2013-02-18 00:10:04 -08:00
Qingping Hou
1c0fbb10db
Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code
2013-02-18 16:00:35 +08:00
{Qingping,Dave} Hou
95ea8688a6
Merge pull request #747 from chrox/new_ui_code
...
fix visible_area recalculate for manual crop in reflow mode
2013-02-18 00:00:08 -08:00