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

1336 Commits

Author SHA1 Message Date
{Qingping,Dave} Hou
c487bd6cc4 Merge pull request #695 from houqp/new_ui_houqp
return to caller when there is no window to show in UIManager
2013-01-08 23:05:07 -08:00
{Qingping,Dave} Hou
2bd15d3963 Merge pull request #696 from houqp/new_ui_fix
set refresh type on eink update in fillMxcfbUpdateData
2013-01-08 22:52:45 -08:00
Qingping Hou
21abe6b110 adapt refresh type code in fillMxcfbUpdateData
just to keep consistent with the old refresh type, i.e.
0 for full refresh and 1 for partial
2013-01-09 14:36:14 +08:00
Qingping Hou
b1256c98fc add more comments 2013-01-09 14:02:50 +08:00
Qingping Hou
267c5b16fc set refresh type on eink update in fillMxcfbUpdateData 2013-01-09 13:58:49 +08:00
Qingping Hou
59ed6b5a2f return to caller when there is no window to show in UIManager 2013-01-09 13:12:37 +08:00
{Qingping,Dave} Hou
fb48b270ef Merge pull request #694 from houqp/hint_page_fix
add render mode to hint page
2013-01-08 20:29:39 -08:00
Qingping Hou
79839021ed Merge branch 'new_ui_code' into hint_page_fix
Conflicts:
	frontend/ui/reader/readerview.lua
2013-01-09 12:19:46 +08:00
{Qingping,Dave} Hou
b04b1e8b58 Merge pull request #690 from houqp/new_ui_houqp
font size, line space, font weight, font gamma and viewmode support for crengine
2013-01-08 20:16:11 -08:00
Qingping Hou
c8dce5f351 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into hint_page_fix
Conflicts:
	frontend/document/document.lua
