Commit Graph

3404 Commits (14e2bf3d69e3375beb991b5afe19dd798cd76b8c)
 

Author SHA1 Message Date
chrox 19e3af1b09 fix #872 10 years ago
Qingping Hou aaeb7aa353 Merge pull request #893 from chrox/pathchooser
refactoring: use pathchooser in zsync plugin
10 years ago
Qingping Hou a57a164063 Merge pull request #892 from chrox/submenu_pgno
fix page number of sub-menu is not updated
10 years ago
chrox 54ebfe8b2f refactoring: use pathchooser in zsync plugin 10 years ago
chrox cf882a078a fix page number of sub-menu is not updated 10 years ago
NiLuJe 2debd0a7ae Merge pull request #890 from chrox/fix_772
fix #772
10 years ago
chrox 0349281ef5 fix #772 10 years ago
Qingping Hou 9c9edcf36f Merge pull request #888 from chrox/fix_886
always suspend in portrait mode so that screensaver image won't be stretched
10 years ago
chrox 3bd2c0756a always suspend in portrait mode so that screensaver image won't be stretched
This patch should fix #886.
10 years ago
Qingping Hou eb46aa7d66 Merge pull request #887 from chrox/fix_875
refactoring: hide the charlist implementation of InputText
10 years ago
Qingping Hou 48560253ed Merge pull request #885 from chrox/opds
add shortcut to add local calibre OPDS catalog directly by host and port
10 years ago
chrox 5b940cecaf refactoring: hide the charlist implementation of InputText
This patch also fix #875.
10 years ago
chrox 2299ac118a fix infinit loop when OPDSCatalog is created without onExit definded 10 years ago
WS64 de1d8d7cac Switch back to portrait before leaving book 10 years ago
chrox 88d9cdf533 add shortcut to add local calibre OPDS catalog 10 years ago
chrox b05ece345a add set download directory option when downloading files from OPDSCatalog
Manually added opds servers are editable and deletable by long press on
the menu entries.
10 years ago
chrox 84abe620d2 refresh filemanager when closing opdscatalog 10 years ago
chrox 11a8a1dce6 show file size and directory items in filemanager 10 years ago
chrox 8294a629b8 treate quoted slash as plain text in attribute value 10 years ago
Huang Xin 09892a4fc1 Merge pull request #880 from houqp/houqp-master
chore: cleanup FileManagerHistory:updateItemTable()
10 years ago
Qingping Hou 18d4c7550a chore: cleanup FileManagerHistory:updateItemTable() 10 years ago
NiLuJe 3e66718101 Merge pull request #879 from houqp/houqp-master
fix: replace showReaderUI with ReaderUI:showReader
10 years ago
Qingping Hou 7c6790796a fix: replace showReaderUI with ReaderUI:showReader 10 years ago
Paulo Matias c26e5e3116 Merge pull request #877 from chrox/opds
fix href with two slash
10 years ago
chrox 98da30f689 fix href with two slash 10 years ago
chrox c91224f12c add default directory for filemanager 10 years ago
NiLuJe 1524fd4615 Merge pull request #876 from chrox/opds
add OPDS support
10 years ago
chrox 69bb4a3df3 add return button in menu 10 years ago
chrox c12cb0367b title truncation in input dialog 10 years ago
chrox 69c162ac4f refactoring to generic multiinputdialog 10 years ago
chrox 21dcf787da add OPDS support
This PR implements a simple OPDS browser which can be launched
from filemanager menu.
10 years ago
chrox 69919435ac restore frontlight setting only for Kobo devices 10 years ago
chrox 2bec0017a0 refactor out global functions showHomePage and showReaderUI 10 years ago
chrox c74c258fc7 add filemanager icon in reader menu
now we can access the filemanager in all launcher configurations
10 years ago
NiLuJe bb7c7be70a Merge pull request #870 from chrox/fix_868
issue error directly when doc is malformated
10 years ago
Huang Xin 22f98c6850 Merge pull request #871 from WS64/master
Screensaver repair
10 years ago
WS64 f29eed1ebe minor code optimizing 10 years ago
WS64 eae3f01b57 Screensaver repair
Single picture as screensaver was not displayed anymore after the last update
10 years ago
chrox 2f2d9f1bf7 issue error directly when doc is malformated
This should popup a message saying "No reader engine for this file"
instead of a crash when document file is malformated.

This should fix #868.
10 years ago
Paulo Matias 233f847954 Merge pull request #867 from chrox/fix_863
register opened document in documentregistry
10 years ago
chrox 132adf8e1b register opened document in documentregistry
so that when calling getCoverPageImage in screensaver mode
the document won't be opened again. This should avoid a lot of
problem such as messing up style and options described in #863.
10 years ago
Qingping Hou 0252139361 Merge pull request #862 from chrox/fix_858
don't share info field in document
10 years ago
chrox b912200951 don't share info field in document
We may have multiple documents opened simultaneously, such as in
screensaver mode the current document is opened twice, it's better
to keep seperate info table for each document.

This should fix #858. When a credocument is opened for screensaver to
get the cover page, the total pages info is set to 1(strangely enough),
before this fix this total pages is shared with the reading document
so the progress bar will get a progress percentage well beyond 100% and
rendering the progress bar out of the boundering box as shown in #858.
10 years ago
Qingping Hou ab3be1012b Merge pull request #861 from chrox/screensaver
fix performance issue of screensaver on Kobo
10 years ago
chrox fd9e3d57f3 fix performance issue of screensaver on Kobo
now loadDocument will not render the document and getCoverPageImage will
be much faster.
10 years ago
Qingping Hou 8d013f5016 Merge pull request #860 from WS64/master
Set minimum light to 0 instead of 1
10 years ago
WS64 4916ae6cb1 Set minimum light to 0 instead of 1 10 years ago
Huang Xin 078e3cd8bc Merge pull request #857 from WS64/master
Bring back the two KOBO variables for the light
10 years ago
WS64 a3fad804e3 Bring back the two KOBO variables for the light
This should close #856.
Although still closed I will check this one back with someone from the German forum, I hope this also closes #822, but there might be still some problems with the light-bug introduced in Kobo's firmware 3.5. But since 822 is already in the state closed we can leave things as they are for now and I will reopen 822 if necessary.
10 years ago
Huang Xin eb11c8eba2 Merge pull request #855 from WS64/master
Only use registered file types in search
10 years ago