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

4855 Commits

Author SHA1 Message Date
chrox
0ca82fb072 fix #2084 introduced by copy and paste in #2079 2016-06-17 00:05:25 +08:00
Qingping Hou
cf3c91d92e Merge pull request #2079 from Hzj-jie/master
ReaderZooming should remove the size of page footer when calculating zoom value
2016-06-15 00:28:32 -07:00
Qingping Hou
fe6aaca47d Merge pull request #2083 from chrox/fix_2060
fix #2060 by handling blank search pattern
2016-06-15 00:25:40 -07:00
Qingping Hou
01918f8e17 Merge pull request #2082 from chrox/zoom_to_column
PDF free zoom mode revisit
2016-06-15 00:24:55 -07:00
chrox
f5ea29c8d3 fix unit test of defaults since we deleted one global default
I'm afraid this unit test is not maintainable, each time we
change the structure of the defaults.lua we must change this spec
accordingly. We probably will get rid of defaults.lua as well as the
filemanagersetdefaults and this spec.
2016-06-15 02:52:58 +08:00
chrox
5bbcae954e fix #2060 by handling blank search pattern 2016-06-15 02:34:46 +08:00
chrox
5983050d79 PDF free zoom mode revisit
this should implement feature request of zoom mode for multi-columns
page in #501
This PR depends on koreader/koreader-base#435

How to use?
1. Tap the top left corner of a PDF/Djvu page to get into the flipping
mode
2. Double-tap on text block will zoom in to that column
3. Double-tap on any area will zoom out to an overview of the page
4. repeat step 2 to focus to another page block

How does it work?
1. We first find the mask of text blocks in the page. (Pic 1)
2. Then we intersect page boxes with user tap to form a page block. (Pic 2)
3. Finally we zoom the page to the page block and center current view to
that block. (Pic 3)
2016-06-15 02:05:09 +08:00
Huang Xin
22d0dbfb4f Merge pull request #2075 from chihyang/master
Add a new feature 'read from right to left'
2016-06-14 23:07:17 +08:00
Huang Xin
18a54f839d Merge pull request #2081 from koreader/houqp-master
handle auto shutdown in pocketbook
2016-06-14 23:05:11 +08:00
Qingping Hou
bc9f60034e handle auto shutdown in pocketbook 2016-06-14 00:07:04 -07:00
Zijie He
ac6ccc0038 ReaderZooming should remove the size of page footer when calculating zoom value. 2016-06-13 14:37:40 -07:00
Huang Xin
3544d0b0ee Merge pull request #2076 from koreader/houqp-master
uimanager(fix): handle edge case where second widget in stack is ignored
2016-06-13 10:14:03 -05:00
Qingping Hou
ce7ae2dfac uimanager(fix): handle edge case where second widget in stack is ignored 2016-06-11 12:17:18 -07:00
chihyang
a948ecb19a Add 'read from right to left' in readerrolling
- Fix problems in readerpaging.lua;
- Add the same feature in readerrolling.lua.
2016-06-10 21:17:42 +08:00
chihyang
8b14209249 Remove unnecessary default configuration.
The default configuration item DKOPTREADER_CONFIG_INVERSE_READING_ORDER
is removed.
2016-06-10 20:30:33 +08:00
chihyang
c161bc2f79 Add a new feature 'read from right to left'
A new feature 'read from right to left' is added, which is more fit for
Traditional Chinese and Japanese books. Once the feature is enabled:
1. The gesture region of TapForward and area will be flipped
horizonally;
2. The action for swiping to west and to east will be exchanged.
2016-06-10 20:14:03 +08:00
chihyang
8251cd6ac8 Add a UI option to set 'read from right to left' 2016-06-09 21:28:27 +08:00
Hzj_jie
c83036c1bc Merge pull request #2064 from koreader/houqp-master
kobo: detect non-epoch timestamp using current second
2016-06-07 12:04:32 -07:00
Qingping Hou
60f5db8ca9 Merge pull request #2065 from Frenzie/master
Fix 'screen server' typo (should be screensaver)
2016-06-07 11:05:36 -07:00
Frans de Jonge
eb28513403 Fix 'screen server' typo (should be screensaver) 2016-06-07 14:08:20 +02:00
Qingping Hou
1db0d52e9c Merge pull request #2063 from Hzj-jie/master
Remove legacy document settings after flushing
2016-06-06 20:56:22 -07:00
Hzj_jie
cf8c0aa81f Add docsettings unittest 2016-06-06 10:05:16 -07:00
Hzj_jie
016aaa92b9 Merge remote-tracking branch 'upstream/master'
Conflicts:
	frontend/docsettings.lua
