- 19 Jan, 2015 1 commit
-
-
Bastien Nocera authored
-
- 31 May, 2014 1 commit
-
-
- 07 Apr, 2014 1 commit
-
-
If the OPF file is in the root dir, g_path_get_dirname returns "." instead of an empty string. This results in an invalid key for the cover image, because it looks like "./OEBPS/cover_path.jpg" instead of "OEBPS/cover_path.jpg" and then unzipping for that path fails.
-
- 23 Mar, 2014 1 commit
-
-
Bastien Nocera authored
-
- 06 Jan, 2014 1 commit
-
-
Bastien Nocera authored
-
- 13 Nov, 2013 2 commits
-
-
Bastien Nocera authored
We were never checking the retval of get_cover_img_num() so if no covers were found, we'd try to read index-of-first-img minus 1.
-
The image data isn't encrypted, so we can still generate thumbnails. http://wiki.mobileread.com/wiki/MOBI#MOBI_DRM
-
- 02 Sep, 2013 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
It's useless doing so, and only leads to confusion.
-
- 01 Sep, 2013 2 commits
-
-
Bastien Nocera authored
This stops a crash in the thumbnailer if the cover cannot be found.
-
Bastien Nocera authored
This makes it easier to debug decompression problems.
-
- 08 Aug, 2013 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
The error domain used (0) is invalid. We now use errors in the G_IO_ERROR domain instead.
-
- 07 Aug, 2013 1 commit
-
-
Yanko Kaneti authored
Propagate errors from internal functions. Don't doublefree sections on errors.
-
- 21 Jul, 2013 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 20 Jul, 2013 1 commit
-
-
Bastien Nocera authored
-
- 17 Jul, 2013 1 commit
-
-
Bastien Nocera authored
-
- 16 Jul, 2013 1 commit
-
-
Yanko Kaneti authored
Bring COPYING up to date with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
-
- 13 Jul, 2013 12 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
In the metadata.
-
Bastien Nocera authored
Rather than barf later on.
-
Bastien Nocera authored
If we managed to find the cover path, but we can't decompress the data, print a warning and carry on.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
So that the thumbnailer works on older versions of GNOME.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
To locate the rootfile, and parsing the rootfile to know the path of the cover image.
-
- 12 Jul, 2013 1 commit
-
-
Bastien Nocera authored
-