2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
Commit Graph

2145 Commits

Author SHA1 Message Date
Giorgio Micotti
22abc0b77a Update koreader-base. 2013-09-09 10:31:29 +02:00
Giorgio Micotti
d1416f646b Update koreader-base. 2013-09-09 09:05:13 +02:00
Giorgio Micotti
be1a637c3b DO NOT MERGE initial suspend support for Kobo 2013-09-09 09:04:09 +02:00
HW
f16c9e11da Merge pull request #268 from chrox/master
update koreader-base to include new djvulibre repo address
2013-09-06 03:19:27 -07:00
chrox
22c18e5ca0 update koreader-base to include new djvulibre repo address 2013-09-06 17:33:42 +08:00
Huang Xin
326fcbde38 Merge pull request #267 from hwhw/master
update koreader-base to include fixes
2013-09-06 01:35:48 -07:00
Hans-Werner Hilse
cf1f8e9736 update koreader-base to include fixes 2013-09-06 09:54:32 +02:00
HW
58a6f4ee97 Merge pull request #263 from houqp/houqp-master
update koreader-base for blitbuffer and ft ffi modules
2013-09-03 23:59:58 -07:00
Qingping Hou
9f1f652cb2 update koreader-base for blitbuffer and ft ffi modules 2013-09-04 01:14:33 -04:00
{Qingping, Dave} Hou
7ba00d4fcb Merge pull request #260 from chrox/master
update k2pdfopt to version 2.00
2013-09-03 22:09:35 -07:00
Huang Xin
265d556032 Merge pull request #261 from hwhw/master
add a UTF8 character iterator
2013-09-03 08:00:14 -07:00
HW
25faf7e1a4 fixed bugs in implementation of utf8Chars() 2013-09-03 16:54:06 +02:00
HW
61c232e0e9 add a UTF8 character iterator
this speeds up font rendering since LuaJIT doesn't have to use
the interpreter for string.gsub(), which was used before
2013-09-03 16:24:49 +02:00
chrox
18eeccbbed update k2pdfopt to version 2.00 2013-09-03 22:19:25 +08:00
Paulo Matias
8b8a8d2d8e Merge pull request #259 from chrox/master
update koreader-base
2013-09-03 05:45:55 -07:00
chrox
d5e1f3971f update koreader-base 2013-09-03 17:30:55 +08:00
{Qingping, Dave} Hou
8d45e86581 Merge pull request #258 from giorgio130/master
Solve bug #210.
2013-09-02 14:16:06 -07:00
Giorgio Micotti
45cc6492ab Solve bug #210. 2013-09-02 21:16:56 +02:00
{Qingping, Dave} Hou
6586d55ad3 Merge pull request #254 from chrox/menu_layout
fix widget out-of-bound in bookmark and toc menus
2013-09-01 08:09:06 -07:00
{Qingping, Dave} Hou
8017c7e42e Merge pull request #255 from chrox/dict_unicode
split string with delimiters captured
2013-09-01 07:56:01 -07:00
chrox
094a98b819 split string with delimiters captured 2013-09-01 22:13:20 +08:00
chrox
1c728d6945 fix widget out-of-bound in bookmark and toc menus
The original menu layout needs manual dimension calculations
such as  white padding for displaying page information in
footer as the title, all item contents and footer are stacked
in one VerticalGroup. Out-of-bound error(koreader/koreader-base#43)
will occur in some corner cases if we missed something in
the calculation. The patch sent in this PR invented a new
layout for menu widget in which no manual calculation is needed
for displaying the footer. And the footer will be placed well
inside the menu frame.

   +--------------+
   | +----------+ |
   | |+--------+| |
   | || Header || |
   | |+--------+| |
   | |+--------+| |
   | ||  Item  || |
   | ||  Item  || |
   | |+--------+| |
   | |(Vertical | |
   | |  Group)  | |
   | +----------+ |
   |    Footer    |
   |(OverlapGroup)|
   +--------------+
2013-09-01 16:36:45 +08:00
{Qingping, Dave} Hou
846fb887de Merge pull request #250 from thotypous/master
Update documentation
2013-08-28 14:46:40 -07:00
Paulo Matias
b16bad974e Update documentation
Since the build system has changed after modularization. Also,
point out that the project now supports Kobo devices too.
2013-08-28 18:36:19 -03:00
Huang Xin
25a2920716 Merge pull request #240 from houqp/houqp-master
add hidden file toggle for file manager
2013-08-24 21:52:50 -07:00
Qingping Hou
4c40fece74 add hidden file toggle 2013-08-25 00:00:06 -04:00
Huang Xin
a1e0ae90ce Merge pull request #238 from thotypous/realpath
Realpath
2013-08-23 07:00:13 -07:00
Paulo Matias
92e12d6466 Use ReaderFrontLight:addToMainMenu in FM
Check if frontlight is present using the same method as ReaderFrontLight:init,
just for consistency.
2013-08-23 08:39:35 -03:00
Paulo Matias
3d04925109 Remove FileChooser:compressPath, use util.realpath 2013-08-23 08:39:09 -03:00
{Qingping, Dave} Hou
87655ffdec Merge pull request #237 from thotypous/fix-crash-root
Fix crash when trying to go to / on FM
2013-08-22 08:36:31 -07:00
Paulo Matias
e668379f6d Fix crash when trying to go to / on FM
Deals with more cases in FileChooser:compressPath, including `/mnt/..`.
2013-08-22 11:42:21 -03:00
{Qingping, Dave} Hou
b2910ef5ca Merge pull request #236 from thotypous/frontlight-fixes
Change util.isEmulated to boolean and fix frontlight
2013-08-22 07:42:16 -07:00
Paulo Matias
d7b747d6dd Change util.isEmulated to boolean and fix frontlight
Device:hasFrontlight always returned a true-like value because util.isEmulated was an integer.
Fixed this, also, used a polymorphic object design to reduce FrontLight code, and
adapted BaseFrontLight for the emulator.
2013-08-22 10:10:29 -03:00
Huang Xin
945c4b3470 Merge pull request #235 from houqp/houqp-master
reset current page on item_table switch for menu widget
2013-08-22 01:08:13 -07:00
Qingping Hou
c951eacc35 fix: reset current page on item_table switch for menu widget 2013-08-22 12:01:00 +08:00
Qingping Hou
cad8ddec92 disable path compress on relative path 2013-08-22 11:39:35 +08:00
Huang Xin
9253406ab6 Merge pull request #234 from thotypous/master
Update koreader-base
2013-08-21 19:12:33 -07:00
Paulo Matias
a646f6e26c Update koreader-base 2013-08-21 13:44:30 -03:00
Huang Xin
8eb195a42e Merge pull request #233 from thotypous/fl-toggle-clear
Add InputText:setText and avoid non-intuitive UI behavior after light toggle
2013-08-21 05:06:51 -07:00
Paulo Matias
54636e9407 Add InputText:setText and avoid non-intuitive UI behavior after light toggle 2013-08-21 08:54:46 -03:00
{Qingping, Dave} Hou
93f5e53ebb Merge pull request #232 from chrox/master
patch crengine to register external fonts
2013-08-20 22:13:12 -07:00
chrox
19bae7852d patch crengine to register external fonts 2013-08-21 11:30:14 +08:00
HW
843d6972d0 Merge pull request #231 from thotypous/lulip-move-base
No need for lulip to be global
2013-08-19 07:31:56 -07:00
Paulo Matias
130786dd9f Merge branch 'master' into lulip-move-base 2013-08-19 11:22:09 -03:00
Paulo Matias
af6d47fb6c Update koreader-base 2013-08-19 11:20:52 -03:00
Paulo Matias
8f53571e06 No need for lulip to be global 2013-08-19 11:07:19 -03:00
HW
cbb919d2a3 Merge pull request #230 from thotypous/lulip-move-base
Move lulip to koreader-base
2013-08-19 07:05:46 -07:00
Paulo Matias
2492ca247a Use ffi/lulip.lua from koreader-base; change package.path 2013-08-19 10:58:42 -03:00
Paulo Matias
ed7d4070c0 Update koreader-base 2013-08-19 10:56:22 -03:00
{Qingping,Dave} Hou
7537f3acc0 Merge pull request #229 from thotypous/lulip-ffi-util
Remove ffi.cdef to avoid conflict with ffi/util.lua from koreader-base
2013-08-18 21:03:09 -07:00