Qingping Hou
|
ddc7d86efe
|
change ev argument name to tev in gesturedetector.lua
So people won't messed it up with ev in inputevet.lua
|
2013-02-06 13:39:06 +08:00 |
|
{Qingping,Dave} Hou
|
72eecac5e1
|
Merge pull request #736 from chrox/man-crop
adjust four corners of page bbox
|
2013-02-05 19:41:06 -08:00 |
|
{Qingping,Dave} Hou
|
85b4d60efc
|
Merge pull request #735 from chrox/ui-tweaks
set menu font size according to screen dpi
|
2013-02-05 19:40:54 -08:00 |
|
chrox
|
72d806fbfc
|
adjust four corners of page bbox
|
2013-02-05 21:35:17 +08:00 |
|
chrox
|
8c1c51e230
|
use hold event to cancel page crop
|
2013-02-05 21:11:53 +08:00 |
|
chrox
|
21c972a786
|
hide DPI dependency in Font module
|
2013-02-05 18:15:45 +08:00 |
|
Qingping Hou
|
cc5a431b70
|
properly close ReaderConfig on screen rotate
|
2013-02-04 15:03:17 +08:00 |
|
Qingping Hou
|
ae6c4bd03a
|
Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into rotate
Conflicts:
frontend/ui/reader/readerconfig.lua
|
2013-02-04 15:00:17 +08:00 |
|
Qingping Hou
|
681c788971
|
fix bug for touch event coordinates handling in landscape mode
This fix might only work for KPW, need to test on other devies
later.
|
2013-02-04 14:56:22 +08:00 |
|
{Qingping,Dave} Hou
|
0c26a3e942
|
Merge pull request #734 from chrox/man-crop
add manual page crop for pdf/djvu documents
|
2013-02-03 07:31:57 -08:00 |
|
chrox
|
0ed5d05bc0
|
hash current bbox explicitly
|
2013-02-03 22:58:30 +08:00 |
|
chrox
|
4675a220d8
|
add current bbox in page rendering hash
So that changing bbox could take effect on current page.
|
2013-02-03 21:36:11 +08:00 |
|
chrox
|
92586a3b95
|
cleanup unused debugs
|
2013-02-03 17:49:02 +08:00 |
|
chrox
|
ccf9141dd8
|
move BBoxWidget to bbox.lua in ui directory
|
2013-02-03 16:15:54 +08:00 |
|
Qingping Hou
|
f91c913530
|
set default_arg for screen_mode option on runtime
|
2013-02-03 13:17:02 +08:00 |
|
Qingping Hou
|
0dba667937
|
rename setScreenViewMode to setScreenMode
|
2013-02-03 13:13:46 +08:00 |
|
Qingping Hou
|
2218d3bd73
|
add getScreenMode in screen.lua
|
2013-02-03 13:10:11 +08:00 |
|
Qingping Hou
|
03b73712bc
|
Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into rotate
Conflicts:
frontend/document/koptinterface.lua
|
2013-02-03 12:34:55 +08:00 |
|
chrox
|
47371ea8b4
|
use hold_release event to cancel page crop
|
2013-02-03 12:29:30 +08:00 |
|
chrox
|
1be80d15ae
|
code cleanup
|
2013-02-03 11:28:50 +08:00 |
|
chrox
|
1c40d127cd
|
add icon option items in config dialog
|
2013-02-03 11:26:14 +08:00 |
|
chrox
|
25bcbfa53a
|
set menu font size according to screen dpi
|
2013-02-03 05:16:19 +08:00 |
|
Qingping Hou
|
d0ffb09489
|
fix adjustGesCoordinate
|
2013-02-03 04:47:34 +08:00 |
|
chrox
|
a1aa41136c
|
add manual page crop for pdf/djvu documents
|
2013-02-03 04:42:59 +08:00 |
|
Qingping Hou
|
2090dabf22
|
add menu to FileManager
|
2013-02-03 03:41:35 +08:00 |
|
Qingping Hou
|
22c3043959
|
add calling item.callback() as default onMenuChoice action
|
2013-02-03 03:35:25 +08:00 |
|
Qingping Hou
|
9468b504c1
|
add close button toggle for menu widget
|
2013-02-03 01:43:47 +08:00 |
|
Qingping Hou
|
2d9534e092
|
add screen rotate to readerconfig
|
2013-02-02 17:02:36 +08:00 |
|
Qingping Hou
|
f02d8fa7b5
|
add SetScreenViewMode event and related handler in ReaderView
|
2013-02-02 16:46:06 +08:00 |
|
Qingping Hou
|
dd7e26a986
|
fix crash in goint into screen saver
|
2013-02-02 16:37:48 +08:00 |
|
Qingping Hou
|
01e1f72bdd
|
ReaderConfig: bind touch event listener range with widget dimen
So we only need to change widget dimen on SetDimensions event
|
2013-02-02 16:14:15 +08:00 |
|
Qingping Hou
|
d4ff6f9291
|
first demo of screen rotate
|
2013-02-02 14:36:29 +08:00 |
|
chrox
|
563fd50dc3
|
add toggle switch widget in config option
|
2013-01-25 23:53:00 +08:00 |
|
Qingping Hou
|
c755309682
|
set self.css to nil when there is no external css
|
2013-01-22 10:28:35 +08:00 |
|
Qingping Hou
|
69260aaac8
|
cosmetic changes to menu wording
|
2013-01-22 06:37:08 +08:00 |
|
Qingping Hou
|
f216be49a7
|
two changes to ReaderTypeset
* now we only use Embedded CSS by default
* add toggleEmbeddedStyleSheet methods
|
2013-01-22 06:28:34 +08:00 |
|
Qingping Hou
|
6d8ebb4126
|
adapt credocument to new changes in cre.cpp
|
2013-01-22 06:27:22 +08:00 |
|
Qingping Hou
|
bcae90593d
|
Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp
|
2013-01-19 11:44:12 +08:00 |
|
Huang Xin
|
f99cea8354
|
Merge pull request #720 from houqp/new_ui_fix
fix: check number of pages before calling hintPage
|
2013-01-17 21:36:12 -08:00 |
|
Qingping Hou
|
50e8750db4
|
fix: check number of pages before calling hintPage
otherwise, we will reach out page limit when reached last page
|
2013-01-17 20:20:44 -05:00 |
|
Qingping Hou
|
fe6d161382
|
add readertypeset.lua
|
2013-01-17 17:13:57 -05:00 |
|
Qingping Hou
|
268926edf3
|
add readertypeset to readerui
|
2013-01-17 17:12:50 -05:00 |
|
Qingping Hou
|
65910b2017
|
add default_css to credocument
|
2013-01-17 17:12:20 -05:00 |
|
Qingping Hou
|
6c4da43dbf
|
add setStyleSheet method to credocument
|
2013-01-17 16:59:40 -05:00 |
|
chrox
|
15f41935b6
|
use page info to calculate percent finished in crereader
|
2013-01-17 22:18:32 +08:00 |
|
{Qingping,Dave} Hou
|
55b2d4f993
|
Merge pull request #714 from chrox/config_ui
some config UI changes
|
2013-01-15 13:39:26 -08:00 |
|
chrox
|
494585ce41
|
rename 'screen rotation' option in koptinterface to 'vertical text'
|
2013-01-15 19:53:57 +08:00 |
|
chrox
|
6ed1a9012b
|
show more options
|
2013-01-15 19:11:16 +08:00 |
|
chrox
|
62c3e1dfec
|
invert icon color temporarily when tapping on menubar
|
2013-01-15 17:24:38 +08:00 |
|
chrox
|
3f2e810fe4
|
force repaint all when changing options
|
2013-01-15 12:35:37 +08:00 |
|