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

3414 Commits

Author SHA1 Message Date
chrox
3018c7c6b6 add rotate method for ImageWidget 2014-08-14 20:11:21 +08:00
Huang Xin
28c60dbb76 Merge pull request #798 from pazos/master
update pot file
2014-08-14 20:10:05 +08:00
pazos
850eea418e translate filemanager (search & setdefaults) 2014-08-14 14:03:15 +02:00
chrox
b7c7287bab remove more global variables 2014-08-14 19:52:30 +08:00
chrox
e1af17938c remove global variable Image 2014-08-14 19:51:40 +08:00
chrox
9f3eb0b784 rescale image if width or height is specified in ImageWidget 2014-08-14 19:51:40 +08:00
pazos
bad193346e Translate bookmarks page title 2014-08-14 13:37:06 +02:00
Huang Xin
4df4a62de9 Merge pull request #794 from WS64/master
Search Enhancements
2014-08-13 15:34:45 +08:00
WS64
09334dd7a6 Changed size and added some "close"s 2014-08-13 08:08:18 +02:00
WS64
19c7c14809 Search Enhancements
- Paths now can have unicode characters
- Long tap on search result shows book infos
2014-08-12 22:25:38 +02:00
NiLuJe
f9f940e85c Merge pull request #792 from chrox/master
rebase crengine with sourceforge upstream
2014-08-12 18:12:29 +02:00
chrox
a21c322499 add close button in InboxChooser 2014-08-12 22:26:59 +08:00
chrox
b86a086a83 recalculate width in InboxChooser 2014-08-12 22:14:04 +08:00
chrox
d7ae82ddde rebase crengine with sourceforge upstream
And add lastCharMargin to eliminate truncation of synthetic italic
glyphs. This should fix #767.

And #742 should also be fixed.
2014-08-12 21:27:30 +08:00
Huang Xin
f21d9878c5 Merge pull request #790 from WS64/master
Kobo: Turn light on/off according to start parameters
2014-08-12 19:28:52 +08:00
WS64
11996cb6bb Kobo: Turn light on/off according to start parameters
Kobo only.
I guess Kindle handles this himself anyway?
2014-08-12 13:11:13 +02:00
WS64
7fb9940063 Added two light parameter for Kobo 2014-08-12 13:09:22 +02:00
Huang Xin
a7d1e720ef Merge pull request #789 from WS64/master
remember editor settings after changing/cancelling one entry
2014-08-12 16:15:35 +08:00
WS64
dd70023c2c Add a parameter to swithItemTable to jump directly to this item 2014-08-12 09:36:23 +02:00
WS64
6c911bb453 remember editor settings after changing/cancelling one entry 2014-08-12 09:35:03 +02:00
Huang Xin
aef8c14c42 Merge pull request #787 from WS64/master
Change behaviour when LIBRARY_PATH is nil
2014-08-12 08:28:03 +08:00
WS64
d81f6e7dd2 typo 2014-08-11 22:41:42 +02:00
WS64
a51f8e8050 Update filemanagersetdefaults.lua 2014-08-11 20:03:03 +02:00
WS64
5cb550d471 Change behaviour when LIBRARY_PATH is nil 2014-08-11 19:43:43 +02:00
NiLuJe
138b311e7c Merge pull request #786 from chrox/master
enable highlight in dictionary lookup window
2014-08-11 18:22:22 +02:00
chrox
19e6f603f0 move 'Set defaults' to tools tab
And save to persistent defaults dialog will popup when holding
on the 'Set defaults' menu.
2014-08-11 22:14:19 +08:00
chrox
a9b16613cf enable highlight in dictionary lookup window
This should fix #774.
2014-08-11 21:50:21 +08:00
chrox
828d698b56 fix scaleByDPI(1) returns 0 in screen of lower DPI 2014-08-11 21:18:27 +08:00
chrox
9398428f4e fix typo
This should fix #785.
2014-08-11 20:40:27 +08:00
chrox
38c75f8359 fix the first file in a zip is a directory will raise error in zipContentExt 2014-08-11 20:40:27 +08:00
Huang Xin
536a3dcc03 Merge pull request #784 from WS64/master
Add en editor for defaults.lua to filemanager
2014-08-11 20:32:47 +08:00
WS64
bd596927dd Corrected the filename 2014-08-11 14:24:32 +02:00
WS64
2d72bb7e3f Update reader.lua 2014-08-11 14:03:22 +02:00
WS64
5a2b9103e9 Update reader.lua 2014-08-11 13:49:18 +02:00
WS64
a0818bb1ab Update filemanagersearch.lua 2014-08-11 10:40:22 +02:00
WS64
9830119405 Add defaults editor 2014-08-11 10:39:49 +02:00
WS64
0880924087 Add defaults and remove search options 2014-08-11 10:39:08 +02:00
WS64
eada89002d Remove Search Options (will be part of edit defaults) 2014-08-11 10:38:17 +02:00
WS64
7ccb948833 Add default value 2014-08-11 10:37:38 +02:00
Huang Xin
cc46f24df6 Merge pull request #783 from NiLuJe/master
Make the geometry of the minibar user-configurable
2014-08-11 11:37:05 +08:00
NiLuJe
e2efb230a6 Make the geometry of the minibar user-configurable
As well as the width of the toc notches
Lower the default value of the container size a bit to avoid eating into
the last line on small borders setup (I checked on 167 & 212 DPI
devices, Feel free to revert to the previous value (19) if that causes
trouble).
2014-08-11 05:09:45 +02:00
Huang Xin
81f2d4b668 Merge pull request #778 from pazos/master
clean the pot file
2014-08-10 07:57:24 +08:00
NiLuJe
87a8738d89 Merge pull request #781 from WS64/master
Add search options and remove one bug with searching
2014-08-09 21:21:45 +02:00
WS64
cd763f00b4 Register search options 2014-08-09 20:50:03 +02:00
WS64
2490d8da53 Remove pattern searching.
That caused the error when searching for "("
2014-08-09 20:49:26 +02:00
WS64
52d6acdd50 Add search options (new) 2014-08-09 20:48:47 +02:00
Huang Xin
37b2459cd0 Merge pull request #779 from WS64/master
Added dkjson as owner of the unichar function
2014-08-09 23:04:12 +08:00
WS64
bdf26d7859 Added dkjson as owner of the unichar function 2014-08-09 16:38:48 +02:00
Martín Fernández
e6bd5e811e Update koreader.pot 2014-08-09 16:18:28 +02:00
Martín Fernández
58be50e45e Update main.lua 2014-08-09 16:16:20 +02:00