Age | Commit message (Collapse) | Author | Files | Lines |
|
code changes from https://github.com/GNOME/evince/commit/740263e84f812e069c25d32e6fbf40bec4c061e2
are already in, but the version bump isn't. fixed that.
|
|
|
|
|
|
|
|
|
|
We relided on default values to store settings in metadata, so that
settings that don't change are not saved in metdata. Now that default
settings can change, that approach doesn't work, so we need o save all
settings in metadata.
evince commit: 720eebf9f0dd2e6a2765f6117f3bce9d7c74fcfa
evince bug: https://bugzilla.gnome.org/show_bug.cgi?id=639003
|
|
|
|
|
|
fixes https://github.com/mate-desktop/atril/issues/136
|
|
A lot of distro's are dropping webkit2gtk-3.0 and 4.0 works
just as well.
Also use have_webkit variable in the PKG_CONFIG checks.
|
|
"thanks" to debian guys for removing 3.0 from testing repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the basename for the temp file template instead of using the
attachment name directly.
https://bugzilla.gnome.org/show_bug.cgi?id=679354
(cherry picked from commit ff8a330756f in Evince)
Closes https://github.com/mate-desktop/atril/pull/131
|
|
|
|
Closes https://github.com/mate-desktop/atril/pull/132
|
|
in GTK+3 build as well
|
|
- GTK+2 build: use signals to get notifications about load finish
and errors (instead of polling in idle function)
- GTK+2 build: indicate that job failed when the thumbnail loading
fails - it doesn't seem to change anything though, but gotta
figure out how to do the same in GTK+3 build for consistency
- changed lock/unlock logic so that there's no locking in a function
and unlocking in a callback
|
|
avoids calling the callback twice and crashing in GTK+3 build
(because that callback unlocks the mutex, and glib gets angry
when you unlock a mutex twice)
Closes https://github.com/mate-desktop/atril/pull/128
|
|
|
|
because backends manager frees that var already.
actually, adding ev_backends_manager_get_backends_dir to the public
API was still careless. backends manager and epub document jobs seem
to be in the different threads, and there's no mutex seen anywhere
around. luckily, what we have here is just a reading of a variable
that has been assigned only once (in backends_dir function), so it's
not as catastrophic as it would be if it was e.g. concurrent writing
without a mutex.
Closes https://github.com/mate-desktop/atril/pull/124
|
|
Closes https://github.com/mate-desktop/atril/pull/124
|
|
bsdtar is able to extract all supported comics archive format.
|
|
g_list_nth_data just returns NULL if either list or element is NULL
|
|
|
|
Thanks to tibbi <[email protected]> for spotting them.
|
|
This reverts commit 7a72f6eb6a4cfcf636760c6a6efb24ab2fb278c9.
|
|
|
|
It causes problems in the gsettings schema.
|
|
|
|
|
|
|
|
|
|
https://git.gnome.org/browse/evince/commit/?id=0da73daa6993026466a8f817975c7bd5dd2d6737
|
|
|
|
This allows overlooking errors and processing malformed tiff files.
Taken from evince commit: 2f2b0dbbf86b3b0def86c78e27f7e530e4041308
From: Juanjo Marín <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=644806
|
|
Taken from evince commit: 4de037ccccb4d836db43bf97fdaacf7c02ffb1f1
From: Marek Kašík <[email protected]>
|
|
Taken from evince commit: 22ad42615bbcc20c191ed8b2b75eac152c62f257
From: Hib Eris <[email protected]>
|
|
Taken from evince commit: dae88237d66fd49588cc27136c59376c443f9e9f
From: danigm <[email protected]>
|
|
Taken from evince commit: af0c0f056f8e2f64244df3b7cf1132347f4a9716
From: danigm <[email protected]>
|
|
Taken from evince commit: 88aee427ed3c45f7d84216f5512fbb07ce164edd
From: danigm <[email protected]>
|
|
Taken from evince commit: c8104d3426a7bd7ce6570a87363e4edeea472fce
From: José Aliste <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=624921
|
|
Taken from evince commit: 200d6798c462e3669c01020dc5a7e2ee22e1b039
From: Carlos Garcia Campos <[email protected]>
|
|
Taken from evince commit: c935a25cdd0c9791158b1252835142472152d6cc
From: Carlos Garcia Campos <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=644133
|
|
Taken from evince commit: 2bbc796272c012031832232eda2517e4517c85cd
From: Carlos Garcia Campos <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=645109
|
|
Taken from evince commit: efadec4ffcdde3373f6f4ca0eaac98dc963c4fd5
From: Scott Reeves <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=643882
|