2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Qingping Hou
7fdec8a980 fix: handle screen resolution correctly in filesearcher 2012-04-08 14:31:23 +08:00
Qingping Hou
7f0faa20bb mod: rewrite filesearcher with command module 2012-04-08 11:57:25 +08:00
Qingping Hou
1593c56803 mod: add html support in crereader 2012-04-05 10:31:31 +08:00
Qingping Hou
4821f10dda half done demo for crengine 2012-03-29 00:09:26 +08:00
traycold
bfcad367bb using font module for getting fonts (commit f95231d789)
renamed function names using camelCase (issue #62)
2012-03-20 20:15:24 +01:00
Qingping Hou
f95231d789 add: status bar in reading menu & font.lua
* Since fontchooser is replaced by selectmenu, it
is no longer needed. So I rewrite it into font.lua
module which can cache faces that shared among all
UIs.

* add progressBar method in graphics.lua to draw
reading progress.

* add reading progress information in reading menu.
It is just a demo. Should be clean up in next release
when the real reading menu is out. :)
2012-03-10 16:41:23 +08:00
Qingping Hou
3dbf9877bc add: 90 degree rotation support
demo for issue #51
2012-03-08 23:28:16 +08:00
Qingping Hou
e0f1564c7a fix: exit filesearcher with home key 2012-03-08 14:24:30 +08:00
Qingping Hou
b318ca08e3 mod: merge djvu branch with master 2012-03-05 09:46:16 +08:00
Qingping Hou
1b1fc2b3ae integrate djvu support 2012-03-04 23:30:08 +01:00
Qingping Hou
8a03358139 fix: fail to set search path correctly in readdir() 2012-03-02 20:27:53 +08:00
Qingping Hou
6614bbe33d mod: handle shift and alt key events in adjustKeyEvents() 2012-03-02 18:38:34 +08:00
Qingping Hou
53d4016c64 fix: move shiftmode and altmode to global
now shiftmode and altmode is recoreded in Keys module.  So all the UIs
are sharing these two mode instead of remembering their own. These fix
the bug in UI switchings.

For instance, you use combo 'Alt'+'b' to fire up some menu in pdfreader,
the altmode is set, but the alt key was released after the menu show
up. Then the key release event will only be captured by the menu. So
after you exit from the menu, the altmode is still set in pdfreader,
which is not what we want.
2012-03-02 13:46:15 +08:00
Qingping Hou
ec33e51d87 fix: bug in font menu 2012-02-28 23:05:26 +08:00
Qingping Hou
fd1ccee911 mod: add font menu in filesearcher 2012-02-28 22:51:37 +08:00
Qingping Hou
cb982f5da6 mod: error message for not found 2012-02-24 00:39:39 +08:00
Qingping Hou
85cb570e88 fix: unify font changes to all menus 2012-02-24 00:16:20 +08:00
Qingping Hou
83fa148583 mod: return to searcher if file is opened in searcher 2012-02-19 22:30:59 +08:00
Qingping Hou
e5769a4cc0 fix: a foolish bug that open wrong file 2012-02-19 19:08:53 +08:00
Qingping Hou
417ef640a7 Merge branch 'rotate'
Conflicts:
	filechooser.lua

* merge rotate branch with search branch
* fix font display bug in font menu

not fully tested the new rotation implemention yet.
2012-02-19 15:29:51 +08:00
Qingping Hou
060ad5cb01 finished search feature! 2012-02-19 14:41:44 +08:00
Qingping Hou
f9804a1c92 searcher demo finished!
waiting for refractory.
2012-02-19 09:54:52 +08:00
Qingping Hou
32d1bede8c start working on filesearcher 2012-02-19 07:21:50 +08:00
Qingping Hou
85fedef7a4 add: filesearcher 2012-02-18 20:35:03 +08:00