2016-06-06 08:56:07 -07:00
Qingping Hou
e58198fbe2 widgetcontainer(fix): crash when getting widget size 2016-06-05 16:38:07 -07:00
Qingping Hou
38a1758889 kobo: detect non-epoch timestamp using current second 2016-06-05 14:19:37 -07:00
Frans de Jonge
589d2e757e Merge pull request #2061 from koreader/houqp-master
readerfooter(fix): only populate footer info after document is loaded
2016-06-05 14:50:14 +02:00
Qingping Hou
301925e34a textboxwidget(fix): handle onHoldWord event 2016-06-05 00:37:54 -07:00
Qingping Hou
adf5ffdd26 dictquicklookup(fix): use self.region for matching hold event 2016-06-05 00:08:23 -07:00
Qingping Hou
cc425287da doc(fix): avoid module keyword 2016-06-04 19:51:47 -07:00
Hzj_jie
2085b774e2 Remove legacy document settings after flushing. 2016-06-04 12:26:05 -07:00
Qingping Hou
2e417cfbd8 filemanager(refactor): use purge method from docsettings 2016-06-03 22:06:02 -07:00
Qingping Hou
f71534e399 readerfooter(fix): only populate footer info after document is loaded 2016-06-03 01:31:46 -07:00
Qingping Hou
861e50c0aa Merge pull request #2057 from Hzj-jie/master
Refine docsettings, does not write history folder if it's not necessary
2016-06-02 23:01:10 -07:00
Zijie He
4f897acc67 Refine docsettings, does not write history folder if it's not necessary. 2016-06-02 18:01:14 -07:00
Huang Xin
751e46c85b Merge pull request #2055 from koreader/houqp-master
Fix unit test on ubuntu 16.04
2016-06-02 06:02:16 -05:00
Qingping Hou
8268d8d32c test(fix): clean up after screenshot test 2016-06-01 21:32:35 -07:00
Qingping Hou
c127a33acc kodev(feat): check for submodules in build command 2016-06-01 20:39:47 -07:00
Qingping Hou
c0846ee13c Merge pull request #2053 from koreader/chrox-master
update koreader-base
2016-06-01 10:27:38 -07:00
chrox
449089881c accommodation of EPUB spec for new crengine 2016-06-01 21:35:14 +08:00
chrox
f07ff43db4 update koreader-base 2016-06-01 21:35:14 +08:00
Huang Xin
fd39016c87 Merge pull request #2028 from union2find/master
Add cursor functionality for inputtext widget
2016-06-01 08:34:42 -05:00
Huang Xin
ffca77af40 Merge pull request #2032 from koreader/keyboard
russian keyboard layout improvement from mergen3107
2016-06-01 08:32:54 -05:00
Huang Xin
f718b0669f Merge pull request #2045 from koreader/defaults
defaults(refactor): remove global hack in filemanagersetdefaults
2016-06-01 08:31:36 -05:00
Frans de Jonge
72266e4bb6 Merge pull request #2051 from koreader/houqp-master
fix bug in UIManager:handleEvent
2016-05-30 08:12:27 +02:00
Qingping Hou
a92a88e063 uimanager(fix): check active widgets in the correct order 2016-05-29 22:03:04 -07:00
Qingping Hou
ac03cd241f fm(fix): close filemanager before showReader
This removes filemanager from UI widget stack so it does not listen
to events sent to the reader. Before this patch, screenshot event will
be sent to filemanager.
2016-05-29 19:36:54 -07:00
Qingping Hou
6a1fa7f612 move keyboard layout into data modules
also changed keyboard mode for number to 4
2016-05-28 17:46:31 -07:00
Qingping Hou
66754e3068 ignore kobo build 2016-05-26 23:32:41 -07:00
Qingping Hou
56a9bad23b russian keyboard layout improvement from mergen3107 2016-05-26 21:01:42 -07:00
Huang Xin
e3ff96d108 Merge pull request #2042 from koreader/houqp-master
automatically set proper ev timeval for kobo touch
2016-05-26 19:31:15 -05:00