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

8 Commits

Author SHA1 Message Date
Qingping Hou
37dfc84d5a fix: move commands initilization from global init to local
If we call addAllCommands in initGlobalSettings, all
the readers will share the same commands and we cannot
adjust commands for a specific reader. I thus moved this
method call to Unireader:init() method.
2012-03-30 14:10:04 +08:00
Qingping Hou
937f445b92 fix: mistakenly over written unireader's method 2012-03-30 14:00:41 +08:00
Qingping Hou
612890850c add: percent jump in CREReader 2012-03-30 12:38:41 +08:00
Qingping Hou
ad750a89f8 add: font zooming in CREReader 2012-03-30 12:31:09 +08:00
Qingping Hou
c0edbfae27 mod: remove not used shorcuts in CREReader 2012-03-30 12:06:33 +08:00
Qingping Hou
28e53ce771 mod: adapt jumpstack in CREReader 2012-03-29 19:35:56 +08:00
Qingping Hou
ad9d13a947 mod: rename TOC to Toc, adapt showMenu to CREReader 2012-03-29 18:17:32 +08:00
Qingping Hou
c56516d5d1 add: data from crengine 2012-03-29 00:16:00 +08:00