Commit Graph

18 Commits (7894b155119acc6c95649016ce23684128195c58)

Author SHA1 Message Date
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 1b2d0b71b0 fallback to stop framework approach on screensaver fix 12 years ago
HW ed0d1c40fe reworked parameter parsing a bit
this still allows to use last viewed document even when
we flag that the framework should be stopped
12 years ago
Dobrica Pavlinusic e106ad7507 added shortcut to start reader without Amazon framework
This was inspired by conversation on forum about memory usage on DXG
http://www.mobileread.com/forums/showthread.php?p=2044347#post2044347
12 years ago
Dobrica Pavlinusic a65090025c display crash.log on error 12 years ago
HW b32c3bef1f added bind-mounting of host fonts 12 years ago
HW 877ecdfb71 switched slider handling to a fork()ed process 12 years ago
Qingping Hou 7886cb5215 mod: kill slider_watcher on kpv exit 12 years ago
Qingping Hou 9d11916bbd mod: resume framework in kpdf.sh 12 years ago
Qingping Hou c41e3e75a3 add: demo for fixing #85, #86 12 years ago
Qingping Hou 081a4165bb mod: add kpdview crash log 12 years ago
Qingping Hou 72e4808889 fix: add double quotes
this should fix issue #47
12 years ago
Qingping Hou 2ac4272933 fix: export LC_ALL when running kpdfview in launchpad 12 years ago
traycold 04184a5950 improved filechooser; enable "single file" mode of kindlepdfviewer
with this mode it's possible to start kindlepdfviewer opening last
viewed file, bypassing filechooser
12 years ago
Dobrica Pavlinusic f74def7a69 create customupdate package for launchpad installation
This change also modifies installation directory for install
and customupdate make targets to /mnt/us/kindlepdfviewer
13 years ago
Dobrica Pavlinusic 5a384bc6d9 open /mnt/us/documents by default
This option also removed fb save/reload which speeds up
startup and exit
13 years ago
HW 944c310016 reworked launchpad integration a bit 13 years ago
Dobrica Pavlinusic aa55dca677 open reader using shift+P+P from Kindle's pdf viewer using launchpad
lsof is used to find path of current opened pdf
13 years ago