Commit Graph

2131 Commits (8b8a8d2d8e291d22e6272826b8f7f7bbd62011dc)
 

Author SHA1 Message Date
Paulo Matias 8b8a8d2d8e Merge pull request #259 from chrox/master
update koreader-base
11 years ago
chrox d5e1f3971f update koreader-base 11 years ago
{Qingping, Dave} Hou 8d45e86581 Merge pull request #258 from giorgio130/master
Solve bug #210.
11 years ago
Giorgio Micotti 45cc6492ab Solve bug #210. 11 years ago
{Qingping, Dave} Hou 6586d55ad3 Merge pull request #254 from chrox/menu_layout
fix widget out-of-bound in bookmark and toc menus
11 years ago
{Qingping, Dave} Hou 8017c7e42e Merge pull request #255 from chrox/dict_unicode
split string with delimiters captured
11 years ago
chrox 094a98b819 split string with delimiters captured 11 years ago
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)|
   +--------------+
11 years ago
{Qingping, Dave} Hou 846fb887de Merge pull request #250 from thotypous/master
Update documentation
11 years ago
Paulo Matias b16bad974e Update documentation
Since the build system has changed after modularization. Also,
point out that the project now supports Kobo devices too.
11 years ago
Huang Xin 25a2920716 Merge pull request #240 from houqp/houqp-master
add hidden file toggle for file manager
11 years ago
Qingping Hou 4c40fece74 add hidden file toggle 11 years ago
Huang Xin a1e0ae90ce Merge pull request #238 from thotypous/realpath
Realpath
11 years ago
Paulo Matias 92e12d6466 Use ReaderFrontLight:addToMainMenu in FM
Check if frontlight is present using the same method as ReaderFrontLight:init,
just for consistency.
11 years ago
Paulo Matias 3d04925109 Remove FileChooser:compressPath, use util.realpath 11 years ago
{Qingping, Dave} Hou 87655ffdec Merge pull request #237 from thotypous/fix-crash-root
Fix crash when trying to go to / on FM
11 years ago
Paulo Matias e668379f6d Fix crash when trying to go to / on FM
Deals with more cases in FileChooser:compressPath, including `/mnt/..`.
11 years ago
{Qingping, Dave} Hou b2910ef5ca Merge pull request #236 from thotypous/frontlight-fixes
Change util.isEmulated to boolean and fix frontlight
11 years ago
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.
11 years ago
Huang Xin 945c4b3470 Merge pull request #235 from houqp/houqp-master
reset current page on item_table switch for menu widget
11 years ago
Qingping Hou c951eacc35 fix: reset current page on item_table switch for menu widget 11 years ago
Qingping Hou cad8ddec92 disable path compress on relative path 11 years ago
Huang Xin 9253406ab6 Merge pull request #234 from thotypous/master
Update koreader-base
11 years ago
Paulo Matias a646f6e26c Update koreader-base 11 years ago
Huang Xin 8eb195a42e Merge pull request #233 from thotypous/fl-toggle-clear
Add InputText:setText and avoid non-intuitive UI behavior after light toggle
11 years ago
Paulo Matias 54636e9407 Add InputText:setText and avoid non-intuitive UI behavior after light toggle 11 years ago
{Qingping, Dave} Hou 93f5e53ebb Merge pull request #232 from chrox/master
patch crengine to register external fonts
11 years ago
chrox 19bae7852d patch crengine to register external fonts 11 years ago
HW 843d6972d0 Merge pull request #231 from thotypous/lulip-move-base
No need for lulip to be global
11 years ago
Paulo Matias 130786dd9f Merge branch 'master' into lulip-move-base 11 years ago
Paulo Matias af6d47fb6c Update koreader-base 11 years ago
Paulo Matias 8f53571e06 No need for lulip to be global 11 years ago
HW cbb919d2a3 Merge pull request #230 from thotypous/lulip-move-base
Move lulip to koreader-base
11 years ago
Paulo Matias 2492ca247a Use ffi/lulip.lua from koreader-base; change package.path 11 years ago
Paulo Matias ed7d4070c0 Update koreader-base 11 years ago
{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
11 years ago
Paulo Matias 9ce281873c Remove ffi.cdef to avoid conflict with ffi/util.lua from koreader-base 11 years ago
Paulo Matias d9bc98a7ce Merge pull request #228 from chrox/master
update k2pdfopt to version 1.66
11 years ago
chrox 4f85030099 update k2pdfopt to version 1.66 11 years ago
{Qingping,Dave} Hou 380c626b25 Merge pull request #227 from chrox/jpeg_fix
fix bug #179 and #224
11 years ago
chrox 0c17b6a163 update koreader-base to fix bug #224 11 years ago
Huang Xin b8dc272d68 Merge pull request #225 from giorgio130/master
Don't kill nickel software on kobo
11 years ago
Giorgio Micotti 12f920b0ec Don't kill nickel software, it's not really needed and might prevent issues with database corruption. 11 years ago
chrox 6f89fec891 fix calling setFontSize in pdfreader 11 years ago
chrox 44c31afe62 fix bug #179
It seems that the setPageMargins method will mess up XPointer of current view.
This bugfix simply disables page margin restoring in readercopt.lua so that
reading position is restorable.
11 years ago
{Qingping,Dave} Hou 4f30037953 Merge pull request #222 from chrox/master
bugfix: fix screen ghosting after swiping north/south in scroll mode
11 years ago
chrox 75eb0e6f23 bugfix: fix screen ghosting after swiping north/south in scroll mode
As swiping north/south will generate several pan gestures which will
set refresh mode to WAVEFORM_MODE_A2, we should explicitly do a full
refresh in order to switch refresh waveform from WAVEFORM_MODE_A2
to WAVEFORM_MODE_GC16 as in OnPanRelease.
11 years ago
Huang Xin 777273c4cb Merge pull request #221 from thotypous/master
update koreader-base
11 years ago
Paulo Matias 40aef0ad88 update koreader-base 11 years ago
{Qingping,Dave} Hou 8db9179f04 Merge pull request #219 from thotypous/master
Initialize FileChooser with root_path, otherwise the command line argument (directory) is ignored
11 years ago