2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Go to file
Tigran Aivazian e3ae08c872 Crash when switching mode + other fixes
1. When switching file manager mode from restricted (formerly known as
"Beginner") to unrestricted (formerly known as "Expert" or "Advanced")
and paging down the file list KPV would crash.
2. Clear up the mess with the file manager mode --- we only need two
modes: RESTRICTED and UNRESTRICTED. When we need more we'll add them. No
need to pollute code with future "what if"s.
3. Setting file manager mode function has no place in unireader (it was
formerly needed because the event notifications was dependent on it ---
not anymore).
4. Bugfix: show the correct number of books in UNRESTRICTED file manager
mode when pressing fiveway Right key on a directory.
2012-11-28 18:56:55 +00:00
djvulibre@01a26bed05 update djvulibre and crengine to latest release 2012-04-17 11:01:40 +08:00
include included Linux kernel API header file for eink display 2011-11-16 15:59:37 +01:00
kite New InfoMessage Concept 2012-10-03 00:45:45 +02:00
kpvcrlib disabled patching of libjpeg, restructured everything for mupdf subrepos 2012-11-03 23:49:18 +01:00
launchpad Reimplement kpdf.sh changes from PR#348 after the PR#352 merge, and fix 2012-10-03 03:02:41 +02:00
libk2pdfopt@d9ed4f0b5d bugfix: get rid of memory leak in koptreader 2012-11-21 20:34:00 +08:00
luafilesystem@149e0fb8ec move third-party git checkouts into submodules #43 2012-03-07 17:19:52 +01:00
luajit-2.0@eb6f890ebd moved luajit-2.0 and mupdf to latest version - now really 2012-11-04 00:15:43 +01:00
mupdf@05219d086a moved luajit-2.0 and mupdf to latest version - now really 2012-11-04 00:15:43 +01:00
popen-noshell Don't patch popen-noshell twice 2012-10-03 00:34:42 +02:00
resources Recognize the files with ".jpeg" extension 2012-10-12 09:44:19 +01:00
test added test file for ZOOM_FIT_TO_CONTENT_WIDTH_PAN 2012-04-09 16:36:22 +02:00
utils Add "-a author" option 2012-11-03 08:30:04 +00:00
.gitignore Add git-rev file. 2012-10-10 19:49:50 +01:00
.gitmodules move k2pdfopt source to a submodule libk2pdfopt 2012-11-07 19:03:32 +08:00
battery.lua Cleanups of battery logging 2012-11-21 14:05:00 +00:00
blitbuffer.c factored out blitting constraints check in a seperate function 2012-10-10 17:58:31 +02:00
blitbuffer.h refactored code a bit to avoid duplication 2011-12-02 22:28:48 +01:00
commands.lua Cleanups of battery logging 2012-11-21 14:05:00 +00:00
COPYING initial project, basic reader working 2011-11-14 18:30:16 +01:00
cre.cpp use DEBUG_CRENGINE from enviroment if available 2012-10-13 20:53:02 +02:00
cre.h add: data from crengine 2012-03-29 00:16:00 +08:00
crereader.lua Merge pull request #620 from tigran123/delete-bookmarks-crengine 2012-11-20 06:45:42 -08:00
defaults.lua add koptconfig defaults in defaults.lua 2012-11-22 22:34:39 +08:00
dialog.lua Added InfoMessage:drawTopMsg() method 2012-11-19 20:07:47 +00:00
djvu.c bugfix: destroying attr objects immediately after pthread_create 2012-11-22 11:06:22 +08:00
djvu.h mod: fix typo in comments 2012-03-05 10:02:39 +08:00
djvureader.lua Implements page mode as a toggle 2012-11-09 00:58:40 +01:00
drawcontext.c fix a Lua 5.0 syntax that was deprecated in 5.1 2012-03-19 19:11:32 +01:00
drawcontext.h separate DC out of pdf.c and djvu.c (cleanup) 2012-03-19 18:59:36 +01:00
einkfb.c Implements Kindle screen rotate on emulator 2012-11-16 22:21:59 +01:00
einkfb.h remove dependency on <linux/fb.h> 2012-06-09 21:56:19 +08:00
extr.c Cleanups to extr.c and pdfattach 2012-10-24 23:22:21 +01:00
filechooser.lua Crash when switching mode + other fixes 2012-11-28 18:56:55 +00:00
filehistory.lua Two trivial optimizations 2012-11-21 10:19:45 +00:00
fileinfo.lua Crash when switching mode + other fixes 2012-11-28 18:56:55 +00:00
filesearcher.lua Cleanup InfoMessage:inform() API and its usage 2012-11-15 13:35:41 +00:00
font.lua Use the font DroidSansFallbackFull.ttf 2012-11-18 19:12:57 +00:00
ft.c fixed various bugs in pointer handling 2012-04-16 22:51:13 +02:00
ft.h added freetype text rendering (still buggy) 2011-12-01 01:35:53 +01:00
graphics.lua faster refresh path for the cursor 2012-05-28 19:45:08 +02:00
helppage.lua bugfix: Screen Saver not working if Help page is displayed 2012-11-18 12:32:23 +01:00
image.lua bugfix/typo 2012-04-15 23:39:53 +02:00
input.c We don't need you, either, in EMU... 2012-10-03 15:36:05 +02:00
input.h remove dependency on <linux/input.h> 2012-06-11 02:49:45 +08:00
inputbox.lua Cleanup InfoMessage:inform() API and its usage 2012-11-15 13:35:41 +00:00
keys.lua add usb charging events 2012-06-07 22:00:09 +08:00
koptconfig.lua add koptconfig defaults in defaults.lua 2012-11-22 22:34:39 +08:00
koptcontext.c add multi-threaded precache 2012-11-13 11:54:23 +08:00
koptcontext.h update k2pdfopt to version 1.62 2012-11-17 21:12:45 +08:00
koptreader.lua add koptconfig defaults in defaults.lua 2012-11-22 22:34:39 +08:00
kpdf.sh No need to cat crash.log on crash. 2012-11-05 11:39:58 +00:00
kpdfview.c use koptcontext to keep dozons of parameters for k2pdfopt 2012-11-05 23:56:56 +08:00
Makefile Create history and clipboard dirs for the emulator 2012-11-18 21:03:42 +00:00
mupdf.patch updated mupdf to latest version 2012-11-03 17:15:12 +01:00
mupdfimg.c fixed missing return values 2012-06-03 01:51:05 +02:00
mupdfimg.h added interface to get blitbuffers from JPEG/PNG files 2012-04-14 22:32:05 +02:00
pdf.c bugfix: destroying attr objects immediately after pthread_create 2012-11-22 11:06:22 +08:00
pdf.h initial project, basic reader working 2011-11-14 18:30:16 +01:00
pdfreader.lua Cleanup InfoMessage:inform() API and its usage 2012-11-15 13:35:41 +00:00
pic_jpeg.c Factor out JPEG support into a module 2012-10-12 09:36:08 +01:00
pic_jpeg.h Factor out JPEG support into a module 2012-10-12 09:36:08 +01:00
pic.c Get rid of unused variable in getCacheSize() 2012-10-16 12:50:02 +01:00
pic.h Fix the leftover from the old name jpg.h 2012-10-08 23:00:28 +01:00
picviewer.lua Implements page mode as a toggle 2012-11-09 00:58:40 +01:00
reader.lua Crash when switching mode + other fixes 2012-11-28 18:56:55 +00:00
readerchooser.lua Crash when switching mode + other fixes 2012-11-28 18:56:55 +00:00
README.md Mention SDL/SDL-devel requirement on Fedora 2012-10-15 12:05:40 +01:00
rendertext.lua Revert "Undo some of my changes to rendertext.lua" 2012-10-10 17:32:23 +01:00
screen.lua Cleanup the forcing of portrait mode 2012-11-19 20:36:05 +00:00
selectmenu.lua Merge pull request #484 from tigran123/selectmenu-jump 2012-10-23 13:26:10 -07:00
settings.lua Use empty string as default extension 2012-11-20 12:41:10 +00:00
slider_watcher.c Kill a bit of cruft, explain the reasonning behind the kill/traps, and 2012-10-03 01:17:21 +02:00
unireader.lua Crash when switching mode + other fixes 2012-11-28 18:56:55 +00:00
util.c Get rid of the compilation warning. 2012-09-25 14:46:47 +01:00
util.h Correct the comment (the existing text was referring to a different file). 2012-09-08 22:21:26 +01:00
widget.lua Pass the boolean kerning to renderUtf8Text() 2012-10-07 11:27:55 +01:00

