Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit eliminates the use of external commands for opening
comic documents, and uses libarchive instead.
|
|
|
|
Fixes the warnings:
backend/comics/comics-document.c:767:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse]
backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse]
properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse]
shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse]
shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse]
|
|
|
|
Fixes #257
|
|
unar is able to extract all supported comics archive format
CBR
give unar priority over bsdtar, because it works better
CBZ CB7 CBT
give bsdtar priority over unar, because it is much faster
|
|
taken from:
https://git.gnome.org/browse/evince/commit/?id=364b340
|
|
|
|
from
https://git.gnome.org/browse/evince/commit/?id=c648cb2aa38c5004fc091d0067d63aa3beee748f
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=667258
taken from:
https://git.gnome.org/browse/evince/commit/?id=d397c6d
|
|
|
|
|
|
bsdtar is able to extract all supported comics archive format.
|
|
Closes https://github.com/mate-desktop/atril/pull/99
|
|
This should fix the issue with files 1.jpg ... 10.jpg
|
|
|
|
|