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

1448 Commits

Author SHA1 Message Date
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
Qingping Hou
78691fd499 add blitToBufferRotate to blitbuffer.c 2013-01-31 13:58:14 +08:00
{Qingping,Dave} Hou
ddfe5ca3a9 Merge pull request #730 from chrox/toggle_switch
add toggle switch widget in config option
2013-01-25 20:22:38 -08:00
chrox
563fd50dc3 add toggle switch widget in config option 2013-01-25 23:53:00 +08:00
{Qingping,Dave} Hou
5f002a786f Merge pull request #729 from chrox/new_ui_code
update k2pdfopt to version 1.64a
2013-01-23 07:16:04 -08:00
chrox
b7e5921d40 update k2pdfopt to version 1.64a 2013-01-23 20:36:05 +08:00
Huang Xin
0bb3edea39 Merge pull request #721 from houqp/new_ui_houqp
add css file selection menu for crengine
2013-01-22 06:47:38 -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
8771bb8e65 API changes in cre.cpp
* now css argument is removed from newDocView call.
* when setStyleSheet method cannot read given css file, it
  clears all the applied style.
* add setEmbeddedStyleSheet method.
2013-01-22 06:26:28 +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
Qingping Hou
272c7a2e25 bug fix: read css file name instread of content in cre:setStyleSheet 2013-01-17 16:58:45 -05:00
Qingping Hou
f018266b5b Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 2013-01-17 15:00:51 -05:00
{Qingping,Dave} Hou
2c034d573e Merge pull request #719 from chrox/percent_fix
use page info to calculate percent finished in crereader
2013-01-17 07:08:52 -08:00
chrox
15f41935b6 use page info to calculate percent finished in crereader 2013-01-17 22:18:32 +08:00
Qingping Hou
ff0d9cc17d Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 2013-01-15 16:42:27 -05:00
{Qingping,Dave} Hou
2ce4730f47 Merge pull request #715 from houqp/new_ui_houqp
bug fix for TOC construction in cre.cpp
2013-01-15 13:41:54 -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
Qingping Hou
25dce838ff Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 2013-01-14 15:07:39 -05:00
Qingping Hou
4204d29ea9 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 2013-01-14 15:04:04 -05:00
Qingping Hou
9e0e3ab62b fix bug in TOC construction in cre.cpp
first toc entry should start with index 1 instead of 0
2013-01-14 15:02:02 -05:00
{Qingping,Dave} Hou
2c3563cef7 Merge pull request #709 from houqp/new_ui_houqp
couple of enhancements to crengine
2013-01-14 11:50:54 -08:00
chrox
fe8902d380 make the dimension of config dialog change according to the size of current config options
I can't find a way to resize a WidgetContainer in runtime so when switching config options
new ConfigDialog is created with requested option panel.
2013-01-15 00:33:03 +08:00
Qingping Hou
93d3aea905 pass filename properly for zipped fb2 in CreDocument:init() 2013-01-13 12:17:43 +08:00
Qingping Hou
874890aaec save and restore gamma_index for crengine 2013-01-13 12:07:20 +08:00
Qingping Hou
5abf3cb92d save header_font_face 2013-01-13 11:38:36 +08:00
Qingping Hou
b7ced36957 read LineSpace from config 2013-01-13 11:37:28 +08:00
Qingping Hou
7f04b520b3 reset postInitCallback on ReaderUI:init 2013-01-13 11:24:42 +08:00
Qingping Hou
02ea5f1fbf read header font from config 2013-01-13 11:23:30 +08:00
Qingping Hou
687aabc173 adapt ui to loadDocument before setFont 2013-01-13 10:22:33 +08:00
Qingping Hou
71514001b0 cre: load document afer set font
Conflicts:
	cre.cpp
	crereader.lua
2013-01-13 00:29:58 +08:00
Huang Xin
b4bad21535 Merge pull request #698 from houqp/new_ui_houqp
retrive new toc when document is re-formatted
2013-01-11 08:16:57 -08:00
Qingping Hou
e7e6a2be9c use xpointer instead of read percent to mark read progress 2013-01-11 13:46:39 +08:00
Qingping Hou
397d88e41e Merge branches 'new_ui_code' and 'new_ui_code' of github.com:houqp/kindlepdfviewer into new_ui_code 2013-01-10 15:31:51 -05:00