2013-01-09 11:38:49 +08:00
{Qingping,Dave} Hou
a6abdc2a6c Merge pull request #691 from chrox/new_ui_code
bugfix: check renderpg hash before hinting page
2013-01-08 14:10:44 -08:00
Qingping Hou
93cad1428c add render_mode into render hash 2013-01-09 06:06:53 +08:00
Qingping Hou
1fa0d886bd add render mode to hint page 2013-01-09 05:51:53 +08:00
chrox
c8b699c068 bugfix: check renderpg hash before hinting page 2013-01-08 17:00:18 +08:00
Qingping Hou
8c973457a0 save and restore line_space_percent in ReaderFont 2013-01-08 01:06:56 -05:00
Qingping Hou
e03963f4f2 replace InfoMessage with Notification in readerfont.lua 2013-01-07 16:51:37 -05:00
Qingping Hou
db49f1b09c add ReaderRolling:onRedrawCurrentView() 2013-01-07 16:43:28 -05:00
Qingping Hou
59a424203b add font gamma to readerconfig 2013-01-07 16:42:50 -05:00
Qingping Hou
61613323fe add ReaderFont:onChangeFontGamma() 2013-01-07 16:42:23 -05:00
Qingping Hou
204cfb2b17 return true in event handlers
we should do that when we know a event handler is only used in
that widget
2013-01-07 12:51:25 -05:00
Qingping Hou
5ce4f24c37 move CreOptions to credocument.lua 2013-01-07 12:32:33 -05:00
Qingping Hou
ad1112468f add view_mode, line space and font weight setting to readerconfig 2013-01-07 12:18:22 -05:00
Qingping Hou
e573fcf2de add ReaderFont:onToggleFontBolder 2013-01-07 12:17:34 -05:00
Qingping Hou
2fa919e1b6 add CreDocument:toggleFontBolder 2013-01-07 12:16:17 -05:00
Qingping Hou
9a1a584e19 add option args for config so we can send string arg in events 2013-01-07 12:07:06 -05:00
Qingping Hou
bce849b743 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 2013-01-07 07:05:54 -05:00
Qingping Hou
2f36d6604b add setViewMode handler for readerrolling and readerview 2013-01-07 07:05:48 -05:00
{Qingping,Dave} Hou
5f53d7d16b Merge pull request #689 from chrox/sync_last_percent
add last_percent field in pdf/djvu document history
2013-01-07 04:00:37 -08:00
{Qingping,Dave} Hou
c716c8d704 Merge pull request #687 from houqp/new_ui_houqp
bug fix in readerrolling
2013-01-07 03:54:45 -08:00
Qingping Hou
ac1cf212d1 add setViewMode to CreDocument 2013-01-07 06:53:35 -05:00
chrox
c4bc6e3cd3 add percent_finished for KPVBooklet and restore original last_percent 2013-01-07 13:29:00 +08:00
Qingping Hou
fdc05b066c add readerconfig to document supported by crengine
* now font size can be changed by readerconfig
2013-01-06 23:21:11 -05:00
Qingping Hou
ba00dcc701 bug fix: add event entry to ConfigOption widget 2013-01-06 23:15:19 -05:00
chrox
f41f645465 add last_percent field in pdf/djvu document history
And normalize last_percent for cre document
2013-01-07 00:20:30 +08:00
Qingping Hou
27f0801e93 Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_houqp 2013-01-06 03:31:47 -05:00
{Qingping,Dave} Hou
350d3aa55e Merge pull request #682 from houqp/swipe
Swipe gesture support
2013-01-06 00:31:21 -08:00
Qingping Hou
44eb70bcf5 use ReaderRolling.view_mode instead of self.ui.document.view_mode
view_mode is removed from self.ui.document
2013-01-06 02:55:37 -05:00
{Qingping,Dave} Hou
4e62beb300 Merge pull request #688 from chrox/config-options
make readerconfig independent of koptoptions
2013-01-05 23:55:04 -08:00
Qingping Hou
01e8e5e820 correctly report timeout on select timeout 2013-01-06 02:07:57 -05:00
chrox
aa152a8a51 make readerconfig independent of koptoptions
So that other readers could reuse readerconfig
2013-01-06 14:01:34 +08:00
{Qingping,Dave} Hou
bac3ae568b Merge pull request #686 from chrox/prerendering
add pre-rendering in pdf/djvu readers
2013-01-05 16:46:52 -08:00
{Qingping,Dave} Hou
31379d85de Merge pull request #685 from chrox/option-tweaks
move "Reflow option" to "More settings" dialog
2013-01-05 16:17:26 -08:00
chrox
12a76fee33 add pre-rendering in pdf/djvu readers
"HintPage" tasks are scheduled into the execution stack of UIManager
after each page drawing. These tasks should be checked immediately after
screen is refreshed so tasks are double-checked in the main loop.
2013-01-05 22:28:14 +08:00
chrox
bfe7b5e332 move Reflow option to More options dialog 2013-01-05 20:15:17 +08:00
{Qingping,Dave} Hou
113a1e3c56 Merge pull request #681 from houqp/ignore_adapt
add more items to gitignore file
2013-01-04 09:41:35 -08:00
{Qingping,Dave} Hou
3ec818a3cd Merge pull request #684 from chrox/koptreader-new-ui
add reflow mode in pdf/djvu readers
2013-01-04 00:28:57 -08:00
{Qingping,Dave} Hou
dbaec84f4d Merge pull request #683 from houqp/new_ui_houqp
Bug fix & added simple TOC menu & bookmark support & notification widget
2013-01-04 00:24:03 -08:00
Qingping Hou
c0602fba95 fix nil dimen bug in InputContainer:init 2013-01-04 03:16:18 -05:00
chrox
349bcb996e use koptinterface to reflow text in pdf/djvu readers 2013-01-03 22:33:49 +08:00
Qingping Hou
06444e3420 add notification widget and used it in readerbookmark 2013-01-01 18:08:19 -05:00