Commit Graph

4441 Commits (72b0b8197ba511d192bbe65be79a5ab7332aa792)
 

Author SHA1 Message Date
Qingping Hou 72b0b8197b style(inputdialog): rename self.input to self.input_widget 8 years ago
Qingping Hou e19f73bdba style(util): rename tablelength to tableSize 8 years ago
Qingping Hou fab1f9572f ignore legacy build dir 8 years ago
Huang Xin 70872a99e9 Merge pull request #1781 from koreader/houqp-master
bump base
8 years ago
Qingping Hou 3e71e07488 bump base 8 years ago
Qingping Hou 0219a3501c Merge pull request #1775 from erosennin/hyphenation-auto
Automatically choose the hyphenation dictionary based on the document language
8 years ago
Andrey Golovizin bb1d4c60b3 Choose hyphenation dict by document language 8 years ago
Andrey Golovizin a8d4372949 Update base 8 years ago
Huang Xin a97d06e527 Merge pull request #1766 from houqp/houqp-master
fix #1764 & bump koreader-base
8 years ago
Qingping Hou a0d22ac06c update base 8 years ago
Qingping Hou cc8e079548 doc: update description for KUAL 8 years ago
Qingping Hou d1ca8bc494 fix(filemanager): delete document with settings 8 years ago
Qingping Hou 722eaed4b2 feat: docsettings:getSidecarDir 8 years ago
Qingping Hou cdbc8e594d build: add dist-clean target 8 years ago
Frans de Jonge bf38af41c2 Merge pull request #1768 from koreader/fix
fix: make screenshoter always active for filemanager
8 years ago
Qingping Hou 7caeae8701 fix: make screenshoter always active for filemanager 8 years ago
Qingping Hou 04ad3bcfe5 Merge pull request #1765 from etdub/patch-1
Fix typo
8 years ago
Eric c8250a92f1 Fix typo 8 years ago
Huang Xin 5ca62eb323 Merge pull request #1763 from houqp/houqp-master
support screenshot in filemanager
8 years ago
Qingping Hou 1faf614bdd fix base version 8 years ago
Qingping Hou 6fe9f7870b chore: more luacheck fixes 8 years ago
Qingping Hou 2dc5eb8586 minor: no need to override function arg with local 8 years ago
Qingping Hou 9c46cafc9c chore: fix luacheck warning 8 years ago
Qingping Hou 3b92bdc084 feat: support screenshot in filemanager 8 years ago
Qingping Hou 83b35fc99a minor: create git-rev inside install dir 8 years ago
Qingping Hou 4759def09c chore: fix static-check errors 8 years ago
Qingping Hou c06209265a build: use install instead of mkdir -p 8 years ago
Qingping Hou e2f4367f6e Merge pull request #1762 from lgeek/master
Mark suspend.sh for Kobo as executable
8 years ago
Cosmin Gorgovan 856ec6d075 Mark suspend.sh for Kobo as executable
Otherwise suspend fails to work when running koreader from a FS
which supports execute permissions.
8 years ago
Huang Xin f3dba98034 Merge pull request #1758 from houqp/fixscheduler
Fix scheduler in UIManager
9 years ago
Qingping Hou 5aefb41631 fix readerfooter spec 9 years ago
Qingping Hou ab98097e72 add tests for scheduler 9 years ago
Qingping Hou b1a1aeca0a fix(task scheduler): many race conditions
_checkTasks first get number of tasks in the stack and does a numeric
for loop to go through each task. The problem is a task might call
schedule or unschedule, which will reorder tasks in the stack. This will
invalidate many of the table indexes used in the for loop.

This patch turns the task stack into an ordered queue, so _checkTasks
only pops one item out of the queue each time instead of setting up a
for loop at the beginning. This should avoid the race condition
mentioned above.
9 years ago
Huang Xin 4abedc3dee Merge pull request #1757 from houqp/fixstats
Fix crashes casued by read stats in footer
9 years ago
Qingping Hou 55234ef899 fix: read stats crashes pdf/djvu documents 9 years ago
Qingping Hou 90d1101ab7 minor: quit uimanager properly on coroutine error 9 years ago
Huang Xin bbde70fb3d Merge pull request #1754 from houqp/fixstats
fix(ReaderFooter:getDataFromStatistics): return na if book has no stats history
9 years ago
Qingping Hou 41240464ca minor: fail loudly with stack trace when doShowReader crashed 9 years ago
Qingping Hou ffd438de18 fix(ReaderFooter:getDataFromStatistics): return na if book has no stats history 9 years ago
Huang Xin be00e43daa Merge pull request #1753 from frankyifei/fix-font
fix font
9 years ago
frankyifei a33c1e91a1 fix showing space with "?" 9 years ago
Huang Xin 38ef2d6154 Merge pull request #1751 from apletnev/#1750
#1750 TB feature/statistics issue
9 years ago
Alex Pletnev 6bf9d75807 #1750 TB feature/statistics issue
Change time to read book formula to: ((total_read_time / read_pages) * (all_pages - current_page))
9 years ago
Huang Xin 16509e2d7f Merge pull request #1727 from apletnev/#1723
#1723 Add time to read into the status bar
9 years ago
Alex Pletnev ce4e32e01c #1723 Add time to read into the status bar
Add new statuses:
TB - book time to read
TC - chapter time to read

Fix backward compatible in statistics plugin
9 years ago
Huang Xin 239ee06fb8 Merge pull request #1721 from apletnev/#1718
#1718 Save the statistics data into the history file
9 years ago
Alex Pletnev daebb00f50 #1718 Save the statistics data into the history file 9 years ago
Huang Xin 151291da96 Merge pull request #1715 from NiLuJe/master
Update base
9 years ago
NiLuJe b79e6fa0a3 Update base 9 years ago
Frans de Jonge 96062a3481 Merge pull request #1713 from chrox/fix_broken_busted
set busted version to busted-2.0.rc11-0
9 years ago