Commit Graph

138 Commits (8efdff65d329446ed20d7e11c2a56a686f058f8b)

Author SHA1 Message Date
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
Paulo Matias 8f53571e06 No need for lulip to be global 11 years ago
Paulo Matias 2492ca247a Use ffi/lulip.lua from koreader-base; change package.path 11 years ago
Huang Xin 2e8b5cb39c Merge pull request #215 from houqp/houqp-master
check frontlight before setting intensity
11 years ago
Huang Xin 4e83288040 Merge pull request #214 from houqp/filemanager
bug fix in class system & rewrite filemanager
11 years ago
Qingping Hou f65ae9a2b5 check frontlight before setting intensity 11 years ago
Qingping Hou caf7ebb9ae bug fix & rewrite filemanager 11 years ago
Paulo Matias e45442c1f6 Refactor Kobo frontlight_intensity restoration: move to reader.lua 11 years ago
Paulo Matias aaa646aa56 Only assign DEBUG to a no-op function if Dbg.is_on==false 11 years ago
Paulo Matias cc9f9cce4d Added LuaJIT profiling support (lulip), better cmdline option handling. 11 years ago
Qingping Hou 561c7902ca move defaults.lua to root directory 11 years ago
chrox 313525e961 add cpath in reader.lua 11 years ago
Qingping Hou fb16790958 add gettext to inputevent.lua 11 years ago
Huang Xin e42c8f7956 Merge pull request #36 from houqp/houqp-master
add gettext support
11 years ago
Qingping Hou 15a409245a use gettext in reader.lua 11 years ago
th0mass e1684cae77 file manager close button is activated
since home menu doesn't work properly we need a solid close button on file manager to exit from the app on Touch.
https://github.com/koreader/koreader/issues/15
11 years ago
HW 0c4264b065 updated project URLs 11 years ago
HW fb317810fa Some adaptions needed after refactoring 11 years ago
chrox f85fd7a9b2 bugfix: terminate the program when exiting reader 11 years ago
chrox 819467df0b bugfix: hack swipe to unlock after going out of screensaver
by feeding a fake tap at the bottom of the screen
11 years ago
Qingping Hou 595392e841 remove debug information 11 years ago
Qingping Hou d3e362a551 use show_parent in reader.lua 11 years ago
Qingping Hou b2f0fe1c5d when kpdf.sh start with no argument, it will actuall pass in "" 11 years ago
Qingping Hou 8dd9e1ec5e forgot to add exitReader at the end 11 years ago
Qingping Hou 1f9adcbb91 add exitReader so we can save G_reader_settings properly 11 years ago
Qingping Hou 10d980ed87 rearranged source tree 11 years ago
Qingping Hou 9fa6ec2a0c listen home key press in filechooser 11 years ago
Qingping Hou f22b2301fa add last documents menu entry 11 years ago
Qingping Hou 186712d401 add ev log in debug mode 11 years ago
chrox 905b315c81 hide certain directories in FileManager
The exclude pattern should be editable by users in the future.
11 years ago
Qingping Hou ae6c4bd03a Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into rotate
Conflicts:
	frontend/ui/reader/readerconfig.lua
11 years ago
Qingping Hou 2090dabf22 add menu to FileManager 11 years ago
Qingping Hou dd7e26a986 fix crash in goint into screen saver 11 years ago
Qingping Hou f568ee4139 remove unnecessary framecontainer in reader.lua 12 years ago
Qingping Hou 27ec17b405 only echo to /proc/keypad for K3 and DXG 12 years ago
Qingping Hou 1b7357fc0f add Device:hasKeyboard to help initialize UI components
So that kindle4 won't have all the gesture event registered.
12 years ago
Qingping Hou d4e5b4cb06 add readerpaging and readermenu touch support 12 years ago
Qingping Hou c90e2ae797 delete dulplicate code 12 years ago
Qingping Hou 75f2c2774f fix getopt module clearance in reader.lua 12 years ago
Qingping Hou 2b185961e8 remove getopt lua module in reader.lua 12 years ago
Qingping Hou f641f50e2a add comment for build version reading in the future 12 years ago
Qingping Hou 6c0670740d revert wrong conflict merge for New InfoMessage Concept 12 years ago
NuPogodi 0eaf2671fd New InfoMessage Concept
Part I (still no unireader, crereader, filesearcher & fileinfo)

Conflicts:

	commands.lua
	dialog.lua
	filechooser.lua
	filehistory.lua
	font.lua
	inputbox.lua
	reader.lua
	resources/info-i.png
	screen.lua
	selectmenu.lua
12 years ago
Tigran Aivazian 7894b15511 Tidy up debug support.
1. Make "-d" switch passed to reader.lua enable all debugging
2. Enable debugging for now (development stage) to preserve the current
behaviour. But for the production release I advise to: a) disable it by
not passing "-d" and b) redirect standard output (not just standard
error) of reader.lua to crash.log in kpdf.sh
3. Comment out debug printf()s in pdf.c

Conflicts:

	reader.lua
12 years ago
Qingping Hou ac385783ed remove menu item shortcut for k4 12 years ago
Qingping Hou 4c71c628d3 release input devices on reader exit 12 years ago
Qingping Hou 84c435ebdc use getProvider and openDocument in reader.lua
we use getProvider for file extension filter
12 years ago
Qingping Hou 07d6f66565 fix screen rotation mode restore for native system 12 years ago
Qingping Hou 379d6216a0 read reader settings in reader.lua 12 years ago
Qingping Hou bb450c81d4 read arguemtns in reader.lua 12 years ago