KindlePDFViewer

This is a document viewer application, created for usage on the Kindle e-ink reader. It is currently restricted to 4bpp inverse grayscale displays. For PDF files it is using the muPDF library (see http://mupdf.com/), for DjVu files djvulibre library and for ebooks (fb2, mobi, ePub, etc) crengine. It can also read JPEG images using libjpeg library. The user interface is scripted using Lua (see http://www.lua.org/).

The application is licensed under the GPLv3 (see COPYING file).

Building

Follow these steps:

  • fetch thirdparty sources

    • manually fetch all the thirdparty sources:

      • install muPDF sources into subfolder "mupdf"
      • install muPDF third-party sources (see muPDF homepage) into a new subfolder "mupdf/thirdparty"
      • install libDjvuLibre sources into subfolder "djvulibre"
      • install CREngine sources into subfolder "kpvcrlib/crengine"
      • install LuaJit sources into subfolder "luajit-2.0"
      • install popen_noshell sources into subfolder "popen-noshell"
    • automatically fetch thirdparty sources with Makefile:

      • make sure you have patch, wget, unzip, git and svn installed
      • run make fetchthirdparty.
  • adapt Makefile to your needs

  • run make thirdparty. This will build MuPDF (plus the libraries it depends on), libDjvuLibre, CREngine and Lua.

  • run make. This will build the kpdfview application

Running

The user interface (or what's there yet) is scripted in Lua. See "reader.lua". It uses the Linux feature to run scripts by using a corresponding line at its start.

So you might just call that script. Note that the script and the kpdfview binary currently must be in the same directory.

You would then just call reader.lua, giving the document file path, or any directory path, as its first argument. Run reader.lua without arguments to see usage notes. The reader.lua script can also show a file chooser: it will do this when you call it with a directory (instead of a file) as first argument.

Device emulation

The code also features a device emulation. You need SDL headers and library for this. It allows to develop on a standard PC and saves precious development time. It might also compose the most unfriendly desktop PDF reader, depending on your view.

If you are using Fedora Core Linux, do yum install SDL SDL-devel. If you are using Ubuntu, install libsdl-dev1.2 package.

To build in "emulation mode", you need to run make like this: make clean cleanthirdparty EMULATE_READER=1 make thirdparty kpdfview

And run the emulator like this:

./reader.lua /PATH/TO/PDF.pdf

or:

./reader.lua /ANY/PATH

By default emulation will provide DXG resolution of 824*1200. It can be specified at compile time, this is example for Kindle 3:

EMULATE_READER_W=600 EMULATE_READER_H=800 EMULATE_READER=1 make kpdfview