summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2018-08-17release 1.21.2v1.21.2raveit651-1/+1
2018-07-27Initial GResource migrationraveit651-0/+1
Embedding UI data files as GResource makes several things easier. The compiled resources need to be linked directly with the binary as they won't be available if linked with the embedded libeom. Starting with eom.css and eom-ui.xml inspired from: https://gitlab.gnome.org/GNOME/eog/commit/94004b4
2018-07-17release 1.21.1v1.21.1raveit651-1/+1
2018-07-08Drop now unneeded TotemScrSaverFelix Riemann1-1/+0
It's not needed anymore since GtkApplication does the job now. https://bugzilla.gnome.org/show_bug.cgi?id=684581 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/01c1055
2018-07-08Port EomApplication to GtkApplicationClaudio Saavedra1-25/+0
This removes the direct dependency on dbus and makes use of the GApplication/GtkApplication facilities for uniqueness and activation. Bump the glib requirement to 2.29.4, since we need G_APPLICATION_NON_UNIQUE. https://bugzilla.gnome.org/show_bug.cgi?id=622876 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3d39587 Enable TotemScreensaver unconditionally It uses GDBus instead of libdbus now. It can be enabled even if libdbus is not available as GDBus/GIO is always present. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4c32882
2018-06-13pre-bump versionraveit651-1/+1
2018-05-06require libpeas 1.8.0monsta1-1/+1
Python 3 loader was added in 1.7.0, so let's require next stable release
2018-01-30release 1.20v1.20.0raveit651-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-9/+3
and drop additional checks for min/max GLib versions, it's not needed
2017-10-12release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0v1.18.0monsta1-2/+2
2017-01-06release 1.17.2v1.17.2raveit651-1/+1
2016-12-08pre-bump versionmonsta1-1/+1
2016-11-30port plugin system to libpeasmonsta1-1/+4
backported from eog with a few changes upstream commits for reference: https://git.gnome.org/browse/eog/commit/?id=1f79c321367c91c8e9063f1343a7e4ce4199c4d5 https://git.gnome.org/browse/eog/commit/?id=9afc5483b615039a580e295fe08d7b8ec524759c https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035 https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd https://git.gnome.org/browse/eog/commit/?id=95694f8b5f06b891a5e55356451ad60b53387563 https://git.gnome.org/browse/eog/commit/?id=7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-32/+6
and require libmate-desktop >= 1.17
2016-11-21drop Python plugins support and --enable-python build optionmonsta1-114/+0
it requires PyGTK so won't even build with GTK+3
2016-09-19release 1.16.0v1.16.0raveit651-2/+2
2016-09-07release 1.15.1v1.15.1raveit651-1/+1
2016-06-08release 1.15.0v1.15.0raveit651-2/+2
2016-05-21update to 1.14.1 releasev1.14.1raveit651-1/+1
2016-04-06release 1.14.0raveit651-2/+2
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich1-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-2/+2
2015-12-13fix GTK+3 build when --without-cms is setMonsta1-2/+6
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid
2015-12-13configure.ac: Drop unneeded check for Sunkeysym headerMonsta1-6/+0
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01
2015-12-12Fix compilation with enabled GObject IntrospectionSorokin Alexei1-0/+2
2015-12-07Bump version to 1.12.1monsta1-1/+1
2015-12-03remove ancient workaround for non-threadsafe pixbuf loadersmonsta1-1/+1
from https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b
2015-11-02release 1.12.0v1.12.0eom-1.12.0Wolfgang Ulbrich1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-2/+2
2015-10-06fix gtk3 buildraveit651-1/+0
eom.css was not created by make dist
2015-10-05Bump version to 1.10.4eom-1.10.4monsta1-1/+1
2015-10-01configure.ac: fix indent a bitMonsta1-1/+1
2015-09-30drop dependency to mate-icon-themeraveit651-3/+1
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. The dependency was added to eog in 2006 to be shure that stock_print-setup for for the "Page setup" is available, and droped in 2014.
2015-09-06Bump GLib/GIO version and define max/min version of GLibraveit651-2/+8
2015-09-06Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProviderraveit651-0/+1
Makes EomThumbNav's scrollbar style similar to gtk2 version inspired from: https://git.gnome.org/browse/eog/commit/?id=4c93c41
2015-08-31configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-05Remove AC_CHECK_HEADER for libexifinfirit1-3/+0
If pkg-config succeeds headers should be available, fixes #95
2015-07-14Bump version to 1.10.3eom-1.10.3Monsta1-1/+1
2015-06-17Bump version to 1.10.2eom-1.10.2Martin Wimpress1-1/+1
2015-06-15fixes for gschema translationMonsta1-1/+2
taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) - removed obsolete lines from po/POTFILES.skip
2015-06-12Bump version to 1.10.1eom-1.10.1Stefano Karapetsas1-1/+1
2015-06-11Merge pull request #70 from rezso/masterMartin Wimpress1-1/+1
Add libutil to PYTHON_LIBS
2015-05-05Bump version to 1.10.0eom-1.10.0Stefano Karapetsas1-2/+2
2015-04-07Add libutil to PYTHON_LIBSrezso1-1/+1
to prevent possible "undefined reference to `forkpty'" and "undefined reference to `openpty'" linker errors
2015-04-05Bump version to 1.9.90eom-1.9.90Stefano Karapetsas1-1/+1
2014-09-24Use MateAboutDialogStefano Karapetsas1-1/+1
2014-07-28Add "Edit Image" toolbar buttoninfirit1-0/+1
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]>
2014-07-28Add the necessary machinery to generate the introspection data from eominfirit1-0/+11
Annotations are still missing, but this provides enough for basic introspection usage Based on eog commit b316c9e0b30a8c6d67feb8f21a20268e18c8cc3d From Claudio Saavedra <[email protected]>