chrox
aefb58f5bf
bugfix: fix invalid auto page cropping
2013-07-20 02:51:17 +08:00
chrox
71d6395fba
add Translate button when selecting multiple words
2013-07-20 02:49:03 +08:00
chrox
1808c7e5c3
add document language option in config dialog
...
Document language setting is used for better text extraction and OCR.
2013-07-20 02:46:51 +08:00
{Qingping,Dave} Hou
ffb2264133
Merge pull request #161 from chrox/config_dialog
...
bugfix: show last used panel when opening config dialog
2013-07-16 00:06:07 -07:00
chrox
167e6ca0aa
bugfix: show last used panel when opening config dialog
2013-07-16 14:15:22 +08:00
{Qingping,Dave} Hou
af2e9436dc
Merge pull request #160 from chrox/master
...
if original zoom mode is not "content", set zoom mode to "contentwidth" after cropping
2013-07-15 10:41:58 -07:00
Huang Xin
c8a1fb4935
if original zoom mode is not "content", set zoom mode to "contentwidth" after cropping
...
Otherwise, users will feel confused that the view stays the same after cropping if current mode is fit-to-page.
2013-07-15 19:10:17 +08:00
{Qingping,Dave} Hou
88145c0258
Merge pull request #159 from chrox/config_dialog
...
show last used panel when opening config dialog
2013-07-14 13:14:24 -07:00
chrox
03faf70fd5
show last used panel when opening config dialog
2013-07-14 18:48:06 +08:00
{Qingping,Dave} Hou
8069f77703
Merge pull request #158 from chrox/master
...
add hyphenation dictionaries in customupdate
2013-07-13 07:14:44 -07:00
chrox
466605e8f7
add hyphenation dictionaries in customupdate
2013-07-13 21:48:57 +08:00
{Qingping,Dave} Hou
bb62d0c5e2
Merge pull request #157 from chrox/path_compress
...
compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
2013-07-13 01:33:22 -07:00
chrox
6c4248251c
compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
...
This patch fixes Bug #107
2013-07-13 15:24:10 +08:00
{Qingping,Dave} Hou
8c8977567c
Merge pull request #156 from chrox/landscape_ori
...
toggle landscape will change orientation for landscape mode
2013-07-12 23:13:28 -07:00
{Qingping,Dave} Hou
ebb5e1b0f8
Merge pull request #155 from chrox/semi-auto
...
add semi-auto bbox option in page crop dialog
2013-07-12 23:12:03 -07:00
chrox
52c4ada111
save rotation mode in doc settings
2013-07-13 13:57:02 +08:00
chrox
c19de743ba
toggle landscape will change orientation for landscape mode
2013-07-13 13:56:25 +08:00
chrox
7f1d682a98
adapt gesture detector for 90 degrees rotation
2013-07-13 13:55:21 +08:00
chrox
703e9da698
add 90 degrees of landscape mode
2013-07-13 13:54:29 +08:00
chrox
cee6f6a616
fix typo in readerrotation.lua
2013-07-13 13:52:30 +08:00
chrox
2e5d2b9930
add semi-auto bbox option in page crop dialog
2013-07-13 11:18:49 +08:00
chrox
87296fe884
set larger toggle switch width
2013-07-13 11:08:53 +08:00
{Qingping,Dave} Hou
c8efeb3cc3
Merge pull request #153 from chrox/master
...
add fixed point procedure for better reflow performance
2013-07-12 09:24:40 -07:00
chrox
56c8b28f7c
Fix bug #151
...
Check if there is only one line between the two positions and no
word boxes are found, if so break the loop immediately.
2013-07-12 20:52:12 +08:00
chrox
5a3f239e8a
add fixed point procedure for better reflow performance
2013-07-12 19:52:58 +08:00
{Qingping,Dave} Hou
30d3db5ccc
Merge pull request #152 from chrox/master
...
keep only one instance of reader.lua
2013-07-11 21:20:28 -07:00
Huang Xin
8cd6854808
kill reader.lua immediately after reader.lua exits
2013-07-12 11:11:28 +08:00
Huang Xin
fa9713cceb
keep only one instance of reader.lua
...
in case the reader crashed without cleaning up the forked subprocess lipc-wait-event
2013-07-11 23:47:36 +08:00
Huang Xin
1582f2e307
Merge pull request #149 from houqp/houqp-master
...
update translation
2013-07-10 21:25:33 -07:00
{Qingping,Dave} Hou
f25e30e3ac
Merge pull request #150 from giorgio130/master
...
Fix bug #144
2013-07-10 13:54:17 -07:00
Giorgio Micotti
6c9b76de4f
Fix bug #144 .
2013-07-10 21:16:49 +02:00
Qingping Hou
a8e13d30c8
update translation
2013-07-10 12:56:14 -04:00
Huang Xin
4c1e17ae8f
Merge pull request #148 from giorgio130/master
...
Clean-up for kobo devices
2013-07-10 00:48:03 -07:00
Giorgio Micotti
c91e3834bb
Added detection of single kobo models. Also a script to launch koreader is included and the related Makefile changes.
2013-07-10 09:10:38 +02:00
{Qingping,Dave} Hou
c423c031b3
Merge pull request #146 from chrox/master
...
semi-automatic bbox finding
2013-07-09 21:16:18 -07:00
Huang Xin
dae90add0c
Merge pull request #147 from giorgio130/master
...
Make cbz show up in file chooser, fix #119
2013-07-09 04:26:35 -07:00
chrox
9cb9999865
semi-automatic bbox finding
...
Semi-automatic cropping is implemented with a initial
manual cropping that exclude the obvious decorating line or
the spine part in scanned books and then an automatic cropping
ie. background/foreground pixel detection restricted within
the manual cropping area.
This PR is a candidate for the solution of issue #141 .
2013-07-09 19:15:45 +08:00
Giorgio Micotti
01d04250c2
Fix bug #119 .
2013-07-09 12:39:43 +02:00
Giorgio Micotti
98a2e50652
Add cbz to the supported extensions of pdf viewer.
2013-07-09 12:32:21 +02:00
chrox
43240a7d98
add defaults.lua in emu directory
2013-07-09 15:39:27 +08:00
chrox
5b1ca4b101
remove associated scroll mode setting with zoom mode
2013-07-09 15:38:34 +08:00
{Qingping,Dave} Hou
a60eb8fd3e
Merge pull request #145 from ddysher/master
...
when open document, check if provider is nil
2013-07-08 23:31:45 -07:00
Deyuan Deng
9528f4a95b
when open document, check if provider is nil
2013-07-08 23:17:06 -07:00
Huang Xin
24eb3a139b
Merge pull request #143 from houqp/houqp-master
...
add scrollmode and fullscreen mode to defaults
2013-07-06 21:22:46 -07:00
Qingping Hou
5b8996dfcc
turn off scroll mode be default
2013-07-06 02:58:25 -04:00
Qingping Hou
0d902a1a4c
add scrollmode and fullscreen mode to defaults
2013-07-03 02:19:10 -04:00
Huang Xin
4f36cd2504
Merge pull request #142 from houqp/houqp-master
...
add defaults.lua support
2013-07-01 00:06:59 -07:00
Qingping Hou
84801e6f51
add defaults.lua in customupdate
2013-07-01 02:58:06 -04:00
Qingping Hou
561c7902ca
move defaults.lua to root directory
2013-07-01 02:55:28 -04:00
Qingping Hou
18122fe067
add defaults.lua
2013-07-01 02:41:33 -04:00