Paulo Matias
26283660b7
Fix rare bugs identified by fuzzing
2014-01-21 16:54:22 -02:00
Paulo Matias
34419bb7f7
Reload workaround for cre: prefer using in-memory config
2014-01-21 15:33:06 -02:00
Paulo Matias
132b5201f6
Workaround for floating punctuation toggle in cre
...
crengine for some reason appears to unset font face and page margins
after toggling floating punctuation
2014-01-21 11:48:13 -02:00
Paulo Matias
c55d5e025e
Avoid crash on backends which don't define getLinkFromPosition
2014-01-21 10:28:04 -02:00
Paulo Matias
6e9440eec6
Merge pull request #482 from chrox/master
...
fix line wrap at punctuation apostrophe
2014-01-21 02:44:25 -08:00
chrox
d58ab4dece
decrease HOLD_INTERVAL to 0.5s for better responsiveness
2014-01-21 16:52:25 +08:00
Qingping Hou
813747db37
Merge pull request #481 from chrox/master
...
add following page link in reflowed page
2014-01-20 20:10:22 -08:00
chrox
d24d5e413e
add following page link in reflowed page
2014-01-21 11:59:17 +08:00
Markismus
ce56001b4d
Update readerscreenshot.lua
...
Somehow the required lines have gone missing, resulting in a crash every time I tried to get a screenshot.
Anybody know why the got deleted?
2014-01-20 22:38:53 +01:00
chrox
b613fc71ff
fix won't get full refresh in EPUB document
...
Since each position update will set dogear visibility
2014-01-20 23:38:58 +08:00
chrox
9e3e070522
check link on the fly when tapping
2014-01-20 20:41:15 +08:00
Qingping Hou
5dc9d5d565
rename language_po setting entry to language
2014-01-19 12:59:27 -05:00
Qingping Hou
8c53b8d091
Merge pull request #472 from chrox/master
...
calculate maximum global cache size from free RAM
2014-01-18 20:25:56 -08:00
chrox
904a5f1ebe
calculate maximum global cache size from free RAM
...
In reflowing scroll mode with 2 pages hinting, 4 full page blitbuffers
and koptcontexts should stay well in cache in the most demanding cases,
with two pages shown on screen and two pages rendered in background.
Since blitbuffer size is halved the size of page, we need cache size
to be 6 times an average reflowed page size.
For Kobo Aura HD which has a resolution of 1440×1080, a reflowed page
could become 1080×4800. So 30MB of cache is demanded for this case.
This PR implements dynamic cache size allocating according to size of
system free memory. By default it will use 20 percent of free RAM with
a clip specified by DGLOBAL_CACHE_SIZE_MINIMUM and
DGLOBAL_CACHE_SIZE_MAXIMUM which are 10MB and 30MB respectively by default.
2014-01-19 11:40:34 +08:00
Paulo Matias
dacd3d2acb
Fix crash trying to select text in an empty page
2014-01-19 01:03:28 -02:00
Paulo Matias
a7af79d3c8
Language chooser fixes
...
- Change order of module loading so that every string is localized
- Fix changing the language to English
2014-01-18 20:04:14 -02:00
Paulo Matias
271b827860
Fix dealing with filenames containing spaces
...
and missing GestureRange require
2014-01-18 17:54:23 -02:00
Qingping Hou
ae1cf90006
add language setting menu item
2014-01-18 12:23:55 -05:00
chrox
b3b0844f34
basic functionality on file copy/paste/cut/delete in filemanager
...
There file operations will popup when holding on file entries
in filemanager.
This should implement #244 .
2014-01-18 23:17:13 +08:00
chrox
e947f83548
fix dogear not shown properly in crereader
2014-01-18 19:18:12 +08:00
chrox
2d6d0a92f6
tweaks on dimension of dictionary window
2014-01-18 15:37:58 +08:00
chrox
ce3b58538c
fix no getPageLinks method in djvudocument
2014-01-18 15:31:27 +08:00
chrox
34e28d28e6
page links for crereader and pdfreader
...
Swipe right will return to previous page or position.
2014-01-18 15:04:28 +08:00
Paulo Matias
f441135772
Restore north and south swipe gestures
...
Might be useful in pages covered with links, which make it difficult
to tap in the correct point for flipping the page.
2014-01-17 23:51:52 -02:00
Paulo Matias
b1e9b35da8
Avoid PageUpdate from receiving out-of-range page
...
Otherwise, current_page can acquire negative values, or values greater
than the page count, when the user tries to go back the first page
or past the last page.
2014-01-17 23:39:17 -02:00
chrox
ec3c9ba2bc
return current page if top page state is nil in some corner cases
2014-01-18 03:55:11 +08:00
chrox
466541b322
fix nil page state when saving settings in ReaderPaging
...
This should fix #457 .
2014-01-18 03:41:25 +08:00
chrox
83eb90cd47
add font size fine tuning for crereader
2014-01-18 03:11:04 +08:00
chrox
637904a711
add text highlight for credocument
...
Three highlight drawers "lighten", "underscore" and "invert" are
available in reader menu.
This should implement #176 .
2014-01-18 03:11:04 +08:00
Qingping Hou
21af7b6a9f
update battery state on device resume
2014-01-16 18:34:46 -05:00
Qingping Hou
48bf9637f2
Merge pull request #453 from chrox/master
...
add missing registry for fb2 document
2014-01-16 07:55:11 -08:00
chrox
4454df705a
enlarge tappable link box
2014-01-16 17:24:23 +08:00
chrox
f5ddf33cab
fix missing Device in readerscreenshot
2014-01-16 13:43:45 +08:00
chrox
3275413366
add missing registry for fb2 document
2014-01-16 12:54:49 +08:00
Giorgio Micotti
9dad62d210
Merge branch 'master' of https://github.com/koreader/koreader
2014-01-15 22:31:59 +01:00
Giorgio Micotti
b4d5e70522
Fix flaky input support for kobo Aura.
2014-01-15 22:30:56 +01:00
chrox
319403b695
add missing readerlink widget
2014-01-15 23:36:56 +08:00
chrox
bcf2a1994f
refactoring widget registering in readerui
2014-01-15 23:36:56 +08:00
chrox
1329f10fa5
add goto link function for CreDocument
2014-01-15 23:36:56 +08:00
Paulo Matias
f49fc5fd15
Merge pull request #451 from chrox/master
...
clear temp highlight when turning page
2014-01-15 05:00:39 -08:00
chrox
202a4d94db
clear temp highlight when turning page
...
This should fix #446 .
2014-01-15 20:42:16 +08:00
Paulo Matias
42d39a726e
Merge pull request #449 from Markismus/patch-3
...
Update readerscreenshot.lua (Kobo_phoenix)
2014-01-11 07:56:37 -08:00
Markismus
8e6ed697cf
Update readerscreenshot.lua
...
No the first part of the text can be translated.
2014-01-11 16:05:46 +01:00
Markismus
ed46bcba5d
Update readerscreenshot.lua
...
This adds screenshot functionality for the Kobo Aura.
The pam-files generated can be read and converted using Imagemagick for linux/windows.
I've added the infomessage because it takes 5+ tries to get a screenshot by tapping the lower left and upper right corners. The other diagonal is not working for the Kobo Aura yet.
2014-01-11 14:54:53 +01:00
Paulo Matias
9072a30cb5
Avoid off-limits dictionary title and make font size adjustable
2014-01-10 01:12:51 -02:00
Giorgio Micotti
172241bc8e
Fix corner case for Kobo Aura: tev.id == -1 with tev.x and tev.y values defined.
2014-01-07 23:10:10 +01:00
chrox
94320da5be
default to enable floating punctuation
2014-01-07 23:20:07 +08:00
chrox
ae9b68e1b9
adjust default page margins
2014-01-07 21:38:26 +08:00
chrox
1cad93338a
move setPageMargin to the begining of document initialization to
...
avoid reformatting of DocView that makes previously generated
cr3cache files unused.
2014-01-07 21:31:27 +08:00
chrox
f9445fca0d
tweaks on dict lookup window
2014-01-07 19:30:53 +08:00
chrox
ccd3481735
process new line symbol in WordBoxWidget
2014-01-07 19:30:19 +08:00
chrox
4a5c6cdf12
fix intensity field name in powerd
2014-01-07 10:21:05 +08:00
chrox
7dbd437d1e
add battery status pulling functions in KoboPowerD
...
Status files found at
http://www.mobileread.com/forums/showpost.php?p=1750642&postcount=9 .
2014-01-05 00:29:46 +08:00
chrox
35538fe544
fix isCharging name conflict
2014-01-04 23:22:46 +08:00
chrox
a6e885e77d
show battery icon in crereader page header
2014-01-04 22:30:36 +08:00
chrox
4d1df962f5
cache battery level in BasePowerD
...
Since we need to pull it frequently but usually it doesn't change
that often.
2014-01-04 22:15:30 +08:00
chrox
92b62c907a
refactoring frontlight device to more generic power device
2014-01-04 21:38:07 +08:00
chrox
b6b3207a79
swipe north/south in touch menu should also turn page
2014-01-04 03:39:23 +08:00
chrox
6d30f679c5
add bookmark flipping feature
...
Bookmark flipping mode is toggled when long-holding the upper-right
corner of the screen. In this mood both the flipping icon and the dogear
icon are shown. And swiping west and east in this mode will flipping
only on bookmarked pages. Currently only pdf/djvu readers are supported.
This should implement feature request in #154 .
2014-01-04 03:14:37 +08:00
chrox
80732b6bf6
mutable menu item text for 'Toggle floating punctuation'
2014-01-04 00:37:21 +08:00
chrox
bc960dcf01
mutable menu item text for 'Toggle page overlap'
2014-01-04 00:32:14 +08:00
chrox
819fece802
add DLANDSCAPE_CLOCKWISE_ROTATION option in defaults.lua
2014-01-03 23:38:47 +08:00
chrox
e21e017b8d
tweaks on config dialog for crereader
2014-01-03 23:18:10 +08:00
chrox
71b3e717cf
refactoring onConfigChoose
2014-01-03 22:09:55 +08:00
chrox
b72dd5aab6
alternate landscape in crereader
2014-01-03 22:08:07 +08:00
chrox
2ffd9bbeef
tweaks on config dialog responsiveness
2014-01-03 20:41:15 +08:00
chrox
d471b3eaec
more responsive in config dialog
2014-01-03 19:43:25 +08:00
chrox
865815b42b
set visible page count when loading document
2014-01-03 19:35:45 +08:00
chrox
6413fb1692
fix adding coptlistener in pdf/djvu reader
2014-01-03 19:32:21 +08:00
chrox
d2f03c9f73
save page margins for credocument
2014-01-03 11:23:11 +08:00
chrox
d6f405890b
adjust controllers order especially for crereader
2014-01-03 11:22:27 +08:00
chrox
71ddd8aa91
make default font size consistent
2014-01-03 11:12:26 +08:00
chrox
23982b185e
add debug information in credocument api
2014-01-03 11:10:06 +08:00
chrox
210293b561
add floating punctuation option for crereader
...
Luckily after disabling floating punctuation left/right margin
are able to be same now (with large enough margins, should be
more than 1em). So I also changed the default page margins for
crereader and removed the dirty hack.
2014-01-03 02:07:32 +08:00
chrox
eaa9535133
move logMemoryUsage from koptinterface to document
2014-01-02 19:19:03 +08:00
chrox
14e94f39a4
explicitly call free method of Blitbuffer
2014-01-02 19:03:52 +08:00
chrox
8e4516b824
add regional zoom mode in pdf/djvu page
...
In regional zoom mode double tap will zoom to the tapped
region(paragraph or column, etc., detected optically via libk2pdfopt).
As the first demo, this feature is only turned on in flipping mode by
tapping the top-left corner of the screen. Eventually we may incorporate
this feature in "free" zoom mode.
2014-01-02 11:14:26 +08:00
chrox
62e12ddfba
import document module on-demand
2013-12-31 13:12:56 +08:00
chrox
e43c77c192
fix dictionary lookup crash in scroll mode
2013-12-31 12:42:58 +08:00
chrox
5140a4c6ff
fix dictionary lookup crash via OCR in scroll mode
2013-12-30 15:15:59 +08:00
chrox
f7387822aa
handle xps files in pdfdocument backend
2013-12-29 15:52:44 +08:00
chrox
c67b8a22ed
invert color when selecting bookmark
2013-12-29 15:19:22 +08:00
chrox
1cbc6b9669
move crereader margin options into defaults.lua
2013-12-28 18:39:42 +08:00
chrox
3eeba5389d
fix show hidden flag not persistent between restart
...
This should fix bug reported in comments of #278 .
2013-12-28 17:49:43 +08:00
chrox
60adab7168
add page overlap toggle in reader menu
...
This should implement #278 .
2013-12-28 17:33:36 +08:00
chrox
3ee2c758ec
fix lost of frontlight intensity after exiting kobo
...
This should fix #243 .
2013-12-28 14:30:44 +08:00
chrox
1288be7b95
automatically selecting CSS for specific file types
...
when turning off embedded style sheet.
This should fix #246 .
2013-12-28 13:45:32 +08:00
chrox
fefa0a3507
add version information in reader menu
...
This should implement #315 .
2013-12-28 12:44:55 +08:00
chrox
ee8838960b
add auto save settings option
2013-12-27 23:18:16 +08:00
chrox
32cd7b2a88
show both reader menu and config menu when tapping top
...
So the bottom tap zone is optional now and will be removed by default
in the future.
2013-12-27 21:47:19 +08:00
chrox
e5de29bfbd
remove redundant debug
2013-12-27 21:15:34 +08:00
chrox
13d70eec9b
add Kindle-like dictionary window follow-up
2013-12-26 22:40:40 +08:00
chrox
f12d8eb9b4
add align field in WidgetContainer
2013-12-26 22:34:00 +08:00
chrox
4c5d1caa92
detect touch event for more responsive UI
2013-12-26 22:32:34 +08:00
chrox
b5fd38f897
delayed calling of gotoXPointer when internal properties are changed
...
This should fix #400 and fix #300 .
2013-12-26 06:24:36 +08:00
chrox
b0d27a021d
tweaks on menu font size
2013-12-26 06:19:48 +08:00
chrox
2f9e65871a
invert item when tapping on filemanager
2013-12-26 06:18:38 +08:00
chrox
01046fe478
fix font size change when reopening the same credocument
2013-12-26 02:00:48 +08:00
Qingping Hou
27d7a7b1b6
Merge pull request #411 from Markismus/patch-1
...
Update input.lua
2013-12-24 12:25:41 -08:00
Markismus
a30de54511
Update gesturedetector.lua
...
Aligns DEBUG line 84 with the DEBUG lines in input.lua for easier visual checking.
2013-12-24 19:56:26 +01:00
Markismus
730b1880de
Update input.lua
...
When the the power_off switch is pulled a empty SYN_REPORT is generated and koreader crashed on a DEBUG line.
The DEBUG lines now generate identically spaced output, which makes it easier to read by eye.
2013-12-24 19:29:00 +01:00
chrox
3b9eaafadd
add dictionary lookup in crereader
2013-12-25 01:43:28 +08:00
chrox
7247a9e3a2
add writing direction option when reflowing
...
This probably will fix #195 .
2013-12-22 19:13:12 +08:00
Qingping Hou
c1a9a2505f
Merge pull request #404 from chrox/master
...
fix closing dict window will bookmark current page
2013-12-19 21:55:15 -08:00
chrox
f476a638a8
fix highlight dialog triggering bookmark
2013-12-20 12:17:11 +08:00
chrox
e5bf0eb13e
fix closing dict window will bookmark current page
...
use `self.highlight:handleEvent(Event:new("Tap"))` instead of
`self.ui:handleEvent(Event:new("Tap"))` when clearing highlighted
text since Tap event in latter situation will be captured by
the dogear widget.
2013-12-20 12:05:11 +08:00
Qingping Hou
213c121e63
Merge pull request #403 from Markismus/MultitouchKoboAura
...
This should fix the pinch and expand gesture on Kobo Aura
2013-12-19 18:43:29 -08:00
Qingping Hou
1d08b69055
Merge pull request #401 from chrox/master
...
append page number in toc entry
2013-12-19 18:43:20 -08:00
Markismus
5e7eed3a17
I was not able to generate the gestures "pinch" and "expand" on Kobo Aura.
...
While debugging ```GestureDetector:panState(tev)``` I saw that the TRACK ID never had -1 values .
So back to debugging ```input.lua```.
Now the Kobo Aura can pinch and expand.
2013-12-19 23:56:03 +01:00
chrox
648b4f33ec
add vertical span between title and content in filemanager
2013-12-19 23:21:41 +08:00
chrox
42c5ae2ac0
add option to display file size in filemanager
...
file size is not shown by default
2013-12-19 23:20:16 +08:00
chrox
5b31076025
calculate widgetcontainer dimension if not given
2013-12-19 23:15:24 +08:00
chrox
2bb3c7c286
append page number in toc entry
2013-12-19 23:14:27 +08:00
Qingping Hou
3951b0ca8b
Merge pull request #399 from chrox/master
...
customizable tap zones for page flipping and bookmarking
2013-12-17 22:54:25 -08:00
chrox
93866822d0
always show progress bar in flipping mode
...
tap on progress bar in flipping mode will goto corresponding page
2013-12-17 22:42:31 +08:00
chrox
da317ed14a
customizable tap zones for top menu
2013-12-17 20:11:34 +08:00
chrox
f0039cbb02
customizable tap zones for page flipping and bookmarking
2013-12-17 19:53:43 +08:00
chrox
3205f228d3
partial refresh when switching time display in progress bar
2013-12-17 19:51:07 +08:00
Huang Xin
c052655989
Merge pull request #397 from Markismus/MultitouchKoboAura
...
Two small changes to improve use for Kobo ereaders
2013-12-16 07:21:15 -08:00
Markismus
74e03bc615
Kobo Aura Hd and Mini users get the error message:
...
/luajit: ./frontend/ui/gesturedetector.lua:84: attempt to concatenate field 'y' (a nil value)
Hopefully the use of the "," in the DEBUG function instead of the string concatenate operator gets rid of it.
2013-12-16 11:37:41 +01:00
chrox
5dd96b8756
tap on reader footer will toggle time display
2013-12-15 20:19:06 +08:00
chrox
90d91d567a
add content range method in BottomContainer
2013-12-15 20:18:10 +08:00
chrox
912a8a496b
add customizable tap zones for tap forward/backward and config
2013-12-15 17:02:52 +08:00
chrox
ea91cdb4be
set title bar height to height of text widget in Menu widget
...
without the height of the close button widget
This will make room for one more menu item entry and fix #355 and #394 .
The larger tap zone for close button widget is still there.
2013-12-15 13:51:17 +08:00
chrox
4d7d88cfbc
page overlap is turned on by default
...
Page overlap added when turning in non-fit-to-page zoom mode
is now distinguishable from dim area overlap.
2013-12-09 15:58:25 +08:00
chrox
127e053d5b
add PAN_THRESHOLD when detecting hold_pan gesture
...
This should fix #383 .
2013-12-09 11:14:15 +08:00
Huang Xin
d4b76f89b4
Merge pull request #388 from Markismus/MultitouchKoboAura
...
Further improvements on Input:handlePhoenixTouchEv
2013-12-08 18:30:45 -08:00
Markismus
485ab8aa9d
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-08 14:37:03 +01:00
Qingping Hou
0ed65f9b4e
Merge pull request #387 from chrox/master
...
fix highlight drawing in #379
2013-12-05 11:14:07 -08:00
chrox
64f77c4210
refactoring handleTouchEv
2013-12-04 23:39:18 +08:00
Markismus
37b6f5e041
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-04 16:17:53 +01:00
Markismus
6f5c0d86cd
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-04 15:57:03 +01:00
chrox
2fd66e1fa3
typo fix
2013-12-04 22:17:05 +08:00
Markismus
acf1525630
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-04 13:13:46 +01:00
Markismus
b26b0729b9
Multitouch for Kobo Aura
...
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2013-12-04 13:02:19 +01:00
chrox
998193aa7b
add detection of more 3G Paperwhite 2 models
2013-12-01 21:06:33 +08:00
chrox
e4c77c272a
sort history file with modification time
2013-12-01 20:41:52 +08:00
chrox
84ad0f2307
fix null export highlight in reflowed mode
2013-11-30 21:17:13 +08:00
chrox
71cb2d3f93
fix looking up wrong word in reflowed page
...
that has a text layer underneath.
For multi-column page reflowing usually fits individual column to
page width and no finner word boxes are available to map reflowed
word box onto native word box. Now the relative position of a reflowed
word center is calculated as portion of the width and height of a larger
block it belongs. This relative position is also considered in
reflow-to-native position transform so that dictionary lookup now works
on multi-column pages in reflowing mode.
This should fix #376 .
2013-11-30 18:18:16 +08:00
chrox
153d0866d5
remove auto "contentwidth" in landscape
...
This should fix #365 .
2013-11-29 17:18:50 +08:00
HW
af902d1d79
fix for Kobo framebuffers: allow for rotation at framebuffer setup
...
the Kobo framebuffer comes up in landscape mode, that is, landscape
in the other direction as we do it when going into landscape mode.
we leave it this way, and rather allow for a rotation correction at
framebuffer setup.
this PR pulls the relevant changes from koreader-base and makes the
screen code aware of this additional rotation setting.
Kobo framebuffers should now work properly with the new framebuffer
FFI code. They can stay in 16bpp mode and don't change the current
framebuffer settings. They should thus properly interoperate with
the native framework on Kobos as well as sergeys KoboLauncher
(no garbled screen when returning)
2013-11-27 15:57:50 +01:00
chrox
326765a2d8
fix default full refresh in Kindle since the new ffi framebuffer
2013-11-27 21:38:36 +08:00
HW
962c2a15d3
Merge remote-tracking branch 'upstream/master' into native-framebuffer
2013-11-26 16:05:23 +01:00
HW
11bb9009fa
replace Screen.width/Screen.height with accessor methods
...
Screen.width and Screen.height are now gone, use the methods
getWidth() and getHeight() to get the relevant data. They will
take blitbuffer/framebuffer rotation into account.
2013-11-26 16:04:20 +01:00
HW
9d3c27117d
remove redundancy: new framebuffer supports rotation, multi-bpp
...
We can get rid of shadow blitbuffers. Screen.bb is now fb.bb.
All bpp conversion is now done by the blitbuffer abstraction layer.
Rotation mechanism is adapted to this.
2013-11-26 16:01:38 +01:00
chrox
0f61ddd01d
revert main GUI font to better-looking DroidSans
2013-11-25 23:35:24 +08:00
chrox
88c2307c14
fix kindle paperwhite2 support
...
reported at http://www.mobileread.com/forums/showpost.php?p=2696481&postcount=316
tested at http://www.hi-pda.com/forum/redirect.php?goto=findpost&ptid=1078988&pid=23393929
2013-11-25 23:30:54 +08:00
NiLuJe
3754ca1ec3
Crappy rework of the model detection on Kindle.
...
In case it wasn't obvious, I badly suck at lua :D.
2013-11-23 00:09:37 +01:00
Giorgio Micotti
b3ac4c97cb
Fix input for kobo phoenix, second iteration.
2013-11-22 21:02:30 +01:00
Giorgio Micotti
9576201da5
Tentative fix for touch coordinates on phoenix.
2013-11-19 22:44:40 +01:00
Giorgio Micotti
ffc27d4437
Fix DPI for nex Kobo Aura (phoenix).
2013-11-17 14:43:41 +01:00
ciro
cfd1f07f0e
fixed issue: https://github.com/koreader/koreader/issues/354
2013-11-08 10:42:06 +08:00
chrox
5bf56cbf4c
check position nullity in getTextFromBoxes
2013-10-28 21:49:54 +08:00
chrox
2f2d3553ff
fix cannot highlight text with only one word in the first line
2013-10-28 21:48:17 +08:00
chrox
4b312528f7
fix lost refresh in inputdialog enter callback
2013-10-28 20:01:44 +08:00
chrox
63d574c3b5
less verbose on fallback text rendering
2013-10-25 20:10:15 +08:00
chrox
0cdc5b64f4
fix debug on/off toggle
2013-10-25 20:07:58 +08:00
chrox
974927db54
smoother relative panning in scrolled pages
2013-10-25 16:07:04 +08:00
chrox
ae2462c17e
relative x and y in pan gesture are relative to first touch events
2013-10-25 16:05:20 +08:00
chrox
2590cc7ca5
highlight text from scratch instead of reusing rectmaps in reflowing mode
2013-10-25 13:22:49 +08:00
giorgio130
2cefdf7c6b
Merge pull request #344 from houqp/houqp-master
...
call scaleByDPI from screen module fixes #343
2013-10-24 11:03:36 -07:00
Qingping Hou
d3979ff72d
call scaleByDPI from screen module fixes #343
2013-10-24 13:47:22 -04:00
chrox
184a6f5d21
highlight word from scratch instead of reusing rectmaps in reflowing mode
...
Totally revert the OCR in reflowed page to build 545.
And this should fix #309 .
2013-10-24 23:45:09 +08:00
chrox
90d55cbde4
set auto detect word gap in reflowing by default
2013-10-24 23:45:09 +08:00
Hans-Werner Hilse
526137deda
add missing require of gettext
2013-10-24 15:45:02 +02:00
Hans-Werner Hilse
fd586a56e9
missing require() of infomessage in UIManager
...
require() must be done locally in order to not create circular dependencies
2013-10-24 14:54:55 +02:00
Hans-Werner Hilse
22e5117cce
add missing require for defining DEBUG
2013-10-24 10:44:15 +02:00
chrox
f49f64bc15
add missing gettext and Menu module
2013-10-23 22:51:07 +08:00
chrox
4cfdce6105
fix several local calls of Math.round
2013-10-23 22:37:55 +08:00
HW
141d72ddbe
Merge remote-tracking branch 'upstream/master'
2013-10-22 20:54:57 +02:00
HW
09cd5c4104
Make DEBUG a require()d local
2013-10-22 20:51:29 +02:00
HW
748a443cd5
Merge remote-tracking branch 'upstream/master'
...
resolved conflicts with refactored structure
2013-10-22 17:19:08 +02:00
HW
2154e7e852
Further refactoring
...
This should finish the work to make all globals to local variables.
That allows LuaJIT to properly compile things by interning the
references to the relevant parts (rather than looking up globals
all the time which stops a trace).
2013-10-22 17:11:31 +02:00
chrox
99e0da52b6
check json output before decoding
...
This should fix #332 .
2013-10-22 22:13:47 +08:00
chrox
8b6bf2e72b
export highlights only if highlighted text is not nil
2013-10-20 12:32:35 +08:00
HW
ef111b99c6
Refactored to use strictly locals
2013-10-18 22:38:07 +02:00
Giorgio Micotti
a7d545632a
Nicer close button, solves #321 .
2013-10-18 21:03:28 +02:00
Qingping Hou
bc91b932d1
style cleanup in document.lua
2013-10-17 17:37:53 -04:00
Qingping Hou
a59723c053
add pic document type
2013-10-17 17:35:05 -04:00
Qingping Hou
10bf048d77
move configurable to Document class
...
since every document type is depend on it now
2013-10-17 17:28:20 -04:00
chrox
957cfdbb1b
revert JSON hack since the unusual utf8 representation is fixed
2013-10-18 00:06:34 +08:00
chrox
1ccba6ce39
use --utf8-input and --utf8-out params when calling sdcv
...
This will prevent string encoding conversion in Kobo in which it
has problem to doing so.
This patch should fix #252 and #272 .
2013-10-18 00:02:55 +08:00
chrox
d7d2b9a20b
press Enter in Goto Dialog will goto page/location directly
2013-10-17 23:56:03 +08:00
chrox
c86bb46ef7
add gotoLocation for credocument
2013-10-17 23:53:29 +08:00
chrox
506dbed865
save cre3.ini on closing each credocument
...
and page margin settings will be restored before rendering.
This patch should fix #299 .
2013-10-16 23:21:20 +08:00
chrox
c20bc91ba3
fix JSON parser on some rare utf8 representations
...
This patch is provided by @hchaojie and should fix #252 .
2013-10-16 21:09:39 +08:00
chrox
cd2ee14b91
various fixes on Device:hasKeyboard check
2013-10-16 20:56:18 +08:00
chrox
c829b01d67
fix onSelect revert on config and menu
2013-10-16 20:54:53 +08:00
chrox
aac1509c21
check dimension restraint on regional refresh request
2013-10-16 20:52:32 +08:00
chrox
32ffacdf77
adjust font sizes in credocument according to screen dpi
...
and font sizes list is moved to defaults.lua
2013-10-16 17:06:28 +08:00
chrox
3f3e434157
rescale font size when fallbacks to fallback fonts
...
and make FreeSerif font the default font instead of DroidSansFallback
This patch should fix #272 .
2013-10-16 12:22:53 +08:00
chrox
ca37eb8889
remove the ui/image dependency
2013-10-15 23:00:52 +08:00
chrox
987b34f092
reactivate FFI blitbuffer module
...
This should fix #274 and #288 .
2013-10-15 22:55:42 +08:00
chrox
9f42289226
use pixels from reflowed page when doing OCR in reflowing mode
...
I hope it will get back OCR accuracy as in build 545.
2013-10-14 23:06:05 +08:00
chrox
2cd5a083ae
fix getAutoBBox failed bug
...
If getAutoBBox is fed with a blank page the returned bbox will be
much smaller than the native page dimensions. The problem is that
in zoom to 'content*' mode document renderer will try to render
the whole page at a zoom level that can cover the screen with the
bbox region of the page. That's if the blank page size is 3000*4000
and the returned autobbox is 300*400, the screen size is 600*800,
then the page will be rendered in 3000*(600/300)*4000*(800/400)
which is so large that the cache manager will not accept.
This patch just check if the returned autobbox is considerablely
much smaller than the native page dimensions. If so it will return
the manual bbox.
This patch should fix #293 . And it's tested with the case provided
by @Markismus in #291 .
2013-10-14 14:21:08 +08:00
chrox
3e94520e53
add width param in ToggleSwitch
2013-10-13 23:10:31 +08:00
chrox
7a5ce55b8d
fix extra page rendering when starts up in landscape mode
2013-10-13 22:13:04 +08:00
chrox
1ee6d5a9c5
add DEBUGBT function to traceback certain location
2013-10-13 21:59:24 +08:00
chrox
f32e9e4548
change medium and large defect sizes to 3.0 and 5.0 respectively
2013-10-13 21:31:39 +08:00
chrox
ead331924f
fix toggle color inconsistency
2013-10-13 16:52:32 +08:00