2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
Commit Graph

3210 Commits

Author SHA1 Message Date
chrox
b5a2da34e3 update koreader-base 2014-08-19 16:02:37 +08:00
chrox
f89dfe0b06 fix making of local package in OTA for Kobo
by excluding kobo launching files that may be removed after installation
2014-08-19 15:56:41 +08:00
Qingping Hou
d0f61a9364 Merge pull request #810 from chrox/master
revert rebasing with sourceforge upstream crengine
2014-08-19 01:50:29 -04:00
chrox
8e70c0f39b ignore tar.gz packages 2014-08-19 12:11:49 +08:00
chrox
eeeccd8a2b update koreader-base 2014-08-19 12:11:49 +08:00
chrox
dc911c659e adapt DroidSansFallback file name 2014-08-19 12:11:49 +08:00
chrox
fe14809bdf update mupdf and k2pdfopt to latest versions 2014-08-19 12:11:49 +08:00
chrox
507b989747 use pdfreader instead of crereader to handle zip files
Generally zip files are zipped pictures which should be
better handled in pdfreader.
2014-08-19 12:11:49 +08:00
chrox
8fb47fe415 update pot file 2014-08-19 12:11:49 +08:00
chrox
30898a3cd8 config line space/font gamma values directly 2014-08-19 12:11:49 +08:00
chrox
c5def15558 lift TOC entry in navi tab 2014-08-19 12:11:49 +08:00
chrox
492a36a7da add follow links option in navigation tab of reader menu
If "Follow links" options is not checked links won't be followed.
The "Follow links" option is checked by default.
This option affect both PDF and EPUB documents.
2014-08-19 12:11:49 +08:00
chrox
e68e409469 revert rebasing with sourceforge upstream
fix #799
fix #801
2014-08-19 12:11:49 +08:00
chrox
f37faadcf1 ImageWidget now supports png, jpg and tiff files 2014-08-19 12:11:49 +08:00
chrox
c8bc9ee37c close screen framebuffer when exiting reader 2014-08-19 12:11:48 +08:00
Huang Xin
88c80f447b Merge pull request #814 from WS64/master
New function, browse series/tags, and sorting of all search results
2014-08-19 09:12:20 +08:00
Huang Xin
bc232fce37 Merge pull request #815 from pazos/master
move wifi.sh to networkmgr.lua
2014-08-19 09:11:07 +08:00
pazos
955825d5ee [kobo] add support for external launchers to koreader.sh 2014-08-19 01:48:31 +02:00
pazos
a568995778 remove wifi.sh from Makefile 2014-08-19 00:52:21 +02:00
pazos
30931f22b9 update pot file 2014-08-19 00:50:38 +02:00
pazos
a455b3a730 move wifi.sh to networkmgr.lua 2014-08-19 00:48:06 +02:00
WS64
5201f59451 Go back to series/tags list after enter a series/tag
Todo: Go back to the actual page
2014-08-18 22:52:29 +02:00
WS64
05abbbdff9 Minor change for error "not found2 messages 2014-08-18 20:44:15 +02:00
WS64
24f3bdb7fa Add number of books to browse fundction 2014-08-18 20:37:32 +02:00
WS64
7fb545286b New function, browse series/tags, and sorting of all search results 2014-08-18 09:48:46 +02:00
Qingping Hou
5d8a9fa1bd Merge pull request #813 from chrox/dict_lookup
lookup input word when holding on word in dict lookup window
2014-08-17 17:16:27 -04:00
chrox
d34a7fb355 lookup input word when holding on word in dict lookup window 2014-08-18 00:32:09 +08:00
Huang Xin
0145bf217e Merge pull request #811 from WS64/master
Reuser earlie search and minor bugfixes
2014-08-17 18:11:46 +08:00
WS64
0a6fbe28e3 Reaarange cancel buttons to the left 2014-08-17 12:02:24 +02:00
WS64
f39ffc623a Reuse previous search 2014-08-17 12:01:59 +02:00
WS64
298874c4ae Preparation for new function "browse" 2014-08-17 12:01:33 +02:00
Huang Xin
3331c7739d Merge pull request #807 from WS64/master
Enhancements Search/Set Defaults
2014-08-17 08:21:52 +08:00
WS64
c7240539d5 add second library 2014-08-16 22:33:11 +02:00
WS64
582c56a6dc add reminder to save unsaved settings 2014-08-16 22:32:34 +02:00
WS64
085b4fce6a Handle defaults by type (boolean/string/number) 2014-08-16 22:31:32 +02:00
WS64
8224cd714b Added a sedond library path 2014-08-16 22:28:29 +02:00
Huang Xin
73d0297ce5 Merge pull request #805 from WS64/master
Full refresh after suspend
2014-08-16 07:02:51 +08:00
WS64
24af13e1c3 Full refresh after suspend 2014-08-15 22:07:01 +02:00
Huang Xin
971adb901c Merge pull request #802 from WS64/master
Safety measure to screensaver
2014-08-15 22:30:08 +08:00
WS64
ff4fa33608 Update uimanager.lua 2014-08-15 15:59:40 +02:00
WS64
d72ff42a0d Can't convert false back to string in "set defaults", so the default needs to be a string 2014-08-15 15:58:53 +02:00
Huang Xin
ee6eef8747 Merge pull request #800 from WS64/master
Screensaver for Kobo
2014-08-15 10:20:00 +08:00
WS64
768077aaa0 Screensaver functionality for Kobo 2014-08-14 22:18:27 +02:00
WS64
fde966afd2 Readded a comment that was lost by an earlier PR 2014-08-14 22:17:53 +02:00
WS64
20d335befd Points to the picture(s) 2014-08-14 22:16:52 +02:00
Qingping Hou
3eab7e0917 Merge pull request #797 from chrox/master
rescale image if width or height is specified in ImageWidget
2014-08-14 15:25:39 -04:00
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