summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* EogMetadataDetails: Fix CreativeCommons XMP mapwip/phako/gexiv2Jens Georg2018-06-041-2/+2
|
* all: Fix filling XMP detailsJens Georg2018-06-043-44/+24
|
* all: Replace Exempi with gexiv2Jens Georg2018-06-0413-149/+64
|
* all: Replace libexif with gexiv2Jens Georg2018-06-0417-176/+124
|
* eog-list-store: unref a dangling EogImage referenceClaudio Saavedra2018-05-221-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674284
* Update Afrikaans translationPieter Schalk Schoeman2018-05-191-883/+1212
|
* build: it's enable_xmp not enable_exempiRasmus Thomsen2018-05-121-1/+1
|
* Post-release version bumpFelix Riemann2018-05-071-1/+1
|
* Prepare for release 3.28.23.28.2Felix Riemann2018-05-071-0/+7
|
* EogScrollView: Use the correct enum to initialize the multitouch rotate stateFelix Riemann2018-05-061-1/+1
| | | | | While EOG_TRANSFORM_NONE has the same value (0) it's technically a different type which could cause compiler warnings (e.g. with Clang).
* EogMetadataSidebar: Make header include guard actually workFelix Riemann2018-05-061-3/+3
| | | | | The include guard had a typo which prevented it from working. Also strip the possibly reserved double underscores from it.
* Update Galician translationMarcos Lans2018-04-101-62/+73
|
* Post-release version bumpFelix Riemann2018-04-091-1/+1
|
* Prepare release 3.28.13.28.1Felix Riemann2018-04-091-0/+18
|
* Update French translationAlexandre Franke2018-04-041-20/+21
|
* Update Swedish translationAnders Jonsson2018-04-031-8/+4
|
* Update Polish translationPiotr Drąg2018-03-279-0/+0
|
* Update Romanian translationDaniel Șerbănescu2018-03-241-391/+477
|
* build: Fix EOG_DATA_DIR pathFelix Riemann2018-03-191-1/+1
| | | | | | | | EOG_DATA_DIR was accidentally switched to $eog_datadir during the migration to Meson. It should have been $eog_pkgdatadir which is where application-specific icons are installed. https://bugzilla.gnome.org/show_bug.cgi?id=794472
* Remove wrong Latvian docs image multiple-rename-count (dup of multiple-convert)Andre Klapper2018-03-191-0/+0
|
* Remove wrong German docs image multiple-rename-count (dup of multiple-convert)Andre Klapper2018-03-191-0/+0
|
* Fix broken markup in French translationAndre Klapper2018-03-171-6/+6
|
* Post-release version bumpFelix Riemann2018-03-121-1/+1
|
* Prepare release 2.28.03.28.0Felix Riemann2018-03-122-1/+18
|
* Update Hungarian translationBalázs Úr2018-03-121-10/+10
|
* Update Swedish translationAnders Jonsson2018-03-111-15/+19
|
* Update British English translationBruce Cowan2018-03-101-410/+496
|
* Update Croatian translationgogo2018-03-071-56/+68
|
* Updated Punjabi TranslationA S Alam2018-03-071-477/+407
|
* Updated Czech translationMarek Černocký2018-03-061-5/+5
|
* Update Polish translationPiotr Drąg2018-03-062-4/+4
|
* Fix wrong screenshotAndre Klapper2018-03-061-0/+0
| | | | Thanks to Alexandre and Piotr for pointing out on IRC
* Update French help translationAlexandre Franke2018-03-061-0/+0
|
* Update French help translationAlexandre Franke2018-03-069-963/+717
|
* Post-release version bumpFelix Riemann2018-03-051-1/+1
|
* Prepare release 3.27.913.27.91Felix Riemann2018-03-051-0/+20
|
* build: Fix compiler flagsIñigo Martínez2018-03-051-9/+9
| | | | | | | | | | The compiler flags used for the shared library and the executable are different. They have been modified so now only those that are necessary are added to each targets. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Improve dependency handlingIñigo Martínez2018-03-052-23/+44
| | | | | | | | | | There are a set of dependencies which are used for building the shared libraries and another set for those using the library. This two sets has been split and a new set has been created with common dependencies. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Remove dependency on gtk-unix-printFelix Riemann2018-03-042-2/+0
| | | | | | gtk-unix-print doesn't seem to be needed by eog anymore. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* Update Scottish Gaelic translationGNOME Translation Robot2018-03-011-496/+540
| | | | (cherry picked from commit f98faf2540ea4cf2b8e7db9047f5c55379efb2cb)
* Updated Czech translationMarek Černocký2018-02-271-18/+18
|
* build: Create msgfmt command before loopIñigo Martínez2018-02-271-2/+10
| | | | | | | | | A custom command is used for merging translations with `msgfmt` in loop that iterates over the available plugins. The command is used without any modifications on each loop iteration so it can be created before entering the loop to avoid creating it every iteration.
* build: Reuse pkglibdir meson variableIñigo Martínez2018-02-272-2/+2
| | | | | | | | | | | | | | The installation directory used on the build of the shared library was used in the pkg-config file generation. Due to this behaviour when using the full path as shared library generation caused the libdir path to be wrong. However, this has been fixed in meson's 0.44 version so the pkglibdir directory is reused for this. The required meson version has also been updated accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Remove --warn-all parameterIñigo Martínez2018-02-271-1/+0
| | | | | | | | | meson already includes the `--warn-all` parameter on introspection generation. It has been removed to avoid the parameter duplication. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Improve jpegutils handlingIñigo Martínez2018-02-273-9/+11
| | | | | | | Add explicitly jpegutils when libjpeg option is enabled, instead of using an empty string when the option is disabled. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Do not use options as autoIñigo Martínez2018-02-274-107/+58
| | | | | | | | | | | | | | | | | | There are some options that can be used to enable or disable options. However, if the conditions to use those components enabled by options are not fulfilled, they are disabled and this might confuse an user. Now, if the conditions of those enabled components are not fulfilled the build configuration will stop showing a message to the user. meson variables have been renamed from the `have_` pattern to the `enable_` pattern to better reflect this behaviour. The `zlib` detection behaviour has also been fixed, which will require both `inflate` and `crc32` to be available. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Remove unused variables and definesIñigo Martínez2018-02-271-7/+1
| | | | | | | | | | | | | | | Although micro and macro versions are commonly used, they are not in Eye of GNOME, so there is no need to create them. Some PACKAGE_* definitions are also not used in Eye of GNOME. Finally, there is a variable pointing out if a debug build has been enabled or not. This is used only once, so it's not necessary to hold this information. All of these have been removed. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Fix exec_prefix variableIñigo Martínez2018-02-272-3/+2
| | | | | | | | | | | | The `exec_prefix` variable inside the pkg-config file is pointing to `libexecdir` but it should be pointing to prefix instead. This has been changed so `exec_prefix` points to the proper path. The `libexecdir` meson variable has also been removed because the only the `pkglibexecdir` variable is used. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* build: Remove default explicit installation directoriesIñigo Martínez2018-02-272-4/+1
| | | | | | | | Some meson targets that are installed in default directories are explicitly indicated. However, due to the fact that they are default installation directories, they are not necessary. https://bugzilla.gnome.org/show_bug.cgi?id=793719
* Update German translationMario Blättermann2018-02-261-267/+74
|