Commit Graph

148 Commits (bd0ba69d08f36bb8a12bb768a321846e4f133ec0)

Author SHA1 Message Date
Qingping Hou 5dc9d5d565 rename language_po setting entry to language 10 years ago
Paulo Matias a7af79d3c8 Language chooser fixes
- Change order of module loading so that every string is localized
- Fix changing the language to English
10 years ago
Qingping Hou ae1cf90006 add language setting menu item 10 years ago
Paulo Matias 1b1e65edfe Avoid crash if trying to open a non-existent file
which currently might occur by clicking in the history entry of a file which was removed
10 years ago
chrox 92b62c907a refactoring frontlight device to more generic power device 10 years ago
chrox 62e12ddfba import document module on-demand 11 years ago
chrox 1fb4dfab95 add visual indication on document loading
This should implement #265.
11 years ago
chrox c205503828 remove global variable DEBUG 11 years ago
chrox f49f64bc15 add missing gettext and Menu module 11 years ago
HW ef111b99c6 Refactored to use strictly locals 11 years ago
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