# Generated by Makefile. Do not edit. commit 1d143e8474ba92b0202288c38881dd0efb256f25 Author: Felix Riemann Date: Mon Dec 11 21:20:34 2017 +0100 Prepare release 3.27.2 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit c4ff5acfe1931d5342435956448a76ecb7751c7f Author: Piotr Drąg Date: Mon Dec 4 19:59:33 2017 +0100 Remove the OMF file It’s a gnome-doc-utils/ScrollKeeper leftover. help/eog.omf.in | 11 ----------- 1 file changed, 11 deletions(-) commit 4804e68c3398a0fc1840a3efbbea6d497f4cd0a5 Author: Felix Riemann Date: Sun Nov 19 19:17:50 2017 +0100 EogCloseConfirmationDialog: Convert to GtkMessageDialog This makes the dialog look more modern like the dialogs in other GNOME apps. https://bugzilla.gnome.org/show_bug.cgi?id=787188 src/eog-close-confirmation-dialog.c | 127 ++++++------------------------------ src/eog-close-confirmation-dialog.h | 4 +- 2 files changed, 22 insertions(+), 109 deletions(-) commit f269e4b04fffb0ccd8f62277d1d05744ccdd86cd Author: Felix Riemann Date: Sun Nov 19 15:26:52 2017 +0100 EogWindow: Restore the code to update the recent files list This partially reverts 94ceb3d5679c89a099717c3b7dc741c0558c1adb where the code to update the recent files list was removed together with the corresponding menu entry. Turns out the code was still useful for the recent files list in Nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=787750 src/eog-window.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) commit 90e55d42b055b957b9c95a072d63f6667a6f8b71 Author: Felix Riemann Date: Mon Nov 13 21:28:43 2017 +0100 Post-release version bump configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 39406d770a71c27bbaeaf2fcdccb3a33e3fe826e Author: Felix Riemann Date: Mon Nov 13 21:20:33 2017 +0100 Prepare release 3.27.1 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 04d0d80166e3fb09e268af4bdc0469654954c8df Author: Iñigo Martínez Date: Sun Nov 12 19:55:48 2017 +0100 build: Add symbol.map to distributable files symbol.map file which is used as a linker script, is missing from the distributable file list in autotools. https://bugzilla.gnome.org/show_bug.cgi?id=784354 src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 67984c03d748b4d36203c1e2c9a6e8f1492cfd14 Author: Felix Riemann Date: Sun Nov 12 19:48:30 2017 +0100 build: meson: Set RPATH for eog binary Otherwise it wouldn't be able to find it after installation https://bugzilla.gnome.org/show_bug.cgi?id=784354 src/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit c2e02d7b12b48a5c013110d9ebfb64edf2ebf5e8 Author: Felix Riemann Date: Sun Nov 12 18:46:29 2017 +0100 build: Set prefix-relative install_dir for libeog While installing seems to have no issues with absolute paths for install_dir the pkgconfig integration in meson does and create wrong library paths in the .pc file. https://bugzilla.gnome.org/show_bug.cgi?id=784354 src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 031990ae0e3291f2a87a2549b1420e82653ff566 Author: Iñigo Martínez Date: Fri Nov 10 11:38:10 2017 +0100 build: Remove conditional EXIF documentation EXIF support in Eye of GNOME is conditional and it can be enabled by using an option. When shuch option is disabled, documentation generation with GtkDoc should exclude EXIF. This patch disables this behaviour also including EXIF when documentation is generated, however a blank page will be presented. https://bugzilla.gnome.org/show_bug.cgi?id=784354 doc/reference/eog-docs.xml | 2 -- doc/reference/meson.build | 24 ------------------------ 2 files changed, 26 deletions(-) commit b55f66560e6eff902b08346198ceb15b5500aed3 Author: Iñigo Martínez Date: Thu Jun 29 18:05:02 2017 +0200 build: Port to meson build system meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=784354 Makefile.am | 4 + data/Makefile.am | 3 +- data/icons/Makefile.am | 2 + data/icons/meson.build | 44 +++++++ data/meson.build | 66 ++++++++++ doc/reference/Makefile.am | 3 +- doc/reference/eog-docs.xml | 85 +++++++++++++ doc/reference/meson.build | 73 +++++++++++ help/LINGUAS | 31 +++++ help/Makefile.am | 2 + help/meson.build | 57 +++++++++ jpegutils/Makefile.am | 5 +- jpegutils/meson.build | 16 +++ meson.build | 294 +++++++++++++++++++++++++++++++++++++++++++++ meson_options.txt | 8 ++ meson_post_install.py | 14 +++ plugins/Makefile.am | 4 +- plugins/meson.build | 34 ++++++ po/meson.build | 1 + src/Makefile.am | 3 +- src/meson.build | 208 ++++++++++++++++++++++++++++++++ src/symbol.map | 6 + tests/meson.build | 44 +++++++ tests/template.test.in | 3 + 24 files changed, 1005 insertions(+), 5 deletions(-) commit 9fe34b11eedbec4a294168a6a4936cf66702bef0 Author: Felix Riemann Date: Wed Nov 8 22:37:54 2017 +0100 build: Modernize glib-genmarshal usage This makes uses of the improved glib-genmarshal commandline in preparation for the upcoming Meson build which will behave similar. configure.ac | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e6e4e561fda23ef9380b6b7f1a19afd819502443 Author: Jeremy Bicha Date: Wed Nov 8 12:45:14 2017 -0500 build: Install appstream metadata to non-deprecated location https://bugzilla.gnome.org/show_bug.cgi?id=790078 data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 841b54b7dcaaeb81e05e5d8dca7eff174dd508fe Author: Felix Riemann Date: Wed Nov 8 22:00:04 2017 +0100 Post-branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0a3ef396f46d6eae2e49169a23cad227a4e11042 Author: Felix Riemann Date: Wed Nov 8 21:55:10 2017 +0100 Prepare release 3.26.2 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit ea2902379488b3833ba4bea6339d2a842a795e65 Author: Kjartan Maraas Date: Mon Nov 6 15:05:35 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 718 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 361 insertions(+), 357 deletions(-) commit be748d1a85ebc2d3392ef03aa7bbee1da6cab032 Author: Piotr Drąg Date: Thu Oct 26 02:51:27 2017 +0200 Add Polish help translation help/Makefile.am | 2 +- help/pl/figures/image-view-prefs.png | Bin 0 -> 18765 bytes help/pl/figures/multiple-convert.png | Bin 0 -> 24653 bytes help/pl/figures/multiple-rename-count.png | Bin 0 -> 24653 bytes help/pl/figures/plugin-send-by-mail.png | Bin 0 -> 215420 bytes help/pl/figures/plugins-all.png | Bin 0 -> 76205 bytes help/pl/figures/prefs-plugins-date.png | Bin 0 -> 23326 bytes help/pl/figures/prefs-plugins-fullscreen.png | Bin 0 -> 23365 bytes help/pl/figures/prefs-plugins.png | Bin 0 -> 22463 bytes help/pl/figures/slideshow-prefs.png | Bin 0 -> 15471 bytes help/pl/pl.po | 3023 ++++++++++++++++++++++++++ 11 files changed, 3024 insertions(+), 1 deletion(-) commit 9c31fc2e59c68f5bb6105eff8fc9809b34aa17af Author: Mingcong Bai Date: Sat Oct 21 20:27:09 2017 +0800 Update zh_CN translation po/zh_CN.po | 847 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 430 insertions(+), 417 deletions(-) commit 8ac2e6bf805c5accf88495f14fa903cbb904dc86 Author: Andre Klapper Date: Mon Oct 9 17:40:00 2017 +0200 help: lv: Fix broken markup help/lv/lv.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 138f23209877d101494cc5965f872f54cdcc81de Author: Daniel Mustieles Date: Mon Oct 9 14:13:13 2017 +0000 Update Spanish translation help/es/es.po | 207 ++++------------------------------------------------------ 1 file changed, 11 insertions(+), 196 deletions(-) commit 382503eff951270eaa833245b7ac4bf551e52d79 Author: Ryan Schmidt Date: Mon Oct 9 02:29:16 2017 -0500 Fix gui tags in Spanish help translation Some tags weren’t updated properly when the translation was changed in 821899157419ee7358efc70cd10200f7d60f5f61. https://bugzilla.gnome.org/show_bug.cgi?id=788582 help/es/es.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 670d7c5b8812fff94c1309667f8563468d81dfd6 Author: Piotr Drąg Date: Mon Oct 9 15:58:12 2017 +0200 Fix line endings in Spanish help translation Makes the file consistently use UNIX line endings. https://bugzilla.gnome.org/show_bug.cgi?id=788582 help/es/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 563db75bab89a8c38b25e2f240ff0377f06da010 Author: Xavi Ivars Date: Thu Oct 5 13:34:34 2017 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 1742 +++++++++++++++++++++++++++++------------------------ 1 file changed, 941 insertions(+), 801 deletions(-) commit 7464e4b8a3ff797ebfee43a879f8eb8198e91bfb Author: Felix Riemann Date: Mon Oct 2 22:40:24 2017 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b32d76311453ba9dabe853a3be83e03ba21a6a3 Author: Felix Riemann Date: Mon Oct 2 22:29:51 2017 +0200 Prepare release 3.26.1 NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit 4fe287a041e660036db24d43d0b8fd54e284add1 Author: Sveinn í Felli Date: Mon Oct 2 10:09:43 2017 +0000 Update Icelandic translation po/is.po | 792 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 371 insertions(+), 421 deletions(-) commit bde6213ee663cbc6d4e7dfd18e908b03f776c1d3 Author: Anders Jonsson Date: Sun Oct 1 21:31:36 2017 +0000 Update Swedish translation help/sv/sv.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 74c9cf3080b0f39000b5753afa71bba93c9514a3 Author: Piotr Drąg Date: Sat Sep 30 15:06:25 2017 +0200 data: Add missing gettext-domain to gschema data/org.gnome.eog.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f63032f60b3f767889737c9994694f6cc468c014 Author: Arash Mousavi Date: Sat Sep 30 01:03:11 2017 +0330 [L10N] Update Persian translation po/fa.po | 834 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 421 insertions(+), 413 deletions(-) commit ff4189a51e43081c79e26f5a7b8123180b576b80 Author: Efstathios Iosifidis Date: Mon Sep 25 14:05:33 2017 +0000 Update Greek translation po/el.po | 989 +++++++++++++++++++++++---------------------------------------- 1 file changed, 363 insertions(+), 626 deletions(-) commit 652505520d362ad38b94ff961c106657c1326465 Author: Andre Klapper Date: Mon Sep 25 00:42:32 2017 +0200 Fix typo in German user docs translation help/de/de.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cd9f65d4d0f727210190ccf442c5d5e6cfd669f2 Author: Andre Klapper Date: Sun Sep 24 23:33:57 2017 +0200 cs: Fix broken markup in user docs help/cs/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 6a17972c7921b1fd30ab3e0771dab1371aaad405 Author: Stas Solovey Date: Mon Sep 18 16:24:13 2017 +0000 Update Russian translation po/ru.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit d972f9526d951adb16a0048a7e1c1b21dcf51edc Author: Stas Solovey Date: Mon Sep 18 16:20:26 2017 +0000 Update Russian translation po/ru.po | 722 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 363 insertions(+), 359 deletions(-) commit 96f5ceb07eb5635202dcdfd9bdc847140add96c3 Author: Yuras Shumovich Date: Sun Sep 17 19:50:23 2017 +0000 Update Belarusian translation po/be.po | 1729 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 937 insertions(+), 792 deletions(-) commit a71af1727295d43f6d61fb5457ddda56cc136f6f Author: hanniedu Date: Wed Sep 13 11:59:29 2017 +0200 Updated Dutch translation Master 3.26 po/nl.po | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) commit d30169b5548b548035e05b220e2844b87dc7b8cf Author: Felix Riemann Date: Mon Sep 11 22:31:27 2017 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 25d5fbd0aed7e7d5f6928a27bf84c0242d0b8129 Author: Felix Riemann Date: Mon Sep 11 22:25:57 2017 +0200 Prepare release 3.26.0 NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit 6f9f610bb34f6721f40913979f7fe0e31c7946e1 Author: Jiro Matsuzawa Date: Mon Sep 11 15:03:07 2017 +0000 Update Japanese translation po/ja.po | 334 ++++++--------------------------------------------------------- 1 file changed, 32 insertions(+), 302 deletions(-) commit 0e30ec031233c5eaaac26892fa77891cc33d94f5 Author: Sebastian Rasmussen Date: Mon Sep 11 12:10:07 2017 +0000 Update Swedish translation help/sv/sv.po | 1048 ++++++++++++++++++++++++--------------------------------- 1 file changed, 444 insertions(+), 604 deletions(-) commit dfc0f7432cf5365cb0e010df6759ec736a38239e Author: hanniedu Date: Mon Sep 11 12:42:11 2017 +0200 Updated Dutch translation Master 3.26 po/nl.po | 838 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 425 insertions(+), 413 deletions(-) commit c947ae6a36a7159278a3ab3bb5c3d2a91b84b1ae Author: Ask Hjorth Larsen Date: Sun Sep 10 18:03:33 2017 +0200 Updated Danish translation po/da.po | 42 ++++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 24 deletions(-) commit 112b2ee456de5c604faac21882163c94fafac14a Author: Alexander Shopov Date: Sun Sep 10 12:16:09 2017 +0300 Updated Bulgarian translation po/bg.po | 1307 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 1100 insertions(+), 207 deletions(-) commit 70d7434010e1e5ce7c35ab74bae92f693634b299 Author: Jordi Mas Date: Sun Sep 10 09:34:39 2017 +0200 Fixes to Catalan translation help/ca/ca.po | 2616 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1569 insertions(+), 1047 deletions(-) commit f7198d4f7234ff972c1af8608821f771d8653a1c Author: Inaki Larranaga Murgoitio Date: Sat Sep 9 14:29:30 2017 +0200 Update Basque language po/eu.po | 716 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 360 insertions(+), 356 deletions(-) commit 0b0fc1fadc27ab09724470437c337f28d991f078 Author: Lyubomir Vasilev Date: Sat Sep 9 09:55:45 2017 +0300 Updated Bulgarian translation po/bg.po | 1176 ++++++++------------------------------------------------------ 1 file changed, 148 insertions(+), 1028 deletions(-) commit c6c680a679e026f7e2b8e923316d601b6bd4c663 Author: Gábor Kelemen Date: Fri Sep 8 19:19:45 2017 +0000 Update Hungarian translation help/hu/hu.po | 1531 ++++++++++++++++++++++++--------------------------------- 1 file changed, 637 insertions(+), 894 deletions(-) commit fb5db90a81e9dd6b55e397b7a6a79c679671b1e1 Author: sujiniku Date: Wed Sep 6 15:04:19 2017 +0000 Update Japanese translation po/ja.po | 900 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 494 insertions(+), 406 deletions(-) commit 19c3ea82de95348a5f2d6198c499eb1313fab989 Author: Gianvito Cavasoli Date: Tue Sep 5 09:13:05 2017 +0000 Update Italian translation po/it.po | 776 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 362 insertions(+), 414 deletions(-) commit 8f5850e04cf0e33897745691e0d672c7cfbf6ff3 Author: Felix Riemann Date: Mon Sep 4 22:47:15 2017 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d554c7d0db6e423ff95fcbb72f0c57f93a4d1e8 Author: Felix Riemann Date: Mon Sep 4 22:16:58 2017 +0200 Prepare release 3.25.92 NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) commit bc2c8ce2c17d5c1cfe3a26c6a872080759bee61f Author: Rafael Fontenelle Date: Sun Sep 3 15:09:13 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 718 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 362 insertions(+), 356 deletions(-) commit 420803d584ec8be95d685d1e62576bae8cc44223 Author: Jeeyong Um Date: Sat Sep 2 12:58:02 2017 +0000 Update Korean translation po/ko.po | 723 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 365 insertions(+), 358 deletions(-) commit b495b4be36e7771f32785086885b4844eb734a90 Author: Rūdolfs Mazurs Date: Sun Aug 27 22:21:12 2017 +0300 Update Latvian translation help/lv/lv.po | 316 +++++++++++++++++++++++++--------------------------------- 1 file changed, 138 insertions(+), 178 deletions(-) commit 75ae42691136d69fe0c0e426450ae81db4f005fd Author: Rūdolfs Mazurs Date: Sun Aug 27 22:20:38 2017 +0300 Update Latvian translation help/lv/figures/image-view-prefs.png | Bin 0 -> 25873 bytes help/lv/figures/multiple-convert.png | Bin 0 -> 31936 bytes help/lv/figures/multiple-rename-count.png | Bin 0 -> 31936 bytes help/lv/figures/plugin-send-by-mail.png | Bin 0 -> 36093 bytes help/lv/figures/plugins-all.png | Bin 0 -> 84293 bytes help/lv/figures/prefs-plugins-date.png | Bin 0 -> 24745 bytes help/lv/figures/prefs-plugins-fullscreen.png | Bin 0 -> 24809 bytes help/lv/figures/prefs-plugins.png | Bin 0 -> 24745 bytes help/lv/figures/slideshow-prefs.png | Bin 0 -> 19602 bytes help/lv/lv.po | 1035 ++++++++++++++++---------- po/lv.po | 776 +++++++++---------- 11 files changed, 987 insertions(+), 824 deletions(-) commit e5d34f8443f222f8d01096c160eb81eab07aac74 Author: Cheng-Chia Tseng Date: Sun Aug 27 13:40:49 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 759 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 375 insertions(+), 384 deletions(-) commit 75d34db51f5aa06fbd464e8b10cd3242320fe1a8 Author: Ask Hjorth Larsen Date: Sat Aug 26 16:31:52 2017 +0200 Updated Danish translation po/da.po | 775 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 392 insertions(+), 383 deletions(-) commit b9b1974b02ffd23b70944cab6544867ebd8c7b95 Author: gogo Date: Wed Aug 23 15:42:55 2017 +0000 Update Croatian translation po/hr.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit c2adba2df5e2e4c5dda19f7f5dcf689f2ff1ecd7 Author: Sveinn í Felli Date: Wed Aug 23 10:29:38 2017 +0000 Update Icelandic translation (cherry picked from commit 586031894977ff242e6daeb15f1a8f449b46cac4) po/is.po | 325 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 180 insertions(+), 145 deletions(-) commit 209323add1889554cc09f21fda016d5ff899715e Author: Aurimas Černius Date: Tue Aug 22 23:30:54 2017 +0300 Updated Lithuanian translation po/lt.po | 722 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 364 insertions(+), 358 deletions(-) commit f59f3ec91f16bd69222fc75432a9cf6986770c0c Author: Daniel Mustieles Date: Tue Aug 22 07:13:08 2017 +0000 Update Spanish translation help/es/es.po | 72 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) commit e5587fc202dbe85f294db4828e056df39cf3fbab Author: Jordi Mas Date: Mon Aug 21 09:02:53 2017 +0200 Update Catalan translation po/ca.po | 715 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 360 insertions(+), 355 deletions(-) commit 3d65cefe47ead9df9a0251e23b42a2adaacbb205 Author: Christian Kirbach Date: Sun Aug 20 12:06:07 2017 +0000 Update German translation help/de/de.po | 71 ++++++++++++----------------------------------------------- 1 file changed, 14 insertions(+), 57 deletions(-) commit 60acfc28a12cf33fd941be91bbd2bb3eb68419c8 Author: Christian Kirbach Date: Sun Aug 20 14:04:12 2017 +0200 Updated German screen-shots help/de/figures/image-view-prefs.png | Bin 35103 -> 33943 bytes help/de/figures/multiple-convert.png | Bin 27059 -> 36247 bytes help/de/figures/multiple-rename-count.png | Bin 27167 -> 36247 bytes help/de/figures/plugin-send-by-mail.png | Bin 60832 -> 267579 bytes help/de/figures/plugins-all.png | Bin 63999 -> 45808 bytes help/de/figures/prefs-plugins-date.png | Bin 29366 -> 26699 bytes help/de/figures/prefs-plugins-fullscreen.png | Bin 29281 -> 26699 bytes help/de/figures/prefs-plugins.png | Bin 29235 -> 26699 bytes help/de/figures/slideshow-prefs.png | Bin 23762 -> 21672 bytes 9 files changed, 0 insertions(+), 0 deletions(-) commit 23fd9a66198cbbd314333a4242aad8a39c94dd59 Author: Alexandre Franke Date: Sat Aug 19 15:34:19 2017 +0000 Update French translation po/fr.po | 714 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 359 insertions(+), 355 deletions(-) commit 33c75ee063601cb1ef6a3709ecff4d59bc53e670 Author: gogo Date: Fri Aug 18 20:52:33 2017 +0000 Update Croatian translation po/hr.po | 714 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 359 insertions(+), 355 deletions(-) commit 112286be8b98e16021b607de5fb87049591e7544 Author: Jiri Grönroos Date: Tue Aug 15 17:50:26 2017 +0000 Update Finnish translation po/fi.po | 722 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 364 insertions(+), 358 deletions(-) commit 8c04d38bc28b64dc38b564362f1ff11e1acdc59c Author: Мирослав Николић Date: Mon Aug 14 20:04:49 2017 +0200 Updated Serbian translation po/sr.po | 723 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 723 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 732 insertions(+), 714 deletions(-) commit 821899157419ee7358efc70cd10200f7d60f5f61 Author: Daniel Mustieles Date: Fri Aug 11 11:58:37 2017 +0000 Update Spanish translation help/es/es.po | 1053 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 596 insertions(+), 457 deletions(-) commit 95bd6b904393251c5a2a12dc829cc8f0887b8b73 Author: Marek Cernocky Date: Fri Aug 11 10:59:38 2017 +0200 Updated Czech translation help/cs/cs.po | 153 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 76 insertions(+), 77 deletions(-) commit 804f605874129187f9700f8bf7c687aa4be2aca5 Author: Piotr Drąg Date: Fri Aug 11 01:31:43 2017 +0200 Update Polish translation po/pl.po | 737 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 371 insertions(+), 366 deletions(-) commit c4d7ad90e8d6f9bc0235e177c89324e6da021104 Author: Felix Riemann Date: Thu Aug 10 22:01:02 2017 +0200 docs: Improve compression of screenshots in documentation help/C/figures/image-view-prefs.png | Bin 32433 -> 23552 bytes help/C/figures/multiple-convert.png | Bin 31895 -> 24376 bytes help/C/figures/multiple-rename-count.png | Bin 31503 -> 24052 bytes help/C/figures/plugin-send-by-mail.png | Bin 191185 -> 159940 bytes help/C/figures/plugins-all.png | Bin 97608 -> 70229 bytes help/C/figures/prefs-plugins-date.png | Bin 27821 -> 20448 bytes help/C/figures/prefs-plugins-fullscreen.png | Bin 27774 -> 20424 bytes help/C/figures/prefs-plugins.png | Bin 27959 -> 19979 bytes help/C/figures/slideshow-prefs.png | Bin 21607 -> 15367 bytes 9 files changed, 0 insertions(+), 0 deletions(-) commit ab6f705fe6aa2d4e5b0a80d2ce4a3d55a5c56178 Author: Mario Blättermann Date: Thu Aug 10 19:14:31 2017 +0000 Update German translation help/de/de.po | 802 +++++++++++++++++++++++++--------------------------------- 1 file changed, 338 insertions(+), 464 deletions(-) commit 26dc7afed657e0820854dcc178abc53320b90c86 Author: Marek Cernocky Date: Thu Aug 10 16:16:45 2017 +0200 Updated Czech translation help/cs/cs.po | 739 ++++++++++++++++++++++------------------------------------ 1 file changed, 285 insertions(+), 454 deletions(-) commit f69bfd9fb3521c82776cf288491ee468d2c5c94f Author: Fran Dieguez Date: Tue Aug 8 22:02:53 2017 +0000 Update Galician translation po/gl.po | 786 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 367 insertions(+), 419 deletions(-) commit eec19cc037d444960f62004702514bdc7648e250 Author: Andre Klapper Date: Tue Aug 8 20:32:35 2017 +0200 User docs: Cover 100% zoom keyboard shortcuts (bug 759434) help/C/zoom.page | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit a3118bf99502910234d9388ed2300d2c0f8c5451 Author: Andre Klapper Date: Tue Aug 8 20:26:18 2017 +0200 User docs: Remove outdated instructions also from page title help/C/edit.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab3cdeae041e4d992a94e17e36bdc9a39dcbe044 Author: Andre Klapper Date: Tue Aug 8 20:25:04 2017 +0200 User docs: Update instructions where/how to find menu item in UI help/C/edit.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 86497053896961b3c7651d54c336c61d045e1596 Author: Andre Klapper Date: Tue Aug 8 20:24:31 2017 +0200 User docs: Update instructions where/how to find menu item in UI help/C/format-change.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3a1dcf242db0b0b0f5c44f9ac09fa19a3391f1dc Author: Andre Klapper Date: Tue Aug 8 20:23:08 2017 +0200 User docs: Update instructions where/how to find menu item in UI help/C/open.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8fd622f854ee85a30b8348f641c659f2b1eeea55 Author: Andre Klapper Date: Tue Aug 8 20:22:43 2017 +0200 User docs: Update instructions where/how to find menu item in UI help/C/print.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 540f5c5083f99fbfdd0269c336b02976de162926 Author: Andre Klapper Date: Tue Aug 8 20:21:56 2017 +0200 User docs: Remove outdated instructions also from page title help/C/slideshow.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c67be75f2b625f53fa926334111e6f9fc6a62e90 Author: Andre Klapper Date: Tue Aug 8 20:21:04 2017 +0200 User docs: Remove outdated instructions also from page title help/C/zoom.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 25f7251a626517c01e42901c663bbdd917a15be6 Author: Andre Klapper Date: Tue Aug 8 20:20:29 2017 +0200 User docs: Update instructions where/how to find menu item in UI help/C/desktop-background.page | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 124353100ef9d8bfd04372696536f68d3770484f Author: Andre Klapper Date: Tue Aug 8 20:19:40 2017 +0200 User docs: Update instructions where/how to find menu item in UI help/C/rename-multiple.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a11528e5bf9cf30f82adb43a9b88c5bd9f64106b Author: Andre Klapper Date: Tue Aug 8 20:16:06 2017 +0200 User docs: Update steps how to delete an opened image help/C/edit.page | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 14216a9cde5b65379d0f4eb510b823ff0c745063 Author: Andre Klapper Date: Tue Aug 8 20:15:22 2017 +0200 User docs: Update steps how to copy an opened image help/C/copy-paste.page | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 69a8f7169e9d07b2b01b51066612ba264ea7c04a Author: Andre Klapper Date: Tue Aug 8 20:13:46 2017 +0200 User docs: Remove 'Edit > Preferences' and update to title bar help/C/plugin-exif-digital.page | 34 ++++++++++++++---------------- help/C/plugin-fullscreen-background.page | 12 +++++++---- help/C/plugin-fullscreen-double-click.page | 8 +++---- help/C/plugin-picasa.page | 15 +++++++------ help/C/plugin-python-console.page | 13 ++++++------ help/C/plugin-send-by-mail.page | 10 ++++----- help/C/plugin-slideshow-shuffle.page | 8 +++---- help/C/plugin-zoom-width.page | 8 +++---- help/C/preferences.page | 4 ++-- 9 files changed, 59 insertions(+), 53 deletions(-) commit 57db3502cdbd411fe1654bdacf7a9a0429b83cfd Author: Andre Klapper Date: Tue Aug 8 20:11:52 2017 +0200 User docs: Remove stray reference to removed toolbar.page help/C/zoom.page | 1 - 1 file changed, 1 deletion(-) commit ae2293cef012ab32ce165890afacfa71572beac3 Author: Andre Klapper Date: Tue Aug 8 19:52:25 2017 +0200 User docs: Remove toolbar.page (functionality was removed in bug 740426) help/C/toolbar.page | 62 ----------------------------------------------------- help/Makefile.am | 1 - 2 files changed, 63 deletions(-) commit fb36ddf33f5d812e9d0cac29892aafc2dcbdb71c Author: Andre Klapper Date: Tue Aug 8 19:50:41 2017 +0200 User docs: Remove eog-toolbar-editor.png from Makefile.am to fix the build help/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit 3256f298a9630dd73bd07bfab9d504183936cd82 Author: Andre Klapper Date: Tue Aug 8 19:49:40 2017 +0200 User docs: Remove references to tool bar, update instructions to the UI help/C/zoom.page | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 5472e76ab6058deadb14f3c729c8c76b986b22f0 Author: Andre Klapper Date: Tue Aug 8 19:45:32 2017 +0200 User docs: Remove references to tool bar, update instructions to the UI help/C/view.page | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) commit 7f6b36e0c7e0eeb996e5bfb2143bc0fcd1179845 Author: Andre Klapper Date: Tue Aug 8 19:41:19 2017 +0200 User docs: Adjust instructions how to rotate to the UI overlay buttons help/C/flip-rotate.page | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit a902d569a48ea90c3e2c8f07564bb4c608094727 Author: Andre Klapper Date: Tue Aug 8 19:34:38 2017 +0200 User docs: Remove outdated reference to toolbar (removed in bug 740426) help/C/flip-rotate.page | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 0d4feca695936905c3de5cae40ace334bad79fc6 Author: Andre Klapper Date: Tue Aug 8 19:33:55 2017 +0200 User docs: Add comment that doc is wrong due to bug 786012 help/C/flip-rotate.page | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit c4976b26c870fd629a43be5466fda3d2f9363d4e Author: Andre Klapper Date: Tue Aug 8 19:19:34 2017 +0200 User docs: Remove Toolbar Editor screenshot Offers no additional info not already in the (outdated) help text. help/C/figures/eog-toolbar-editor.png | Bin 27416 -> 0 bytes help/C/toolbar.page | 3 --- 2 files changed, 3 deletions(-) commit 385490835d644a78ca349de408cd517ddcc9ec5b Author: Andre Klapper Date: Tue Aug 8 19:18:59 2017 +0200 User docs: Update old screenshots to reflect 3.24 UI help/C/figures/image-view-prefs.png | Bin 33011 -> 32433 bytes help/C/figures/multiple-convert.png | Bin 30781 -> 31895 bytes help/C/figures/multiple-rename-count.png | Bin 30254 -> 31503 bytes help/C/figures/plugin-send-by-mail.png | Bin 62863 -> 191185 bytes help/C/figures/plugins-all.png | Bin 90830 -> 97608 bytes help/C/figures/prefs-plugins-date.png | Bin 29982 -> 27821 bytes help/C/figures/prefs-plugins-fullscreen.png | Bin 30013 -> 27774 bytes help/C/figures/prefs-plugins.png | Bin 28441 -> 27959 bytes help/C/figures/slideshow-prefs.png | Bin 22467 -> 21607 bytes 9 files changed, 0 insertions(+), 0 deletions(-) commit 22d60947e5ce6c192c8b9b30c234679a402f6e76 Author: Marek Cernocky Date: Tue Aug 8 11:15:09 2017 +0200 Updated Czech translation help/cs/cs.po | 337 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 168 insertions(+), 169 deletions(-) commit 56f6929e7cbd942790f7a2f49a08106d60348b72 Author: Felix Riemann Date: Mon Aug 7 21:33:13 2017 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b4f3e7f9156bb0ce55d8ae57141399b312d4d53 Author: Felix Riemann Date: Mon Aug 7 21:26:35 2017 +0200 Prepare release 3.25.90 NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) commit 0e7749ba0bfac7e72c19841afcbebb10851533b4 Author: Bastien Nocera Date: Fri Jul 14 11:41:38 2017 +0200 thumbnail: Remove use of obsolete gnome-desktop-thumbnail helper gnome_desktop_thumbnail_scale_down_pixbuf() is obsolete now that gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. https://bugzilla.gnome.org/show_bug.cgi?id=784942 configure.ac | 2 +- src/eog-thumbnail.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) commit 5b7b7f7b241b8874f79d5340e2912ce980153e6b Author: Daniel Mustieles Date: Mon Aug 7 10:32:49 2017 +0000 Update Spanish translation help/es/es.po | 74 +++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 25 deletions(-) commit e942f41798d64791b73b3bd21aaa2950be38f26b Author: Balasankar C Date: Sat Aug 5 20:43:52 2017 +0000 Update Malayalam translation po/ml.po | 1999 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1080 insertions(+), 919 deletions(-) commit 533682353453943980d7ca29a89b079bcdfc8dfc Author: Andre Klapper Date: Sat Aug 5 15:19:58 2017 +0200 User docs: Use https links help/C/develop.page | 2 +- help/C/documentation.page | 4 ++-- help/C/translate.page | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) commit 40b391fd61ef1ff9024a98035ac5b9b0065b39af Author: Anders Jonsson Date: Sat Aug 5 09:57:21 2017 +0000 Update Swedish translation po/sv.po | 718 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 362 insertions(+), 356 deletions(-) commit 9dacff2cd1aa5928da2561361091ecd96d84e2cc Author: Daniel Mustieles Date: Sat Aug 5 11:49:12 2017 +0200 Updated Spanish translation help/es/es.po | 296 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 149 insertions(+), 147 deletions(-) commit 29c2b6727923a3707f4952f2553472e0dd20ed96 Author: Balázs Meskó Date: Fri Aug 4 13:32:37 2017 +0000 Update Hungarian translation po/hu.po | 720 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 363 insertions(+), 357 deletions(-) commit 84b8e0406a233044a6b33d292e624deeb9f2fe94 Author: Matej Urbančič Date: Wed Aug 2 10:26:10 2017 +0200 Updated Slovenian translation po/sl.po | 846 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 432 insertions(+), 414 deletions(-) commit 6c361a3dde0f2bc2324efc4802b0a647c870b9ed Author: Mario Blättermann Date: Tue Aug 1 20:55:15 2017 +0000 Update German translation help/de/de.po | 367 ++++++++++++++++++++++------------------------------------ 1 file changed, 137 insertions(+), 230 deletions(-) commit 81c3d8f55a2eed1edb57691613a0597edc42e36c Author: Anders Jonsson Date: Mon Jul 31 23:22:40 2017 +0000 Update Swedish translation help/sv/sv.po | 287 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 144 insertions(+), 143 deletions(-) commit bc6c51751579c00ba7bfc4238e7ea237e70c0a01 Author: Marek Cernocky Date: Mon Jul 31 15:49:06 2017 +0200 Updated Czech translation po/cs.po | 743 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 360 insertions(+), 383 deletions(-) commit d81f76373aa7f3f5d3b1f4c933aee0b8c7ee7b9f Author: Anders Jonsson Date: Fri Jul 1 02:13:06 2016 +0200 Fix Bugzilla submit bug button text https://bugzilla.gnome.org/show_bug.cgi?id=767264#c2 help/C/bug-filing.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d77e2c06e9f7e2ea217c639622f1b51763d912d6 Author: Çağatay Yiğit Şahin Date: Fri Jul 28 09:58:47 2017 +0000 Update Turkish translation po/tr.po | 781 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 365 insertions(+), 416 deletions(-) commit 3ef0fad6ab410f44194c9492e26f72984a36adcc Author: Dušan Kazik Date: Thu Jul 13 18:29:00 2017 +0000 Update Slovak translation po/sk.po | 720 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 363 insertions(+), 357 deletions(-) commit d568760395ec72e6e9da7a17eae00989aebbd21d Author: Trần Ngọc Quân Date: Fri Jun 30 15:12:52 2017 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 714 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 359 insertions(+), 355 deletions(-) commit 702d70c28754f3b71b72584c27da19df914a020c Author: Khaled Hosny Date: Sat Jun 24 01:08:33 2017 +0200 Update Arabic translation po/ar.po | 836 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 425 insertions(+), 411 deletions(-) commit 867c3fd178840c1c8bdc83aa26d7a536d9fc5488 Author: Felix Riemann Date: Mon Jun 19 23:31:34 2017 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 53825ebbf52c2e42549975de3e746ed0461a33fa Author: Felix Riemann Date: Mon Jun 19 23:23:43 2017 +0200 Prepare release 3.25.1 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit f59aded11956056431c04f88a55af4dde5e504a0 Author: Baurzhan Muftakhidinov Date: Sat Jun 17 11:53:22 2017 +0000 Update Kazakh translation po/kk.po | 716 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 359 insertions(+), 357 deletions(-) commit a40f9e91992c5ce9c37cc531dc0d807c4c516191 Author: Felix Riemann Date: Thu Jun 8 08:11:27 2017 +0000 Update German translation po/de.po | 721 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 362 insertions(+), 359 deletions(-) commit 0503e50bd31975f0f2d12943bf51e4360f2bdf0e Author: Kukuh Syafaat Date: Wed Jun 7 05:16:43 2017 +0000 Update Indonesian translation po/id.po | 710 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 355 insertions(+), 355 deletions(-) commit b3bcb53d89c7844bfb19bb26e5367dacf6198bf0 Author: Fabio Tomat Date: Tue Jun 6 16:03:41 2017 +0000 Update Friulian translation po/fur.po | 714 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 358 insertions(+), 356 deletions(-) commit 8b572596ad841016617a19000f29b31244de90a3 Author: Daniel Mustieles Date: Mon Jun 5 14:09:17 2017 +0000 Update Spanish translation po/es.po | 714 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 358 insertions(+), 356 deletions(-) commit 6c073edc5645c4263fedf91b305b04ca4cda2948 Author: Felix Riemann Date: Sun Jun 4 20:07:15 2017 +0200 fullscreen: reload: Add translator comment to Icon keyword gettext also makes the Icon value translatable. Tell translators that this value is actually an icon (file) name. plugins/fullscreen/fullscreen.plugin.desktop.in | 2 ++ plugins/reload/reload.plugin.desktop.in | 2 ++ 2 files changed, 4 insertions(+) commit beb99cfda1bfd9097e7b2ca3ec4d3950cb2b13b8 Author: Ondrej Holy Date: Mon May 15 10:27:03 2017 +0200 EogJobs: Try to mount volume if not already mounted It may happen for various reasons that somebody tries to open a location, which is not already mounted. Consequently, "No images found in '[location]'." error is shown to the user currently. Let's try to mount the volume in such case instead of showing the error. https://bugzilla.gnome.org/show_bug.cgi?id=555831 src/eog-jobs.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) commit 0c97d1c7da1af7e6dfd4f822fcf3363a1ae79ff0 Author: Felix Riemann Date: Sun Jun 4 16:20:36 2017 +0200 Update git.mk to recognize the gettext .m4s Revision d6caf0d1 from https://github.com/behdad/git.mk Makefile.am | 13 ++++--------- git.mk | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 9 deletions(-) commit cda433d5a9020074156f16a86148d09121249f67 Author: Felix Riemann Date: Sun Jun 4 13:16:25 2017 +0200 Convert from intltool to gettext See https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration Makefile.am | 7 +- autogen.sh | 1 - configure.ac | 6 +- data/Makefile.am | 16 +++-- data/{eog-app-menu.xml => eog-app-menu.ui} | 0 data/eog.appdata.xml.in | 12 ++-- data/eog.desktop.in.in | 11 ++- plugins/Makefile.am | 8 ++- plugins/fullscreen/fullscreen.plugin.desktop.in | 4 +- plugins/reload/reload.plugin.desktop.in | 4 +- .../statusbar-date.plugin.desktop.in | 4 +- po/Makevars | 78 ++++++++++++++++++++++ po/POTFILES.in | 23 +++---- src/eog.gresource.xml | 2 +- 14 files changed, 133 insertions(+), 43 deletions(-) commit 79ebfbc0a9a47c218d0c1df7d66bdb216c3f909f Author: Felix Riemann Date: Sun Jun 4 16:21:22 2017 +0200 Post-branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4d00c81c002331cac5ed1c7fa690c7bce25bc3de Author: Emin Tufan Çetin Date: Fri May 19 18:48:31 2017 +0000 Update Turkish translation po/tr.po | 413 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 225 insertions(+), 188 deletions(-) commit bd591759568444f2b79e360b00e7a27a1bbbb80d Author: Fabio Tomat Date: Fri May 5 15:57:18 2017 +0000 Update Friulian translation po/fur.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 98b51943f64a366c06906eb8d70115d81e21b7bb Author: Fabio Tomat Date: Fri May 5 15:54:58 2017 +0000 Update Friulian translation po/fur.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit aa3162566b9b661bd254a1414ceff30357f41926 Author: Stas Solovey Date: Thu Apr 13 11:47:31 2017 +0000 Update Russian translation po/ru.po | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit 5a71efaffe7338891e0a88d6ec023841b243cee4 Author: Felix Riemann Date: Mon Apr 10 20:48:12 2017 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c665b86c19cec9e9ec783adb062c387ddb46958c Author: Felix Riemann Date: Mon Apr 10 20:43:33 2017 +0200 Prepare release 3.24.1 NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit d91cf5bc7f712d36fbc6dfb1b73130ea489931b1 Author: Felix Riemann Date: Wed Mar 29 20:56:11 2017 +0200 EogExifUtil: Fix build with older GCCs Older GCCs don't support pragma diagnostic in functions. Move the pragmas outside to fix the build with these compilers. https://bugzilla.gnome.org/show_bug.cgi?id=780675 src/eog-exif-util.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 24d7db48431ebc8e9dd1afdbebe66b539706fc96 Author: Rūdolfs Mazurs Date: Sun Apr 9 14:28:52 2017 +0300 Update Latvian translation help/lv/lv.po | 718 ++++++++++++++++++++++++---------------------------------- 1 file changed, 297 insertions(+), 421 deletions(-) commit 484d54db73f022692fb5250c2bf184db70d05ab8 Author: gogo Date: Sat Apr 8 19:42:29 2017 +0000 Update Croatian translation po/hr.po | 377 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 171 insertions(+), 206 deletions(-) commit 52803fb8572d51b9744ef860f171e8430b21ac10 Author: Tom Tryfonidis Date: Sat Apr 8 18:20:38 2017 +0000 Update Greek translation po/el.po | 254 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 132 insertions(+), 122 deletions(-) commit 2dbb5c7211923a0377115c596a8a0c4168208c2b Author: Kjartan Maraas Date: Sat Mar 25 12:09:28 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 52 +++++++++++----------------------------------------- 1 file changed, 11 insertions(+), 41 deletions(-) commit 1251f8bd81350d72e2c8a5f26822929709b7412e Author: Daniel Mustieles Date: Wed Mar 22 09:10:41 2017 +0000 Update Spanish translation po/es.po | 79 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 37 insertions(+), 42 deletions(-) commit 51524cd4ef14bb1556ebb0e255bb2f126272aa43 Author: Felix Riemann Date: Mon Mar 20 20:09:47 2017 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ffec937c4cb0fce2f5228199327be45a0a66f614 Author: Felix Riemann Date: Mon Mar 20 20:05:24 2017 +0100 Prepare release 3.24.0 NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit f3ecddd16cf203c7cac84cc1a5d0408038099583 Author: Daniel Korostil Date: Mon Mar 20 13:47:42 2017 +0200 Updated Ukrainian translation po/uk.po | 79 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) commit a1d6b2cbbba53af2d490661f562a6ce4cadd8334 Author: Gianvito Cavasoli Date: Sun Mar 19 15:21:20 2017 +0000 Update Italian translation po/it.po | 297 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 181 insertions(+), 116 deletions(-) commit e530a9f0872a324fc0996d39770b77cba6bec9e8 Author: Rūdolfs Mazurs Date: Sat Mar 18 10:51:18 2017 +0200 Update Latvian translation po/lv.po | 280 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 174 insertions(+), 106 deletions(-) commit a806abef0a253d393576bb64a655c7aa9e59eab7 Author: Changwoo Ryu Date: Thu Mar 16 15:05:56 2017 +0000 Update Korean translation po/ko.po | 247 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 124 insertions(+), 123 deletions(-) commit 3434cfe699967bd7146746952a4246007a17420c Author: gogo Date: Wed Mar 15 19:42:41 2017 +0000 Update Croatian translation po/hr.po | 409 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 284 insertions(+), 125 deletions(-) commit b6f1a5c63c0af17a4a5585c9ef046fd555d951fa Author: Yuri Myasoedov Date: Tue Mar 14 23:21:01 2017 +0400 Updated Russian translation po/ru.po | 251 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 116 insertions(+), 135 deletions(-) commit 8bd03cec68ade18227f2ba9a97da7d181304f508 Author: Felix Riemann Date: Mon Mar 13 21:30:11 2017 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3db22803e49f4dc68ca82e8e9154d62cdee089e3 Author: Felix Riemann Date: Mon Mar 13 21:26:33 2017 +0100 Prepare release 3.23.92 NEWS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) commit 88f9be0b2f7790c1223cfecfc2026247e5e924c4 Author: Dušan Kazik Date: Sun Mar 12 09:47:31 2017 +0000 Update Slovak translation po/sk.po | 79 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) commit 372d5570a04269416513238610ab39e23e4ecdf2 Author: Jordi Mas Date: Sun Mar 12 08:52:59 2017 +0100 Update Catalan translation po/ca.po | 109 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 60 insertions(+), 49 deletions(-) commit 0bb420f15597e94fa0b293846709e14f5adb42eb Author: Мирослав Николић Date: Sun Mar 12 07:55:07 2017 +0100 Updated Serbian translation po/sr.po | 139 ++++++++++++++++----------------------------------------- po/sr@latin.po | 139 ++++++++++++++++----------------------------------------- 2 files changed, 78 insertions(+), 200 deletions(-) commit 8c4fa1c1d4e0ce60d0695a2dadc7f56410bb8eec Author: A S Alam Date: Sat Mar 11 10:31:56 2017 -0600 updated Punjabi Translation po/pa.po | 866 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 549 insertions(+), 317 deletions(-) commit 3f604abf8996d7323c154917aefbe5377b73d751 Author: Kukuh Syafaat Date: Sat Mar 11 15:29:25 2017 +0000 Update Indonesian translation po/id.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit ccbc8b4f669b44772d3ff48e2241e63377c49f45 Author: Fran Dieguez Date: Sat Mar 11 03:04:19 2017 +0000 Update Galician translation po/gl.po | 282 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 176 insertions(+), 106 deletions(-) commit 326a85c1b428029a5ea862d88668a4bc2c47f6c7 Author: Gábor Kelemen Date: Thu Mar 9 22:27:04 2017 +0000 Update Hungarian translation po/hu.po | 81 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 39 insertions(+), 42 deletions(-) commit 39bde629df8f8d9a7dc76c1e8e258eaafa2e6540 Author: Marek Cernocky Date: Wed Mar 8 17:07:41 2017 +0100 Updated Czech translation po/cs.po | 79 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) commit eaac82b1616552b40821f7bb97dc85fe85121e37 Author: Joe Hansen Date: Tue Mar 7 14:33:57 2017 +0100 Updated Danish translation po/da.po | 140 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 73 insertions(+), 67 deletions(-) commit 2b61673a8b3662daaff0582bf61de9c594dcf279 Author: Trần Ngọc Quân Date: Mon Mar 6 07:28:22 2017 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 234 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 122 insertions(+), 112 deletions(-) commit b329a6d1ae1079eabc52edef0d26f18c2ed55de4 Author: Kukuh Syafaat Date: Sun Mar 5 09:39:45 2017 +0000 Update Indonesian translation po/id.po | 75 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 36 insertions(+), 39 deletions(-) commit b66b0d304b2799faf385395a8b24c9de6a467f21 Author: Aurimas Černius Date: Sat Mar 4 18:43:54 2017 +0200 Updated Lithuanian translation po/lt.po | 232 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 121 insertions(+), 111 deletions(-) commit 73fda63aba499f0a7993a25d45cf8ab60b298823 Author: Inaki Larranaga Murgoitio Date: Thu Mar 2 19:22:36 2017 +0100 Update Basque language po/eu.po | 139 ++++++++++++++++++--------------------------------------------- 1 file changed, 39 insertions(+), 100 deletions(-) commit c8619f2751d5bed353f65ef1124ec3bb7067ff30 Author: Charles Monzat Date: Thu Mar 2 12:07:57 2017 +0000 Update French translation po/fr.po | 137 ++++++++++++++++++--------------------------------------------- 1 file changed, 38 insertions(+), 99 deletions(-) commit d2262fad5ebb9dad3e3410c4b5adeebf9864d860 Author: Piotr Drąg Date: Thu Mar 2 01:55:28 2017 +0100 Update Polish translation po/pl.po | 48 +++++++++--------------------------------------- 1 file changed, 9 insertions(+), 39 deletions(-) commit 8d54c267f0c6098d12a84ce11d60aa9ebbc3cee9 Author: Anders Jonsson Date: Wed Mar 1 11:56:01 2017 +0000 Update Swedish translation po/sv.po | 251 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 144 insertions(+), 107 deletions(-) commit 62f87e956ea863415b7c4d38fbdc6cb1daecde1a Author: Baurzhan Muftakhidinov Date: Wed Mar 1 11:07:26 2017 +0000 Update Kazakh translation po/kk.po | 77 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 37 insertions(+), 40 deletions(-) commit 5fd19201d1aab6b43994089b91f8161f4687f347 Author: Chao-Hsiung Liao Date: Wed Mar 1 00:51:27 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 79 +++++++++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 41 deletions(-) commit ffb34796ec2f04412e8f8fc6dac11a477ac7c7af Author: Rafael Fontenelle Date: Tue Feb 28 21:16:32 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 77 +++++++++++++++++++++++++++++-------------------------------- 1 file changed, 36 insertions(+), 41 deletions(-) commit f7adf3b1e267c971bd4fb7e7e2aec46e2089a1ab Author: Fabio Tomat Date: Tue Feb 28 20:22:04 2017 +0000 Update Friulian translation po/fur.po | 75 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 36 insertions(+), 39 deletions(-) commit 75323a5e1e444541a21bf3b144422a966448db7c Author: Jiri Grönroos Date: Tue Feb 28 19:04:10 2017 +0000 Update Finnish translation po/fi.po | 79 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 37 insertions(+), 42 deletions(-) commit 7e8be87330334d9d16763c18f2bed96d6b676661 Author: Mario Blättermann Date: Tue Feb 28 17:37:40 2017 +0000 Update German translation po/de.po | 114 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 52 deletions(-) commit ea537966f41e322047b968c0d98da40817fb39d3 Author: Felix Riemann Date: Mon Feb 27 23:19:43 2017 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 57b197d660f1deb0a400b6894a61b298621f90dd Author: Felix Riemann Date: Mon Feb 27 23:16:29 2017 +0100 Prepare release 3.23.91 NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit fbe623dbc8c12ef7244e5b39bec90ba1b9afd656 Author: Felix Riemann Date: Mon Feb 27 23:02:35 2017 +0100 EogZoomEntry: Fix translator comment picked up by gtk-doc src/eog-zoom-entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d487d38bb117bbbe63f286e56f105d2ad6902018 Author: Felix Riemann Date: Mon Feb 27 23:01:53 2017 +0100 EogZoomEntry: Allow whitespace between digits and percent sign This should make entering number easier if the displayed text already contains a space. src/eog-zoom-entry.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) commit 69f2e329611f417057e115250c8608f9fc0cb009 Author: Felix Riemann Date: Mon Feb 27 20:03:01 2017 +0100 EogZoomEntry: Make zoom format string translatable Turns out the zoom value on the statusbar is translated so this one needs to be translatable as well. src/eog-zoom-entry.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 189dc493699e7e5a3a680a3f1e66b3aef58cd2a7 Author: Felix Riemann Date: Mon Feb 27 20:00:14 2017 +0100 EogZoomEntry: Remove unused translated text data/eog-zoom-entry.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d6bc711ba7f7b00387843ebb7ed72d8aad83f073 Author: Felix Riemann Date: Sun Feb 26 18:02:07 2017 +0100 EogZoomEntry: Generate the menu entries at runtime This ensures the values listed match what is displayed after selecting a zoom level. src/eog-zoom-entry.c | 51 +++++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) commit fcf9caf9c119a1b1787340681781518120f7821f Author: Balázs Meskó Date: Sun Feb 26 11:41:22 2017 +0000 Update Hungarian translation po/hu.po | 140 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 90 insertions(+), 50 deletions(-) commit f0052c1c29832cf7a3fda33ca5289625aeb770d1 Author: Мирослав Николић Date: Sun Feb 26 07:40:35 2017 +0100 Updated Serbian translation po/sr.po | 320 ++++++++++++++++++++++++++++++++++++-------------------- po/sr@latin.po | 322 +++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 415 insertions(+), 227 deletions(-) commit 209ad1516ce8cbfdc5c3890dbc9ead688c21aca8 Author: Rafael Fontenelle Date: Sat Feb 25 21:52:39 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 204 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 95 insertions(+), 109 deletions(-) commit db92245ac67599ca052452e124b3e4b3a3b0fad4 Author: Fabio Tomat Date: Fri Feb 24 15:37:05 2017 +0000 Update Friulian translation po/fur.po | 198 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 91 insertions(+), 107 deletions(-) commit 3adeb4923458e4480830c00ad8f69c481b30944d Author: Alexandre Franke Date: Thu Feb 23 12:22:41 2017 +0000 Update French translation po/fr.po | 309 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 204 insertions(+), 105 deletions(-) commit ac4bc3a062f8538d0dbaa84b86a21ce6817f5205 Author: Jordi Mas Date: Wed Feb 22 21:18:50 2017 +0100 Fix Catalan translation help/ca/ca.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e7f8392d979400a41e83aecf3585f885051f17f0 Author: Kukuh Syafaat Date: Wed Feb 22 14:56:48 2017 +0000 Update Indonesian translation po/id.po | 168 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 91 insertions(+), 77 deletions(-) commit 23916b23e2481899108ef3430ae335ae91562cab Author: Chao-Hsiung Liao Date: Wed Feb 22 01:28:55 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 495 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 270 insertions(+), 225 deletions(-) commit ba5ddbd8f866298f15cd14c09026d1e1219930b9 Author: Daniel Korostil Date: Tue Feb 21 11:35:51 2017 +0200 Updated Ukrainian translation po/uk.po | 269 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 153 insertions(+), 116 deletions(-) commit 77bc85ae4931868daa04e87174585d72bbc8baa9 Author: Piotr Drąg Date: Sun Feb 19 21:55:48 2017 +0100 Update Polish translation po/pl.po | 145 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 91 insertions(+), 54 deletions(-) commit af13e9c4a3eca34fceb0079f6e3bab9f122c0a3e Author: Kjartan Maraas Date: Sat Feb 18 10:48:48 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 149 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 96 insertions(+), 53 deletions(-) commit a5dc33bcb39d8730e9f14de2fd4a66665b5274f8 Author: Kjartan Maraas Date: Sat Feb 18 10:40:47 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 27799730a1f02e59f544286fc0760a2d6be93d01 Author: Dušan Kazik Date: Sat Feb 18 09:31:19 2017 +0000 Update Slovak translation po/sk.po | 144 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 92 insertions(+), 52 deletions(-) commit bb3a2d2058ea79ee7caa051971dd5f8ac2b6ac70 Author: Inaki Larranaga Murgoitio Date: Thu Feb 16 17:14:14 2017 +0100 Update Basque language po/eu.po | 341 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 220 insertions(+), 121 deletions(-) commit 97b32ec581fdd3861da931f8e3a0791ca262b512 Author: Ask Hjorth Larsen Date: Thu Feb 16 14:11:38 2017 +0100 Updated Danish translation po/da.po | 159 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 81 insertions(+), 78 deletions(-) commit 4a0470aa93e9d06be1d62967224d5e4944468896 Author: Baurzhan Muftakhidinov Date: Thu Feb 16 08:20:03 2017 +0000 Update Kazakh translation po/kk.po | 146 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 93 insertions(+), 53 deletions(-) commit 788ec755964bddc5cea58f2a7ab45569d28afb94 Author: Felix Riemann Date: Wed Feb 15 20:33:05 2017 +0100 EogZoomEntry: Disable the entry if no zooming is possible src/eog-zoom-entry.c | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) commit 695f5e302caebcb7c659572c7a35feb822ba26bc Author: Felix Riemann Date: Wed Feb 15 20:26:40 2017 +0100 EogZoomEntry: Ensure the initial zoom value is correct src/eog-zoom-entry.c | 1 + 1 file changed, 1 insertion(+) commit 0af0e656c523503dc5454414429c8eaf59e99269 Author: Jiri Grönroos Date: Wed Feb 15 18:37:04 2017 +0000 Update Finnish translation po/fi.po | 200 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 93 insertions(+), 107 deletions(-) commit bd979eba0c5816d701e47f2af4a87dee20758d26 Author: Daniel Mustieles Date: Wed Feb 15 09:31:24 2017 +0000 Update Spanish translation po/es.po | 198 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 92 insertions(+), 106 deletions(-) commit 80e5447b4ea2d4817f068f20f364aefc7dfe3e9e Author: Felix Riemann Date: Tue Feb 14 20:48:09 2017 +0100 EogZoomEntry: Move popover below the entry's icon src/eog-zoom-entry.c | 2 ++ 1 file changed, 2 insertions(+) commit a4cfef176916d1266e3181e9d48a9e9510f3a1a6 Author: Felix Riemann Date: Tue Feb 14 20:32:30 2017 +0100 EogZoomEntry: Set a minimum width for the popover This should avoid the menu looking somewhat cramped. https://bugzilla.gnome.org/show_bug.cgi?id=778573 src/eog-zoom-entry.c | 1 + 1 file changed, 1 insertion(+) commit a1f169556b244ef5e0c463b4a90034890d939595 Author: Felix Riemann Date: Mon Feb 13 21:30:35 2017 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 142d69fa7181ba51f7f081f49d11a213892243c3 Author: Felix Riemann Date: Mon Feb 13 21:25:20 2017 +0100 Prepare release 3.23.90 NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) commit 8d59ada016f13b6aa9a86c2022fdfe4a6c8a755a Author: Kukuh Syafaat Date: Mon Feb 13 06:44:46 2017 +0000 Update Indonesian translation po/id.po | 437 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 298 insertions(+), 139 deletions(-) commit 969f7c6f3e30c8c62fbcf55e2033c5fc7d8fb671 Author: Marek Černocký Date: Sun Feb 12 22:38:54 2017 +0100 Updated Czech translation po/cs.po | 140 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 88 insertions(+), 52 deletions(-) commit b808b0ce72c0973878548ee2047935dd8f8a6b64 Author: Felix Riemann Date: Sun Feb 12 20:47:59 2017 +0100 EogZoomEntry: Add forgotten GtkBuilder template data/Makefile.am | 1 + data/eog-zoom-entry.ui | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) commit 5c5c1249de9199ff11a1bae44a402a526ea81723 Author: Felix Riemann Date: Sun Feb 12 20:43:27 2017 +0100 EogZoomEntry: Setup Gettext/Intltool po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) commit b5d37f3916f7611082d1b20598f2e703d4f0fecb Author: Felix Riemann Date: Sun Feb 12 20:39:20 2017 +0100 EogZoomEntry: Replace zoom GtkRange This replaces the zoom GtkRange with a combined GtkEntry with buttons and menu. This allows more control than the GtkRange-based solution which wasn't even able to use the full zoom range. EogZoomEntry is based on Evince's EvZoomAction. data/popup-menus.ui | 11 + src/Makefile.am | 16 +- src/eog-scroll-view.c | 674 +++++++++++++++++++++++++------------------------- src/eog-scroll-view.h | 3 + src/eog-window.c | 115 +-------- src/eog-zoom-entry.c | 335 +++++++++++++++++++++++++ src/eog-zoom-entry.h | 41 +++ src/eog.gresource.xml | 1 + 8 files changed, 746 insertions(+), 450 deletions(-) commit 277309100cb94526c3f439ac0d6eb9aa4076688d Author: Felix Riemann Date: Sun Feb 12 19:10:12 2017 +0100 EogWindow: Fix keyboard controls in the popover menu This imports and adapts a workaround from gedit that keeps the keyboard controls working in the popover menu and other widgets in the headerbar. We lose some inofficial keyboard shortcuts in the process, but as their names say, they were "inofficial". Maybe we can find a way to make them work again in the future. https://bugzilla.gnome.org/show_bug.cgi?id=754985 src/eog-application.c | 4 ++-- src/eog-window.c | 45 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 45 insertions(+), 4 deletions(-) commit 866816812589e98bd022dae70d48c90ac68b89ec Author: Felix Riemann Date: Sun Feb 12 18:32:53 2017 +0100 EogWindow: Handle "P" shortcut through global shortcuts src/eog-application.c | 1 + src/eog-window.c | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) commit e9fc9d14b71fd5b7144df9aa894bec9b6732c305 Author: Kjartan Maraas Date: Sun Feb 12 13:41:21 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 129 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 63 insertions(+), 66 deletions(-) commit 44ea4a7c10f54c0b1b882a8dedc252a521c9ee89 Author: Jordi Mas Date: Tue Jan 24 17:35:02 2017 +0100 Update Catalan translation po/ca.po | 178 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) commit d3442d2385cd43980a3a68e9071c95e47a2b4bd4 Author: Dušan Kazik Date: Wed Jan 18 18:56:08 2017 +0000 Update Slovak translation po/sk.po | 174 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) commit bde2cde70621413769decb9f831738de584f6455 Author: Felix Riemann Date: Mon Jan 16 21:34:25 2017 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f4cf4ccff4a17f8099f72db07ea19b77ec910d1b Author: Felix Riemann Date: Mon Jan 16 21:09:31 2017 +0100 Prepare release 3.23.1 NEWS | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) commit bf35ab399273b5b9c703bc26e58899561be39ae2 Author: Felix Riemann Date: Mon Jan 16 20:58:39 2017 +0100 Update git.mk Revision dde0ab2d from https://github.com/behdad/git.mk git.mk | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) commit fab6251be6eb582f5a2ee37520a76d6540c42453 Author: Felix Riemann Date: Mon Jan 16 19:47:51 2017 +0100 configure: Remove deprecated GNOME_MAINTAINER_MODE_DEFINES configure.ac | 1 - 1 file changed, 1 deletion(-) commit d64db0290e98b21f915aea75be020e051570c6e9 Author: Rafael Fontenelle Date: Sun Jan 15 18:30:53 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 358 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 207 insertions(+), 151 deletions(-) commit e557e8b6a40bf20ad0d9b868267817e3b3f25d7d Author: Felix Riemann Date: Fri Jan 6 21:14:18 2017 +0100 EogWindow: Fix sRGB display profile fallback on Wayland https://bugzilla.gnome.org/show_bug.cgi?id=776984 src/eog-window.c | 112 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 59 insertions(+), 53 deletions(-) commit 3de58ce27176925d705518b15264d80097245109 Author: Felix Riemann Date: Thu Dec 29 15:10:46 2016 +0100 EogScrollView: Switch from GtkDeviceManager to GdkSeat src/eog-scroll-view.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit a155efd0987358826e003ae413ca5bedb5f58216 Author: Jiri Grönroos Date: Sun Dec 25 13:19:55 2016 +0000 Update Finnish translation po/fi.po | 238 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 132 insertions(+), 106 deletions(-) commit 32d2210e970c24d8e6004415e6b9f8e5dd0f9f58 Author: Mario Blättermann Date: Tue Dec 20 18:32:01 2016 +0000 Update German translation po/de.po | 172 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 86 insertions(+), 86 deletions(-) commit daf10d9f1fd8e21c82e7318459a78d88b2e84a84 Author: Balázs Meskó Date: Tue Dec 20 15:27:46 2016 +0000 Update Hungarian translation po/hu.po | 200 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 100 insertions(+), 100 deletions(-) commit b9e65e2bb96a00b2e2f81b48a866e8e31f36cdc3 Author: Marek Černocký Date: Sun Dec 18 22:13:57 2016 +0100 Updated Czech translation po/cs.po | 175 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 88 insertions(+), 87 deletions(-) commit 548676912d91e8f42e5e600b2b21ab569d082000 Author: Fabio Tomat Date: Thu Dec 15 22:28:06 2016 +0000 Update Friulian translation po/fur.po | 177 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 117 insertions(+), 60 deletions(-) commit 7f5d33b6b1ca5b23abe0c10d7786567d29177866 Author: Piotr Drąg Date: Thu Dec 15 16:31:15 2016 +0100 Update Polish translation po/pl.po | 84 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) commit bb43e716529211ed3b9fbaeae453b402c2b8cce5 Author: Daniel Mustieles Date: Thu Dec 15 09:05:56 2016 +0000 Update Spanish translation po/es.po | 299 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 162 insertions(+), 137 deletions(-) commit b973e770607ecfd7a989c9c0867c3f06be2541e6 Author: Baurzhan Muftakhidinov Date: Wed Dec 14 03:57:47 2016 +0000 Update Kazakh translation po/kk.po | 219 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 110 insertions(+), 109 deletions(-) commit 7684b1157b23228bbd6e4f13436224837a680b0e Author: Piotr Drąg Date: Sun Nov 6 15:45:08 2016 +0100 Use Unicode in translatable strings See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=774001 data/org.gnome.eog.gschema.xml.in | 10 +++++----- src/eog-close-confirmation-dialog.c | 6 +++--- src/eog-error-message-area.c | 6 +++--- src/eog-image-jpeg.c | 4 ++-- src/eog-window.c | 28 ++++++++++++++-------------- src/main.c | 4 ++-- 6 files changed, 29 insertions(+), 29 deletions(-) commit 12eb105e0e4a5e11b87c19f632551a675f67f442 Author: Felix Riemann Date: Sat Nov 19 19:17:37 2016 +0100 EogWindow: Fix leaked GVariant src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit e16b83ff369ec7e078faa948c1e1cb5a312299bf Author: Felix Riemann Date: Sat Nov 19 19:17:17 2016 +0100 EogApplication: Fix leaked GFile src/eog-application.c | 1 + 1 file changed, 1 insertion(+) commit 73e3bd1f02769374c0b54d8407b78b9503942141 Author: Felix Riemann Date: Wed Nov 16 18:57:42 2016 +0100 EogScrollView: Replace deprecated gtk_menu_popup function src/eog-scroll-view.c | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) commit d9240e1caee66946556fafb46a4709b543993072 Author: Felix Riemann Date: Wed Nov 16 18:12:55 2016 +0100 EogSidebar: Replace custom menu positioning function with built-in Gtk 3.22 has improved positioning functions for GtkMenu which make it possible to drop our own positioning function. This also works correctly in RTL locales now. configure.ac | 2 +- src/eog-sidebar.c | 39 +++++++++------------------------------ 2 files changed, 10 insertions(+), 31 deletions(-) commit 82a903e8e84c1e1120b3dca1f3c87afcb83167b2 Author: Felix Riemann Date: Wed Nov 16 18:11:36 2016 +0100 Post-branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3126ebacfb9e265570df04510bf2608ea8ce0823 Author: Fabio Tomat Date: Tue Nov 15 08:35:34 2016 +0000 Update Friulian translation po/fur.po | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) commit 6b6b4a9fb40e757cd068ceca54a0eb39b67322e4 Author: Dz Chen Date: Sun Oct 30 15:36:37 2016 +0800 Update zh_CN translation po/zh_CN.po | 527 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 325 insertions(+), 202 deletions(-) commit 3b9ec952f76701e90c0239cc5987d05b9f0adcf3 Author: Felix Riemann Date: Tue Oct 11 19:40:29 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d7ae13db01acb21054a329213f261626d66a7bfe Author: Felix Riemann Date: Tue Oct 11 19:36:52 2016 +0200 Prepare for release 3.20.5 NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) commit e7f545175f73f2d4ac4a8e1f748045c57bd69162 Author: Felix Riemann Date: Sat Oct 8 22:48:54 2016 +0200 EogWindow: Fix bounds check in OpenWith action callback The previous check would let any index pass. src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f8d3623cac31362c5075374f131323fdf45e4b5c Author: Felix Riemann Date: Sat Oct 8 21:55:49 2016 +0200 Fix GResource dependency calculation for out-of-tree builds src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 4c86268436464ad17fcb75a45f73462b1300ef6a Author: Felix Riemann Date: Sat Oct 8 19:20:00 2016 +0200 EogThumbNav: Fix deprecated function warning Just call the callback function directly as that's why the signal was manually triggered in the first place. src/eog-thumb-nav.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit b51b09964516ac3ef8845f1727d5ffc44c1aed49 Author: Felix Riemann Date: Sat Oct 8 19:03:05 2016 +0200 EogThumbNav: Fix deprecated min-slider-length CSS attribute GTK+ deprecated and ignored the attribute during the 3.20 cycle. This replaces it with the min-width attribute, but requires a slightly newer minimum GTK+ version. configure.ac | 2 +- data/eog.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 85043d5c75bdd606dc4a059761582d007fdd967e Author: Felix Riemann Date: Tue Oct 4 19:33:49 2016 +0200 EogScrollView: Ensure view is redrawn if image is unset Otherwise the image could stay visible until the user triggers a redraw, for example by mouse clicking. https://bugzilla.gnome.org/show_bug.cgi?id=772162 src/eog-scroll-view.c | 2 ++ 1 file changed, 2 insertions(+) commit b48a254295f91daf691cbfe3c6f22c55443c6a8f Author: gogo Date: Thu Sep 22 20:56:14 2016 +0000 Updated Croatian translation po/hr.po | 239 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 205 insertions(+), 34 deletions(-) commit bfc0911ffbf3ddbb0d44c2361c8c58f4aae35fea Author: Hannie Dumoleyn Date: Thu Sep 15 11:51:30 2016 +0200 Updated Dutch translation Master 3.22 po/nl.po | 508 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 347 insertions(+), 161 deletions(-) commit 9a5d2a84938bcd06f7c57cf45750b9d0d9325cc7 Author: Piotr Drąg Date: Thu Sep 8 02:11:24 2016 +0200 Updated Polish translation po/pl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 4a2746f74923cc4a07fbeafd7054b50825f75e72 Author: Jeremy Bicha Date: Sat Sep 3 22:30:48 2016 -0400 Fix typo in Spanish translation header po/es.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit 6b022222195dc9a4905030829e64e0db57558318 Author: Felix Riemann Date: Sat Sep 3 19:51:38 2016 +0200 Fix Python 3 incompatibility in installed tests It's a list in Py2 but an iterator in Py3 now, but it shouldn't make a difference to the for-operator. tests/common_steps.py | 2 +- tests/steps/steps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e1b215f8926af391dd6f9a57f21e1ae9428686a2 Author: David King Date: Sat Sep 3 17:59:19 2016 +0200 Update British English translation po/en_GB.po | 1703 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 946 insertions(+), 757 deletions(-) commit 2ca0ec45ff83318892bf96209efdff590761da5d Author: Matej Urbančič Date: Thu Aug 25 21:10:17 2016 +0200 Updated Slovenian translation po/sl.po | 470 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 316 insertions(+), 154 deletions(-) commit 63ee4c9af8f572a372518187c9edc50f2847c8bc Author: Piotr Drąg Date: Sun Aug 21 18:32:56 2016 +0200 Updated Polish translation po/pl.po | 172 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 84 insertions(+), 88 deletions(-) commit 0c77e6ef23b35aa42532a0cb1d61131d22fbc994 Author: Felix Riemann Date: Sun Aug 21 16:47:41 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ea12a9d5260b539dc6bffdb71a8f0b5d1ca77213 Author: Felix Riemann Date: Sun Aug 21 16:33:54 2016 +0200 Prepare for release 3.20.4 NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit e99a8c00f959652fe7c10e2fa5a3a7a5c25e6af4 Author: Felix Riemann Date: Sun Aug 21 15:56:46 2016 +0200 EogErrorMessageArea: Make sure error messages are valid UTF8 GMarkup requires valid UTF8 input strings and would cause odd looking messages if given invalid input. This could also trigger an out-of-bounds write in glib before 2.44.1. Reported by kaslovdmitri. https://bugzilla.gnome.org/show_bug.cgi?id=770143 src/eog-error-message-area.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 55036c6d55b06e82a480b559d59f5effae26399d Author: Felix Riemann Date: Sun Aug 21 15:32:31 2016 +0200 EogImage: Fix leaked GError when loading an SVG fails Make sure the GError is not overwritten when closing the handle if loading already failed earlier on. This will handle SVG errors similar to errors from GdkPixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=770197 src/eog-image.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit 05ba302f51e1ab2a4ebfb048c0a429eb60c6eb4f Author: Sinisa Habek Date: Fri Jul 29 16:00:04 2016 +0000 Updated Croatian translation po/hr.po | 2130 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1209 insertions(+), 921 deletions(-) commit a362f32344772362d1762412286e0df3b26ddde9 Author: Piotr Drąg Date: Fri Jul 15 20:52:15 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. po/am.po | 1 + po/az.po | 1 + po/be@latin.po | 1 + po/bn.po | 1 + po/bn_IN.po | 1 + po/br.po | 1 + po/ca@valencia.po | 2 +- po/cy.po | 1 + po/dz.po | 1 + po/en@shaw.po | 1 + po/es.po | 2 +- po/fur.po | 2 +- po/fy.po | 1 + po/gu.po | 2 +- po/hr.po | 1 + po/it.po | 2 +- po/ka.po | 1 + po/km.po | 2 +- po/ko.po | 2 +- po/ks.po | 1 + po/ku.po | 1 + po/mai.po | 1 + po/mg.po | 1 + po/mk.po | 1 + po/mn.po | 1 + po/ms.po | 1 + po/my.po | 1 + po/nds.po | 1 + po/nn.po | 1 + po/nso.po | 1 + po/or.po | 1 + po/ps.po | 1 + po/ru.po | 2 +- po/rw.po | 1 + po/si.po | 1 + po/sl.po | 2 +- po/sq.po | 1 + po/sr@latin.po | 2 +- po/ta.po | 2 +- po/tk.po | 1 + po/ug.po | 2 +- po/uz.po | 1 + po/uz@cyrillic.po | 1 + po/wa.po | 1 + po/zh_HK.po | 1 + 45 files changed, 45 insertions(+), 12 deletions(-) commit 8582fed68abd401e6bd2012163a6f04d59dc9723 Author: Muhammet Kara Date: Sat Jul 2 22:40:58 2016 +0000 Updated Turkish translation po/tr.po | 504 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 330 insertions(+), 174 deletions(-) commit 7876998b08e5e22d9b82922dcf97c4a3f5e799dc Author: Sebastian Rasmussen Date: Mon Jun 20 19:19:25 2016 +0000 Updated Swedish translation help/sv/sv.po | 1091 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 729 insertions(+), 362 deletions(-) commit 7abc7764da32a3097f038ec1dc41e338368a6a69 Author: Felix Riemann Date: Mon Jun 20 19:40:17 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ad859e6a4546cef0915902f6181fcd8f5a1ee0e Author: Felix Riemann Date: Mon Jun 20 19:33:15 2016 +0200 Prepare for release 3.20.3 NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit 7e32c42ef40a2fd19227b397913c063bd33f831b Author: Felix Riemann Date: Mon Jun 20 18:59:07 2016 +0200 EogListStore: Use the CHANGES_DONE_HINT to detect file changes This avoids problems with the collection because of the file not being recognized as a valid image while the changes are written. https://bugzilla.gnome.org/show_bug.cgi?id=767003 src/eog-list-store.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ca4c09a64b3f33abe67d46b8dbd4e44e1e028af5 Author: Felix Riemann Date: Mon Jun 13 20:35:52 2016 +0200 EogExifUtil: Fix build with newer GCC Newer gcc may produce an error if they cannot check the format arguments. src/eog-exif-util.c | 6 ++++++ 1 file changed, 6 insertions(+) commit fe8135a278da7f263978a60616a8fe8cb1cfd159 Author: Cédric Valmary Date: Mon May 30 20:08:33 2016 +0000 Updated Occitan translation po/oc.po | 1725 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 868 insertions(+), 857 deletions(-) commit dee44d9bdc559896e81c39db0292e728c7faf260 Author: Frédéric Péters Date: Fri May 27 13:59:27 2016 +0200 po: French translation quick fix po/fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit cea2eef5d59d2f7b2d3a320bbc78b2b373b60ce1 Author: Theppitak Karoonboonyanan Date: Tue May 24 14:53:53 2016 +0700 Updated Thai translation po/th.po | 1516 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 809 insertions(+), 707 deletions(-) commit 3bff39c59b70eb7005f03c02f9cfe70cbec5870e Author: Kjartan Maraas Date: Mon May 23 19:11:33 2016 +0200 Updated Norwegian bokmål translation. po/nb.po | 146 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 90 insertions(+), 56 deletions(-) commit 7192e15a8096401272c8f8d7893165f1502eaed5 Author: Sveinn í Felli Date: Sat May 14 22:42:53 2016 +0000 Updated Icelandic translation po/is.po | 480 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 325 insertions(+), 155 deletions(-) commit 99970941bd75584df6f70a24aa99fd3f3633664c Author: Daniel Șerbănescu Date: Thu May 12 16:54:58 2016 +0000 Updated Romanian translation po/ro.po | 346 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 238 insertions(+), 108 deletions(-) commit db6c4962f6c51f402087b51a8158195cb0479c07 Author: Felix Riemann Date: Mon May 9 21:23:13 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 082628f6b410bca46cf7b92dfc9cc1a4a07d21f3 Author: Felix Riemann Date: Mon May 9 21:20:28 2016 +0200 Prepare for release 3.20.2 NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 5d9b268e13c1d5d52cd65452902222b5e9aac52b Author: sujiniku Date: Sun May 8 22:33:40 2016 +0900 Updated Japanese translation help/ja/figures/image-view-prefs.png | Bin 0 -> 49743 bytes help/ja/figures/multiple-convert.png | Bin 0 -> 49541 bytes help/ja/figures/multiple-rename-count.png | Bin 0 -> 51246 bytes help/ja/figures/plugin-send-by-mail.png | Bin 0 -> 30654 bytes help/ja/figures/plugins-all.png | Bin 0 -> 141723 bytes help/ja/figures/prefs-plugins-date.png | Bin 0 -> 47352 bytes help/ja/figures/prefs-plugins-fullscreen.png | Bin 0 -> 47187 bytes help/ja/figures/prefs-plugins.png | Bin 0 -> 44690 bytes help/ja/figures/slideshow-prefs.png | Bin 0 -> 32054 bytes help/ja/ja.po | 1597 ++++++++++++++++---------- 10 files changed, 982 insertions(+), 615 deletions(-) commit 79934d1f4d42d62d82cd3b3f06c66b396df8918d Author: Jiro Matsuzawa Date: Sun May 8 22:27:51 2016 +0900 l10n: Delete obsolete screenshots help/ja/figures/eog-toolbar-editor.png | Bin 12107 -> 0 bytes help/ja/figures/image-view-prefs.png | Bin 13871 -> 0 bytes help/ja/figures/multiple-convert.png | Bin 12553 -> 0 bytes help/ja/figures/multiple-rename-count.png | Bin 13359 -> 0 bytes help/ja/figures/plugin-send-by-mail.png | Bin 22025 -> 0 bytes help/ja/figures/plugin-tools-flickr.png | Bin 21927 -> 0 bytes help/ja/figures/plugins-all.png | Bin 25758 -> 0 bytes help/ja/figures/prefs-plugins-date.png | Bin 14016 -> 0 bytes help/ja/figures/prefs-plugins-fullscreen.png | Bin 13681 -> 0 bytes help/ja/figures/prefs-plugins.png | Bin 13173 -> 0 bytes help/ja/figures/slideshow-prefs.png | Bin 10748 -> 0 bytes 11 files changed, 0 insertions(+), 0 deletions(-) commit c80b70734f91e4f35fabad6c3c48e335a19f084c Author: GNOME Translation Robot Date: Fri Apr 29 10:17:04 2016 +0000 Updated Scottish Gaelic translation po/gd.po | 337 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 238 insertions(+), 99 deletions(-) commit d88f084cae9e30482af169a2fbcfc387828b3854 Author: GNOME Translation Robot Date: Wed Apr 27 19:01:53 2016 +0000 Updated Portuguese translation po/pt.po | 231 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 136 insertions(+), 95 deletions(-) commit fbe0a95e7b535fc4950c30910574a0eb0e1ac455 Author: Fabio Tomat Date: Fri Apr 15 23:25:08 2016 +0000 Updated Friulian translation po/fur.po | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit ec5c004867ede6c104c281a58fb0a71f650f4871 Author: Felix Riemann Date: Mon Apr 11 22:00:50 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4c30407752262b373216f057c9acb8a217ac5cae Author: Felix Riemann Date: Mon Apr 11 21:57:43 2016 +0200 Prepare for release 3.20.1 NEWS | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) commit 65e61ccc81987643d9642a3b2bd49dd01674b591 Author: Debarshi Ray Date: Thu Apr 7 10:14:19 2016 +0200 Reduce the number of g_file_query_info calls at start-up https://bugzilla.gnome.org/show_bug.cgi?id=764139 src/eog-image.c | 3 ++- src/eog-image.h | 2 +- src/eog-list-store.c | 41 ++++++++++++++++++++++++++++++----------- 3 files changed, 33 insertions(+), 13 deletions(-) commit 14401d33e74946f0833e040434713da12745ef58 Author: Debarshi Ray Date: Thu Apr 7 09:27:06 2016 +0200 EogImage: Remove unused constructor https://bugzilla.gnome.org/show_bug.cgi?id=764139 src/eog-image.c | 12 ------------ src/eog-image.h | 2 -- 2 files changed, 14 deletions(-) commit 0cef44d7e3d17e30ff61138a8614697157ea3c35 Author: Fabio Tomat Date: Sat Apr 9 09:56:56 2016 +0000 Updated Friulian translation po/fur.po | 169 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 84 insertions(+), 85 deletions(-) commit 160600f2510a01332e956f7c36f821d5f6eb8d66 Author: Arash Mousavi Date: Sat Apr 9 13:40:52 2016 +0430 Update Persian translations po/fa.po | 701 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 421 insertions(+), 280 deletions(-) commit 8169e0ac6447ebeb1d1e809213ce82b814b62550 Author: Debarshi Ray Date: Thu Apr 7 20:13:16 2016 +0200 EogScrollView: Prevent a crash when queueing a new draw Fall out from 88c4f54eb9cee69b1eebef462df27f76119bec62 https://bugzilla.gnome.org/show_bug.cgi?id=665897 src/eog-scroll-view.c | 1 + 1 file changed, 1 insertion(+) commit 9d4580b2d7d72baf712ff46cb3e1ab66c1dcf9db Author: Andika Triwidada Date: Tue Apr 5 09:39:47 2016 +0000 Updated Indonesian translation po/id.po | 755 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 390 insertions(+), 365 deletions(-) commit fb68bd1470056c6beb1aadf988858e418ea1cbf2 Author: Richard Hughes Date: Mon Mar 28 16:32:52 2016 +0100 AppData: Mark as unremovable in GNOME Software data/eog.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) commit 8809eb8af5b9f8f3f6c742f0cd0f25209aace1f9 Author: Trần Ngọc Quân Date: Sun Mar 27 08:50:03 2016 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 472 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 299 insertions(+), 173 deletions(-) commit 96073162258fe9d70def7fb9a549dcef3095bb2b Author: Fabio Tomat Date: Wed Mar 23 11:53:26 2016 +0000 Updated Friulian translation po/fur.po | 700 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 414 insertions(+), 286 deletions(-) commit ef2fa5461f8b8dcfd5791296c75e0f046cf8a8ca Author: Felix Riemann Date: Tue Mar 22 11:50:23 2016 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit da9f51ca9ca9b9d6feed64618196b6ef384bdbde Author: Felix Riemann Date: Tue Mar 22 11:47:07 2016 +0100 Prepare for release 3.20.0 NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit bf1fa88a21cea8c6bb14da83757fac4077310294 Author: Ask Hjorth Larsen Date: Sun Mar 20 23:09:40 2016 +0100 Updated Danish translation po/da.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 5b547c15100a954e7f34928f787f44b5c4e44ce6 Author: Inaki Larranaga Murgoitio Date: Sun Mar 20 19:07:38 2016 +0100 Updated Basque language po/eu.po | 452 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 289 insertions(+), 163 deletions(-) commit 34de8b0914c663c3a9920e3841c1cddc02523c26 Author: Gianvito Cavasoli Date: Sun Mar 20 17:09:34 2016 +0000 Updated Italian translation po/it.po | 411 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 284 insertions(+), 127 deletions(-) commit d3e92aa5af77e9a8023ae99ce4e94cd952bccf54 Author: Милош Поповић Date: Sun Mar 20 11:00:33 2016 +0000 Updated Serbian Latin translation po/sr@latin.po | 173 +++++++++++++++++++++++++-------------------------------- 1 file changed, 76 insertions(+), 97 deletions(-) commit 19365bead0bf84897a012a98d177307639d3fc94 Author: Марко Костић Date: Sun Mar 20 10:59:34 2016 +0000 Updated Serbian translation po/sr.po | 173 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 76 insertions(+), 97 deletions(-) commit 77f05e7ee6e3efcab15ebcad02f5a0a507162fc5 Author: Ask Hjorth Larsen Date: Sat Mar 19 16:35:00 2016 +0100 Updated Danish translation by scootergrisen po/da.po | 941 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 374 insertions(+), 567 deletions(-) commit 6738cc1c3b24589d4933e1bc9407035ca5d83d18 Author: Changwoo Ryu Date: Wed Mar 16 20:00:07 2016 +0000 Updated Korean translation po/ko.po | 424 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 293 insertions(+), 131 deletions(-) commit 72f378e7fe91d9c6b14a672ce566f8f21aeb0423 Author: Felix Riemann Date: Mon Mar 14 20:44:05 2016 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b5196a06cc891195914251b756362759201cee0a Author: Felix Riemann Date: Mon Mar 14 20:39:25 2016 +0100 Prepare for release 3.19.92 NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) commit 4e74b7661893e64547858db6e4775e012bb63e0a Author: Debarshi Ray Date: Fri Mar 11 19:01:22 2016 +0100 EogPrintPreview: Silence -Wswitch-default https://bugzilla.gnome.org/show_bug.cgi?id=763505 src/eog-print-preview.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit be81fa70d6f8ca82ee9beec8dbaf5391f9c5d36a Author: Debarshi Ray Date: Fri Mar 11 18:54:49 2016 +0100 EogPrintPreview: Silence -Wsign-compare https://bugzilla.gnome.org/show_bug.cgi?id=763505 src/eog-print-preview.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 43e5257c08f06e252e1e4aafc549bc29bc82e002 Author: Jiro Matsuzawa Date: Mon Mar 14 14:42:21 2016 +0000 Updated Japanese translation po/ja.po | 81 ++++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 59 insertions(+), 22 deletions(-) commit 3b5852bb17995ba9c03c8b1cec133fb684e5e22b Author: Piotr Drąg Date: Mon Mar 14 04:10:35 2016 +0100 Updated Polish translation po/pl.po | 64 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) commit c3e2802e3c5c3bb96185d2b40812ecbad13b3e01 Author: Jiri Grönroos Date: Sun Mar 13 13:30:04 2016 +0000 Updated Finnish translation po/fi.po | 175 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 117 insertions(+), 58 deletions(-) commit 9b268017af020589948dfde1bae292e2093e0e75 Author: Jordi Mas Date: Fri Mar 11 19:01:00 2016 +0100 Fix to Catalan translation po/ca.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b874815a09d4385065f19a650e7b5e06c7e6fa5f Author: Robert Ancell Date: Thu Mar 10 16:55:24 2016 +1300 EogWindow: Correctly check the value of XDG_CURRENT_DESKTOP XDG_CURRENT_DESKTOP is a list of desktop names, check if any value matches Unity. src/eog-window.c | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) commit 7bf215e203e07560f9623697fe1f1c702e8d82f6 Author: Aurimas Černius Date: Sat Mar 5 21:50:29 2016 +0200 Updated Lithuanian translation po/lt.po | 80 +++++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 59 insertions(+), 21 deletions(-) commit 074d43599bd1cfed848f1f993a3d583bae17122c Author: Rūdolfs Mazurs Date: Sat Mar 5 14:12:12 2016 +0200 Update Latvian translation po/lv.po | 78 ++++++++++++++++------------------------------------------------ 1 file changed, 19 insertions(+), 59 deletions(-) commit e559d7063d8a66f9b51ed54e71b8a8e0a6a25f9b Author: Daniel Korostil Date: Fri Mar 4 15:24:32 2016 +0200 Updated Ukrainian translation po/uk.po | 556 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 346 insertions(+), 210 deletions(-) commit ea41a6fe826b46cd04bb8b53958e26c3f961795b Author: Stas Solovey Date: Thu Mar 3 11:50:14 2016 +0000 Updated Russian translation po/ru.po | 467 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 327 insertions(+), 140 deletions(-) commit bea73bcc4b9b54b15f24166eac9d7e9c1b881442 Author: Yosef Or Boczko Date: Wed Mar 2 21:24:40 2016 +0200 Updated Hebrew translation po/he.po | 84 +++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 25 deletions(-) commit 8d9a3a2ab0f0bdf7f4343dac2367c20b713a0cae Author: Khaled Hosny Date: Wed Mar 2 11:37:25 2016 +0400 Update Arabic translation po/ar.po | 463 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 293 insertions(+), 170 deletions(-) commit d1f6bddd6e04b147e889c2c8d73a38bc0c91ecad Author: Efstathios Iosifidis Date: Tue Mar 1 23:17:13 2016 +0000 Updated Greek translation po/el.po | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) commit 7407cc63257f0f8dc23c00c1e542e1f8e2ec88b6 Author: Dušan Kazik Date: Tue Mar 1 20:04:50 2016 +0000 Updated Slovak translation po/sk.po | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) commit 23fa87328ff3a213da67b846c156dac3c0f13672 Author: Felix Riemann Date: Mon Feb 29 20:58:27 2016 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8bed5795d674acdcd101c32d6237247744340ae0 Author: Felix Riemann Date: Mon Feb 29 20:56:31 2016 +0100 Prepare for release 3.19.91 NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 6ed4e90a9d08c26e133ee7d707a36240acd0ed62 Author: Jordi Mas Date: Sun Feb 28 22:49:14 2016 +0100 Update Catalan translation po/ca.po | 460 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 296 insertions(+), 164 deletions(-) commit a59c31e4e22a80e5a71516f1544489162218a020 Author: Alexandre Franke Date: Sun Feb 28 19:34:01 2016 +0000 Updated French translation po/fr.po | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) commit 7d6db46b4f759ba2ef94bc6737d16030b838b132 Author: Marek Černocký Date: Thu Feb 25 11:37:07 2016 +0100 Updated Czech translation po/cs.po | 74 ++++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 20 deletions(-) commit dec9785d7d9bcde41332cfb94680f552b08b1184 Author: Fran Dieguez Date: Wed Feb 24 15:09:36 2016 +0100 Updated Galician translations po/gl.po | 466 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 296 insertions(+), 170 deletions(-) commit 6c0ba41120ad907daea20b0119a0f6c1753bcbf6 Author: Anders Jonsson Date: Sun Feb 21 21:39:30 2016 +0000 Updated Swedish translation po/sv.po | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 177 insertions(+), 19 deletions(-) commit 354c89cd36616e62742a464140e69d075afb3881 Author: Мирослав Николић Date: Sat Feb 20 10:06:04 2016 +0100 Updated Serbian translation po/sr.po | 493 ++++++++++++++++++++++++++++++++++++++------------------- po/sr@latin.po | 493 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 652 insertions(+), 334 deletions(-) commit d9a509adefade3ee02e26c86c1419ac0cf236e52 Author: Piotr Drąg Date: Wed Feb 17 22:39:57 2016 +0100 Updated Polish translation po/pl.po | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) commit aea617e11c8cf364d0bce25cfc8053e4ec44eda9 Author: Felix Riemann Date: Mon Feb 15 21:02:19 2016 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ebdcf2c619262c66309328be7297b53e3aa76ad6 Author: Felix Riemann Date: Mon Feb 15 20:59:46 2016 +0100 Prepare for release 3.19.90 NEWS | 33 +++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) commit 88c4f54eb9cee69b1eebef462df27f76119bec62 Author: Felix Riemann Date: Mon Feb 15 20:49:48 2016 +0100 EogScrollView: Implement simple two-pass filtering Show the filtered image only after a short time. This should improve the UI's responsiveness quite a bit. https://bugzilla.gnome.org/show_bug.cgi?id=665897 src/eog-scroll-view.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 4 deletions(-) commit cfc04c7195683d038c069b24c666a30c7853cb42 Author: Mario Blättermann Date: Mon Feb 15 20:18:40 2016 +0100 Updated German translation po/de.po | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) commit dfc5f0b12685f6cff2a53ef523fb2cc2f0c0fd95 Author: Richard Hughes Date: Mon Feb 15 15:20:38 2016 +0000 data: Add missing information to the AppData file It now should not display as 'non-free' when viewed with GNOME Software. data/eog.appdata.xml.in | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) commit c1ac983bf3bdbd7d8ab4ab34208f1f399bdacbfc Author: Felix Riemann Date: Sun Feb 14 18:50:43 2016 +0100 EogPrintPreview: Fix possible integer overflow This removes code copied from GDK that was susceptiple to a possible integer overflow (cf. CVE-2013-7447), although the code only worked on images too small to trigger the overflow. GDK provides a (fixed) variant of the code with the same features nowadays, so just use that. https://bugzilla.gnome.org/show_bug.cgi?id=762028 src/eog-print-preview.c | 96 ++----------------------------------------------- 1 file changed, 3 insertions(+), 93 deletions(-) commit fbc11280c6929852100de40e2dc70f5ec2adcea7 Author: Russell Haley Date: Sat Feb 13 18:59:17 2016 -0600 EogScrollView: Use better downscaling filter to fix Bug 665897 Replace all instances of CAIRO_FILTER_BILINEAR with CAIRO_FILTER_GOOD. This produces much less aliasing on downscaled images. CAIRO_FILTER_GOOD uses the same method as CAIRO_FILTER_BILINEAR for scale factors greater than 0.75, according to https://bugs.webkit.org/show_bug.cgi?id=147826. Comparison screenshots made with eog 3.18.1: http://imgur.com/a/NaoOs CAIRO_FILTER_BEST is better still, but the the visual difference is almost imperceptible and the performance impact is severe. https://bugzilla.gnome.org/show_bug.cgi?id=665897 src/eog-scroll-view.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 64376d1d2042a92ca5b3312d6950086c2f6a75bd Author: Alexandre Franke Date: Thu Feb 11 22:46:35 2016 +0000 Updated French translation po/fr.po | 463 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 299 insertions(+), 164 deletions(-) commit 973a59f4b85ec8de1cd34b9ac8c41b7487da7036 Author: Alexandre Franke Date: Thu Feb 11 23:43:54 2016 +0100 Unify non-use of hyphens data/help-overlay.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6e437f4e9e7b309faf1b2ec328ce68ad70c0861c Author: Rafael Fontenelle Date: Wed Feb 10 17:25:58 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 89 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 62 insertions(+), 27 deletions(-) commit 04b3480324057df4e8f36b2a31754e344b3b8de0 Author: Chao-Hsiung Liao Date: Tue Feb 9 10:32:53 2016 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 755 +++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 492 insertions(+), 263 deletions(-) commit b5696d3dd3062fabcfad2573e1d9903567b1205b Author: Baurzhan Muftakhidinov Date: Tue Feb 9 04:52:20 2016 +0000 Updated Kazakh translation po/kk.po | 55 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 8 deletions(-) commit 62566b65dca0a4bf64359ae6993f47ddf874f070 Author: Balázs Meskó Date: Sun Feb 7 14:31:09 2016 +0000 Updated Hungarian translation po/hu.po | 49 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 42 insertions(+), 7 deletions(-) commit 3bf6717df3265dd70fc427528a7fa1fa0847dfca Author: Daniel Mustieles Date: Sun Feb 7 13:11:24 2016 +0100 Updated Spanish translation po/es.po | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 73 insertions(+), 7 deletions(-) commit dd1c5bbe5e4e0d92cb9c92ba3def0e5935ac8d55 Author: Alexander Shopov Date: Sat Feb 6 21:44:42 2016 +0200 Updated Bulgarian translation po/bg.po | 527 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 354 insertions(+), 173 deletions(-) commit cf5359f546665e01728b29507d22230d5064bb3d Author: Piotr Drąg Date: Sat Feb 6 17:36:44 2016 +0100 Updated Polish translation po/pl.po | 412 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 283 insertions(+), 129 deletions(-) commit f27018896886992a035cf89dcb415347546bbef6 Author: Rūdolfs Mazurs Date: Sat Feb 6 16:30:38 2016 +0200 Update Latvian translation po/lv.po | 430 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 306 insertions(+), 124 deletions(-) commit 2aeab5e5152d0ae432ccfc7c2c66396c8fdb2c1d Author: Tom Tryfonidis Date: Sat Feb 6 11:40:21 2016 +0000 Updated Greek translation po/el.po | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 149 insertions(+), 20 deletions(-) commit fdc96d91bf9319b715aa8bc194607ff1375c17f0 Author: Dušan Kazik Date: Sat Feb 6 09:10:03 2016 +0000 Updated Slovak translation po/sk.po | 58 +++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 9 deletions(-) commit 205fd857b6e5c4808e72fcbcce4d8a32ec81cf69 Author: Mario Blättermann Date: Tue Feb 2 19:50:43 2016 +0100 Updated German translation po/de.po | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) commit 8e0bb0c85fe932d241a01e67f0de5881b2a22f92 Author: Piotr Drąg Date: Mon Feb 1 18:17:07 2016 +0100 Add context to strings in the shortcut window It helps translators by differentiating the help strings from other strings in the app that might be identical, and allowing to translate them accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=761408 data/help-overlay.ui | 72 ++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) commit bb1a598d0ebac3186381e6fec252c71612859f19 Author: Mario Blättermann Date: Mon Feb 1 19:54:56 2016 +0100 Updated German translation po/de.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 156560596414dff7290911abe810160cb2b2e35a Author: Piotr Drąg Date: Mon Feb 1 18:15:36 2016 +0100 Remove trailing spaces in a shortcut window's string data/help-overlay.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cd24e875c909cb8ef0817d09d47aa26d538afb5f Author: Richard Hughes Date: Mon Jan 25 15:37:27 2016 +0000 Add a missing tag to the AppData file data/eog.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) commit 2d483f418e6c3edcc9ebb4201f19f2790d4948d9 Author: Rafael Fontenelle Date: Mon Jan 25 14:22:38 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit c4d1b95d179b87dc0bdb8f977b8121203235a565 Author: Richard Hughes Date: Mon Jan 25 13:09:50 2016 +0000 Add a missing tag to the AppData file data/eog.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) commit 4372b57896be29b0ef53f0c820a336ee3d98cb05 Author: Balázs Meskó Date: Mon Jan 25 12:08:21 2016 +0000 Updated Hungarian translation po/hu.po | 430 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 262 insertions(+), 168 deletions(-) commit cfeda3006ce46bbdf292ca8ce52ae043a0157d9c Author: Jiri Grönroos Date: Wed Jan 20 22:27:50 2016 +0000 Updated Finnish translation po/fi.po | 53 ++++++++++++----------------------------------------- 1 file changed, 12 insertions(+), 41 deletions(-) commit 13576e9e0f6e8f05a85cd9d09c33dc73747e247f Author: Felix Riemann Date: Wed Jan 20 20:53:38 2016 +0100 AppData: Add more kudos eog qualifies for AppMenu and HighContras as well. data/eog.appdata.xml.in | 2 ++ 1 file changed, 2 insertions(+) commit 00c026bcb02af494867cf4cd16920c5a83020567 Author: David King Date: Tue Jan 19 10:41:46 2016 +0000 Fix Finnish help translation help/fi/fi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5ed5adef2fdbeafa8b46c2d210a1a22aa0b91ec0 Author: Felix Riemann Date: Mon Jan 18 21:14:27 2016 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6ec83ee1285ee69dfe1cf228b4533e03f92ad89d Author: Felix Riemann Date: Mon Jan 18 21:11:43 2016 +0100 Prepare for release 3.19.4 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit f7a199cab53ea1007473b2936e0084eaf2ea4cc0 Author: Felix Riemann Date: Mon Jan 18 20:45:52 2016 +0100 appdata: Add kudos data/eog.appdata.xml.in | 5 +++++ 1 file changed, 5 insertions(+) commit 4947823f00b42c17a00b9207f17f7cea5e18f429 Author: Aurimas Černius Date: Sun Jan 17 21:20:58 2016 +0200 Updated Lithuanian translation po/lt.po | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) commit 3ff094328d39c1b05cbc006625c6cc5542f1abee Author: Jiro Matsuzawa Date: Sat Jan 16 03:29:27 2016 +0000 Updated Japanese translation po/ja.po | 414 ++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 319 insertions(+), 95 deletions(-) commit 7e9a3906cc8891e74640425fd2745b65d891cfed Author: Yosef Or Boczko Date: Fri Jan 15 14:07:31 2016 +0200 Updated Hebrew translation po/he.po | 185 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 138 insertions(+), 47 deletions(-) commit df3cf6341fc3dbb73e012519e3ab57a370d590fe Author: Kjartan Maraas Date: Sun Jan 10 12:53:26 2016 +0100 Updated Norwegian bokmål translation. po/nb.po | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 136 insertions(+), 12 deletions(-) commit 1c4e8310513cfaad0ece9b242206817868141662 Author: Daniel Mustieles Date: Thu Jan 7 23:08:06 2016 +0100 Updated Spanish translation po/es.po | 47 +++++++++++------------------------------------ 1 file changed, 11 insertions(+), 36 deletions(-) commit 5ef998236380bf7eaf19a2ce88daacc73aac0856 Author: Jiri Grönroos Date: Wed Jan 6 11:49:40 2016 +0000 Updated Finnish translation po/fi.po | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 174 insertions(+), 44 deletions(-) commit 07bc468508b0d2d463991fd1f94160dd9712bd68 Author: Marek Černocký Date: Mon Jan 4 13:08:37 2016 +0100 Updated Czech translation po/cs.po | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit 1b694c16d9519d0fef93ba71f1a16e56d8c4f804 Author: Mario Blättermann Date: Sun Jan 3 23:36:11 2016 +0100 Updated German translation po/de.po | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit a1c2b3f682177c9932e64dd78b8af67a0d409571 Author: Felix Riemann Date: Sun Jan 3 14:39:25 2016 +0100 appmenu: Add entry to open the help overlay data/eog-app-menu.xml | 4 ++++ 1 file changed, 4 insertions(+) commit 931e0f818c6d0cd918f47df777a23d62d2fd2420 Author: Felix Riemann Date: Sat Jan 2 19:05:48 2016 +0100 EogApplication: Have the app menu automatically loaded by GtkApplication src/eog-application.c | 18 ------------------ src/eog.gresource.xml | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) commit 30cbdad2b8e5dacfa425a3eb5d90d2666576e69e Author: Rafael Fontenelle Date: Sat Jan 2 06:24:56 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 409 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 251 insertions(+), 158 deletions(-) commit bab5b71d04b6e11da827522df6a9ba94dc03f8c3 Author: Mario Blättermann Date: Tue Dec 29 14:53:09 2015 +0100 Updated German translation po/de.po | 412 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 251 insertions(+), 161 deletions(-) commit 11e6875dfaa4b1676b67b6b083a73e311daab15d Author: Tom Tryfonidis Date: Tue Dec 29 11:35:41 2015 +0000 Updated Greek translation po/el.po | 599 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 351 insertions(+), 248 deletions(-) commit 97cac464a0b46f2e6fc7796b7bdc3375f911ea68 Author: Marek Černocký Date: Thu Dec 24 13:43:25 2015 +0100 Updated Czech translation po/cs.po | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 129 insertions(+), 9 deletions(-) commit 4c97e4dd170a91c8a7c76a0b08dfbe7ff790a95f Author: Aurimas Černius Date: Sun Dec 20 15:19:03 2015 +0200 Updated Lithuanian translation po/lt.po | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 129 insertions(+), 9 deletions(-) commit c1d1d18a41c65566cd7ce8a76d5beb1177d11e65 Author: Dušan Kazik Date: Tue Dec 15 13:41:05 2015 +0000 Updated Slovak translation po/sk.po | 172 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 129 insertions(+), 43 deletions(-) commit 6b10cd558965cb786ea7cdb2745c4fab850e1b43 Author: Felix Riemann Date: Mon Dec 14 21:19:19 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c82af8703fd1c3b58cc707ae5214f9d23103c44a Author: Felix Riemann Date: Mon Dec 14 21:09:39 2015 +0100 Prepare for release 3.19.3 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 797da4890311d57024d3216cd90b468986b798cb Author: Daniel Mustieles Date: Mon Dec 14 15:15:05 2015 +0000 Updated Spanish translation po/es.po | 204 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 159 insertions(+), 45 deletions(-) commit 6be63e3cfe5145d0b8ee77d24a120d3bd53e9c6d Author: Baurzhan Muftakhidinov Date: Mon Dec 14 03:57:48 2015 +0000 Updated Kazakh translation po/kk.po | 407 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 249 insertions(+), 158 deletions(-) commit d699ab1510b5df5e752983af12eac7a8bee97b0b Author: Pedro Albuquerque Date: Sun Dec 13 08:35:08 2015 +0000 Updated Portuguese translation po/pt.po | 204 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 159 insertions(+), 45 deletions(-) commit 0f2ae50a53c4ed6e1add01dd8bfcfb97e43b3e44 Author: Felix Riemann Date: Sat Dec 12 19:21:11 2015 +0100 EogApplication: Add shortcuts window Use GtkApplication's automatic shortcut window support via GtkBuilder. https://bugzilla.gnome.org/show_bug.cgi?id=757827 configure.ac | 4 +- data/Makefile.am | 1 + data/help-overlay.ui | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/eog-application.c | 1 + src/eog.gresource.xml | 3 + 6 files changed, 270 insertions(+), 2 deletions(-) commit 94772fa9ce438c4fb64abd1a69bccdf5d49d135f Author: Sebastian Rasmussen Date: Fri Dec 11 07:09:47 2015 +0000 Updated Swedish translation po/sv.po | 441 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 227 insertions(+), 214 deletions(-) commit 3d12445c85b1049a2dc7f933341312d5df7794b1 Author: Felix Riemann Date: Mon Dec 7 20:53:58 2015 +0100 Remove unneeded GTK_CHECK_VERSION macros eog requires a newer gtk+ version now. src/eog-scroll-view.c | 2 -- src/eog-thumb-nav.c | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) commit 84726b96d8c25ddd314cf36fcb0f221548df5a43 Author: Felix Riemann Date: Mon Dec 7 20:50:01 2015 +0100 Raise gtk+ dependency to 3.19.2 Required for CSS nodes https://bugzilla.gnome.org/show_bug.cgi?id=758763 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9412e31a274cfd4ff110826fa8f8e493f24accd Author: Trinh Anh Ngoc Date: Sat Nov 28 14:21:00 2015 +0700 Convert custom theming to use the new CSS nodes https://bugzilla.gnome.org/show_bug.cgi?id=758763 data/eog.css | 25 ++++++++----------------- src/eog-thumb-nav.c | 1 + 2 files changed, 9 insertions(+), 17 deletions(-) commit 8f9fae7ac7d7ec636e9ee664591ab986345566f6 Author: Dušan Kazik Date: Sun Dec 6 12:46:58 2015 +0000 Updated Slovak translation po/sk.po | 292 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 147 insertions(+), 145 deletions(-) commit 8f23dd921604296c1aa5f61456f95eb16e0bf45e Author: Jiro Matsuzawa Date: Sun Dec 6 13:24:25 2015 +0900 Updated Japanese translation po/ja.po | 241 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 121 insertions(+), 120 deletions(-) commit 23fdc13ba2a6ee9a6cc0c4a0bf12bc0977ab1db2 Author: Pedro Albuquerque Date: Sat Nov 28 11:42:03 2015 +0000 Updated Portuguese translation po/pt.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit f1bbdb127902b61c5812c644048a33f600323977 Author: Felix Riemann Date: Mon Nov 23 21:03:45 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0bb102cff1e71347a17bb8add44b4e42ffd27238 Author: Felix Riemann Date: Mon Nov 23 21:01:53 2015 +0100 Prepare for release 3.19.2 NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit 57b2da80ad262ea60842272642bdf9994f1812c0 Author: Aurimas Černius Date: Fri Nov 20 21:33:59 2015 +0200 Updated Lithuanian translation po/lt.po | 238 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 119 insertions(+), 119 deletions(-) commit 02c5f98a1c0e63c514652db3a83ff61fb0ae36f2 Author: Yosef Or Boczko Date: Thu Nov 19 22:01:40 2015 +0200 Updated Hebrew transaltion po/he.po | 263 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 132 insertions(+), 131 deletions(-) commit 2cc1671b7cccf3ca7f5c6fb43bf1f5a91c54cc28 Author: Daniel Mustieles Date: Tue Nov 17 18:43:49 2015 +0100 Updated Spanish translation po/es.po | 3709 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1856 insertions(+), 1853 deletions(-) commit 01fd910d899f13d7d751df890c43dcf750ad7c88 Author: GNOME Translation Robot Date: Mon Nov 16 15:38:50 2015 +0000 Updated Scottish Gaelic translation po/gd.po | 1341 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 675 insertions(+), 666 deletions(-) commit b734988bedfba2f9f7de1da00adbb4083654f2a3 Author: Kjartan Maraas Date: Mon Nov 16 07:09:46 2015 +0100 Updated Norwegian bokmål translation. po/nb.po | 229 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 112 insertions(+), 117 deletions(-) commit e06eaa0c3cf5a5ad8eddddbe7f0198ac52fa4260 Author: YunQiang Su Date: Sat Nov 14 22:16:28 2015 +0800 Us ... instead of … for zh_CN po/zh_CN.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 8362d7537e1a59e060770a389256d853bed7ec87 Author: liushuyu Date: Sat Nov 14 15:15:43 2015 +0800 update zh_CN translation po/zh_CN.po | 203 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 117 insertions(+), 86 deletions(-) commit 774418ef33bad663fd9699fd33e30fdcbb15f135 Author: Kalev Lember Date: Tue Nov 10 12:04:44 2015 +0100 Fix a syntax error in desktop file keywords Romanian translation po/ro.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8d7032d5f106a0ec1e7b7693d3aedcd49480ede0 Author: Marek Černocký Date: Mon Nov 9 14:48:23 2015 +0100 Updated Czech translation po/cs.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit 001513e63c018db9337be7fd10f44ed4b36202ba Author: Jiri Grönroos Date: Sat Nov 7 13:20:30 2015 +0000 Updated Finnish translation po/fi.po | 252 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 127 insertions(+), 125 deletions(-) commit f06f0e6cc615ab6b5567d0f2112f7938f50c70ac Author: Pedro Albuquerque Date: Thu Nov 5 06:50:39 2015 +0000 Updated Portuguese translation po/pt.po | 270 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 136 insertions(+), 134 deletions(-) commit 3c18da911895b67c67fa0479072cb06296eebc30 Author: Trinh Anh Ngoc Date: Tue Oct 27 15:19:20 2015 +0700 Move window actions to gear menu data/eog-app-menu.xml | 14 -------------- data/eog-gear-menu.ui | 8 ++++++++ 2 files changed, 8 insertions(+), 14 deletions(-) commit c2b0edebe2f19e9d7d2dbf4c445e9745ab3d2c80 Author: Trinh Anh Ngoc Date: Tue Oct 27 14:58:55 2015 +0700 Tweak gallery ui data/eog.css | 24 ++++++++++++++++++++++++ src/eog-thumb-nav.c | 23 +++++++---------------- src/eog-window.c | 2 +- 3 files changed, 32 insertions(+), 17 deletions(-) commit d0d42990888d282d5a322ab42b23c1c541d62499 Author: Trinh Anh Ngoc Date: Tue Oct 27 13:52:23 2015 +0700 Tweak statusbar ui data/eog.css | 4 ++++ src/eog-statusbar.c | 18 +++++------------- 2 files changed, 9 insertions(+), 13 deletions(-) commit 577403b1aabcef05108390d160ce934368cd236d Author: Trinh Anh Ngoc Date: Tue Oct 27 12:09:59 2015 +0700 Tweak sidebar ui data/metadata-sidebar.ui | 3 +++ src/eog-metadata-sidebar.c | 1 - src/eog-sidebar.c | 7 +++++-- 3 files changed, 8 insertions(+), 3 deletions(-) commit 1d37f4e9fc6803f5cae647beffd2d6882fb88545 Author: Felix Riemann Date: Mon Oct 26 21:43:39 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c90aa969d70b25491a790ee351003cf52900e19e Author: Felix Riemann Date: Mon Oct 26 21:40:16 2015 +0100 Prepare for release 3.19.1 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 5e7bc6c3331e46247c954e077ff237be642df83e Author: Felix Riemann Date: Wed Oct 21 21:12:16 2015 +0200 Post-branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bb39a7567a13642614ed45c4ba5dbc33ff40f720 Author: Daniel Șerbănescu Date: Sun Oct 25 15:38:55 2015 +0100 Updated Romanian Translation po/ro.po | 1908 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1048 insertions(+), 860 deletions(-) commit 3f0f6360bdd59bd4cc3514e9b07cf971b0560262 Author: Marek Černocký Date: Sat Oct 24 22:33:22 2015 +0200 Updated Czech translation po/cs.po | 189 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 92 insertions(+), 97 deletions(-) commit f8308117498e0a927c457d9f23b5a0484dda3eb9 Author: Trinh Anh Ngoc Date: Sun Sep 6 09:50:06 2015 +0700 Use headerbar in properties dialog data/eog-image-properties-dialog.ui | 79 +++++++++++-------------------------- src/eog-properties-dialog.c | 10 +---- 2 files changed, 25 insertions(+), 64 deletions(-) commit 7da26f5333a074f61ed8b7adb884ad41c70ff0c1 Author: Trinh Anh Ngoc Date: Sun Sep 6 08:58:11 2015 +0700 Use headerbar in preferences dialog data/eog-preferences-dialog.ui | 83 +++++++++++------------------------------- src/eog-preferences-dialog.c | 1 + 2 files changed, 23 insertions(+), 61 deletions(-) commit 2c5e528a948afd811f3a15936ae746032c1ea892 Author: Lars Uebernickel Date: Tue Sep 29 18:25:08 2015 +0200 Put "Exit Fullscreen" button into toolbar So that the button has the same background as the toolbar itself. https://bugzilla.gnome.org/show_bug.cgi?id=755799 data/fullscreen-toolbar.ui | 18 +++++++++++++++++- src/eog-window.c | 31 +++++-------------------------- 2 files changed, 22 insertions(+), 27 deletions(-) commit 6c8285c58cabefec57784af407d1db2e542fc1af Author: Felix Riemann Date: Sun Oct 11 16:23:04 2015 +0200 EogScrollView: Allow triggering popup menu via Shift+F10 https://bugzilla.gnome.org/show_bug.cgi?id=754985 src/eog-scroll-view.c | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) commit 25602162f7332f903f6d3b2f7b57ced5e064fd0e Author: Felix Riemann Date: Sun Oct 11 15:58:56 2015 +0200 EogWindow: Add F10 keyboard shortcut for gear menu https://bugzilla.gnome.org/show_bug.cgi?id=754985 src/eog-application.c | 1 + src/eog-window.c | 5 +++++ 2 files changed, 6 insertions(+) commit f0d40b4c7bb6dd7ef40cc5e0c02dd8a11c1a3277 Author: Pedro Albuquerque Date: Thu Oct 15 05:50:15 2015 +0000 Updated Portuguese translation po/pt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 65498bbafcd619777be5430fddd50903ce347937 Author: Inaki Larranaga Murgoitio Date: Wed Oct 14 10:39:10 2015 +0200 Updated Basque language po/eu.po | 181 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 104 insertions(+), 77 deletions(-) commit cf429103e1544c8c9de17110a29e1a7e7734dfba Author: Felix Riemann Date: Tue Sep 29 16:33:42 2015 +0200 reload: Only offer reload option if there's something to reload https://bugzilla.gnome.org/show_bug.cgi?id=755244 plugins/reload/eog-reload-plugin.c | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) commit 2a1db34f611768f245aacc785e09b22fca6bfc93 Author: Felix Riemann Date: Mon Sep 28 15:03:43 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c7f6784953636bac6eac8204ec3d3e1edbd1a660 Author: Felix Riemann Date: Mon Sep 28 14:54:52 2015 +0200 Prepare for release 3.18.0 NEWS | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) commit c5c6be66c9bd85f437db9ca40be9f4f6d3f3d8ff Author: Trần Ngọc Quân Date: Fri Sep 25 14:53:06 2015 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 188 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 107 insertions(+), 81 deletions(-) commit b73499f1617a20a80456aafffa7e075e8d63df30 Author: Милош Поповић Date: Tue Sep 22 11:43:38 2015 +0000 Updated Serbian Latin translation po/sr@latin.po | 205 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 111 insertions(+), 94 deletions(-) commit fb70c8d5cc2a0b1486fdfb35e8c2f075e3dbdc88 Author: Милош Поповић Date: Tue Sep 22 11:42:58 2015 +0000 Updated Serbian translation po/sr.po | 205 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 111 insertions(+), 94 deletions(-) commit a5e387aca27346a9e98862b75596bbe125fd53ec Author: Ask Hjorth Larsen Date: Sun Sep 20 15:04:00 2015 +0000 Updated Danish translation po/da.po | 224 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 129 insertions(+), 95 deletions(-) commit da4afc0f1d1f9a612ec4c4651c447fa02d93b46c Author: Rūdolfs Mazurs Date: Fri Sep 18 22:42:13 2015 +0300 Updated Latvian translation po/lv.po | 187 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 101 insertions(+), 86 deletions(-) commit 560fb7f43a2c082353635112d6bc510b489d8fe9 Author: Khaled Hosny Date: Fri Sep 18 20:48:15 2015 +0200 Update Arabic translation po/ar.po | 172 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 100 insertions(+), 72 deletions(-) commit 09fc92d2df63c5ef6b0ca8ed2cb348945be0e7fa Author: Enrico Nicoletto Date: Tue Sep 15 18:02:21 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 93 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 46 insertions(+), 47 deletions(-) commit ffeab6da0c347eb02bec7d52ece33723a9195c99 Author: Felix Riemann Date: Mon Sep 14 22:40:02 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 29bfe1076c69d271e7afd0e8e7f549862777c774 Author: Felix Riemann Date: Mon Sep 14 22:37:18 2015 +0200 Prepare for release 3.17.92 NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 25ac50d30a1567f9eed03cfc5551313fbf0162a2 Author: Marek Černocký Date: Mon Sep 14 12:14:41 2015 +0200 Updated Czech translation po/cs.po | 88 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) commit 748f38fa0f0673c7313db1a56f8296b9846cb487 Author: Jiro Matsuzawa Date: Mon Sep 14 00:31:08 2015 +0900 Updated Japanese translation po/ja.po | 166 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 95 insertions(+), 71 deletions(-) commit 680cd4a9f8636c7d4ca4a6fae2095b15648dfba7 Author: Arash Mousavi Date: Sat Sep 12 22:50:03 2015 +0430 Update Persian translations po/fa.po | 1433 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 691 insertions(+), 742 deletions(-) commit 68a5a0d842d993da6957dee74535ee15c8742394 Author: Felix Riemann Date: Fri Sep 11 21:00:19 2015 +0200 EogPropertiesDialog: Use standard::display-name when showing the parent This simply adapts the changes from commit fff55c6a to the properties dialog, which shares some code with the EogMetadataSidebar. https://bugzilla.gnome.org/show_bug.cgi?id=754731 src/eog-properties-dialog.c | 46 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) commit fff55c6afdd1c159c1ec554316fa6170f561cbe1 Author: Debarshi Ray Date: Tue Sep 8 18:18:00 2015 +0200 EogMetadataSidebar: Use standard::display-name when showing the parent https://bugzilla.gnome.org/show_bug.cgi?id=754731 src/eog-metadata-sidebar.c | 50 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 10 deletions(-) commit 3175cec316804c86db3f1c27f788140771ba7a73 Author: Jiri Grönroos Date: Thu Sep 10 18:43:10 2015 +0300 Finnish translation update po/fi.po | 180 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 97 insertions(+), 83 deletions(-) commit 3667d632bc614ad889086385d5c41c295179def5 Author: Gianvito Cavasoli Date: Wed Sep 9 07:27:42 2015 +0000 Updated Italian translation po/it.po | 168 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 99 insertions(+), 69 deletions(-) commit ec50618fd6c58205843bf8c65f665e073229df53 Author: Matej Urbančič Date: Tue Sep 8 23:14:08 2015 +0200 Updated Slovenian translation po/sl.po | 79 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 38 deletions(-) commit e78293e3b38e89af08f60ccf2816edad4035a733 Author: Kjartan Maraas Date: Mon Sep 7 19:30:54 2015 +0200 Updated Norwegian bokmål translation. po/nb.po | 84 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 41 deletions(-) commit e055e5ba1e4e56706db7f6b0e7648eb2d3b1609f Author: Muhammet Kara Date: Sun Sep 6 03:50:48 2015 +0000 Updated Turkish translation po/tr.po | 86 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) commit 684cd81ba6bcbce06f68aa07ccec921401cd656b Author: Bernd Homuth Date: Sat Sep 5 20:27:01 2015 +0000 Updated German translation po/de.po | 91 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 47 insertions(+), 44 deletions(-) commit b89e3a791385133c0a406a012a20a367dcf6e862 Author: Changwoo Ryu Date: Sun Sep 6 02:11:50 2015 +0900 Updated Korean translation po/ko.po | 164 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 96 insertions(+), 68 deletions(-) commit a58760ef5c772bf0b9770fe42a43b311831a7009 Author: Baurzhan Muftakhidinov Date: Fri Sep 4 16:03:40 2015 +0000 Updated Kazakh translation po/kk.po | 167 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 98 insertions(+), 69 deletions(-) commit ad72c0aa41d7d70ff481eff990b49c7058898ed6 Author: Aurimas Černius Date: Thu Sep 3 14:42:04 2015 +0300 Updated Lithuanian translation po/lt.po | 173 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 99 insertions(+), 74 deletions(-) commit 0aa2f827502b1fe9cbab85beb28b61571c319bad Author: Sveinn í Felli Date: Wed Sep 2 16:27:10 2015 +0000 Updated Icelandic translation po/is.po | 82 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) commit 01e053bcb28f2c0efd74a452f87ebd8b115d3eca Author: Alain Lojewski Date: Tue Sep 1 07:22:37 2015 +0000 Updated French translation po/fr.po | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) commit 6cc698945a577220092467327702178e011624d5 Author: Felix Riemann Date: Mon Aug 31 22:39:58 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a74888ad8c285c803596d41cf67f052cd9f46507 Author: Felix Riemann Date: Mon Aug 31 22:38:18 2015 +0200 Prepare for release 3.17.91 NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) commit 1b22c52eaa48a4013df176d116b2b3e33a5586d7 Author: Emmanuel Pacaud Date: Wed Aug 26 09:02:24 2015 +0200 Eog: a bunch of instrospection warning fixes Eog introspection seems in a need of a complete review. src/eog-image.c | 17 +++++++++++++++++ src/eog-jobs.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-window.c | 9 +++++++++ 3 files changed, 75 insertions(+) commit 04859efbcde4ae38f9f35818dc586a9088b09cb0 Author: Emmanuel Pacaud Date: Wed Aug 26 08:37:11 2015 +0200 EogUriConverter: GList leak fix A list was created but never freed in eog_uri_converter_check. Fix an introspection warning in the process. src/eog-uri-converter.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit 8e03cd2616f0051328b98a4c646de3ec8c212e96 Author: Emmanuel Pacaud Date: Wed Aug 26 02:26:26 2015 +0200 EogMetadataDetails: remove deprecated tree rule setting As suggested by the GTK documentation, simply remove the call to gtk_tree_view_set_rules_hint. The metadata tree view is not a good candidate to the alternate row colors (not wide, not a lot of columns). src/eog-metadata-details.c | 2 -- 1 file changed, 2 deletions(-) commit aea640442cfbd198e5dcd0f4155e9c7a248ff702 Author: Emmanuel Pacaud Date: Wed Aug 26 02:11:28 2015 +0200 EogScrollView: fix override_background deprecated call Do the necessary background drawing in draw callback. src/eog-scroll-view.c | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) commit b57ed1a0694bcc95c4f33535cf6c627507b09fb9 Author: Balázs Úr Date: Mon Aug 31 15:51:04 2015 +0000 Updated Hungarian translation po/hu.po | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) commit 05db55c5908935dfb044dd9dd4cae400a4c1de00 Author: Andika Triwidada Date: Sun Aug 30 04:39:55 2015 +0000 Updated Indonesian translation po/id.po | 295 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 212 insertions(+), 83 deletions(-) commit fdbfc18745a88bf1770e1307bc5c3676adb7738b Author: Tom Tryfonidis Date: Fri Aug 28 21:00:25 2015 +0000 Updated Greek translation po/el.po | 205 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 97 insertions(+), 108 deletions(-) commit b099142374f277817e1f0c09c9ef743179184be1 Author: Emmanuel Pacaud Date: Wed Aug 26 01:17:44 2015 +0200 EogScrollView: remove gtk_widget_set_style call This function does nothing since the dawn of time (3.0 exactly). src/eog-scroll-view.c | 14 -------------- 1 file changed, 14 deletions(-) commit a57e788b7ec85cbb9021bbf152c219be2e254ec0 Author: Emmanuel Pacaud Date: Wed Aug 26 01:12:35 2015 +0200 EogPropertiesDialog: fix deprecation warnings Implementation as suggested in GTK documentation. src/eog-properties-dialog.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) commit a48af02cb389d6064947fee7421ba820213429b1 Author: Emmanuel Pacaud Date: Wed Aug 26 01:11:04 2015 +0200 EogCloseConfirmationDialog: fix deprecation warning This function doesn't seem to be used by eog itself, nor the included plugins. May be a good candidate for code removal, unless it is a plugin public API. src/eog-close-confirmation-dialog.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit ef626dc9094d191d55a9cba854380696cadd7627 Author: Emmanuel Pacaud Date: Tue Aug 25 23:55:33 2015 +0200 EogScrollView: remove commented out code That's 8 year old code that doesn't help to understand the scroll view logic. src/eog-scroll-view.c | 681 +------------------------------------------------- 1 file changed, 1 insertion(+), 680 deletions(-) commit a78121c99f4056328351ef7c75c516e2d6ccb865 Author: Yuri Myasoedov Date: Fri Aug 28 22:26:22 2015 +0300 Updated Russian translation po/ru.po | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit 2a2a0bfee8821b1760acc917292a4ce8b089d9d4 Author: Yosef Or Boczko Date: Fri Aug 28 00:11:58 2015 +0300 Updated Hebrew translation po/he.po | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) commit e82f7d8a1129801d943d21d78c69f16f93b93c9a Author: Anders Jonsson Date: Thu Aug 27 08:27:01 2015 +0000 Updated Swedish translation po/sv.po | 152 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 64 deletions(-) commit ba756abedb4fdfd3b0e5ad1c3189da191243d0ba Author: Piotr Drąg Date: Wed Aug 26 21:38:20 2015 +0200 Updated Polish translation po/pl.po | 214 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 121 insertions(+), 93 deletions(-) commit 9d64e59f1a9e40f2e9c05706ea1c244e0f411225 Author: Fran Dieguez Date: Tue Aug 25 15:54:55 2015 +0200 Updated Galician translations po/gl.po | 159 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 93 insertions(+), 66 deletions(-) commit 76d2cda66cfc42af5c9a1ace9a4711d4a785e04f Author: Chao-Hsiung Liao Date: Tue Aug 25 13:02:52 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 160 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 93 insertions(+), 67 deletions(-) commit 5f732d6ec63d0f3fbfa56899ae8c7de3ec113aba Author: Daniel Mustieles Date: Tue Aug 25 11:03:09 2015 +0200 Updated Spanish translation po/es.po | 3736 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1868 insertions(+), 1868 deletions(-) commit 819bfd2640385f2417cb0c98c025cf6d058403d1 Author: Pedro Albuquerque Date: Tue Aug 25 05:20:37 2015 +0000 Updated Portuguese translation po/pt.po | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) commit 837710f4e95d409afce12932f9951e97ed00ef22 Author: Dušan Kazik Date: Mon Aug 24 16:22:43 2015 +0000 Updated Slovak translation po/sk.po | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) commit 509a6ad9155d63f097c2a6c7757e2be48c65bd9a Author: Dušan Kazik Date: Mon Aug 24 16:21:20 2015 +0000 Updated Slovak translation po/sk.po | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) commit 78976e7b703b53b50c98228f3a1900bdaa8ec994 Author: Jiro Matsuzawa Date: Sun Aug 23 22:38:26 2015 +0900 Give access key to button "Open with Document Viewer" https://bugzilla.gnome.org/show_bug.cgi?id=753987 src/eog-error-message-area.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ee4fee534d16d18a558a32488f276362167a172 Author: Alexandre Franke Date: Mon Aug 24 16:17:30 2015 +0000 Updated French translation po/fr.po | 146 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 62 deletions(-) commit 409be1f8c4b2c8c5718d6ae457c6840087629bee Author: Felix Riemann Date: Mon Aug 17 22:38:00 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c27951164672d8f22f4f79b92c82c0b4784b2f7b Author: Felix Riemann Date: Mon Aug 17 22:32:51 2015 +0200 Prepare for release 3.17.90 NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) commit 456b3664738dac11898e0ee0dea41f4994da1065 Author: Carlos Garnacho Date: Fri Aug 14 13:56:00 2015 +0200 EogScrollView: Set the event mask bit for touchpad gestures This will be enough for the GtkGestureZoom/Rotate gestures to pick these events and emit the right signals. https://bugzilla.gnome.org/show_bug.cgi?id=753627 src/eog-scroll-view.c | 3 +++ 1 file changed, 3 insertions(+) commit f9e208350e3f60232186a21b9db52ffadaeef577 Author: Enrico Nicoletto Date: Tue Aug 11 02:00:38 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 191 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 110 insertions(+), 81 deletions(-) commit c4095b36f925a3a283cd06f5327c2d2fd7343fd3 Author: Andika Triwidada Date: Mon Aug 3 07:10:06 2015 +0000 Updated Indonesian translation po/id.po | 148 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 86 insertions(+), 62 deletions(-) commit 1a4b0e8bcb4aba5cca1a5e6aa04babb4cfb026fd Author: Jordi Mas Date: Sun Aug 2 23:08:52 2015 +0200 Update Catalan translation po/ca.po | 152 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 90 insertions(+), 62 deletions(-) commit 94578d51c0696f4386407977415f105653f68ed3 Author: Kjartan Maraas Date: Thu Jul 30 11:43:07 2015 +0200 Updated Norwegian bokmål translation. po/nb.po | 156 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 91 insertions(+), 65 deletions(-) commit e0ab1384b5eeaf4016956b2de6145eda5e68844e Author: Anders Jonsson Date: Mon Jul 27 22:34:19 2015 +0000 Updated Swedish translation help/sv/sv.po | 4775 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 4002 insertions(+), 773 deletions(-) commit 4ebddb9eca3120924521b43fbe5f5ec572e0257c Author: Fabio Tomat Date: Sun Jul 26 18:22:50 2015 +0000 Updated Friulian translation po/fur.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 9bd279a1ac30f29b19eed8a90788fccf8c95bb99 Author: Fabio Tomat Date: Sun Jul 26 09:45:23 2015 +0000 Updated Friulian translation po/fur.po | 1168 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 566 insertions(+), 602 deletions(-) commit da2b9f3c1c4e648baf2189b491491393d46d833f Author: Efstathios Iosifidis Date: Thu Jul 23 09:42:18 2015 +0000 Updated Greek translation po/el.po | 70 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) commit d00e421e9f87f004516099c726f1bf5c6c7eaeef Author: Felix Riemann Date: Mon Jul 20 22:41:35 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 542fe31f10624c520cc85c70decdfd8ec848931c Author: Felix Riemann Date: Mon Jul 20 22:38:06 2015 +0200 Prepare for release 3.17.3 NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) commit be2f2a2c1dd7c6c76a7e10a6332c2ba2d7f7b82e Author: Sveinn í Felli Date: Thu Jul 16 14:16:30 2015 +0000 Updated Icelandic translation po/is.po | 184 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 108 insertions(+), 76 deletions(-) commit 56eaabd2592918ab147a1641414c9c970d17f4dc Author: Matej Urbančič Date: Wed Jul 8 21:56:19 2015 +0200 Updated Slovenian translation po/sl.po | 155 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 92 insertions(+), 63 deletions(-) commit 0e423ff7cc3f1b68f5da6174b30dc73ac211a3cb Author: Pedro Albuquerque Date: Sat Jul 4 05:44:03 2015 +0000 Updated Portuguese translation po/pt.po | 49 +++++++++++++++++-------------------------------- 1 file changed, 17 insertions(+), 32 deletions(-) commit cbb9da83940a95a878663f34ac412df377a3bd19 Author: Pedro Albuquerque Date: Mon Jun 29 22:29:21 2015 +0000 Updated Portuguese translation po/pt.po | 1594 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 800 insertions(+), 794 deletions(-) commit b19a229925adabd5be1516e255ffe850027f2e9f Author: Stas Solovey Date: Tue Jun 23 21:42:45 2015 +0000 Updated Russian translation po/ru.po | 183 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 97 insertions(+), 86 deletions(-) commit 94ce268960076143d7698a93d3d681563db3c927 Author: Balázs Úr Date: Mon Jun 22 20:58:20 2015 +0000 Updated Hungarian translation po/hu.po | 161 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 95 insertions(+), 66 deletions(-) commit 13437eee180bcebcb58b5e1a2e7a46d38fa0c166 Author: Felix Riemann Date: Mon Jun 22 22:22:38 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4f0dfe3e98232bd4e7675e53d9824610b7f0a5b Author: Felix Riemann Date: Mon Jun 22 22:15:56 2015 +0200 Prepare for release 3.17.2 NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit 53185ff8c8c57e0630964cef30815dd6cf360622 Author: Felix Riemann Date: Mon Jun 22 21:52:19 2015 +0200 EogWindow: Use symbolic leave-fullscreen icon https://bugzilla.gnome.org/show_bug.cgi?id=751021 src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e26c7c489b91a27df60a8d09f98ae2b9c219550c Author: Alexandre Franke Date: Fri Jun 19 18:16:31 2015 +0200 Remove non-symbolic gallery icon It is now useless since we use the symbolic one data/icons/16x16/Makefile.am | 1 - data/icons/16x16/actions/eog-image-gallery.png | Bin 611 -> 0 bytes data/icons/22x22/Makefile.am | 1 - data/icons/22x22/actions/eog-image-gallery.png | Bin 653 -> 0 bytes data/icons/24x24/Makefile.am | 1 - data/icons/24x24/actions/eog-image-gallery.png | Bin 638 -> 0 bytes data/icons/32x32/Makefile.am | 2 - data/icons/32x32/actions/eog-image-gallery.png | Bin 1141 -> 0 bytes data/icons/scalable/Makefile.am | 1 - data/icons/scalable/actions/eog-image-gallery.svg | 335 ---------------------- 10 files changed, 341 deletions(-) commit d65a126929978aaed7efb424efa90edae632f49e Author: Alexandre Franke Date: Mon Jun 15 23:59:00 2015 +0200 Use symbolic icons for fullscreen toolbar data/fullscreen-toolbar.ui | 24 ++--- data/icons/scalable/Makefile.am | 1 + .../actions/eog-image-gallery-symbolic.svg | 110 +++++++++++++++++++++ 3 files changed, 123 insertions(+), 12 deletions(-) commit 2cb75ec6e88753a0019d7876fbca57b5fb258edf Author: Felix Riemann Date: Mon Jun 22 20:29:08 2015 +0200 EogWindow: Add stop mark to zoom slider at 100% zoom https://bugzilla.gnome.org/show_bug.cgi?id=746132 src/eog-window.c | 3 +++ 1 file changed, 3 insertions(+) commit b4b80dbf69de85bfbe6134fb3f667a9d98c084c5 Author: Felix Riemann Date: Mon Jun 22 19:51:25 2015 +0200 Fix metadata sidebar with libexif disabled Otherwise there would be several labels with the text "label". https://bugzilla.gnome.org/show_bug.cgi?id=751007 src/eog-metadata-sidebar.c | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) commit d45b7f14f7f95796d7e6fe5c2f9e5f223fe67a1a Author: Felix Riemann Date: Mon Jun 22 19:42:06 2015 +0200 Fix API docs build without libexif doc/reference/Makefile.am | 2 -- 1 file changed, 2 deletions(-) commit 36d2cba817e87f71bfce132c3f89358fca40855e Author: Alexandre Rostovtsev Date: Tue Jun 16 23:04:32 2015 -0400 EogMetadataSidebar: fix --without-libexif build https://bugzilla.gnome.org/show_bug.cgi?id=751007 src/eog-metadata-sidebar.c | 2 ++ 1 file changed, 2 insertions(+) commit 6e555ab9f4e2b47d605121216aab96713c26f93c Author: Benjamin Steinwender Date: Mon Jun 22 17:18:40 2015 +0000 Updated German translation po/de.po | 162 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 96 insertions(+), 66 deletions(-) commit ab514a80c2bdebdfd2a63f2a9667b2ef94327a59 Author: Alexandre Franke Date: Fri Jun 19 19:25:37 2015 +0200 Update screenshot data/screenshot.png | Bin 68590 -> 64013 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 3597c6765e1852db8cb556cf4e3f72a157c0ba96 Author: Muhammet Kara Date: Tue Jun 9 17:16:41 2015 +0000 Updated Turkish translation po/tr.po | 177 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 96 insertions(+), 81 deletions(-) commit 7bad8a45a1485ebf218bf9c88342854deb44eeab Author: Dimitris Spingos Date: Mon Jun 8 10:22:14 2015 +0300 Updated Greek translation po/el.po | 174 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 102 insertions(+), 72 deletions(-) commit 4050afa8380262e72a0bf0951e15b2ece45e5a7c Author: Dušan Kazik Date: Sun Jun 7 15:41:34 2015 +0000 Updated Slovak translation po/sk.po | 161 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 96 insertions(+), 65 deletions(-) commit d4a8c5f54111a21d875980980af8983c642a3547 Author: Piotr Drąg Date: Sun Jun 7 05:16:41 2015 +0200 Fix two more typos in Canadian English translation https://bugzilla.gnome.org/show_bug.cgi?id=741438 po/en_CA.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b2b40676a38f9d11cba87aebe3e7b790069a5a08 Author: Piotr Drąg Date: Sun Jun 7 05:14:36 2015 +0200 Fix typos in Canadian English translation https://bugzilla.gnome.org/show_bug.cgi?id=741438 po/en_CA.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 357a1f1194d98e3e68b00e0e0990f9596e59d764 Author: Yosef Or Boczko Date: Thu Jun 4 14:16:07 2015 +0300 Updated Hebrew translation po/he.po | 152 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 64 deletions(-) commit 0d6d130e02d8ecd5034fdd0ebefa8b254c7a67a7 Author: Marek Černocký Date: Sun May 31 22:04:39 2015 +0200 Updated Czech translation po/cs.po | 175 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 95 insertions(+), 80 deletions(-) commit c361e30f5bcf966aaaedac3e169f662ea327c762 Author: Victor Ibragimov Date: Thu May 28 06:32:19 2015 +0000 Updated Tajik translation po/tg.po | 174 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 94 insertions(+), 80 deletions(-) commit fc8fd5c3b7beb245f2cbca222a97d331bbc5f8db Author: Daniel Mustieles Date: Tue May 26 19:21:06 2015 +0200 Updated Spanish translation po/es.po | 159 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 93 insertions(+), 66 deletions(-) commit 05e88d7fd42cc3efcae077e72c52ecae43f06c94 Author: Felix Riemann Date: Mon May 25 23:09:25 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 46fe572a97c70a0f1207df10ce7c687726ec416a Author: Felix Riemann Date: Mon May 25 22:46:47 2015 +0200 Prepare for release 3.17.1 NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit 6701d73264c124af316730dfb9eb7dc85270ade9 Author: Felix Riemann Date: Mon May 25 22:35:16 2015 +0200 Make some documented API appear in the docs doc/reference/eog-sections.txt | 3 +++ 1 file changed, 3 insertions(+) commit 5bf0e3581e0b79ae217722f35d17f6021cc09871 Author: Felix Riemann Date: Mon May 25 19:12:23 2015 +0200 Increase zoom level when toggling the zoom button Use the steps the zoom logic used in earlier eog versions. Also add a zoom level at 133% to not have the zoom jump to 200% when starting at 100% zoom. https://bugzilla.gnome.org/show_bug.cgi?id=746802 src/eog-scroll-view.c | 2 +- src/eog-window.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit f8c70c212e636b9417f5d8d27ed20e05c2260b77 Author: Felix Riemann Date: Mon May 25 18:47:14 2015 +0200 Notify user when opening a multipage TIFF Show an info bar that tries to steer the user to Evince, if available. This will work if at least gdk-pixbuf-2.31.1 is used. https://bugzilla.gnome.org/show_bug.cgi?id=739654 src/eog-error-message-area.c | 115 ++++++++++++++++++++++++++++++++++++++----- src/eog-error-message-area.h | 6 ++- src/eog-image.c | 30 +++++++++++ src/eog-image.h | 2 + src/eog-window.c | 75 +++++++++++++++++++++++----- 5 files changed, 203 insertions(+), 25 deletions(-) commit 3a7c15a2cb20d7d96cdc364616a3839b9f85704a Author: Felix Riemann Date: Mon May 25 12:17:06 2015 +0200 EogWindow: Add entry for sidebar into gear menu https://bugzilla.gnome.org/show_bug.cgi?id=743477 data/eog-gear-menu.ui | 4 ++++ 1 file changed, 4 insertions(+) commit 751ae7ffe82afb69066dca7497d3f4f22836482f Author: Cédric Valmary Date: Mon May 25 09:32:36 2015 +0000 Updated Occitan translation po/oc.po | 3887 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1981 insertions(+), 1906 deletions(-) commit c80dcda164a2fad9f7f66ea8083b795ad26bdb09 Author: Felix Riemann Date: Sat May 23 00:42:03 2015 +0200 EogWindow: Always show image area and enabled bars This might become necessary if the infobars are relayouted. The collection bar stays hidden since it doesn't have a nice appearance if empty. https://bugzilla.gnome.org/show_bug.cgi?id=538279 src/eog-window.c | 56 ++++++++++++++++++++++++++------------------------------ 1 file changed, 26 insertions(+), 30 deletions(-) commit f75e0935336d24c23cb75f74b13734de4210040c Author: Felix Riemann Date: Sat May 23 00:32:27 2015 +0200 EogWindow: Reuse relayouting code to construct UI layout Reduces code duplication. src/eog-window.c | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) commit 40a988301b1f58e74d7f380f0dcdd6828c3b286b Author: Felix Riemann Date: Sat May 23 00:13:02 2015 +0200 EogThumbView: Don't set deprecated follow-state property Since gtk+-3.16 the property is ignored. Silences the deprecation warning. src/eog-thumb-view.c | 1 - 1 file changed, 1 deletion(-) commit 054055d37a35c2aa5945b9f33d0f4dcfc865bcd3 Author: Felix Riemann Date: Fri May 22 23:29:50 2015 +0200 EogWindow: Hide collection if only one image is available This restores the collection's pre-3.16 behaviour. src/eog-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2549897af7a0cd3111493de5533d0689826d732e Author: Felix Riemann Date: Fri May 22 22:45:16 2015 +0200 EogMetadataSidebar: Clear folder label if no image is set src/eog-metadata-sidebar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit abe8912634fc05e3b6d09bdd9a98be3bf586357b Author: Felix Riemann Date: Sun May 17 17:28:50 2015 +0200 EogImage: Make sure to emit size-prepared after applying orientation Even if the orientation didn't occur by Exif data. https://bugzilla.gnome.org/show_bug.cgi?id=748598 src/eog-image.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 5ae0b28eebc18260d01d23481b15bf1201e6ebfd Author: Felix Riemann Date: Sun May 17 16:18:00 2015 +0200 EogImage: Fix too early size-prepared emission If an image without metadata support is loaded it could happen that the size-prepared signal was emitted without knowing the actual image size. That resulted in a smaller than necessary window size. Remove unneeded emission since the loader will make sure to emit the signal once the size is known. https://bugzilla.gnome.org/show_bug.cgi?id=748598 src/eog-image.c | 2 -- 1 file changed, 2 deletions(-) commit a9c9d81405e31443ab51713f6a0712f9bb10e11b Author: Felix Riemann Date: Sun May 17 16:13:00 2015 +0200 Remove workaround for non-threadsafe pixbuf loaders gdk-pixbuf requires loaders to be threadsafe since 2.28 and the workaround shouldn't be needed anymore. That reduces the complexity of the image loading code. Require gdk-pixbuf 2.30.0 since that version is required by GTK+ already. configure.ac | 2 +- src/eog-image-private.h | 1 - src/eog-image.c | 71 +++++-------------------------------------------- 3 files changed, 7 insertions(+), 67 deletions(-) commit 109109f4e12c66ec0a3861eac61a5251c7fb4ff1 Author: Felix Riemann Date: Sun May 17 16:25:51 2015 +0200 Post-branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 033d8f280d057d39682c226dffc9f0e472d132aa Author: Jordi Mas Date: Sat May 16 09:01:46 2015 +0200 Fixes to Catalan translation help/ca/ca.po | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) commit a50138be2e2820d59e4c26d08e875edd976420e5 Author: Felix Riemann Date: Wed May 13 21:34:07 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bbd3f92b1be89de56e817a5f089c87f8d31c9c84 Author: Felix Riemann Date: Wed May 13 19:25:05 2015 +0200 Prepare for release 3.16.2 NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 1c296e5cc5a6fc52205273a257a10e626d31315c Author: Dean Chen Date: Sun May 3 10:46:41 2015 +0800 update zh_CN translation po/zh_CN.po | 1322 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 644 insertions(+), 678 deletions(-) commit 21f7d6b6145c7eecabe6c95c1f0343dbdb62e80e Author: Kent Vander Velden Date: Wed Apr 29 10:31:33 2015 -0500 Update progress status bar for all images, valid and invalid. The progress status bar (cur / tot) in the lower right was only being updated when an image was valid, with data. When browsing a directory or otherwise multiple filenames given to eog, the status bar would only update when visting valid images. Simply moved update_image_pos(...) outside of the eog_image_has_data(...) test. https://bugzilla.gnome.org/show_bug.cgi?id=748653 src/eog-window.c | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) commit c20253fc65fa22a0f603e1cff72c0a5d3543dfb1 Author: Felix Riemann Date: Wed Apr 29 21:11:50 2015 +0200 icon: Install symbolic app icon into the right location Make sure the icon installs into the system data dir instead of the package data dir. Also fix used icon category. https://bugzilla.gnome.org/show_bug.cgi?id=746842 data/icons/scalable/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 3179f097357e3a171a445ae8430ee8c87aad0bb7 Author: Jakub Steiner Date: Thu Mar 26 19:40:03 2015 +0100 icon: provide a symbolic variant of the app icon https://bugzilla.gnome.org/show_bug.cgi?id=746842 data/icons/scalable/Makefile.am | 3 ++- data/icons/scalable/apps/eog-symbolic.svg | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) commit c7d2d7240a4d59ed49e1ad5f90a6bfdb7024782e Author: Cédric Valmary Date: Tue Apr 28 13:25:26 2015 +0000 Updated Occitan translation po/oc.po | 3423 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1906 insertions(+), 1517 deletions(-) commit 32b4e4942927ca91ff9ed3ede6bc687c95d99b4b Author: Sveinn í Felli Date: Mon Apr 27 14:37:04 2015 +0000 Updated Icelandic translation po/is.po | 163 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 92 insertions(+), 71 deletions(-) commit 2d9488125360a2a149ddfa6c9d678487ac6f4f41 Author: Felix Riemann Date: Thu Apr 16 23:48:34 2015 +0200 EogApplication: Restrore Ctrl+W shortcut for closing windows Seems to have gone missing during the GAction migration. https://bugzilla.gnome.org/show_bug.cgi?id=747806 src/eog-application.c | 1 + 1 file changed, 1 insertion(+) commit d985678fe769e70674bd949b895a0ad00da4ea07 Author: Felix Riemann Date: Mon Apr 13 19:56:27 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0e815bd2a685da7eaa2edb6307a9e01942b235e1 Author: Felix Riemann Date: Mon Apr 13 19:53:43 2015 +0200 Prepare for release 3.16.1 NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit e52a64c4180c2245d1c484aa1b88fa2d5c9803b8 Author: Felix Riemann Date: Fri Apr 10 21:44:28 2015 +0200 EogWindow: Fix feedback loop from zoom scale to scroll view Block signal handler to avoid setting the zoom again when the scroll view sets the zoom on its own. Although the scroll view will usually ignore these resets it won't do so if the zoom scale clamps the zoom factor to its own allowed range. https://bugzilla.gnome.org/show_bug.cgi?id=747410 src/eog-window.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 5c93a17232207c9d7154f9fb80c6ccb9bf35b18c Author: Hannie Dumoleyn Date: Thu Apr 9 10:34:38 2015 +0200 Updated Dutch translation 3.16 po/nl.po | 687 ++++++++++++++++++++------------------------------------------- 1 file changed, 220 insertions(+), 467 deletions(-) commit a2ba4e3e503adc1eb50c290b15b431e72b88fbf2 Author: Mattias Põldaru Date: Wed Apr 8 20:26:54 2015 +0300 [l10n] Updated Estonian translation po/et.po | 729 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 384 insertions(+), 345 deletions(-) commit 0bf4da0ad1997e89e8d9c58f6c926055ec27e543 Author: Rūdolfs Mazurs Date: Fri Apr 3 20:55:28 2015 +0300 Updated Latvian translation po/lv.po | 1204 +++++++++++++++++++++++--------------------------------------- 1 file changed, 452 insertions(+), 752 deletions(-) commit ee33862e7cede4fd2ff34e4cfcb4192dfdd52b46 Author: Felix Riemann Date: Thu Mar 26 19:01:05 2015 +0100 EogScrollView: Remove unneeded g_assert() The code following it is able to handle the situation. https://bugzilla.gnome.org/show_bug.cgi?id=735633 src/eog-scroll-view.c | 2 -- 1 file changed, 2 deletions(-) commit 396d9524d1d455a24523b89d35f1a01f3955bc60 Author: Gianvito Cavasoli Date: Tue Mar 24 10:03:59 2015 +0000 Updated Italian translation po/it.po | 1150 ++++++++++++++++++++++++-------------------------------------- 1 file changed, 443 insertions(+), 707 deletions(-) commit 01f23c55b9e5ed9f7dd8120ce7f73208e33e661e Author: Khaled Hosny Date: Mon Mar 23 22:16:19 2015 +0200 Update Arabic translation po/ar.po | 1285 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 625 insertions(+), 660 deletions(-) commit 633efdf0a254eed4c0180d111d24b62622c08ba7 Author: Felix Riemann Date: Mon Mar 23 19:57:47 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ae3a3b321ecf71beb4f0e73303716eb18a9ced6 Author: Felix Riemann Date: Mon Mar 23 19:48:31 2015 +0100 Prepare for release 3.16.0 NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 47545acfd355c7fc06b46d0e72960b1e1125c0ff Author: Inaki Larranaga Murgoitio Date: Sat Mar 21 12:21:31 2015 +0100 Updated Basque language po/eu.po | 388 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 203 insertions(+), 185 deletions(-) commit 4153c8a6c7628e2b6cc3dbb7ef062590c7cedf0e Author: Felix Riemann Date: Thu Mar 19 21:04:17 2015 +0100 EogScrollView: Clear overlay timeout on dispose Fixes segfaults when closing one of multiple EogWindows or when application shutdown is delayed. https://bugzilla.gnome.org/show_bug.cgi?id=746336 src/eog-scroll-view.c | 2 ++ 1 file changed, 2 insertions(+) commit e3123f6bcb6930acfca3734d2ffea723142c43ce Author: Andika Triwidada Date: Wed Mar 18 15:33:03 2015 +0000 Updated Indonesian translation po/id.po | 1296 ++++++++++++++++++++++---------------------------------------- 1 file changed, 463 insertions(+), 833 deletions(-) commit 476d6030d9f6ddffb118dc71aa4757318d6fa9f4 Author: Jordi Mas Date: Wed Mar 18 07:20:33 2015 -0400 Update Catalan translation po/ca.po | 1291 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 629 insertions(+), 662 deletions(-) commit 559fb067fb2541bdf458952fa3fc04eb3b27713c Author: Daniel Martinez Date: Tue Mar 17 19:59:39 2015 +0100 Update Aragonese translation po/an.po | 405 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 208 insertions(+), 197 deletions(-) commit 93a1472ec89c897df3e6c9806518011af6bb4943 Author: Felix Riemann Date: Mon Mar 16 23:37:57 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fc74b0114a4b6defd96ac812a7e009020dc88825 Author: Felix Riemann Date: Mon Mar 16 23:33:03 2015 +0100 Prepare for release 3.15.92 NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) commit 76740faf9648ad9f071dadaf8f7e014fcf7d90ef Author: Felix Riemann Date: Mon Mar 16 19:53:04 2015 +0100 EogScrollView: Hide the overlay buttons faster Reduces the motion timeout to one second and uses more precise timing as the previous timing could drift by nearly a second. https://bugzilla.gnome.org/show_bug.cgi?id=746131 src/eog-scroll-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 861584c3c796ad1deea28e6cb963e2d13776ec60 Author: Piotr Drąg Date: Sun Mar 15 23:04:45 2015 +0100 Remove Polish help translation 4% translated is not worth keeping. help/Makefile.am | 2 +- help/pl/figures/eog_save_as_window.png | Bin 24966 -> 0 bytes help/pl/figures/eog_start_window.png | Bin 17949 -> 0 bytes help/pl/figures/eog_toolbar_editor_window.png | Bin 23335 -> 0 bytes help/pl/pl.po | 987 -------------------------- 5 files changed, 1 insertion(+), 988 deletions(-) commit 4afa1a39cb5073ba48170b8d396c778507a4538e Author: Felix Riemann Date: Thu Mar 12 19:26:20 2015 +0100 EogSidebar: Increase margin at the sides of the sidebar https://bugzilla.gnome.org/show_bug.cgi?id=746105 src/eog-sidebar.c | 2 ++ 1 file changed, 2 insertions(+) commit 9438d0bb30b374560e318668b82af3a5fb2bf821 Author: Ask Hjorth Larsen Date: Sun Mar 15 16:37:26 2015 +0100 Updated Danish translation po/da.po | 1300 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 635 insertions(+), 665 deletions(-) commit 3791854431b549720d3eea53186ff49b59120e88 Author: A S Alam Date: Fri Mar 13 22:55:00 2015 -0500 Translation pa updated for Gnome po/pa.po | 1298 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 636 insertions(+), 662 deletions(-) commit c34bf4e27a4e85a1b5465469797c023214dd8730 Author: Samir Ribic Date: Fri Mar 13 15:54:12 2015 +0000 Updated Bosnian translation po/bs.po | 1731 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 1237 insertions(+), 494 deletions(-) commit 96d12556d519f1a32b2216c9676b31e5b15481c1 Author: Baurzhan Muftakhidinov Date: Fri Mar 13 05:52:28 2015 +0000 Updated Kazakh translation po/kk.po | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) commit 229f49c8f3a54fda9e22fdc11df55e3b4f9c6928 Author: Felix Riemann Date: Thu Mar 12 19:25:11 2015 +0100 EogScrollView: Make zoom factor defines internal again These turned out to not be needed in a global context. Avoids introspection warnings for these values. src/eog-scroll-view.c | 10 ++++++++++ src/eog-scroll-view.h | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) commit c7e606c5042a59e28e7d054eedf393f012cefdc0 Author: Felix Riemann Date: Thu Mar 12 19:24:30 2015 +0100 Remove unneeded define from Makefile src/Makefile.am | 1 - 1 file changed, 1 deletion(-) commit d97596f1a51d63f69b890b8e203ef73c6c47706b Author: Victor Ibragimov Date: Thu Mar 12 05:10:20 2015 +0000 Updated Tajik translation po/tg.po | 1334 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 657 insertions(+), 677 deletions(-) commit aafc70215ecf368a67f1eeeba157be53704c1204 Author: Alexander Shopov Date: Wed Mar 11 21:24:48 2015 +0200 Updated Bulgarian translation po/bg.po | 938 +++++++++++++++++++++++---------------------------------------- 1 file changed, 347 insertions(+), 591 deletions(-) commit a53e76238a556ff2cead82dab6e8b313486577a9 Author: Jiri Grönroos Date: Wed Mar 11 16:53:52 2015 +0200 Finnish translation update po/fi.po | 1117 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 548 insertions(+), 569 deletions(-) commit c63781735b3cdb4fc2d63dbf02823884ab0cd11d Author: Baurzhan Muftakhidinov Date: Wed Mar 11 12:21:53 2015 +0000 Updated Kazakh translation po/kk.po | 53 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 16 deletions(-) commit d719b73fd5fad0baa9270c70d7facd1fe3ec2e62 Author: Vadim Rutkovsky Date: Mon Mar 9 16:28:11 2015 +0100 tests: update screenshot tour tests/common_steps.py | 2 +- tests/screenshot_tour.feature | 14 ++++---------- tests/steps/steps.py | 18 +++++++++--------- 3 files changed, 14 insertions(+), 20 deletions(-) commit 6d97d9dcadede3492417bf9202f26bdb90fb0e59 Author: Vadim Rutkovsky Date: Mon Mar 9 16:01:09 2015 +0100 tests: fix Fullscreen tests Fullscreen button moved to headerbar Detect fullscreen state by drawing area by position tests/actions.feature | 2 +- tests/steps/steps.py | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) commit 0ef2319fb9340b0c7983dfe483ddcfb1178c8ee7 Author: Vadim Rutkovsky Date: Mon Mar 9 15:51:10 2015 +0100 tests: use GApp menu to toggle side pane tests/actions.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2b7041a7813e8b14bcecaade558f42161ca91f06 Author: Vadim Rutkovsky Date: Mon Mar 9 15:48:13 2015 +0100 tests: fix 'Rotate the image clockwise' step tests/steps/steps.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 271dd0167751147901caf55627c52bba7237b9bc Author: Vadim Rutkovsky Date: Mon Mar 9 15:33:21 2015 +0100 tests: fix image size detection step Since eog doesn't provide labellee for table cell we have to hardcode the size cell number tests/steps/steps.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit 6526c6446ec5f3ff21c4717e3c80a6e289d853c1 Author: Vadim Rutkovsky Date: Mon Mar 9 15:06:56 2015 +0100 tests: fix About test tests/common_steps.py | 20 +++++++++++++++++++- tests/steps/steps.py | 5 +++-- 2 files changed, 22 insertions(+), 3 deletions(-) commit c3007b5de089c1f7308c8b01b504e9e54ffc72f6 Author: Matej Urbančič Date: Sun Mar 8 21:21:58 2015 +0100 Updated Slovenian translation po/sl.po | 1330 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 650 insertions(+), 680 deletions(-) commit b1133665bdb9591ee124ed853590d4fcde99204e Author: Trần Ngọc Quân Date: Sun Mar 8 07:25:01 2015 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 430 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 230 insertions(+), 200 deletions(-) commit 589ab5a1f192564fc63da6ed75fa8396811df059 Author: Jiro Matsuzawa Date: Sat Mar 7 22:41:31 2015 +0900 l10n: Update Japanese translation po/ja.po | 1180 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 572 insertions(+), 608 deletions(-) commit b57cbb04517caf1d7a68f36f4a2b87745242c7bc Author: Changwoo Ryu Date: Thu Mar 5 19:01:30 2015 +0900 Updated Korean translation po/ko.po | 1164 +++++++++++++++++++++++++------------------------------------- 1 file changed, 476 insertions(+), 688 deletions(-) commit 7829e573cc0555e0308337676ca41b9cbbe9f2fb Author: Paweł Żołnowski Date: Wed Mar 4 23:38:50 2015 +0100 Updated Polish translation po/pl.po | 1134 +++++++++++++++++++++++++------------------------------------- 1 file changed, 447 insertions(+), 687 deletions(-) commit a94b75efb7858d87b9ad8796cff2d10c58cb9b37 Author: Мирослав Николић Date: Tue Mar 3 19:01:33 2015 +0100 Updated Serbian translation po/sr.po | 1317 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 1317 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 1294 insertions(+), 1340 deletions(-) commit 544f49252156947d75a227c4b87e8ad57286d42b Author: Fran Dieguez Date: Tue Mar 3 01:23:12 2015 +0100 Updated Galician translations po/gl.po | 429 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 229 insertions(+), 200 deletions(-) commit 4a39d4cf546cb328b3e1563d2d17c4ecf48ea54b Author: Baurzhan Muftakhidinov Date: Sat Feb 28 17:41:36 2015 +0000 Updated Kazakh translation po/kk.po | 1067 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 512 insertions(+), 555 deletions(-) commit 4f081d472514c9f448c69b534438cdf688083f98 Author: Anders Jonsson Date: Wed Feb 25 21:06:51 2015 +0000 Updated Swedish translation po/sv.po | 2231 ++++++++++++++++++-------------------------------------------- 1 file changed, 655 insertions(+), 1576 deletions(-) commit 386e730c91bed8ec11c11cbed45e79802ee595ba Author: Yosef Or Boczko Date: Wed Feb 25 00:40:32 2015 +0200 Updated Hebrew translation po/he.po | 96 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) commit 0df984ec0c81ac324ec9bf94e0449f4847501374 Author: Felix Riemann Date: Tue Feb 24 19:49:43 2015 +0100 EogScrollView: Add margin to both sides of the overlaid buttons Should avoid clipping the buttons in RTL locales https://bugzilla.gnome.org/show_bug.cgi?id=745077 src/eog-scroll-view.c | 2 ++ 1 file changed, 2 insertions(+) commit e60998a7fecfd009d47a066fb84db89e370d150c Author: Aurimas Černius Date: Mon Feb 23 23:29:06 2015 +0200 Updated Lithuanian translation po/lt.po | 378 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 213 insertions(+), 165 deletions(-) commit 13af4c22dcf69701c3d8931865041b4dbbbaa6c7 Author: Chao-Hsiung Liao Date: Mon Feb 23 07:25:50 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 221 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 117 insertions(+), 104 deletions(-) commit 359014d7de97441c26a6aaad4ee7b4cd582c2506 Author: Claude Paroz Date: Sun Feb 22 15:00:28 2015 +0100 Updated French translation po/fr.po | 1292 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 617 insertions(+), 675 deletions(-) commit 95a2acda9614bfbd02771a11848f3bb0fbbbce65 Author: Chao-Hsiung Liao Date: Sat Feb 21 10:19:49 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 1301 ++++++++++++++++++++++++++++------------------------------- 1 file changed, 626 insertions(+), 675 deletions(-) commit d7c63bf29154f0f713bb1cff66395255affc96e4 Author: Wolfgang Stöggl Date: Sat Feb 21 08:27:49 2015 +0000 Updated German translation po/de.po | 1312 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 636 insertions(+), 676 deletions(-) commit 928d1587ba6e403212ea46823b7b6f678e23292b Author: Muhammet Kara Date: Fri Feb 20 13:37:19 2015 +0000 Updated Turkish translation po/tr.po | 1203 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 591 insertions(+), 612 deletions(-) commit 2a2abd94f43f5867e78f495f816f4889624e92fd Author: Sveinn í Felli Date: Tue Feb 17 04:31:18 2015 +0000 Updated Icelandic translation po/is.po | 331 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 162 insertions(+), 169 deletions(-) commit 532f6de91ed304344d55040a59486c295dba6c54 Author: Felix Riemann Date: Mon Feb 16 22:11:27 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 189e81e9efaf5634e5ec90612d8e19d2500d1786 Author: Felix Riemann Date: Mon Feb 16 22:08:43 2015 +0100 Prepare for release 3.15.90 NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) commit 9d9f6b0e84a174cc32dc1b7af3226ca9e2d15ba9 Author: Felix Riemann Date: Mon Feb 16 21:58:38 2015 +0100 EogWindow: Make the zoom button follow the view's mode src/eog-window.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 5159ed15a794b0906e23f008fc3c9aede1d84993 Author: Felix Riemann Date: Sun Feb 15 17:34:41 2015 +0100 EogWindow: Remove GtkUIManager Not needed anymore after the GAction port. src/eog-window.c | 18 ------------------ src/eog-window.h | 1 - 2 files changed, 19 deletions(-) commit 144479e35c0cd7654542cca44164f62c8eedc459 Author: Efstathios Iosifidis Date: Sat Feb 14 16:59:43 2015 +0200 Updated Greek translation po/el.po | 431 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 219 insertions(+), 212 deletions(-) commit a1be594ab735ad759214bd64203f7701a1940105 Author: Felix Riemann Date: Thu Feb 12 20:45:18 2015 +0100 reload: Fix typo causing the plugin to remove the wrong menu entries plugins/reload/eog-reload-plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit d7e0cd7d2b47ea5cb2ce776448d5809da78e3f16 Author: Kristjan SCHMIDT Date: Wed Feb 11 22:34:03 2015 +0100 Updated Esperanto translation po/eo.po | 1497 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 766 insertions(+), 731 deletions(-) commit a0ed3fe8f266539b583d0f22accb4408adce22cc Author: Daniel Korostil Date: Tue Feb 10 22:56:30 2015 +0200 Updated Ukrainian translation po/uk.po | 1313 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 643 insertions(+), 670 deletions(-) commit 4fb6b450a8dd2fedd6dc7561400f39b608330463 Author: Yosef Or Boczko Date: Tue Feb 10 00:01:46 2015 +0200 Updated Hebrew translation po/he.po | 255 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 133 insertions(+), 122 deletions(-) commit 00daaa2677df900a999dc514be10edd2522faeca Author: Daniel Mustieles Date: Mon Feb 9 20:11:25 2015 +0100 Updated Spanish translation po/es.po | 222 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 118 insertions(+), 104 deletions(-) commit 4e083c73743640f3bf5923178edd267816957ec9 Author: Dušan Kazik Date: Mon Feb 9 18:20:01 2015 +0000 Updated Slovak translation po/sk.po | 297 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 155 insertions(+), 142 deletions(-) commit 15b47994ab66d9f6fb5ea76ea6dc82a478c28335 Author: Balázs Úr Date: Sun Feb 8 20:14:16 2015 +0000 Updated Hungarian translation po/hu.po | 215 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 114 insertions(+), 101 deletions(-) commit d49b0858293511793761a947bec604466f6a9751 Author: Kjartan Maraas Date: Sun Feb 8 19:43:34 2015 +0100 Updated Norwegian bokmål translation from Åka Sikrom. po/nb.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 92f5853f379fdf338e199edc185b388777a0e58e Author: Kjartan Maraas Date: Sun Feb 8 19:41:26 2015 +0100 Updated Norwegian bokmål translation from Åka Sikrom. po/nb.po | 1166 +++++++++++++++++++++++++------------------------------------- 1 file changed, 466 insertions(+), 700 deletions(-) commit 182a8d9f48bd8f408571bce0dca880eb70ce13a2 Author: Felix Riemann Date: Sun Feb 8 15:21:30 2015 +0100 EogWindow: Add proper introspection keywords for gear menu lookup Otherwise Python plugins aren't able to add menu entries. src/eog-window.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 37bc7f00ffdc23015dcd3d5f70dcde1b79f3c957 Author: Felix Riemann Date: Sun Feb 8 13:06:16 2015 +0100 Hide statusbar by default If everything works out it can be removed in one of the next releases. data/org.gnome.eog.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 10197a531613e84ac0d6675dda95b332c8731280 Author: Felix Riemann Date: Sat Feb 7 14:45:08 2015 +0100 Remove the external editor settings key The external editor button got removed during the UI overhaul. data/org.gnome.eog.gschema.xml.in | 21 ++++++++------------- src/eog-config-keys.h | 1 - 2 files changed, 8 insertions(+), 14 deletions(-) commit bf1c47d376eb86283cffe47d98263e4c82f9b29b Author: Stas Solovey Date: Fri Feb 6 12:14:20 2015 +0000 Updated Russian translation po/ru.po | 167 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 106 insertions(+), 61 deletions(-) commit 9313035f467e7dd54f4001facc941cd96c7d2732 Author: Marek Černocký Date: Thu Feb 5 13:57:27 2015 +0100 Updated Czech translation po/cs.po | 150 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 95 insertions(+), 55 deletions(-) commit c4eea92745c48d9f4d4e9cacb628c7586412fec4 Author: Rafael Ferreira Date: Thu Feb 5 10:02:27 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 178 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 96 insertions(+), 82 deletions(-) commit 0522b176ef0b2cd1b27d64378aae4fd0ecf34fa2 Author: Felix Riemann Date: Wed Feb 4 21:38:30 2015 +0100 EogWindow: Add tooltip to zoom button https://bugzilla.gnome.org/show_bug.cgi?id=743887 src/eog-window.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 0492b8b90a5752b49ad6852209b8620025f05f4c Author: Felix Riemann Date: Wed Feb 4 20:55:27 2015 +0100 EogWindow: Restore tooltips in fullscreen toolbar Reuse tooltip text from eog-3.14. https://bugzilla.gnome.org/show_bug.cgi?id=743887 data/fullscreen-toolbar.ui | 12 ++++++++++++ src/eog-window.c | 5 +++++ 2 files changed, 17 insertions(+) commit 4b1451c8a6f3a708f250eea43533cbb9341c7f01 Author: Diogo Campos Date: Wed Feb 4 19:51:58 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 314 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 165 insertions(+), 149 deletions(-) commit e7d1acaae02405c569b1d3be815a72182a0217fd Author: Sveinn í Felli Date: Wed Feb 4 17:49:25 2015 +0000 Updated Icelandic translation po/is.po | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) commit 60885d1914fad990a220c10fbb5116a1a9b08cf0 Author: Marek Černocký Date: Tue Feb 3 22:04:59 2015 +0100 Updated Czech translation po/cs.po | 249 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 132 insertions(+), 117 deletions(-) commit f5f35a598e71c6b38b92c88b592b415f534b3aa4 Author: Felix Riemann Date: Mon Feb 2 21:06:55 2015 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a4d5c7fda197c223b3b30956577f2e7fa0bdba9a Author: Felix Riemann Date: Mon Feb 2 21:04:37 2015 +0100 Update for release 3.15.1 NEWS | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) commit a86c990b8fff9714a313070d65d287879d45a875 Author: Felix Riemann Date: Mon Feb 2 20:36:17 2015 +0100 EogWindow: Cleanups for 254f4ba4 https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit 254f4ba40788749948f1740291ccb942733493c3 Author: Jente Hidskes Date: Sat Jan 31 18:25:00 2015 +0100 EogWindow: make the Open With submenu work The editor_app has been removed, since it will cause all entries in the submenu to be disabled. The editor application should be listed amongst the entries anyway, so it made no sense keeping it. https://bugzilla.gnome.org/show_bug.cgi?id=741050 https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/eog-gear-menu.ui | 5 +- data/popup-menus.ui | 3 +- src/eog-window.c | 305 +++++++++++++++++--------------------------------- 3 files changed, 109 insertions(+), 204 deletions(-) commit ba57d4aa20260caf3f0f7e506bcdbf986ae03553 Author: Sveinn í Felli Date: Mon Feb 2 11:05:14 2015 +0000 Updated Icelandic translation po/is.po | 1893 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 1345 insertions(+), 548 deletions(-) commit eb8c706cbd2754f9487adb87e63c4d26ddd98481 Author: Daniel Mustieles Date: Mon Feb 2 11:54:03 2015 +0100 Updated Spanish translation po/es.po | 282 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 143 insertions(+), 139 deletions(-) commit e26f5629eb11f6dc22f6172876397b809b1bad7e Author: Felix Riemann Date: Sat Jan 31 16:09:01 2015 +0100 reload: Fix memory leak in menu cleanup code plugins/reload/eog-reload-plugin.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 44cbe596bd3e17f062dd332d04d104d563dd7577 Author: Felix Riemann Date: Sat Jan 31 15:37:15 2015 +0100 EogWindow: Fix leaking gear menu builder src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 341e8b6e688bba0654f30cd40cb8d1eefbf556d3 Author: Felix Riemann Date: Fri Jan 30 23:30:55 2015 +0100 reload: Update to GAction Menu handling as shown in the GTK+ plugman example. https://bugzilla.gnome.org/show_bug.cgi?id=741050 plugins/reload/eog-reload-plugin.c | 134 ++++++++++++++++++-------------- plugins/reload/reload.plugin.desktop.in | 2 +- 2 files changed, 78 insertions(+), 58 deletions(-) commit 8b74808890afdff86f01e4b2748f3e4733068937 Author: Felix Riemann Date: Fri Jan 30 22:58:18 2015 +0100 EogWindow: Allow plugin entries in gear menu Based on the corresponding feature in Totem. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-gear-menu.ui | 1 + src/eog-window.c | 18 +++++++++++++++++- src/eog-window.h | 3 +++ 3 files changed, 21 insertions(+), 1 deletion(-) commit ad1c325ecea47d1fd7d16f8a564c75971850c481 Author: Balázs Úr Date: Fri Jan 30 20:38:54 2015 +0000 Updated Hungarian translation po/hu.po | 279 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 142 insertions(+), 137 deletions(-) commit 3dab203da36d5d2ff63fec7e146ce27606701cf4 Author: Stas Solovey Date: Thu Jan 29 22:17:56 2015 +0000 Updated Russian translation po/ru.po | 298 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 159 insertions(+), 139 deletions(-) commit c90bfa65c9c5494aea308fa889ff89e1c28c8804 Author: Felix Riemann Date: Wed Jan 28 21:10:33 2015 +0100 EogWindow: Try a different range for the zoom scale This is a first try to tame it. src/eog-window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 9e6547c519eccaca6abafd7f1a62bec8488be62f Author: Felix Riemann Date: Wed Jan 28 21:02:45 2015 +0100 EogWindow: Update gear menu First improvements following suggestions by Allan Day. data/eog-gear-menu.ui | 88 +++++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 41 deletions(-) commit 366b3b1a62a1022116430b6ac17ecf2e3c77048e Author: Felix Riemann Date: Wed Jan 28 20:49:03 2015 +0100 EogWindow: Disable zoom button if no image is loaded src/eog-window.c | 5 +++++ 1 file changed, 5 insertions(+) commit febad1aed4966798f99726c91dbddb945d84e9eb Author: Felix Riemann Date: Wed Jan 28 19:47:20 2015 +0100 Remove unneeded subsection in the app menu data/eog-app-menu.xml | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) commit b1dd9bf9d41e6c184f6b0e1c26155314d9798282 Author: Felix Riemann Date: Wed Jan 28 19:39:13 2015 +0100 EogScrollView: Visually merge the overlaid rotate buttons Incorporating UI feedback from Allan Day. src/eog-scroll-view.c | 2 ++ 1 file changed, 2 insertions(+) commit 963d754d5008f311c44f8a36dde36c142867e91e Author: Felix Riemann Date: Wed Jan 28 19:32:35 2015 +0100 EogScrollView: Make overlay buttons use the 'osd' style class src/eog-scroll-view.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit e8f207ec85a94e6fb2ab378e472e9cddca45fe33 Author: Dušan Kazik Date: Tue Jan 27 16:27:22 2015 +0000 Updated Slovak translation po/sk.po | 1379 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 673 insertions(+), 706 deletions(-) commit 2370d5c82163be83750c4173ac679761c78c8763 Author: Yosef Or Boczko Date: Mon Jan 26 22:42:52 2015 +0200 Updated Hebrew translation po/he.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit a5bd8eccdaebc8c14484ac39c0b5c0133a839cb9 Author: Felix Riemann Date: Mon Jan 26 20:21:41 2015 +0100 EogWindow: Simplify metadata sidebar title src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a986da9208e865fe1f76f2e0412a3d7016b1b83f Author: Yosef Or Boczko Date: Mon Jan 26 21:09:37 2015 +0200 Updated Hebrew translation po/he.po | 257 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 131 insertions(+), 126 deletions(-) commit bf4085fa5d21ce184c33f290e12d35af5e67301b Author: Piotr Drąg Date: Sat Jan 24 20:58:58 2015 +0100 Updated POTFILES.in po/POTFILES.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit a898c26195d9f643821c44280b84b818ae0d0191 Author: Felix Riemann Date: Sat Jan 24 18:47:25 2015 +0100 EogScrollView: Add tooltips to overlaid buttons src/eog-scroll-view.c | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) commit 09f08726398111c9e8fcf2c25ac43110a5f4c560 Author: Felix Riemann Date: Sat Jan 24 18:39:56 2015 +0100 EogScrollView: Hide and reveal the overlay buttons by mouse movement src/eog-scroll-view.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 6 deletions(-) commit c3f1ba2a6317dd3698492964efdaae688c41a911 Author: Felix Riemann Date: Sat Jan 24 17:38:01 2015 +0100 EogScrollView: Add overlay buttons to switch images Revealing and hiding is not yet active. data/eog.css | 9 +++++ src/eog-scroll-view.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 100 insertions(+), 2 deletions(-) commit 828bd784b1ae0ff3251db9854ec61d6b29dfd42c Author: Daniel Martinez Date: Thu Jan 22 19:44:35 2015 +0100 Update Aragonese translation po/an.po | 946 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 453 insertions(+), 493 deletions(-) commit 1c4522852d89c43ac26559a8734ab984e17bf68f Author: Marek Černocký Date: Wed Jan 21 08:00:06 2015 +0100 Updated Czech translation po/cs.po | 133 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 73 insertions(+), 60 deletions(-) commit 94ceb3d5679c89a099717c3b7dc741c0558c1adb Author: Jente Hidskes Date: Sat Jan 17 18:21:27 2015 +0100 EogWindow: remove the Recent Images submenu It creates more issues than it's worth, as explained in https://bugzilla.gnome.org/show_bug.cgi?id=741050#c51 https://bugzilla.gnome.org/show_bug.cgi?id=741050 https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/eog-gear-menu.ui | 6 -- src/eog-window.c | 238 -------------------------------------------------- 2 files changed, 244 deletions(-) commit 936754d7de440d12f66839cf8651454b9bece9e8 Author: Daniel Mustieles Date: Mon Jan 19 18:21:45 2015 +0100 Updated Spanish translation po/es.po | 158 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 81 insertions(+), 77 deletions(-) commit dbe4fe97ed016077f211484b1357024d6629db42 Author: Dimitris Spingos Date: Sun Jan 18 22:03:33 2015 +0200 Updated Greek translation po/el.po | 973 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 470 insertions(+), 503 deletions(-) commit 2712b8e0383469461af96e58dacc703a4f682e6a Author: Balázs Úr Date: Sun Jan 18 17:45:55 2015 +0000 Updated Hungarian translation po/hu.po | 161 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 82 insertions(+), 79 deletions(-) commit cc19771f7fa7e5824aad8082c5808ea1d810e2d1 Author: Aurimas Černius Date: Sat Jan 17 22:04:12 2015 +0200 Updated Lithuanian translation po/lt.po | 994 +++++++++++++++++++++++---------------------------------------- 1 file changed, 364 insertions(+), 630 deletions(-) commit adce09fdd4efb0949e101effb7c24e5ec12d7dda Author: Inaki Larranaga Murgoitio Date: Sat Jan 17 14:12:46 2015 +0100 Updated Basque language po/eu.po | 249 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 144 insertions(+), 105 deletions(-) commit 17f54b47eb920fbd20acaf40b9b2a90d9f6bea2d Author: Felix Riemann Date: Sat Jan 17 12:58:56 2015 +0100 EogWindow: Fix some overindented function parameters src/eog-window.c | 92 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) commit 5b9f6f5e8e4b14c39b35dbd4b31712ffd0a2bf04 Author: Felix Riemann Date: Fri Jan 16 22:20:13 2015 +0100 EogSidebar: Center and reformat page selector data/eog.css | 4 ++++ src/eog-sidebar.c | 23 ++++++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) commit fec0939df2d96ea2eac3e5ee68540a262ea99302 Author: Felix Riemann Date: Thu Jan 15 23:27:51 2015 +0100 EogMetadataSidebar: Fix leaked strings src/eog-metadata-sidebar.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit a54b3a803c0721b518b8867ceede418d1dce720e Author: Felix Riemann Date: Thu Jan 15 23:03:39 2015 +0100 EogWindow: Set file open dialog transient for its parent window src/eog-window.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit db3a16e905d106d6e88d7a205c12f2dc51c92b99 Author: Felix Riemann Date: Thu Jan 15 22:47:29 2015 +0100 EogSidebar: Set orientation property via g_object_new src/eog-sidebar.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 10a6c5f6e9916caa3a7a6af1d3bbffc99c4a2169 Author: Felix Riemann Date: Thu Jan 15 21:54:50 2015 +0100 Fix duplicate underscore accelerators in gear menu https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/eog-gear-menu.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit af0def5f1cba5b718e98320686fe6f98ddfa92a0 Author: Yosef Or Boczko Date: Thu Jan 15 00:41:32 2015 +0200 Updated Hebrew translation po/he.po | 1139 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 546 insertions(+), 593 deletions(-) commit 9156ad9b33e9da27dddd5182637c74b75614d9d2 Author: Felix Riemann Date: Wed Jan 14 23:29:54 2015 +0100 Add new UI file to POTFILES.in https://bugzilla.gnome.org/show_bug.cgi?id=740426 po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit de5ee93aa325bc29a2e00e8d874af97cebb10cd6 Author: Jente Hidskes Date: Wed Jan 14 23:09:31 2015 +0100 EogWindow: implement headerbar https://bugzilla.gnome.org/show_bug.cgi?id=740426 data/Makefile.am | 1 + data/eog-gear-menu.ui | 49 +++++++++++++++++ src/eog-scroll-view.c | 10 ---- src/eog-scroll-view.h | 10 ++++ src/eog-window.c | 146 +++++++++++++++++++++++++++++++++++++++++++++++--- src/eog.gresource.xml | 1 + 6 files changed, 200 insertions(+), 17 deletions(-) commit 9b3d863db9ddaefcaa726b15c7f755c5b554744b Author: Trần Ngọc Quân Date: Wed Jan 14 08:00:34 2015 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 924 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 429 insertions(+), 495 deletions(-) commit 51532cf4f776da95f4b10772dbbe3ef2fae7dff3 Author: Felix Riemann Date: Tue Jan 13 19:48:35 2015 +0100 EogSidebar: Use symbolic close icon src/eog-sidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c0a51e581c4ba6ab91b3c1f6669f782a8df808fa Author: Felix Riemann Date: Tue Jan 13 19:44:04 2015 +0100 EogMetadataSidebar: Reduce row spacing to 3px Should improve the separation of the different tag groups. data/metadata-sidebar.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit be4c5f88fde3861cb0fa1febafe0d29266e7e71c Author: Fran Dieguez Date: Mon Jan 12 23:54:04 2015 +0100 Updated Galician translations po/gl.po | 1157 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 548 insertions(+), 609 deletions(-) commit 650b54a7fbe106ad6d15aa626d80c91a91573fec Author: hanniedu Date: Mon Jan 12 17:19:56 2015 +0100 Updated Dutch translation Master 3.16 po/nl.po | 1211 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 585 insertions(+), 626 deletions(-) commit 841e96d56d36b96510658aa0ad8bd6cd983daba1 Author: Stas Solovey Date: Mon Jan 12 12:36:54 2015 +0000 Updated Russian translation po/ru.po | 978 ++++++++++++++++++++++----------------------------------------- 1 file changed, 339 insertions(+), 639 deletions(-) commit 3f3bc09db3ed4c36128eff1aa6bf23a72b8efb8d Author: Daniel Mustieles Date: Mon Jan 12 12:15:06 2015 +0100 Updated Spanish translation po/es.po | 143 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 87 insertions(+), 56 deletions(-) commit a31ead7ad37b959b0200f82ef55ef2fd1bfb73c2 Author: Balázs Úr Date: Sat Jan 10 11:00:17 2015 +0000 Updated Hungarian translation po/hu.po | 1124 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 534 insertions(+), 590 deletions(-) commit 4fbf532fb0720237a646ed999f17c76170a98e6e Author: Rafael Ferreira Date: Thu Jan 8 23:38:09 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1183 ++++++++++++++++++++++++++++------------------------------- 1 file changed, 561 insertions(+), 622 deletions(-) commit 6dc9355ce54e8f31974e4fb503bc16aaee30369f Author: Marek Černocký Date: Thu Jan 8 23:02:05 2015 +0100 Updated Czech translation po/cs.po | 128 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 77 insertions(+), 51 deletions(-) commit 83bf6c4498e9c107a809517e1a2926df251acc16 Author: Felix Riemann Date: Wed Jan 7 21:59:39 2015 +0100 EogMetadataSidebar: Hook up date and time labels src/eog-metadata-sidebar.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 93129f1faf5dd6573ae91122ec08b70be5bf25b6 Author: Felix Riemann Date: Wed Jan 7 21:59:13 2015 +0100 EogExifUtil: Allow freeform formatting of date strings src/eog-exif-util.c | 55 +++++++++++++++++++++++++++++++++++++---------------- src/eog-exif-util.h | 4 ++++ 2 files changed, 43 insertions(+), 16 deletions(-) commit 2e5b0655db5199046d84b0f98daad4d015e3b2d6 Author: Felix Riemann Date: Wed Jan 7 20:15:07 2015 +0100 EogMetadataSidebar: Try to unclutter and improve the sidebar's look Based on a design by Allan Day. data/Makefile.am | 1 + data/metadata-sidebar.ui | 409 +++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/eog-metadata-sidebar.c | 366 +++++++--------------------------------- src/eog.gresource.xml | 1 + 5 files changed, 471 insertions(+), 307 deletions(-) commit 8cdbae1f54b0fb746343595c8423c1adcca833ee Author: Felix Riemann Date: Wed Jan 7 19:59:21 2015 +0100 EogWindow: Move sidebar to the opposite side of the image src/eog-window.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 68369759466670395eb874eb145f48ba03a0652d Author: Daniel Mustieles Date: Thu Jan 8 18:22:33 2015 +0100 Updated Spanish translation po/es.po | 1127 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 523 insertions(+), 604 deletions(-) commit 1c324ab120a96d07b3a4cc90e5ecf6a626ad8096 Author: Marek Černocký Date: Wed Jan 7 21:46:15 2015 +0100 Updated Czech translation po/cs.po | 925 +++++++++++++++++++++------------------------------------------ 1 file changed, 302 insertions(+), 623 deletions(-) commit e025f72df93d62ebd94c5eb91bee2bd682fdee8f Author: Inaki Larranaga Murgoitio Date: Wed Jan 7 21:28:41 2015 +0100 Updated Basque language po/eu.po | 1039 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 476 insertions(+), 563 deletions(-) commit f8051de56416e9a49184065c70c1e926a3ae8187 Merge: 631b66c8 5cfdbd1c Author: Felix Riemann Date: Wed Jan 7 19:43:50 2015 +0100 Merge branch 'wip/gaction-migration' Conflicts: src/eog.gresource.xml This is the merge of the current state as it is required for further developments. The "OpenWith" and "RecentFiles" menus are still todo as is plugin integration. https://bugzilla.gnome.org/show_bug.cgi?id=741050 commit 631b66c849674c8118393ab967a9dd9229f6e681 Author: Felix Riemann Date: Mon Jan 5 19:27:57 2015 +0100 Remove accidential executable bit from documentation images help/hu/figures/multiple-convert.png | Bin help/hu/figures/multiple-rename-count.png | Bin 2 files changed, 0 insertions(+), 0 deletions(-) commit 65720c07c943885a0048220b7a35d91002afc164 Author: Felix Riemann Date: Mon Jan 5 19:06:26 2015 +0100 EogThumbnail: Load thumbnail frame from a GResource Also optimize the frame's filesize. data/pixmaps/Makefile.am | 7 +------ data/pixmaps/thumbnail-frame.png | Bin 908 -> 474 bytes src/eog-thumbnail.c | 4 +++- src/eog.gresource.xml | 1 + 4 files changed, 5 insertions(+), 7 deletions(-) commit b9df4c049e493ba3d9f29193bdeb6d5b0ca95a2c Author: Felix Riemann Date: Mon Jan 5 18:15:21 2015 +0100 EogApplication: Use gtk_application_get_active_window This allows dropping our own implementation. src/eog-application.c | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) commit b35bbcc21e77ecd6b66f280f31859d87e179530b Author: Felix Riemann Date: Mon Jan 5 17:59:55 2015 +0100 Build API docs without intermediate tmpl-files gtk-doc devs consider the tmpl-based workflow as obsolete. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f7c670c29bf328071129bded4446646470e6287c Author: Andreas Nilsson Date: Mon Jan 5 16:34:03 2015 +0100 Remove the scalable app icon Should make the 256x256 high resolution PNG the prefered one for display in gnome-shell. https://bugzilla.gnome.org/show_bug.cgi?id=742369 data/icons/scalable/Makefile.am | 3 - data/icons/scalable/apps/eog.svg | 548 --------------------------------------- 2 files changed, 551 deletions(-) commit 27fb2129a74a8dc2521346c597073dc44fc91422 Author: Felix Riemann Date: Sun Jan 4 19:19:54 2015 +0100 EogThumbNav: Stop deprecated GtkArrow usage Use a matching GtkImage instead. Swapping the icons in RTL locales is done automatically by the icon theme. src/eog-thumb-nav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 096806fdea91c89ae918910348b051f2c0e86f91 Author: Felix Riemann Date: Sun Jan 4 19:19:07 2015 +0100 EogSidebar: Stop deprecated GtkArrow usage Use a matching GtkImage instead. src/eog-sidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5cfdbd1c2ab3f2af96d9b9a6cacd5a7879ad1599 Author: Felix Riemann Date: Sun Jan 4 17:57:23 2015 +0100 EogWindow: Add missing view-* actions to the window action group These actions were part of it beforehand and were forgotten in the initial GAction port. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 467aa7459a2515e15c72cb359fb5b2839e3092ca Author: Felix Riemann Date: Sun Jan 4 16:05:48 2015 +0100 EogWindow: Fix indentation in commit 965549c0 Also remove some trailing commas in array initializers. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit ab4e432c083275869c744a721b3bb5d37c2ee5fd Author: Felix Riemann Date: Sun Jan 4 15:56:45 2015 +0100 EogScrollView: Use gdk_cursor_new_for_display gdk_cursor_new() will be deprecated in GTK+ 3.16 and we have the correct display at hand already anyway. src/eog-scroll-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 965549c0d12668d3225affc11da89513a946c3b9 Author: Jente Hidskes Date: Mon Dec 29 20:40:31 2014 +0100 EogWindow: implement "groupwise" enabling/disabling of actions https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 88 insertions(+), 11 deletions(-) commit 97035fa063a4c6b96fcaabce7d40a201ea1f8dd9 Author: Christian Kirbach Date: Sat Jan 3 14:16:58 2015 +0000 Updated German translation help/de/de.po | 1510 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 922 insertions(+), 588 deletions(-) commit e88b8b6c3b789a3edad93b2920924b66f349531f Author: Felix Riemann Date: Thu Dec 25 15:52:00 2014 +0100 EogPropertiesDialog: Automatically make parent window actions available Allows accessing the parent window's GActions via the "win" namespace. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-properties-dialog.c | 49 +++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 19 deletions(-) commit 09fe55c6ca5206668db2da20f751fbe690437947 Author: Jente Hidskes Date: Tue Dec 23 23:04:49 2014 +0100 EogPropertiesDialog: migrate to GAction This patch takes care of the GAction migration in EogPropertiesDialog. It should be considered a draft, as it is not working yet. There is one thing to note: the action names for the dialog are now hardcoded in EogWindow. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-properties-dialog.c | 24 ++++++++++++------------ src/eog-properties-dialog.h | 4 ++-- src/eog-window.c | 13 ++----------- 3 files changed, 16 insertions(+), 25 deletions(-) commit 69a80edd4db7a9adf796e8019a7a70e55230c30b Author: Felix Riemann Date: Tue Dec 23 17:52:55 2014 +0100 EogWindow: Fix critical warning when switching between fullscreen modes src/eog-window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 0309e59fa59b6dc11d94810087a116763541e6bb Author: Felix Riemann Date: Tue Dec 23 17:48:24 2014 +0100 EogWindow: Drop unneeded handler blocks As the action state is now changed without triggering the handlers they don't need to be blocked anymore. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 18 ------------------ 1 file changed, 18 deletions(-) commit df87939c78373051683f73660893fb87eeb372e2 Author: Felix Riemann Date: Tue Dec 23 17:22:45 2014 +0100 EogWindow: Use gtk_widget_set_visible src/eog-window.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) commit 3aa22d49f74551051e4c0d86f3ecf3fd3240cb2c Author: Jente Hidskes Date: Mon Dec 22 23:55:13 2014 +0100 EogWindow: remove zoom-fit action https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 20 -------------------- 1 file changed, 20 deletions(-) commit 0d632979adf0bdd650fffd3ad2e190ec03f1b01a Author: Felix Riemann Date: Tue Dec 23 17:05:13 2014 +0100 Adjust fullscreen toolbar's action names Makes the toolbar work again after e2723eaf. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/fullscreen-toolbar.ui | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 87d65c884460426c140c7861a148511bf1d7705e Author: Felix Riemann Date: Tue Dec 23 16:23:20 2014 +0100 Restore keyboard shortcut for slideshow mode https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 1 + 1 file changed, 1 insertion(+) commit f23f70136861dee2519cf72828c416a907418e53 Author: Felix Riemann Date: Sun Dec 21 15:55:24 2014 +0100 Fix renamed file in POTFILES.in data/Makefile.am | 2 +- po/POTFILES.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 419b0ec142fbe64b7ae5267f42275e6c0edef2fa Author: Felix Riemann Date: Sun Dec 21 15:52:03 2014 +0100 EogApplication: Restore accelerator for Save As This one fell under the rug in commit 31368a7d. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 1 + 1 file changed, 1 insertion(+) commit 31368a7d721465dfcc2e9f61fa90704c7af83e33 Author: Felix Riemann Date: Sun Dec 21 15:47:44 2014 +0100 EogApplication: Make accelerator assignments easier to read Based on code found in Evince's EvApplication class. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 74 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 28 deletions(-) commit 1d0bc8471bdc53db0c5d84f6859d3b5596795271 Author: Jente Hidskes Date: Sat Dec 20 02:09:30 2014 +0100 EogApplication: add accelerators to GActions This patch adds accelerators to those GActions whose GtkActions used to have accelerators. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-application.c | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) commit fb7bb77afd2230811ab22a7866beeb83cf94aed0 Author: Felix Riemann Date: Fri Dec 19 18:35:18 2014 +0100 Avoid endless feedback loop when changing bar visibility Also provides feedback to the app menu when the sidebar is closed. src/eog-window.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit e2723eaf178ff92b957204c2f16e80ae0435d63b Author: Jente Hidskes Date: Thu Dec 18 19:41:39 2014 +0100 change action names to short, lowercase names As the GAction documentation suggests, change the GAction names to short, lowercase names. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/popup-menus.ui | 16 ++--- src/eog-window.c | 164 ++++++++++++++++++++++++++-------------------------- 2 files changed, 90 insertions(+), 90 deletions(-) commit 8ea5e61c147ec80aa1065bd6ac0be57de0ac0e60 Author: Jente Hidskes Date: Thu Dec 18 19:01:07 2014 +0100 EogWindow: remove the string matching from ui_settings_changed_cb The changed setting is now passed as a detailed signal instead of having to do string matching inside eog_window_ui_settings_changed_cb. In order to facilitate this change, the connecting of the callbacks had to be moved down a few lines to after the GActions are added to the window. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) commit bc4e3dbf7e7d85908e6b3c20d8dbe14e2e7edde3 Author: Jente Hidskes Date: Thu Dec 18 18:32:40 2014 +0100 EogWindow: disable the open-with and recently-used menus Disable the open-with and recently-used code, to prevent compile errors. They are commented because we might still need them in the new design, but are disabled to not hold us back for now. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 58 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 26 deletions(-) commit 85339ccdbdb17af357dc837f12791b9d2fb151e2 Author: Felix Riemann Date: Thu Dec 18 20:53:55 2014 +0100 Don't reuse the GtkMenu but the menu model for the thumb view data/popup-menus.ui | 50 -------------------------------------------------- src/eog-window.c | 16 ++++++++-------- 2 files changed, 8 insertions(+), 58 deletions(-) commit d6fa7a086c97408b4f281320293b98f2f7e43f15 Author: Felix Riemann Date: Thu Dec 18 20:30:42 2014 +0100 Use separate object for thumbnail popup menu Assigning a GtkMenu twice is not guaranteed to be glitchfree. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/Makefile.am | 2 +- data/{eog-view-popup.ui => popup-menus.ui} | 50 ++++++++++++++++++++++++++++++ src/eog-window.c | 22 ++++++------- src/eog.gresource.xml | 2 +- 4 files changed, 62 insertions(+), 14 deletions(-) commit 9793b8ce016242704a2a55912d948ce3283275ce Author: Felix Riemann Date: Thu Dec 18 20:04:45 2014 +0100 Update git.mk Revision bf30ed81 from https://github.com/behdad/git.mk git.mk | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) commit 7e43f480abc3b9a17f91f354fd9c0e71aea1595c Author: Felix Riemann Date: Thu Dec 18 19:53:42 2014 +0100 Record new GtkBuilder files in Makefiles data/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit d82e711cdbcfb9bf12ab6f8c2edd17a1df90b621 Author: Felix Riemann Date: Thu Dec 18 19:01:09 2014 +0100 Add fullscreen toolbar to POTFILES po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit d87f0a29e72d378b32d9ce5f20e48c6946e94a3f Author: Felix Riemann Date: Thu Dec 18 18:27:41 2014 +0100 Stop trying to build menus with GtkUIManager data/eog-ui.xml | 39 --------------------------------------- src/eog-window.c | 11 ++++------- src/eog.gresource.xml | 1 - 3 files changed, 4 insertions(+), 47 deletions(-) commit 3a0d54caf6c70bb46271d36b0ecabc9c8d8033e7 Author: Felix Riemann Date: Thu Dec 18 18:12:00 2014 +0100 Convert fullscreen toolbar to GAction/GtkBuilder data/fullscreen-toolbar.ui | 218 +++++++++++++++++++++++++++++++++++++++++++++ src/eog-window.c | 15 ++-- src/eog.gresource.xml | 1 + 3 files changed, 228 insertions(+), 6 deletions(-) commit b1b868035d5a580459b7a83bc5e9bfb9a3d33985 Author: Felix Riemann Date: Wed Dec 17 22:14:36 2014 +0100 Remove debug printouts src/eog-window.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 1e378def9cb7d4fc13d738daf821f647eb871919 Author: Felix Riemann Date: Wed Dec 17 22:03:58 2014 +0100 Make thumbnail popup share its model with the scrollview https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 49fe9e214c064e7f7a5beb89232982f5f5d96700 Author: Felix Riemann Date: Wed Dec 17 21:34:28 2014 +0100 Populate EogScrollView popup menu using GtkBuilder https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-ui.xml | 19 ------------------ data/eog-view-popup.ui | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/eog-window.c | 10 +++++++++- src/eog.gresource.xml | 1 + 5 files changed, 64 insertions(+), 20 deletions(-) commit a004b0b24f3f6bad3308fbdd878596184a0a45cc Author: Felix Riemann Date: Wed Dec 17 21:05:23 2014 +0100 Remove EggEditableToolbar files from translation https://bugzilla.gnome.org/show_bug.cgi?id=741050 po/POTFILES.in | 2 -- 1 file changed, 2 deletions(-) commit 567b86dbdb099f2b56afd8c88ff8d59ff8bf1004 Author: Felix Riemann Date: Wed Dec 17 20:08:39 2014 +0100 Add back eog_window_open_editor as we might still need it https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 73b6d67391649d8224435f53d6329c4436976b7c Author: Jente Hidskes Date: Tue Dec 16 21:11:02 2014 +0100 Remove the GtkMenuBar This patch removes all code for the GtkMenuBar in Eye of Gnome. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-ui.xml | 83 -------------------------------------- src/eog-window.c | 121 ++----------------------------------------------------- 2 files changed, 3 insertions(+), 201 deletions(-) commit 92caaf8db45b8b891225beaa8cb0194f44d36e67 Author: Jente Hidskes Date: Tue Dec 16 00:46:36 2014 +0100 Remove all other references to the toolbar This patch removes all further references to the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=741050 Makefile.am | 2 +- configure.ac | 9 - cut-n-paste/Makefile.am | 3 - cut-n-paste/toolbar-editor/Makefile.am | 105 -- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 1936 -------------------- cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 95 - cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 677 ------- cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 63 - cut-n-paste/toolbar-editor/egg-toolbars-model.c | 987 ---------- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 190 -- cut-n-paste/toolbar-editor/eggmarshalers.list | 1 - .../update-toolbareditor-from-libegg.sh | 33 - data/Makefile.am | 5 - data/eog-app-menu.xml | 4 - data/eog-toolbar.xml | 37 - data/eog-ui.xml | 2 - data/eog.convert | 1 - data/org.gnome.eog.gschema.xml.in | 6 +- doc/reference/Makefile.am | 2 - doc/reference/eog-sections.txt | 4 - tests/actions.feature | 9 - 21 files changed, 2 insertions(+), 4169 deletions(-) commit 2c5e3979a65f6525c3dfb0c96fa91458bf3b7c56 Author: Jente Hidskes Date: Tue Dec 16 00:30:18 2014 +0100 src: remove all code related to EggEditableToolbar This patch removes all code for the GtkToolbar inside src/. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/Makefile.am | 5 - src/eog-application-internal.h | 9 -- src/eog-application.c | 93 ------------- src/eog-config-keys.h | 1 - src/eog-util.c | 1 - src/eog-window.c | 308 ++--------------------------------------- 6 files changed, 14 insertions(+), 403 deletions(-) commit 677297cd95ea7c446605b10144c54061f5e78d01 Author: Jente Hidskes Date: Thu Dec 11 20:01:23 2014 +0100 eog-window.c: GtkAction -> GAction This patch replaces all the GtkAction related code in eog-window.c to its GAction equivalents. Some things to note: 1) I only changed the lines required to change, to keep the diff as small as possible. I do think some parts in eog-window.c can do with some cleanup and a consistent style needs to be applied. (I tried to match up with whatever style was used in the function I was working in.) 2) I renamed _some_ functions and arguments to better indicate what they're for, but only those lines I already touched anyway. 3) actions_window is now directly mapped onto the GtkApplicationWindow/EogWindow. 4) We might want to change the action names to short, lowercase names as the documentation suggests. 5) The UI is not working anymore, due to incompatibility: it requires GtkAction. This left me unable to test some/most of the changes, however I quickly added some accelerators to those actions I could and it all seems to be working so I have faith the other changes will to. What's left to do: 1) Test all changes. 2) Remove deprecated and not-working UI code. 3) Add accelerators to all actions. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 1075 +++++++++++++++++++++--------------------------------- 1 file changed, 422 insertions(+), 653 deletions(-) commit c0f6deb2b1afdc4c4b414c43388d5575eeea357f Author: Felix Riemann Date: Wed Dec 17 21:40:37 2014 +0100 Revert "eog-window.c: GtkAction -> GAction" This reverts commit 8b1fc17689d3a73abcabfb55de4721c1f7eac22b. This was not meant to be pushed to master yet. src/eog-window.c | 1075 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 653 insertions(+), 422 deletions(-) commit 099f986965d365ca8cece25fa58f7ddb5ffffb6d Author: Felix Riemann Date: Wed Dec 17 21:40:00 2014 +0100 Revert "src: remove all code related to EggEditableToolbar" This reverts commit 36ff7907cfc0697266fbf43ba0bd55eecb4bac7c. src/Makefile.am | 5 + src/eog-application-internal.h | 9 ++ src/eog-application.c | 93 +++++++++++++ src/eog-config-keys.h | 1 + src/eog-util.c | 1 + src/eog-window.c | 308 +++++++++++++++++++++++++++++++++++++++-- 6 files changed, 403 insertions(+), 14 deletions(-) commit c8a25656244e794fc85a8d7058d54b8b1def966b Author: Felix Riemann Date: Wed Dec 17 21:39:58 2014 +0100 Revert "Remove all other references to the toolbar" This reverts commit 6df4284cda1954e4192d387a676df1fc50730647. Makefile.am | 2 +- configure.ac | 9 + cut-n-paste/Makefile.am | 3 + cut-n-paste/toolbar-editor/Makefile.am | 105 ++ cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 1936 ++++++++++++++++++++ cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 95 + cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 677 +++++++ cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 63 + cut-n-paste/toolbar-editor/egg-toolbars-model.c | 987 ++++++++++ cut-n-paste/toolbar-editor/egg-toolbars-model.h | 190 ++ cut-n-paste/toolbar-editor/eggmarshalers.list | 1 + .../update-toolbareditor-from-libegg.sh | 33 + data/Makefile.am | 5 + data/eog-app-menu.xml | 4 + data/eog-toolbar.xml | 37 + data/eog-ui.xml | 2 + data/eog.convert | 1 + data/org.gnome.eog.gschema.xml.in | 6 +- doc/reference/Makefile.am | 2 + doc/reference/eog-sections.txt | 4 + tests/actions.feature | 9 + 21 files changed, 4169 insertions(+), 2 deletions(-) commit 9000e9f25687e1ee6425269df63ff86b9e3309c7 Author: Felix Riemann Date: Wed Dec 17 21:39:54 2014 +0100 Revert "Remove the GtkMenuBar" This reverts commit 3d0405be352fa13e7021d19d1ead1375140b41c3. data/eog-ui.xml | 83 ++++++++++++++++++++++++++++++++++++++ src/eog-window.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 201 insertions(+), 3 deletions(-) commit e68b35ff93617b7ad76460e57b39740e466314e2 Author: Felix Riemann Date: Wed Dec 17 21:39:46 2014 +0100 Revert "Add back eog_window_open_editor as we might still need it" This reverts commit 72253fdf400247092fd6ed613e95f6b023330dc8. src/eog-window.c | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) commit 72253fdf400247092fd6ed613e95f6b023330dc8 Author: Felix Riemann Date: Wed Dec 17 20:08:39 2014 +0100 Add back eog_window_open_editor as we might still need it https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) commit 3d0405be352fa13e7021d19d1ead1375140b41c3 Author: Jente Hidskes Date: Tue Dec 16 21:11:02 2014 +0100 Remove the GtkMenuBar This patch removes all code for the GtkMenuBar in Eye of Gnome. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 data/eog-ui.xml | 83 -------------------------------------- src/eog-window.c | 121 ++----------------------------------------------------- 2 files changed, 3 insertions(+), 201 deletions(-) commit 6df4284cda1954e4192d387a676df1fc50730647 Author: Jente Hidskes Date: Tue Dec 16 00:46:36 2014 +0100 Remove all other references to the toolbar This patch removes all further references to the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=741050 Makefile.am | 2 +- configure.ac | 9 - cut-n-paste/Makefile.am | 3 - cut-n-paste/toolbar-editor/Makefile.am | 105 -- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 1936 -------------------- cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 95 - cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 677 ------- cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 63 - cut-n-paste/toolbar-editor/egg-toolbars-model.c | 987 ---------- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 190 -- cut-n-paste/toolbar-editor/eggmarshalers.list | 1 - .../update-toolbareditor-from-libegg.sh | 33 - data/Makefile.am | 5 - data/eog-app-menu.xml | 4 - data/eog-toolbar.xml | 37 - data/eog-ui.xml | 2 - data/eog.convert | 1 - data/org.gnome.eog.gschema.xml.in | 6 +- doc/reference/Makefile.am | 2 - doc/reference/eog-sections.txt | 4 - tests/actions.feature | 9 - 21 files changed, 2 insertions(+), 4169 deletions(-) commit 36ff7907cfc0697266fbf43ba0bd55eecb4bac7c Author: Jente Hidskes Date: Tue Dec 16 00:30:18 2014 +0100 src: remove all code related to EggEditableToolbar This patch removes all code for the GtkToolbar inside src/. This is necessary because the new GActions are incompatible with it and it needs to be removed for the UI update as well. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/Makefile.am | 5 - src/eog-application-internal.h | 9 -- src/eog-application.c | 93 ------------- src/eog-config-keys.h | 1 - src/eog-util.c | 1 - src/eog-window.c | 308 ++--------------------------------------- 6 files changed, 14 insertions(+), 403 deletions(-) commit 8b1fc17689d3a73abcabfb55de4721c1f7eac22b Author: Jente Hidskes Date: Thu Dec 11 20:01:23 2014 +0100 eog-window.c: GtkAction -> GAction This patch replaces all the GtkAction related code in eog-window.c to its GAction equivalents. Some things to note: 1) I only changed the lines required to change, to keep the diff as small as possible. I do think some parts in eog-window.c can do with some cleanup and a consistent style needs to be applied. (I tried to match up with whatever style was used in the function I was working in.) 2) I renamed _some_ functions and arguments to better indicate what they're for, but only those lines I already touched anyway. 3) actions_window is now directly mapped onto the GtkApplicationWindow/EogWindow. 4) We might want to change the action names to short, lowercase names as the documentation suggests. 5) The UI is not working anymore, due to incompatibility: it requires GtkAction. This left me unable to test some/most of the changes, however I quickly added some accelerators to those actions I could and it all seems to be working so I have faith the other changes will to. What's left to do: 1) Test all changes. 2) Remove deprecated and not-working UI code. 3) Add accelerators to all actions. https://bugzilla.gnome.org/show_bug.cgi?id=741050 src/eog-window.c | 1075 +++++++++++++++++++++--------------------------------- 1 file changed, 422 insertions(+), 653 deletions(-) commit 805c0fdd230655508fc4263eeb7bc302c088c797 Author: Felix Riemann Date: Tue Dec 16 21:42:09 2014 +0100 Post-branch version bump Show that this is development code again. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8559c2bd2b5f904220ef1968818134cea1e27273 Author: Felix Riemann Date: Wed Nov 19 21:39:24 2014 +0100 Add credits to NEWS that got lost when doing 3.14.3 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 439c15d62d7cee2e9d918e51b3fe839e66483151 Author: Felix Riemann Date: Wed Nov 19 21:33:31 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 345caa1542477439d7ca206b51db84f9c665ec59 Author: Felix Riemann Date: Wed Nov 19 21:29:06 2014 +0100 Prepare for release 3.14.3 NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit a9be9741fce0b9be0e0d4f9051c576e449b5a1b0 Author: Felix Riemann Date: Wed Nov 19 20:31:25 2014 +0100 Fix two more memory leaks Taken from a Cppcheck report provided by Boris Egorov. https://bugzilla.gnome.org/show_bug.cgi?id=740348 src/eog-debug.c | 10 +++++----- src/eog-metadata-sidebar.c | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) commit 64cc76ccbfd7e5c59d007bfc1bac1c1365c501d7 Author: Boris Egorov Date: Wed Nov 19 10:26:22 2014 +0600 Fix a few memory leaks Detected by Cppcheck Signed-off-by: Boris Egorov src/eog-thumb-view.c | 1 + src/eog-uri-converter.c | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) commit 46c38b71222b79f711983164a41a4e9d03283016 Author: Felix Riemann Date: Wed Nov 19 19:20:03 2014 +0100 Make sure the libpeas-gtk dependency isn't optimized away Aggressive linkers could drop the dependency which would cause problems using during runtime. Based on a patch for the same problem for gedit by Garret Regier. https://bugzilla.gnome.org/show_bug.cgi?id=739618 src/eog-preferences-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) commit ff2c74f150e3a90abdae3d1c7f4e50acd7d0b75b Author: Trần Ngọc Quân Date: Mon Nov 17 15:10:20 2014 +0700 Updated Vietnamese translation Signed-off-by: Trần Ngọc Quân po/vi.po | 905 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 500 insertions(+), 405 deletions(-) commit 682ef39b8f2635ede10b39759a081b0713a8eefd Author: Felix Riemann Date: Mon Nov 10 21:29:11 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit edfbfad67322801fb96930ddfff716cf71e91d53 Author: Felix Riemann Date: Mon Nov 10 21:16:08 2014 +0100 Prepare for release 3.14.2 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 32d923f7710874f5ebfbf58801b3fb615c089349 Author: Daniel Martinez Date: Sun Nov 9 21:21:24 2014 +0100 Add Aragonese language po/LINGUAS | 1 + po/an.po | 1692 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1693 insertions(+) commit 04c68a4cbcd9affde20b4d3cd5cb3e5d5d320f62 Author: Baurzhan Muftakhidinov Date: Thu Nov 6 02:36:35 2014 +0000 Updated Kazakh translation po/kk.po | 834 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 426 insertions(+), 408 deletions(-) commit 061f0d73f6d188e8ec83ba82285d6a77dc05e440 Author: Timo Jyrinki Date: Mon Nov 3 18:52:29 2014 +0200 Change Finnish translation team web page to l10n.gnome.org po/fi.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f5194f9cfb5d0380da4f685bcba1610c0857d18f Author: Fabio Tomat Date: Wed Oct 15 08:52:13 2014 +0000 Updated Friulian translation po/fur.po | 890 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 501 insertions(+), 389 deletions(-) commit 07b0b16a66f37993dd6df90e1b59a274c083b8ff Author: Felix Riemann Date: Mon Oct 13 20:15:45 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1b8ba61be89f8cba7e14c604ec7b67f6151c8fe7 Author: Felix Riemann Date: Mon Oct 13 20:12:46 2014 +0200 Prepare for release 3.14.1 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit da2cd8a6584aab5479d4086df293b0fe79a17602 Author: Arash Mousavi Date: Fri Oct 10 01:17:30 2014 +0330 Updates Persian Translations po/fa.po | 967 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 547 insertions(+), 420 deletions(-) commit b0377f275488308d4bfa9cca3919aff43e76d68d Author: Felix Riemann Date: Wed Oct 8 20:58:55 2014 +0200 EogCloseConfirmationDialog: Fix label line wrapping (mult. imgs) Set a maximum width to actually make line wrapping happen. Required using deprecated alignment properties again as the label alignment would go off once line wrapping occured. https://bugzilla.gnome.org/show_bug.cgi?id=737772 src/eog-close-confirmation-dialog.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit e376816206b4c27bbfae0f78e683dddb67602408 Author: Felix Riemann Date: Wed Oct 8 20:49:11 2014 +0200 EogCloseConfirmationDialog: Fix label line wrapping Set a maximum width to actually make line wrapping happen. Required using deprecated alignment properties again as the label alignment would go off once line wrapping occured. https://bugzilla.gnome.org/show_bug.cgi?id=737772 src/eog-close-confirmation-dialog.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) commit 748e2fcb043222b04344b20960282c7ac8553823 Author: Felix Riemann Date: Tue Oct 7 22:59:47 2014 +0200 Raise required GTK+ version for gesture support https://bugzilla.gnome.org/show_bug.cgi?id=737960 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b8421597766ca8d7134d713175a982302743b0d2 Author: Changwoo Ryu Date: Sat Oct 4 22:28:35 2014 +0900 Updated Korean help translation help/ko/ko.po | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) commit 95abbcf3de0865d1f3daadc2a803f00e6c38373d Author: Seong-ho Cho Date: Sat Oct 4 22:28:21 2014 +0900 Updated Korean help translation help/ko/figures/eog-toolbar-editor.png | Bin 0 -> 36100 bytes help/ko/figures/image-view-prefs.png | Bin 0 -> 33405 bytes help/ko/figures/multiple-convert.png | Bin 0 -> 37549 bytes help/ko/figures/multiple-rename-count.png | Bin 0 -> 38083 bytes help/ko/figures/plugin-send-by-email.png | Bin 0 -> 58381 bytes help/ko/figures/plugins-all.png | Bin 0 -> 95910 bytes help/ko/figures/prefs-plugins-date.png | Bin 0 -> 32287 bytes help/ko/figures/prefs-plugins-fullscreen.png | Bin 0 -> 32255 bytes help/ko/figures/prefs-plugins.png | Bin 0 -> 31410 bytes help/ko/figures/slideshow-prefs.png | Bin 0 -> 23359 bytes 10 files changed, 0 insertions(+), 0 deletions(-) commit 49fc45604205f665c418e64c4098b30fe9bf4c7d Author: Rafael Ferreira Date: Tue Sep 30 14:50:34 2014 +0000 Updated Brazilian Portuguese translation help/pt_BR/pt_BR.po | 213 ++++++++++++++++++++++++++-------------------------- 1 file changed, 105 insertions(+), 108 deletions(-) commit 037affa01e076619fb7ead15833e24d3c5c61d01 Author: Felix Riemann Date: Wed Sep 24 23:08:23 2014 +0200 Fix build without XMP support https://bugzilla.gnome.org/show_bug.cgi?id=737213 src/eog-properties-dialog.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 1aee8c3c8fd28c7508fb80730fb436ef35bae9ba Author: Pawan Chitrakar Date: Tue Sep 23 18:00:30 2014 +0000 Updated Nepali translation po/ne.po | 1821 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 1703 insertions(+), 118 deletions(-) commit 7c2c2a055c43fbf076d21093231d469723012a60 Author: Pawan Chitrakar Date: Tue Sep 23 17:58:28 2014 +0000 Updated Nepali translation po/ne.po | 1821 ++++---------------------------------------------------------- 1 file changed, 118 insertions(+), 1703 deletions(-) commit f1a4e22eac94e5f631a5c742c83b49cae8f6a764 Author: Pawan Chitrakar Date: Tue Sep 23 16:17:53 2014 +0000 Updated Nepali translation po/ne.po | 1912 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 1291 insertions(+), 621 deletions(-) commit 1a206147303e3a97262009dfd1458cd59719c843 Author: Felix Riemann Date: Mon Sep 22 21:35:33 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 47761d2f2bbf613735c82f16e923cbd57397d975 Author: Felix Riemann Date: Mon Sep 22 21:30:48 2014 +0200 Prepare for release 3.14.0 NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 095f248df4cdcc43c58f16266699f47f16156293 Author: Jiri Grönroos Date: Wed Sep 17 17:46:23 2014 +0300 Finnish translation update po/fi.po | 572 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 291 insertions(+), 281 deletions(-) commit 45ce3825200c8d58ab89f83279a10d560ab00a59 Author: Felix Riemann Date: Mon Sep 15 21:01:21 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5c765d4313ff29ca4583f8c9375c8ce5eb329a02 Author: Felix Riemann Date: Mon Sep 15 20:58:11 2014 +0200 Prepare for release 3.13.92 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit 823f2a21f21d2614aab7e03858246918df43ec90 Author: Changwoo Ryu Date: Sun Sep 14 05:09:54 2014 +0900 Updated Korean translation help/ko/figures/eog_save_as_window.png | Bin 41201 -> 0 bytes help/ko/figures/eog_start_window.png | Bin 15064 -> 0 bytes help/ko/figures/eog_toolbar_editor_window.png | Bin 30023 -> 0 bytes help/ko/ko.po | 3814 +++++++++++++++---------- po/ko.po | 251 +- 5 files changed, 2398 insertions(+), 1667 deletions(-) commit 496041fda8b7aa147d8da5c99c2798ce499b2478 Author: Piotr Drąg Date: Wed Sep 10 15:33:41 2014 +0200 Fix tags in Finnish help translation help/fi/fi.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit fc60934d2d9808fc1d0896a68ec8b7cd40d34ef3 Author: Ivaylo Valkov Date: Sun Sep 7 17:43:12 2014 +0300 Updated Bulgarian translation. po/bg.po | 810 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 452 insertions(+), 358 deletions(-) commit dd944862eafd20c5ce600448fd11a4fef071a6ac Author: Vadim Rutkovsky Date: Thu Sep 4 13:34:12 2014 +0200 tests: remove zh_CN locale from screenshot tour Continuous doesn't have required fonts installed, so test fails tests/screenshot_tour.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit ac5adfd5c70e1425551504d0fcb7060fd845bbfb Author: Felix Riemann Date: Mon Aug 18 22:41:31 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3882fad38adf0de55b4d04d97b182514dfafef21 Author: Felix Riemann Date: Mon Aug 18 22:38:35 2014 +0200 Prepare for release 3.13.90 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 802c5b9da893ca7c31cafa17566badaafc00f986 Author: Felix Riemann Date: Sun Aug 17 17:15:41 2014 +0200 Raise version number to 3.13.90 Schedule says that version is already up. We missed a release it seems. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c5d4eadb0b4e3de979352a86f866f4b4768c5d21 Merge: 89c16b86 4cbd2d31 Author: Felix Riemann Date: Wed Aug 13 21:05:03 2014 +0200 Merge branch 'gestures' https://bugzilla.gnome.org/show_bug.cgi?id=730656 commit 89c16b8691de8afd06ce897f95b0eff215db6e6e Author: MarMav Date: Wed Aug 13 13:09:47 2014 +0000 Updated Greek translation po/el.po | 599 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 303 insertions(+), 296 deletions(-) commit 4cbd2d31b36f901fb814c5c7757963f37f9ff8e5 Author: Carlos Garnacho Date: Mon May 19 14:40:54 2014 +0200 EogWindow: Handle EogScrollView next/previous image signals src/eog-window.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit e0378a811508ae1d0ba01fe405ef711e04dbb16c Author: Carlos Garnacho Date: Mon May 19 14:38:14 2014 +0200 EogScrollView: Add next/previous image signals Those are triggered by a pan gesture. If the scrollview is not scrollable horizontally, and a horizontal pan gesture happens, next/prev signals are emitted on the view. Vertical panning can still trigger scrolling or DnD. src/eog-scroll-view.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-scroll-view.h | 2 ++ 2 files changed, 95 insertions(+) commit bb61625f073d83fad937618bfe30c078a96b4c7f Author: Carlos Garnacho Date: Wed Aug 13 13:26:54 2014 +0200 EogWindow: Handle EogScrollView rotation-changed signal This makes sure the undo stack gets properly modified, as it happens when clicking the "rotate" buttons in the UI. src/eog-window.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit bce2efce8dfbcd4baaf255331b4722c8dcba297d Author: Carlos Garnacho Date: Mon May 5 20:17:43 2014 +0200 EogScrollView: add image rotation gesture/signal A ::rotation-changed signal has been added to EogScrollView, that reports angle changes happening from within the view in 90 degree steps. A GtkGestureRotate has been hooked to the widget so two-finger touchscreen interaction does rotate the image. In order to avoid unintended angle changes when the delta is too close to a switch point, there is a "grey area" threshold that makes it harder to switch forth and back again. This gesture has been added to the same group than the GtkGestureZoom, as both are meant to share sequences and state. src/eog-scroll-view.c | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-scroll-view.h | 1 + 2 files changed, 134 insertions(+) commit 32f09f732470987f0ad4201ed92dfd3a528e13be Author: Carlos Garnacho Date: Thu Mar 27 18:27:41 2014 +0100 EogScrollView: Add pinch/zoom gesture GtkGestureZoom is used to handle 2-finger pinch/zoom gestures. If the gesture is triggered, scrolling is cancelled, and both zoom/offsets are controlled through the 2-sequences bounding box and distance. src/eog-scroll-view.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 87 insertions(+), 2 deletions(-) commit 8e71e04e5fc3ffc5a2d4f9703d98f90728667d17 Author: Daniel Șerbănescu Date: Sun Aug 10 20:28:33 2014 +0200 Updated Romanian Translation help/Makefile.am | 2 +- help/ro/ro.po | 4052 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4053 insertions(+), 1 deletion(-) commit 61de8b684c706e1c71fc6d51bdc99601391ab029 Author: Felix Riemann Date: Sun Aug 10 17:19:56 2014 +0200 Stop using stock icons for the plugins plugins/fullscreen/fullscreen.plugin.desktop.in | 2 +- plugins/reload/reload.plugin.desktop.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 45ede27da2a6f28782b7a5d31b48b0f8a93005be Author: Felix Riemann Date: Sun Aug 10 17:13:40 2014 +0200 EogPreferencesDialog: Replace stock labels data/eog-preferences-dialog.ui | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 385e50a92d059babfff7c627079f0a5d4c03407a Author: Felix Riemann Date: Sun Aug 10 17:11:56 2014 +0200 EogImagePropertiesDialog: Fix stock icons and container structure This removes the used stock icons and switches to standard icons. Also several odd container structures are cleaned up. data/eog-image-properties-dialog.ui | 470 +++++++++++++++--------------------- src/eog-properties-dialog.c | 42 +++- 2 files changed, 226 insertions(+), 286 deletions(-) commit 00641d24f94fd69c033d41c9314eec9a9f269f17 Author: Felix Riemann Date: Sun Aug 10 15:20:52 2014 +0200 Replace remaining uses of margin-left and margin-right properties Replaced with margin-start and margin-end, which should make EogMetadataSidebar's layout in RTL environments more similar to the LTR layout. src/eog-metadata-sidebar.c | 6 +++--- src/eog-statusbar.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) commit d53d813e7f99ce2cf85e4d79531f9fbd7042ab83 Author: Jiro Matsuzawa Date: Sun Aug 3 14:57:57 2014 +0900 l10n: Update Japanese translation po/ja.po | 164 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 83 insertions(+), 81 deletions(-) commit 511f0a7ab95ea7425ea4702512203e5147d4e093 Author: Vadim Rutkovsky Date: Mon Jul 28 20:11:18 2014 +0200 tests: trap exceptions in before_tag tests/environment.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit c950a6c5205c88b817f021dc73ee82ce78f6b526 Author: Vadim Rutkovsky Date: Mon Jul 28 11:38:11 2014 +0200 tests: merge screenshot tour tests Makefile.am | 2 +- tests/screenshot_tour.feature | 22 +++------------------- 2 files changed, 4 insertions(+), 20 deletions(-) commit 1dc3d06a51bfede953cfb11a81590592e17ae242 Author: Vadim Rutkovsky Date: Sun Jul 27 15:51:11 2014 +0200 tests: give nice name for screenshot tests and add more locales Makefile.am | 2 +- tests/screenshot_tour.feature | 54 ++++++++++++++++++++++++++++++++----------- 2 files changed, 42 insertions(+), 14 deletions(-) commit 692758c64e242563222386cbc12b4fddc47f44e8 Author: Vadim Rutkovsky Date: Fri Jul 25 08:02:24 2014 +0200 tests: don't inlude pointer in screenshots tests/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d52f34e60574eb7ec0b62b01d869df7e25f305d8 Author: Vadim Rutkovsky Date: Thu Jul 24 16:44:20 2014 +0200 tests: add screenshot tour test This would help designers to check app looks (see screenshots in installed-tests/eog_screenshots) and translators Makefile.am | 2 +- tests/environment.py | 35 +++++++++++++++++++++++++++++++++++ tests/screenshot_tour.feature | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 1 deletion(-) commit 2284141dfc691d1f3fb5bf3b204100714a25ff86 Author: Vadim Rutkovsky Date: Thu Jul 24 16:42:34 2014 +0200 tests: allow tests to use translations Instead of looking for specified string first try to translate it to current language (set via LANG env) tests/common_steps.py | 42 +++++++++++++++++++++++------ tests/steps/steps.py | 73 +++++++++++++++++++++++++++++++++++---------------- 2 files changed, 84 insertions(+), 31 deletions(-) commit eb9cf843029245a5cde2f0d185babfda62500d8f Author: Felix Riemann Date: Tue Jul 22 11:55:37 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 759ebed19798c89bb291fe6439ef176ce1e0b5cd Author: Felix Riemann Date: Tue Jul 22 11:49:44 2014 +0200 Prepare for release 3.13.3 NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) commit df4d2f69de89acc900cffd62b99a38b1a09e29a0 Author: Vadim Rutkovsky Date: Mon Jul 21 15:00:57 2014 +0200 build: strip unneeded test env setting and fix test install m4/behave-installed-tests.m4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit 91e9a9be0ab614b15204c720b85d4866ca163fe5 Author: Vadim Rutkovsky Date: Fri Jul 11 15:47:48 2014 +0200 build: fix typo in step definitions files list m4/behave-installed-tests.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 80deb4320db849a2fbb1dffd8f2b620be5b0f2d2 Author: Vadim Rutkovsky Date: Thu Jul 10 13:59:43 2014 +0200 build: include tests in release tarball Makefile.am | 5 +++-- m4/behave-installed-tests.m4 | 16 ++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) commit 456074096e2bf0961d068dab226fa188f55faa46 Author: Muhammet Kara Date: Fri May 30 22:46:48 2014 +0000 Updated Turkish translation po/tr.po | 116 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 57 insertions(+), 59 deletions(-) commit 2fad22161c739ec4ff86309d51a98b8a14ba219b Author: Felix Riemann Date: Thu May 29 21:48:11 2014 +0200 Drop GtkMisc and GtkAlignment usage in eog code Both are deprecated and can be replaced by simple GtkWidget properties. This leaves out the dialogs made with Glade as it doesn't have support for the new margin-start property yet. configure.ac | 2 +- src/eog-close-confirmation-dialog.c | 14 +++++++------- src/eog-error-message-area.c | 6 +++--- src/eog-metadata-sidebar.c | 6 ++++-- src/eog-print-image-setup.c | 19 +++++++------------ src/eog-window.c | 8 ++++---- 6 files changed, 26 insertions(+), 29 deletions(-) commit bbf3ee63ca740d718268f30805d1018644589264 Author: Muhammet Kara Date: Thu May 29 00:10:18 2014 +0000 Updated Turkish translation po/tr.po | 672 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 355 insertions(+), 317 deletions(-) commit 3c962bd476f1911406ba5f47ddcc07788672f207 Author: Felix Riemann Date: Wed May 28 19:30:44 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 13103861f1189aaa1e496299b84135a5b0488aa6 Author: Felix Riemann Date: Mon May 26 20:38:04 2014 +0200 Prepare for release 3.13.2 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 485863e7b92f4d1cf79398ac347355c3c4d55a7b Author: Tom Tryfonidis Date: Mon May 12 20:34:39 2014 +0000 Updated Greek translation help/el/el.po | 224 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 113 insertions(+), 111 deletions(-) commit eefad8ace4ac12ac8f69b48eb8a980e113974f7e Author: Felix Riemann Date: Sun May 11 18:00:25 2014 +0200 Only export eog symbols from the private shared library As eog doesn't install headers for the Egg and JPEG parts these don't need to be exported. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e7c76ea9eb6e4577a4605fbdb62e3dc4fc64e9a Author: Felix Riemann Date: Sun May 11 17:28:42 2014 +0200 Remove private/obsolete API from reference docs doc/reference/eog-docs.xml.in | 16 +++--------- doc/reference/eog-sections.txt | 57 ++++++++++++++---------------------------- 2 files changed, 22 insertions(+), 51 deletions(-) commit f295f4debe455fb14b1c4cb8aff913bbb9a54597 Author: Felix Riemann Date: Sun May 11 17:09:41 2014 +0200 Split eog into executable and private shared library This makes the GResource migration cleaner as the resources are logically grouped with the code using them. doc/reference/Makefile.am | 19 ++++++++++++++----- plugins/Makefile.am | 13 ++++++++++--- src/Makefile.am | 23 ++++++++++++----------- 3 files changed, 36 insertions(+), 19 deletions(-) commit c991471b092433aab359ed90afc4ae678a4c2713 Author: Carles Ferrando Date: Fri May 9 00:07:51 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 598 +++++++++++++++++++++++++++++------------------------- 1 file changed, 319 insertions(+), 279 deletions(-) commit 377fd19596e83bee323297c9516894901422fa62 Author: Felix Riemann Date: Sun May 4 15:35:26 2014 +0200 EogPreferencesDialog: Make use of extra space when resizing dialog https://bugzilla.gnome.org/show_bug.cgi?id=729498 data/eog-preferences-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 066be17db6a58b55d7c93d7bcb43c2a7fae050ad Author: Felix Riemann Date: Sun May 4 14:13:54 2014 +0200 EogApplication: Activate per-app plugins in the startup callback If activated in the init function the application could not be as initialized as expected by the plugins. Also this avoids the unneeded plugin enumeration when reusing an instance. https://bugzilla.gnome.org/show_bug.cgi?id=729494 src/eog-application.c | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) commit a2defa1d08be2367d78938a362f7a234a9166d65 Author: Felix Riemann Date: Sun May 4 13:24:34 2014 +0200 Load EogMultipleSaveAsDialog from GResource data/Makefile.am | 2 +- src/eog-save-as-dialog-helper.c | 9 +-------- src/eog.gresource.xml | 1 + 3 files changed, 3 insertions(+), 9 deletions(-) commit 9a60071fb0c0adfe71cb58cb81fde6dfb035f63b Author: Felix Riemann Date: Sat May 3 20:27:10 2014 +0200 Remove EogDialog helper class EogDialog has become obsolete with the switch to GtkBuilder templates. doc/reference/eog-sections.txt | 18 ---- src/Makefile.am | 2 - src/eog-dialog.c | 232 ----------------------------------------- src/eog-dialog.h | 76 -------------- src/eog-metadata-sidebar.c | 1 - src/eog-window.h | 1 - 6 files changed, 330 deletions(-) commit f96947cf5749a78cdd3848ed8bc5e7bfe883d0b0 Author: Felix Riemann Date: Sat May 3 20:22:31 2014 +0200 EogPreferencesDialog: Convert to GtkBuilder template Also embed the plugin manager into the template directly. data/Makefile.am | 2 +- data/eog-preferences-dialog.ui | 24 +++-- src/eog-preferences-dialog.c | 205 +++++++++++++++++++++-------------------- src/eog-preferences-dialog.h | 7 +- src/eog-window.c | 4 +- src/eog.gresource.xml | 1 + 6 files changed, 129 insertions(+), 114 deletions(-) commit 94004b468f57673365a069d0654919dd9f2974a7 Author: Felix Riemann Date: Fri Mar 14 21:24:34 2014 +0100 Initial GResource migration 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 libeog. configure.ac | 1 + data/Makefile.am | 16 +++++++--------- src/Makefile.am | 8 +++++++- src/eog-application.c | 10 +++++++--- src/eog-properties-dialog.c | 7 ++----- src/eog-window.c | 6 +++--- src/eog.gresource.xml | 11 +++++++++++ 7 files changed, 38 insertions(+), 21 deletions(-) commit a8343a6c56d8c0df225657f62e0011e694abae5f Author: Felix Riemann Date: Wed Mar 12 21:15:42 2014 +0100 EogPropertiesDialog: Convert to GtkBuilder template data/eog-image-properties-dialog.ui | 11 +- src/eog-metadata-sidebar.c | 4 +- src/eog-properties-dialog.c | 222 +++++++++++++++++++++--------------- src/eog-properties-dialog.h | 9 +- src/eog-window.c | 10 +- src/eog-window.h | 2 +- 6 files changed, 149 insertions(+), 109 deletions(-) commit b4d044366f94e55aed51622f281eb2a0497e47e6 Author: Sami Jaktholm Date: Thu May 1 14:15:02 2014 +0300 Finnish help translation help/fi/fi.po | 4508 ++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 3145 insertions(+), 1363 deletions(-) commit 281fde73c4150ed18c9bbc67455f485c3ffcff13 Author: Felix Riemann Date: Mon Apr 28 23:38:08 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4eb910e4a6db5f7e03a40eb1ae98d7ca1bbc97e9 Author: Felix Riemann Date: Mon Apr 28 23:35:58 2014 +0200 Prepare for release 3.13.1 NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit ed8e8838cd07fb0bb6d97b76e1e0cf093d4559dd Author: Felix Riemann Date: Mon Apr 28 23:22:07 2014 +0200 Update installed tests to work with latest GtkFileChooser The location entry is shown differently now and apparently there is also a slightly longer timeout needed until one can press Enter. https://bugzilla.gnome.org/show_bug.cgi?id=727989 tests/common_steps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 847fc70b24fdd7c5f276f41f0f3db755918e2221 Author: Vadim Rutkovsky Date: Thu Apr 10 18:14:13 2014 +0200 Install tests using --enable-installed-tests switch Makefile.am | 4 ++ configure.ac | 5 ++ m4/behave-installed-tests.m4 | 137 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 146 insertions(+) commit 8dffb2f1c34c25ccfd48c2a45acd035e386e7ace Author: Vadim Rutkovsky Date: Thu Apr 10 18:13:19 2014 +0200 Add initial installed tests tests/actions.feature | 67 ++++++++++++++ tests/common_steps.py | 245 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/environment.py | 47 ++++++++++ tests/gnome-logo.png | Bin 0 -> 11104 bytes tests/steps/steps.py | 131 +++++++++++++++++++++++++++ 5 files changed, 490 insertions(+) commit c9cfd7c85836a19b07d9edfca47692fd2f694e89 Author: Rune Karlsson Date: Mon Apr 28 20:29:25 2014 +0000 Updated Swedish translation po/sv.po | 948 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 541 insertions(+), 407 deletions(-) commit 11e586fc01a6023c68a35333b60535239c83bc2c Author: Matthias Clasen Date: Sat Apr 26 11:08:45 2014 -0400 Drop gnome-icon-theme dependency gnome-icon-theme got renamed to adwaita-icon-theme. And the dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. https://bugzilla.gnome.org/show_bug.cgi?id=729018 configure.ac | 2 -- 1 file changed, 2 deletions(-) commit 48e971cbccc35b43e351fbefb41c4a54246b47ac Author: Felix Riemann Date: Wed Apr 2 22:10:24 2014 +0200 EogImage: Check GdkPixbuf for an ICC profile before falling back to sRGB If an image's ICC profile cannot be extracted check whether GdkPixbuf was able to extract one before falling back to sRGB. This makes it possible to color correct TIFF images. https://bugzilla.gnome.org/show_bug.cgi?id=727467 src/eog-image.c | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) commit 7d1ec24210694cdb5a97f700c82e05c4e8e5f313 Author: Felix Riemann Date: Sat Apr 26 18:16:22 2014 +0200 Post-branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ac5b75adb67bb7de194d0f88382572e469c165d5 Author: Felix Riemann Date: Mon Apr 14 21:46:26 2014 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8081aae2e717875cabfc390a0e0b8d649bc79ac6 Author: Felix Riemann Date: Mon Apr 14 21:43:55 2014 +0200 Prepare for release 3.12.1 NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit c118b3541d88d08723a174863217433076b08954 Author: Dirgita Date: Thu Apr 10 05:49:58 2014 +0000 Updated Indonesian translation po/id.po | 357 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 180 insertions(+), 177 deletions(-) commit 980dfbc2458a43c95df1c24c3ee5e6c4269f9485 Author: Alexandre Franke Date: Wed Apr 9 13:49:12 2014 +0000 Updated French translation help/fr/fr.po | 83 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 38 insertions(+), 45 deletions(-) commit 36307a7013c33163a4eb13a3d30568a2fc07984a Author: Gábor Kelemen Date: Wed Apr 2 14:26:54 2014 +0000 Updated Hungarian translation help/hu/hu.po | 110 ++++++++++++++++++++++++++-------------------------------- 1 file changed, 49 insertions(+), 61 deletions(-) commit ca87a86da4bfe699ad1fc173c66538eb460d75ad Author: Gabor Kelemen Date: Wed Apr 2 16:01:20 2014 +0200 Better Hungarian help screenshots, w/o residual English text help/hu/figures/multiple-convert.png | Bin 35272 -> 35665 bytes help/hu/figures/multiple-rename-count.png | Bin 35985 -> 36264 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit ddb5b92cd37480e35030f2ea3e788e2b38b99afa Author: Marek Černocký Date: Wed Apr 2 15:32:31 2014 +0200 Updated Czech translation help/cs/cs.po | 74 +++++++++++++++++++---------------------------------------- 1 file changed, 23 insertions(+), 51 deletions(-) commit cde05f0fea2af2cfbee28bd595915b2884bb3398 Author: Gabor Kelemen Date: Wed Apr 2 13:23:23 2014 +0200 Improve phrasing of Hungarian translation po/hu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d2743cd4d7135ce5a5c5cb47046693a1502f48e Author: Daniel Mustieles Date: Wed Apr 2 13:01:13 2014 +0200 Updated Spanish translation help/es/es.po | 94 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 41 insertions(+), 53 deletions(-) commit defccd488531623fd0f4697e178a62ce08a39cc5 Author: Gabor Kelemen Date: Wed Apr 2 02:52:11 2014 +0200 Mark user visible strings for translation data/eog-multiple-save-as-dialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ade79ca56d900577cbd26ac4425409df9c7545ec Author: Gabor Kelemen Date: Wed Apr 2 02:51:27 2014 +0200 Mark images as not translatable to keep them off translators radar help/C/index.page | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit d43a8d3d3c8e9beac7df4bf987dbbdecf25097ec Author: Balázs Úr Date: Tue Apr 1 14:58:06 2014 +0200 Added localized picture help/hu/figures/multiple-convert.png | Bin 0 -> 35272 bytes help/hu/figures/multiple-rename-count.png | Bin 0 -> 35985 bytes help/hu/figures/plugins-all.png | Bin 98865 -> 98783 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit 73d050017827081a0838afa54af5fdcb916d1567 Author: Ikuya Awashiro Date: Tue Apr 1 07:16:15 2014 +0900 l10n: Update Japanese translation po/ja.po | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) commit 2c991e02eeb889b6bc617ff1c1e8be555fa8d43e Author: Balázs Úr Date: Fri Mar 28 22:53:08 2014 +0100 Added localized pictures help/hu/figures/eog-toolbar-editor.png | Bin 0 -> 34611 bytes help/hu/figures/image-view-prefs.png | Bin 0 -> 35969 bytes help/hu/figures/plugin-send-by-mail.png | Bin 0 -> 67543 bytes help/hu/figures/plugins-all.png | Bin 0 -> 98865 bytes help/hu/figures/prefs-plugins-date.png | Bin 0 -> 35556 bytes help/hu/figures/prefs-plugins-fullscreen.png | Bin 0 -> 35495 bytes help/hu/figures/prefs-plugins.png | Bin 0 -> 34333 bytes help/hu/figures/slideshow-prefs.png | Bin 0 -> 26947 bytes 8 files changed, 0 insertions(+), 0 deletions(-) commit 675bf9f3b6e8dc68354aac33622866f8a0fed0c9 Author: Peter Vágner Date: Tue Mar 25 18:02:31 2014 +0100 Updated slovak translation po/sk.po | 646 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 342 insertions(+), 304 deletions(-) commit 1c550a264a293e868e029724c3d0ae634fc3638d Author: Felix Riemann Date: Mon Mar 24 23:09:27 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2a36f0ac3fa7c05abcdc57b179935d778febd70 Author: Felix Riemann Date: Mon Mar 24 23:07:13 2014 +0100 Prepare for release 3.12.0 NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) commit b37d2c05eb9528f0e42df9235ef4f1fd7af9b6f0 Author: Daniel Mustieles Date: Mon Mar 24 16:28:17 2014 +0100 Updated Spanish translation help/es/es.po | 1539 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 948 insertions(+), 591 deletions(-) commit 8e9b275a4ae4f64f5106c0b49b859eebc665cce9 Author: Jiro Matsuzawa Date: Mon Mar 24 22:56:39 2014 +0900 l10n: Update Japanese translation po/ja.po | 619 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 323 insertions(+), 296 deletions(-) commit 041a2979ac42049c66fa4d161678f60a6d698b27 Author: Alexandre Franke Date: Mon Mar 24 12:58:33 2014 +0000 Updated French translation help/fr/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 7f6f31b8a040e6fb06961ecd46f49d21f78d6892 Author: Gábor Kelemen Date: Sun Mar 23 20:26:20 2014 +0000 Updated Hungarian translation help/hu/hu.po | 1531 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 942 insertions(+), 589 deletions(-) commit 34ccc5ba2854ffe725403d069ec78adc05a79d2b Author: Marek Černocký Date: Sun Mar 23 21:23:50 2014 +0100 Updated Czech translation help/cs/cs.po | 1480 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 935 insertions(+), 545 deletions(-) commit 6d3f978dd3a91055641a474365a09ff1ee355436 Author: Andre Klapper Date: Sun Mar 23 21:19:28 2014 +0100 User docs: Make page ID the same as file name help/C/bug-filing.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2153a47449c1f6ea3578a77197f0d1ac5475aff0 Author: Andre Klapper Date: Sun Mar 23 21:18:57 2014 +0100 User docs: Fix 404 link help/C/develop.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d6cb9eef310e21d584884485a093f5d6b73b4b02 Author: Inaki Larranaga Murgoitio Date: Fri Mar 21 17:49:53 2014 +0100 Updated Basque language po/eu.po | 634 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 337 insertions(+), 297 deletions(-) commit 8d5808b28e5fd6c488f5c0423550a6d2ec4cfc77 Author: Kenneth Nielsen Date: Thu Mar 20 22:13:14 2014 +0100 Updated Danish translation po/da.po | 631 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 335 insertions(+), 296 deletions(-) commit 29bbef5157e24aff955385d24d475a2b07ebbe4f Author: Gábor Kelemen Date: Wed Mar 19 14:25:50 2014 +0000 Updated Hungarian translation po/hu.po | 644 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 344 insertions(+), 300 deletions(-) commit 8c0db41f62e5a67c1392f9538af5260dce4cac70 Author: Gianvito Cavasoli Date: Wed Mar 19 07:32:31 2014 +0000 Updated Italian translation po/it.po | 649 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 347 insertions(+), 302 deletions(-) commit 1d345b37e20d95a4d07e63a0d3f549c493490676 Author: Felix Riemann Date: Mon Mar 17 19:21:36 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 00ba1eb25e5d1eacaf06272569a68ea3e5b43226 Author: Felix Riemann Date: Mon Mar 17 19:18:41 2014 +0100 Prepare for release 3.11.92 NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 6d65156c899e0c49c2c9e12a38178087c457a26c Author: Мирослав Николић Date: Sun Mar 16 14:22:31 2014 +0100 Updated Serbian translation po/sr.po | 696 ++++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 696 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 724 insertions(+), 668 deletions(-) commit 8595a9588316a731c6e58984710617f178899ac1 Author: Frédéric Péters Date: Sun Mar 16 13:30:30 2014 +0100 Update French translation help/fr/fr.po | 1783 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 1006 insertions(+), 777 deletions(-) commit 0be5fdeeaeeb17727b0b812aa8a4224132031d29 Author: Claude Paroz Date: Sat Mar 15 16:37:24 2014 +0000 Updated French translation po/fr.po | 638 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 336 insertions(+), 302 deletions(-) commit 202ac1a64f2dd851157d51ca90c1240b8eb3faec Author: Felix Riemann Date: Sat Mar 15 12:30:32 2014 +0100 EogWindow: Indentation fix src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e9cb288b025af3da24315f2b5724fa3bf388650b Author: Felipe Ortiz Date: Sat Mar 15 12:24:16 2014 +0100 EogWindow: Also update window title after saving Makes the window title match the displayed image's filename again. https://bugzilla.gnome.org/show_bug.cgi?id=720340 src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 3733fcf078dc614f0596624c68d51f55f7710fbb Author: Wolfgang Stöggl Date: Thu Mar 13 21:10:56 2014 +0000 Updated German translation po/de.po | 643 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 345 insertions(+), 298 deletions(-) commit c69d92352aedf19879ce9c3f4e3058f9fdcc7b1e Author: Tiagosdot Date: Wed Mar 12 22:57:06 2014 +0000 Updated Portuguese translation po/pt.po | 641 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 341 insertions(+), 300 deletions(-) commit 4221e41defb4a54a7fc35ddb2718db7ae9a5790b Author: Felix Riemann Date: Wed Mar 12 19:37:11 2014 +0100 EogPropertiesDialog: Remove unused private members src/eog-properties-dialog.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 4feef2c24f36c5dcb3f20c56f3480ec82ab2aab0 Author: Paweł Żołnowski Date: Wed Mar 12 19:28:06 2014 +0100 Updated Polish translation po/pl.po | 634 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 336 insertions(+), 298 deletions(-) commit b9edcabd0956d77668f29ff28f4cd160bf870cb4 Author: Yuri Myasoedov Date: Mon Mar 10 12:47:30 2014 +0400 Updated Russian translation po/ru.po | 909 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 517 insertions(+), 392 deletions(-) commit 150774dfb75370f0bc07158c98f62201e9cbc821 Author: A S Alam Date: Fri Mar 7 20:35:53 2014 -0600 update Punjabi Translation 07March2014: Alam po/pa.po | 656 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 343 insertions(+), 313 deletions(-) commit 7c6d6ca1d86b7f2ca8ab7345d7ef45e393c75814 Author: Rūdolfs Mazurs Date: Fri Mar 7 23:31:09 2014 +0200 Updated Latvian translation po/lv.po | 637 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 341 insertions(+), 296 deletions(-) commit 848c74992bac153a68b62668c56b334b94c2d84a Author: Changwoo Ryu Date: Wed Mar 5 20:19:22 2014 +0900 Updated Korean translation po/ko.po | 623 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 327 insertions(+), 296 deletions(-) commit 372bdb200744fa51d16c4c7a0209edc60e22d077 Author: Felix Riemann Date: Mon Mar 3 23:30:57 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3868afbcd9e9d2abf3cdd48cabc25640be29c64a Author: Felix Riemann Date: Mon Mar 3 23:28:11 2014 +0100 Prepare for release 3.11.91 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit 80b536bcd2f08f314e10f47d3689283c7ae577a6 Author: pdknsk Date: Mon Mar 3 22:58:16 2014 +0100 Allow color correcting images with alpha channel This is mostly useful for PNG images for now but could also help with TIFF files in the future. LittleCMS will still ignore the alpha channel, so this should be harmless. https://bugzilla.gnome.org/show_bug.cgi?id=725357 src/eog-image.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) commit dfdc1874b09e06d47369d33c2b6bad9f0d664c5c Author: pdknsk Date: Mon Mar 3 22:46:19 2014 +0100 Assume sRGB when image doesn't have an ICC profile attached This seems to be no problem with other image viewers and is apparently also recommended by W3C. https://bugzilla.gnome.org/show_bug.cgi?id=554498 src/eog-image.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 1b0fb6b3e06bd2cc8e8055c0847d75311685f7c9 Author: Felix Riemann Date: Fri Feb 28 22:52:56 2014 +0100 EogMetadataDetails: Improve fractional GPS coordinates support Increase displayed coordinate resolution for Exif GPS coordinates that use fractional degrees for minutes or fractional minutes for seconds. https://bugzilla.gnome.org/show_bug.cgi?id=725416 src/eog-metadata-details.c | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) commit 4519bc5d91b6fd60c9ab864d697a96fb155c7f80 Author: Pau Iranzo Date: Wed Feb 26 00:04:56 2014 +0100 [l10n] Update Catalan translation po/ca.po | 644 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 342 insertions(+), 302 deletions(-) commit 603e8b95a348e00cac2e66fca301133708ec61e5 Author: Sandeep Shedmake Date: Tue Feb 25 12:28:19 2014 +0000 Updated Marathi translation po/mr.po | 1941 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1240 insertions(+), 701 deletions(-) commit de94d959ef2c435da8152cc227162cf8d0d6d123 Author: Ihar Hrachyshka Date: Sun Feb 23 21:56:19 2014 +0100 Updated Belarusian translation. po/be.po | 634 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 335 insertions(+), 299 deletions(-) commit bf3350aa517c2253ce270667c50846da47860dbc Author: Andika Triwidada Date: Sat Feb 22 03:33:12 2014 +0000 Updated Indonesian translation po/id.po | 641 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 338 insertions(+), 303 deletions(-) commit 007e5ab0731837f3e088ab678ca0e495fbdedc0f Author: Felix Riemann Date: Mon Feb 17 19:44:15 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 61deddcb6aec7be497559de890d5ef11e30d4ab0 Author: Felix Riemann Date: Mon Feb 17 19:41:06 2014 +0100 Prepare for release 3.11.90 NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) commit ddb647a0fe91e59076f37cfb5db01285fec50f17 Author: ngoswami Date: Tue Feb 11 13:19:25 2014 +0000 Updated Assamese translation po/as.po | 667 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 349 insertions(+), 318 deletions(-) commit 61566c4048d74df264969166f3175b8db5dff9f3 Author: Daniel Korostil Date: Mon Feb 10 23:52:55 2014 +0200 Updated Ukrainian translation po/uk.po | 652 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 350 insertions(+), 302 deletions(-) commit 0fe52fb2817ab7af3fce5d1d1d1d7268d19b7916 Author: Khaled Hosny Date: Thu Feb 6 15:53:08 2014 +0200 Update Arabic translation po/ar.po | 635 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 334 insertions(+), 301 deletions(-) commit be3689eb49cdd2b8cd810a7f6eb5b6c7318108f1 Author: Rober Ancell Date: Wed Jan 15 15:44:59 2014 +1300 Use unity-control-center if in Unity src/eog-window.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit 1d0681aa1afa3af10bd1bd805443906ebfd71573 Author: Yosef Or Boczko Date: Wed Feb 5 20:23:01 2014 +0100 EogWindow: Fix the undo icon in RTL https://bugzilla.gnome.org/show_bug.cgi?id=723546 src/eog-window.c | 3 +++ 1 file changed, 3 insertions(+) commit 54635a542a89bbb00de3cfee9f5bf325c1f39608 Author: Yosef Or Boczko Date: Mon Feb 3 19:22:38 2014 +0200 EogWindow: Fix the previous and the next icons in RTL https://bugzilla.gnome.org/show_bug.cgi?id=723544 src/eog-window.c | 5 +++++ 1 file changed, 5 insertions(+) commit ce1610c862dbeab80227e426a8da582f7e39ffff Author: Theppitak Karoonboonyanan Date: Wed Feb 5 17:00:45 2014 +0700 Updated Thai translation po/th.po | 642 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 340 insertions(+), 302 deletions(-) commit 41d46a1a4fe02601c93cc466950442264cbf333f Author: GunChleoc Date: Tue Feb 4 14:53:31 2014 +0000 Updated Scottish Gaelic translation po/gd.po | 981 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 569 insertions(+), 412 deletions(-) commit f1ce40c6039b8ea874f3eabe7ae118e8cecc3b0e Author: Rafael Ferreira Date: Sun Feb 2 01:29:00 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit d4418178f012536d1a3de6ff67a02d3323c7b13e Author: Chao-Hsiung Liao Date: Fri Jan 31 23:03:52 2014 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 659 ++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 663 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 692 insertions(+), 630 deletions(-) commit b6ff8d5c9c574d65693c5337dffe8b65724d591a Author: Daniel Mustieles Date: Fri Jan 31 15:00:35 2014 +0100 Revert "Updated FSF's address" This reverts commit 7703d5b1298061008afe7aa1c76cd83e0ee9a14e. po/ar.po | 8 +++++++- po/ast.po | 7 ++++++- po/be@latin.po | 8 +++++++- po/bn.po | 3 ++- po/bn_IN.po | 7 ++++++- po/br.po | 2 +- po/da.po | 7 ++++++- po/dz.po | 2 +- po/en@shaw.po | 7 ++++++- po/en_GB.po | 7 ++++++- po/es.po | 3 ++- po/fa.po | 3 ++- po/fur.po | 3 ++- po/fy.po | 3 ++- po/gl.po | 7 ++++++- po/he.po | 7 ++++++- po/hr.po | 3 ++- po/kk.po | 7 ++++++- po/kn.po | 7 ++++++- po/ks.po | 3 ++- po/ku.po | 3 ++- po/lv.po | 7 ++++++- po/mai.po | 3 ++- po/mk.po | 7 ++++++- po/ml.po | 7 ++++++- po/mr.po | 7 ++++++- po/my.po | 3 ++- po/nds.po | 2 +- po/ne.po | 3 ++- po/nn.po | 7 ++++++- po/oc.po | 7 ++++++- po/or.po | 7 ++++++- po/pa.po | 3 ++- po/ps.po | 2 +- po/pt.po | 3 ++- po/ro.po | 8 +++++++- po/si.po | 3 ++- po/sq.po | 3 ++- po/sv.po | 7 ++++++- po/ta.po | 3 ++- po/te.po | 7 ++++++- po/th.po | 7 ++++++- po/tr.po | 3 ++- po/ug.po | 3 ++- po/uk.po | 7 ++++++- po/uz.po | 2 +- po/uz@cyrillic.po | 2 +- po/vi.po | 3 ++- po/zh_CN.po | 3 ++- 49 files changed, 187 insertions(+), 49 deletions(-) commit 7703d5b1298061008afe7aa1c76cd83e0ee9a14e Author: Daniel Mustieles Date: Thu Jan 23 12:49:19 2014 +0100 Updated FSF's address po/ar.po | 8 +------- po/ast.po | 7 +------ po/be@latin.po | 8 +------- po/bn.po | 3 +-- po/bn_IN.po | 7 +------ po/br.po | 2 +- po/da.po | 7 +------ po/dz.po | 2 +- po/en@shaw.po | 7 +------ po/en_GB.po | 7 +------ po/es.po | 3 +-- po/fa.po | 3 +-- po/fur.po | 3 +-- po/fy.po | 3 +-- po/gl.po | 7 +------ po/he.po | 7 +------ po/hr.po | 3 +-- po/kk.po | 7 +------ po/kn.po | 7 +------ po/ks.po | 3 +-- po/ku.po | 3 +-- po/lv.po | 7 +------ po/mai.po | 3 +-- po/mk.po | 7 +------ po/ml.po | 7 +------ po/mr.po | 7 +------ po/my.po | 3 +-- po/nds.po | 2 +- po/ne.po | 3 +-- po/nn.po | 7 +------ po/oc.po | 7 +------ po/or.po | 7 +------ po/pa.po | 3 +-- po/ps.po | 2 +- po/pt.po | 3 +-- po/ro.po | 8 +------- po/si.po | 3 +-- po/sq.po | 3 +-- po/sv.po | 7 +------ po/ta.po | 3 +-- po/te.po | 7 +------ po/th.po | 7 +------ po/tr.po | 3 +-- po/ug.po | 3 +-- po/uk.po | 7 +------ po/uz.po | 2 +- po/uz@cyrillic.po | 2 +- po/vi.po | 3 +-- po/zh_CN.po | 3 +-- 49 files changed, 49 insertions(+), 187 deletions(-) commit a1b150c0d252c015f5d8ada084a4fed2e36a3eaf Author: Aurimas Černius Date: Sat Jan 25 22:22:27 2014 +0200 Updated Lithuanian translation po/lt.po | 648 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 344 insertions(+), 304 deletions(-) commit 62e10d895bccdcdba2ba61d31ec13ed7dc5df57b Author: Yosef Or Boczko Date: Sat Jan 25 21:15:43 2014 +0200 Updated Hebrew translation po/he.po | 64 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 35 insertions(+), 29 deletions(-) commit 4ecc1d1e5c480b124f2794127a231a5e74995dd5 Author: Shankar Prasad Date: Wed Jan 22 14:35:12 2014 +0530 updated kn.po po/kn.po | 1474 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 793 insertions(+), 681 deletions(-) commit bcd54506991a0c141f8719ecebb6023f83ab5be6 Author: Vangelis Skarmoutsos Date: Mon Jan 20 09:27:08 2014 +0200 Updated Greek translation po/el.po | 263 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 132 insertions(+), 131 deletions(-) commit 0f487cfc7c69c42d18a12aff23ddde15ae652d60 Author: Mattias Põldaru Date: Fri Jan 17 17:45:23 2014 +0200 [l10n] Updated Estonian translation po/et.po | 79 ++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 54 insertions(+), 25 deletions(-) commit 076184a1a8172634543b542392b7424273ed3a11 Author: Marek Černocký Date: Thu Jan 16 20:53:42 2014 +0100 Updated Czech translation po/cs.po | 636 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 335 insertions(+), 301 deletions(-) commit b0fdf3cb1b8d086e804ef3bce469a2c2379cf7a2 Author: Jiri Grönroos Date: Wed Jan 15 15:02:20 2014 +0200 Finnish translation update po/fi.po | 354 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 177 insertions(+), 177 deletions(-) commit b969726cdd9e894ab9851e393f4395b7486fcc44 Author: Felix Riemann Date: Mon Jan 13 21:34:47 2014 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 59bee0c23105f737d90d8f30732b5a7297e2fa03 Author: Felix Riemann Date: Mon Jan 13 21:30:18 2014 +0100 Prepare for release 3.11.4 NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit 757128bc3792cca59115df3b956bffedd3732214 Author: Lars Uebernickel Date: Tue Jan 7 12:18:19 2014 +0100 Don't call gdk_threads_init() Accessing gdk from outside the main thread is deprecated. This also replaces an occurence of gdk_threads_add_idle_full() with an idle source that is dispatched to the main thread. https://bugzilla.gnome.org/show_bug.cgi?id=721755 src/eog-image.c | 6 +++--- src/main.c | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) commit 789afdc1647342ea905104db873fe86aba928708 Author: Felix Riemann Date: Tue Jan 7 23:07:26 2014 +0100 Use Python 3.x for Python plugins src/eog-plugin-engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 548240b730630dbfdbcc0a1de9c715f7b57d98d3 Author: Felix Riemann Date: Tue Jan 7 19:16:39 2014 +0100 Update FSF address The FSF changed its address quite some time ago. Modify the license headers to contain the new one. Also update the central COPYING text to the current text from the FSF homepage, which purges some stray form feed chars in the process. https://bugzilla.gnome.org/show_bug.cgi?id=721488 COPYING | 41 +++++++++++----------- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 6 ++-- cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 6 ++-- cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 6 ++-- cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 6 ++-- cut-n-paste/toolbar-editor/egg-toolbars-model.c | 6 ++-- cut-n-paste/toolbar-editor/egg-toolbars-model.h | 6 ++-- jpegutils/transupp-6b.c | 6 ++-- jpegutils/transupp-6b.h | 6 ++-- jpegutils/transupp-8a.c | 6 ++-- plugins/statusbar-date/eog-statusbar-date-plugin.c | 6 ++-- plugins/statusbar-date/eog-statusbar-date-plugin.h | 6 ++-- src/eog-application-internal.h | 6 ++-- src/eog-application.c | 6 ++-- src/eog-application.h | 6 ++-- src/eog-close-confirmation-dialog.c | 7 ++-- src/eog-close-confirmation-dialog.h | 7 ++-- src/eog-config-keys.h | 6 ++-- src/eog-debug.c | 6 ++-- src/eog-debug.h | 6 ++-- src/eog-dialog.c | 6 ++-- src/eog-dialog.h | 6 ++-- src/eog-enums.h | 6 ++-- src/eog-error-message-area.c | 8 ++--- src/eog-error-message-area.h | 8 ++--- src/eog-exif-util.c | 6 ++-- src/eog-exif-util.h | 6 ++-- src/eog-file-chooser.c | 7 ++-- src/eog-file-chooser.h | 7 ++-- src/eog-image-jpeg.c | 7 ++-- src/eog-image-private.h | 6 ++-- src/eog-image.c | 6 ++-- src/eog-image.h | 6 ++-- src/eog-job-scheduler.c | 6 ++-- src/eog-job-scheduler.h | 6 ++-- src/eog-jobs.c | 6 ++-- src/eog-jobs.h | 6 ++-- src/eog-list-store.c | 6 ++-- src/eog-list-store.h | 6 ++-- src/eog-metadata-details.c | 6 ++-- src/eog-metadata-details.h | 6 ++-- src/eog-metadata-reader-jpg.c | 6 ++-- src/eog-metadata-reader-jpg.h | 6 ++-- src/eog-metadata-reader-png.c | 6 ++-- src/eog-metadata-reader-png.h | 6 ++-- src/eog-metadata-reader.c | 6 ++-- src/eog-metadata-reader.h | 6 ++-- src/eog-plugin-engine.c | 6 ++-- src/eog-plugin-engine.h | 6 ++-- src/eog-preferences-dialog.c | 6 ++-- src/eog-preferences-dialog.h | 6 ++-- src/eog-print-image-setup.c | 6 ++-- src/eog-print-image-setup.h | 6 ++-- src/eog-print-preview.c | 6 ++-- src/eog-print-preview.h | 6 ++-- src/eog-print.c | 6 ++-- src/eog-print.h | 6 ++-- src/eog-properties-dialog.c | 6 ++-- src/eog-properties-dialog.h | 6 ++-- src/eog-session.c | 6 ++-- src/eog-session.h | 6 ++-- src/eog-sidebar.c | 6 ++-- src/eog-sidebar.h | 6 ++-- src/eog-statusbar.c | 6 ++-- src/eog-statusbar.h | 6 ++-- src/eog-thumb-nav.c | 6 ++-- src/eog-thumb-nav.h | 6 ++-- src/eog-thumb-view.c | 6 ++-- src/eog-thumb-view.h | 6 ++-- src/eog-thumbnail.c | 6 ++-- src/eog-thumbnail.h | 6 ++-- src/eog-util.c | 6 ++-- src/eog-util.h | 6 ++-- src/eog-window.c | 6 ++-- src/eog-window.h | 6 ++-- src/main.c | 6 ++-- src/zoom.c | 6 ++-- src/zoom.h | 6 ++-- 78 files changed, 253 insertions(+), 259 deletions(-) commit 7eff8509cb0e19a885d6fdc783710fd877a23650 Author: Victor Ibragimov Date: Tue Jan 7 16:30:34 2014 +0500 Tajik translation updated po/tg.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 7394f37ddc02f5ca3da49537407e65daa1d31b51 Author: Dimitris Spingos Date: Sat Jan 4 22:10:29 2014 +0200 Updated Greek translation po/el.po | 312 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 156 insertions(+), 156 deletions(-) commit 0a4e7b586c720dbb742f2da901c6e0ac3f3b1d48 Author: Felix Riemann Date: Tue Dec 31 15:42:17 2013 +0100 EogScrollView: Fix unitialized data usage src/eog-scroll-view.c | 1 + 1 file changed, 1 insertion(+) commit 4b1fef8f240e3fd6592a7e579c46f79760a74418 Author: Felix Riemann Date: Fri Dec 27 17:42:30 2013 +0100 Improve screenshot PNG compression data/screenshot.png | Bin 77624 -> 68590 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit ddf9b229e4fab957914359a42df326258fae08f8 Author: Matej Urbančič Date: Mon Dec 23 20:05:47 2013 +0100 Updated Slovenian translation po/sl.po | 298 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 152 insertions(+), 146 deletions(-) commit 24008884caace078031a3413d2f8d46cf6529cc1 Author: Kjartan Maraas Date: Mon Dec 23 10:28:15 2013 +0100 Updated Norwegian bokmål translation po/nb.po | 298 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 150 insertions(+), 148 deletions(-) commit dd456e78b46a2e8b028c7c95e10501bba6996835 Author: Tong Hui Date: Sun Dec 22 23:30:49 2013 +0800 Update Chinese simplified translation po/zh_CN.po | 639 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 337 insertions(+), 302 deletions(-) commit da5d5ab3302a795f68b7df4f448cad12a2c4bb03 Author: Yosef Or Boczko Date: Sun Dec 22 00:29:30 2013 +0200 Updated Hebrew translation Signed-off-by: Yosef Or Boczko po/he.po | 498 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 262 insertions(+), 236 deletions(-) commit 97dc6d7cdae8a071114d0dd5e0aadd60601929da Author: Fran Diéguez Date: Thu Dec 19 01:45:53 2013 +0100 Updated Galician translations po/gl.po | 297 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 151 insertions(+), 146 deletions(-) commit 496dda998335f00bf169f9da7b17b0f28a154d94 Author: Piotr Drąg Date: Wed Dec 18 19:26:00 2013 +0100 Fix screenshot in appdata file data/eog.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 86d4720ef8abb6450fc35728c0b05bc45ad9dedf Author: William Jon McCann Date: Wed Dec 18 09:10:05 2013 -0500 Update project homepage url and screenshot data/eog.appdata.xml.in | 4 ++-- data/screenshot.png | Bin 0 -> 77624 bytes eog.doap | 2 +- src/eog-window.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 08a8460a6a3aaea65d25b8f94007be4551ee184a Author: Felix Riemann Date: Tue Dec 17 15:53:10 2013 +0100 EogImage: Slight optimization of private data structure - Remove/Disable unused members - Close memory hole on 64-bit src/eog-image-private.h | 9 +++++---- src/eog-image.c | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) commit 75a803c36789d70b37086ef584066089403a97d7 Author: Felix Riemann Date: Mon Dec 16 23:04:52 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3b6d3ae232a5add2f11b7e8e852d7975ecf31cfe Author: Felix Riemann Date: Mon Dec 16 23:00:34 2013 +0100 Prepare for release 3.11.3 NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) commit 0f1bf1c33d8644cba270f0865b7cbe8d47ceebe2 Author: Michael Catanzaro Date: Mon Dec 9 15:51:06 2013 -0600 app menu: standardize Help/About/Quit Use "About" instead of "About Image Viewer" https://wiki.gnome.org/Design/HIG/ApplicationMenus https://bugzilla.gnome.org/show_bug.cgi?id=720144 data/eog-app-menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ae405f187935eb656d110a4bb421dacf9cdc34a6 Author: Jiri Grönroos Date: Mon Dec 9 08:06:09 2013 +0200 Finnish translation update po/fi.po | 634 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 325 insertions(+), 309 deletions(-) commit cdda72568d1e217f682a77a9857aff163d40ab16 Author: Felix Riemann Date: Fri Dec 6 00:14:41 2013 +0100 Raise GTK+ dependency to 3.10.6 This is to avoid a bug in previous GTK versions that caused the window to be too small and unnecessary scale images down. https://bugzilla.gnome.org/show_bug.cgi?id=690236 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit de5abd6eec8e531dc4a095ef902bcd1ce9220198 Author: Victor Ibragimov Date: Tue Dec 3 12:30:46 2013 +0500 Tajik translation updated po/tg.po | 126 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 64 insertions(+), 62 deletions(-) commit 6234908eed68d1bbe92c84796012fae4f32be026 Author: Rafael Ferreira Date: Mon Dec 2 22:20:06 2013 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 624 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 332 insertions(+), 292 deletions(-) commit c84128ab33b2751b2456f27e518ecbd515581dbf Author: Felix Riemann Date: Sun Dec 1 15:19:30 2013 +0100 EogWindow: Export current image over D-Bus This exports the current image and collection size through the state of a custom action. The state is read-only. https://bugzilla.gnome.org/show_bug.cgi?id=712350 src/eog-window.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 58f8a7bbefd838b96d3632bb3762b7729e98817a Author: Felix Riemann Date: Wed Nov 27 22:20:27 2013 +0100 EogWindow: Export zoom and rotation functions on the D-Bus Wrap the corresponding GtkActions as GActions making them available on the D-Bus as per-window action. https://bugzilla.gnome.org/show_bug.cgi?id=712350 src/eog-window.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) commit 7926f086011b95b4f9aea168862998d35095642a Author: Daniel Mustieles Date: Tue Nov 26 11:57:12 2013 +0100 Updated Spanish translation po/es.po | 126 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 64 insertions(+), 62 deletions(-) commit 5ce723fec170c2eca89103d79742578462b0ac9e Author: Ryan Lortie Date: Thu Nov 21 12:56:30 2013 -0500 EogWindow: export some actions on the bus Expose a few useful actions in GAction form so that they can be hit from D-Bus. https://bugzilla.gnome.org/show_bug.cgi?id=712350 src/eog-window.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) commit 7e0493275d0503f2d621edb4ac57893eb643e7e3 Author: Felix Riemann Date: Mon Nov 25 19:57:08 2013 +0100 EogFileChooser: Remove deprecated GtkStock usage src/eog-file-chooser.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit e370c598356692ed1d6adbb3465b47fd84cf7999 Author: Dimitris Spingos Date: Sat Nov 23 20:22:02 2013 +0200 Updated Greek help translation help/el/el.po | 1584 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 976 insertions(+), 608 deletions(-) commit bbe4a87a73327dbce3f8e3249f038592e77398d0 Author: Felix Riemann Date: Fri Nov 22 23:52:58 2013 +0100 EogWindow: Drop deprecated GtkStyle usage The call to gtk_widget_set_style was actually useless since commit f9a5ec65. src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7d2cf4d8986ccf5bde28c612502c489af216ba9a Author: Felix Riemann Date: Fri Nov 22 23:25:12 2013 +0100 EogPropertiesDialog: Allow RGBA for transparent background color Now that it is supported in EogScrollView there's no reason not to allow setting an alpha value for the color. data/eog-preferences-dialog.ui | 6 ++++-- src/eog-preferences-dialog.c | 38 ++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) commit 823a4cdf43d23fc7da3bdea5dfcfc3cb5c711c63 Author: Felix Riemann Date: Fri Nov 22 23:22:39 2013 +0100 EogScrollView: Switch to GdkRGBA for background and transparent colors This allows passing the colors more or less directly to cairo without having to convert it from and to the GdkColor format. src/eog-scroll-view.c | 137 ++++++++++++++++++++++---------------------------- src/eog-scroll-view.h | 8 +-- 2 files changed, 65 insertions(+), 80 deletions(-) commit ef0feee32abc6824da71275857514ad85d8df6e0 Author: Kjartan Maraas Date: Thu Nov 21 21:14:15 2013 +0100 Updated Norwegian bokmål translation po/nb.po | 613 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 320 insertions(+), 293 deletions(-) commit 9da99605e21afb5eb26c37ebcd666e12de1b03b7 Author: Felix Riemann Date: Mon Nov 18 23:21:38 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9ca8bb9f098ecc24dace1a2b3ca65270f4c434f Author: Felix Riemann Date: Mon Nov 18 23:17:40 2013 +0100 Prepare for release 3.11.2 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit aae3be0031991749d60631080867c403a7fd7348 Author: Jasper Lievisse Adriaanse Date: Fri Nov 15 09:01:49 2013 +0100 Prevent redeclaration of typedef 'EogJob'. https://bugzilla.gnome.org/show_bug.cgi?id=712354 src/eog-jobs.h | 4 ++++ 1 file changed, 4 insertions(+) commit 13c04331362cf2bdc31e85d030f6fda326c44cb6 Author: Wouter Bolsterlee Date: Sun Nov 10 14:22:14 2013 +0100 Updated Dutch translation po/nl.po | 625 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 329 insertions(+), 296 deletions(-) commit 1556122acf5b021476a470944840b3077a37dcdc Author: Dimitris Spingos Date: Mon Nov 4 10:59:27 2013 +0200 Updated Greek translation po/el.po | 490 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 260 insertions(+), 230 deletions(-) commit fb3a5e1ad633716564c2ba4bf58dfca469bf7cee Author: Fran Diéguez Date: Fri Nov 1 15:44:04 2013 +0100 Updated Galician translations po/gl.po | 618 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 326 insertions(+), 292 deletions(-) commit a85800c5bdf50e8be3b78d2d3e15515315c527c9 Author: Matej Urbančič Date: Thu Oct 31 20:42:43 2013 +0100 Updated Slovenian translation po/sl.po | 476 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 250 insertions(+), 226 deletions(-) commit 60c34dcda1d0629764ba2c48a92443b4c20c75a0 Author: Daniel Mustieles Date: Thu Oct 31 18:21:20 2013 +0100 Updated Spanish translation po/es.po | 413 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 222 insertions(+), 191 deletions(-) commit cee1f77d67767487f6cf12a01f122e2d7f11b275 Author: Felix Riemann Date: Wed Oct 30 20:58:12 2013 +0100 EogMetadataSidebar: Allow filename to be wrapped at char boundaries It is possible for this field to contain no "word". Enable wrapping at char boundaries as fallback so that such files don't cause the sidebar enlarging too much. https://bugzilla.gnome.org/show_bug.cgi?id=700717 src/eog-metadata-sidebar.c | 5 +++++ 1 file changed, 5 insertions(+) commit 0e19aed870ee84ac83fcebcec3def2f8d1bf971f Author: Felix Riemann Date: Wed Oct 30 20:34:29 2013 +0100 EogCloseConfirmationDialog: Use symbolic icon variant Other message dialogs do this as well. This brings the close confirmation back in sync. src/eog-close-confirmation-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4188b5145d989755f8e554fdcde0a7cef4c49a4e Author: Victor Ibragimov Date: Wed Oct 30 23:41:25 2013 +0500 Tajik translation updated po/tg.po | 414 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 223 insertions(+), 191 deletions(-) commit bfe3c4a92ebd7c4e58cadfdcb286f1e087359dc6 Author: Felix Riemann Date: Wed Oct 30 19:32:17 2013 +0100 EogPropertiesDialog: Make the details view use all available space src/eog-properties-dialog.c | 1 + 1 file changed, 1 insertion(+) commit 04d53c3c8d475c259c477f627038849ae79dd6ed Author: Felix Riemann Date: Wed Oct 30 19:27:49 2013 +0100 EogPropertiesDialog: Separate Exif/XMP-specific widgets from generic ones This is just renaming a few widgets. https://bugzilla.gnome.org/show_bug.cgi?id=509406 data/eog-image-properties-dialog.ui | 8 +++---- src/eog-properties-dialog.c | 44 ++++++++++++++++++------------------- 2 files changed, 26 insertions(+), 26 deletions(-) commit 5a497db13c81ac3dbe13456724faf9d7431e976a Author: Felix Riemann Date: Wed Oct 30 19:07:53 2013 +0100 EogMetadataDetails: Don't install header file This is not really useful for plugins. src/Makefile.am | 6 ++++-- src/eog-metadata-details.h | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) commit 2969a58b0ceeb8c6af1e04c39aa230e72b70ea20 Author: Felix Riemann Date: Wed Oct 30 19:05:12 2013 +0100 EogExifDetails: Rename to EogMetadataDetails The widget is not specific to Exif, and is used for XMP as well. https://bugzilla.gnome.org/show_bug.cgi?id=509406 doc/reference/Makefile.am | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 10 +-- src/eog-exif-details.h | 72 ------------------ src/{eog-exif-details.c => eog-metadata-details.c} | 88 +++++++++++----------- src/eog-metadata-details.h | 74 ++++++++++++++++++ src/eog-properties-dialog.c | 8 +- 7 files changed, 129 insertions(+), 127 deletions(-) commit 8b8c67d7ed3603cce25ed72482bbbafba8f0d90f Author: Felix Riemann Date: Mon Oct 28 23:14:42 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e1b23e070ae22ff12a73a3e2ea07e6a8f08d2998 Author: Felix Riemann Date: Mon Oct 28 23:10:51 2013 +0100 Update for release 3.11.1 NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit 4e0d34351c941cf0d8ea4573ee5766525afd5687 Author: Felix Riemann Date: Mon Oct 28 21:39:08 2013 +0100 EogCloseConfirmationDialog: Really fix GtkStock usage This was incomplete in commit f0a2faf9. src/eog-close-confirmation-dialog.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 6701f4e8b778122491e94f59a5c70ebd632c799f Author: Felix Riemann Date: Mon Oct 28 21:09:42 2013 +0100 EogPreferencesDialog: Make the colorbuttons align more nicely Adjust spacing to labels so both colorbuttons are likely to be aligned. data/eog-preferences-dialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4d438b259fa73c9bd8c8e081c75a273b4e0b3f01 Author: Felix Riemann Date: Mon Oct 28 20:57:56 2013 +0100 configure: Drop unneeded check for Sunkeysym header eog doesn't use any of these defined keyboard codes anymore. configure.ac | 7 ------- 1 file changed, 7 deletions(-) commit e834eec552cebffea9d57a00269d0512074fb9ee Author: Felix Riemann Date: Mon Oct 28 20:54:50 2013 +0100 Remove long replaced toolbar definition This lives in eog-toolbar.xml now. data/eog-ui.xml | 12 ------------ 1 file changed, 12 deletions(-) commit 305d2c52a38c0291a3e06055bcfad82d2d1a6e6c Author: Felix Riemann Date: Mon Oct 28 20:46:54 2013 +0100 Overhaul batch save as dialog - Make the XML fit for recent Glade versions - Replace deprecated GtkTables with GtkGrids - Fix the filename preview's size extending behaviour - Remove stock buttons data/eog-multiple-save-as-dialog.ui | 477 +++++++++++++----------------------- 1 file changed, 167 insertions(+), 310 deletions(-) commit 8f83ae4397bf7a477a154e5712b799fa43c60187 Author: Felix Riemann Date: Sun Oct 27 12:55:27 2013 +0100 Use intltool's GSettings support Necessary to be able to build the AppData XML in the same folder. https://bugzilla.gnome.org/show_bug.cgi?id=708757 configure.ac | 4 +- data/Makefile.am | 8 +-- data/org.gnome.eog.gschema.xml.in | 133 +++++++++++++++++++++++++++++++++++ data/org.gnome.eog.gschema.xml.in.in | 133 ----------------------------------- po/POTFILES.in | 2 +- po/POTFILES.skip | 1 - 6 files changed, 140 insertions(+), 141 deletions(-) commit 44866d5177903e79d0fb1b9f2e313ae087bc3358 Author: Richard Hughes Date: Wed Sep 25 15:55:12 2013 +0100 Add an AppData file See http://people.freedesktop.org/~hughsient/appdata/ for details. https://bugzilla.gnome.org/show_bug.cgi?id=708757 data/Makefile.am | 8 ++++++++ data/eog.appdata.xml.in | 23 +++++++++++++++++++++++ po/POTFILES.in | 1 + 3 files changed, 32 insertions(+) commit 99e05c3a8f215b9fd38715ebaad2b7e0d1efd756 Author: Victor Ibragimov Date: Sun Oct 27 13:44:22 2013 +0500 Tajik translation updated po/tg.po | 478 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 242 insertions(+), 236 deletions(-) commit 788142761773e538e647a840f3b6363f8b2aae4d Author: Yosef Or Boczko Date: Sun Oct 27 02:49:37 2013 +0200 Updated Hebrew translation po/he.po | 482 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 245 insertions(+), 237 deletions(-) commit a633e6c442e8e7ac7ab278fb7698895572d9189a Author: Felix Riemann Date: Fri Oct 25 18:12:00 2013 +0200 Raise version to cleary mark this as development version again Release 3.11.1 will be next. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 74c9c1617292823f86fd00bd94c01614b9db33b6 Author: Felix Riemann Date: Fri Oct 25 17:57:37 2013 +0200 Raise GTK+ dependency for GtkRevealer GtkRevealer came with GTK+ 3.9.0. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2fbff4bbbda33441c841cca3a6723579e9298c6b Author: Felix Riemann Date: Fri Oct 25 17:51:55 2013 +0200 EogWindow: Use GtkOverlay and GtkRevealer for fullscreen toolbar Allows removing the previous hack using an overlaid popup window. Also produces a nice animation when showing/hiding the toolbar and makes the toolbar not hide the sidebar. src/eog-window.c | 76 +++++++++++++++++++------------------------------------- 1 file changed, 25 insertions(+), 51 deletions(-) commit 0f7988cf16c8181d1b984130034556c59a1fa690 Author: Felix Riemann Date: Wed Oct 23 18:57:47 2013 +0200 Add more debug output to initial window size calculation Should help debugging the common problems here. src/eog-window.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 32858a5a3d78b235e7fb2abf25497f3ceec01741 Author: Daniel Mustieles Date: Fri Oct 25 16:40:12 2013 +0200 Updated Spanish translation po/es.po | 478 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 242 insertions(+), 236 deletions(-) commit d050ee9a7bcc8ccaab0ac233576bd6e09225555d Author: Matej Urbančič Date: Thu Oct 24 21:09:23 2013 +0200 Updated Slovenian translation po/sl.po | 475 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 241 insertions(+), 234 deletions(-) commit ccdd01142cd17f8f8568888caf807c8b4643e65d Author: Dimitris Spingos Date: Thu Oct 24 15:30:33 2013 +0300 Updated Greek translation po/el.po | 527 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 266 insertions(+), 261 deletions(-) commit ae8107fedee8da359c0559b931dd794e6828cf76 Author: Felix Riemann Date: Sat Oct 19 00:44:05 2013 +0200 EogWindow: Fix GtkStock usage Stop using the GtkStock interface and self-select text and icon. src/eog-window.c | 61 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 28 deletions(-) commit c19345e9cd56ea372eaab7bf20b7de3d2fcfa892 Author: Felix Riemann Date: Thu Oct 3 16:42:44 2013 +0200 EogScrollView: Convert to GtkGrid GtkTable is deprecated. src/eog-scroll-view.c | 33 ++++++++++++++------------------- src/eog-scroll-view.h | 4 ++-- 2 files changed, 16 insertions(+), 21 deletions(-) commit 2ad01250cb10a76a3d4c1c12141d4fefdc012437 Author: Felix Riemann Date: Fri Oct 18 23:44:15 2013 +0200 Modernize configure.ac - Require libtool 2.2 Nobody seems to use libtool 1.x anymore, allows dropping more deprecated libtool macros - AC_HELP_STRING -> AS_HELP_STRING - AC_TRY_CPP/LINK -> AC_PREPROC/LINK - Try making the indentation more consistent configure.ac | 147 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 73 insertions(+), 74 deletions(-) commit 3a8850d8832ff589c7191c85d0bbc2900f78a76b Author: Felix Riemann Date: Fri Oct 18 22:08:43 2013 +0200 Remove deprecated autoconf macros GNOME_COMMON_INIT is deprecated since 2010 and definetely obsolete in eog since commit 08aca771ca. AC_ISC_POSIX is not needed anymore on modern systems. configure.ac | 2 -- 1 file changed, 2 deletions(-) commit 8bbfd20d0bce00a63d58b6a05702a8afd19548c7 Author: Felix Riemann Date: Fri Oct 18 21:35:27 2013 +0200 Update git.mk Revision 651d03e8 from https://github.com/behdad/git.mk git.mk | 68 +++++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 21 deletions(-) commit 16a36728e9a6794e4cd07fe586d5eb208f897e9b Author: Felix Riemann Date: Fri Oct 18 21:17:02 2013 +0200 Fix automake deprecation warnings INCLUDE is deprecated since 2001. Use the equivalent AM_CPPFLAGS variable. jpegutils/Makefile.am | 2 +- plugins/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit b8b1314f7190863fca8c70f2682fc122b9f89357 Author: Felix Riemann Date: Fri Oct 18 21:13:52 2013 +0200 Update gtk-doc Makefile template Should fix an automake warning about deprecated variables. Raise required minimum version for XML parameter. It's probably also been a while since someone tested against gtk-doc 1.9. configure.ac | 4 +- doc/reference/Makefile.am | 47 +++++++++++++++------- .../{eog-docs.sgml.in => eog-docs.xml.in} | 0 3 files changed, 34 insertions(+), 17 deletions(-) commit 4a54515f46b1166d168859479dd6718cc30d590e Author: Marek Černocký Date: Sun Oct 13 15:18:31 2013 +0200 Some fixes help/cs/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f54afe33a4082dc5db2afe9d09c4347f10351f36 Author: tuhaihe Date: Sun Oct 13 18:15:55 2013 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 329 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 190 insertions(+), 139 deletions(-) commit 9fb6384f7cb264b4a0f2c6cec8969d9700c6f588 Author: Arash Mousavi Date: Tue Oct 8 19:22:34 2013 +0330 L10N: Updated Persian translations po/fa.po | 580 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 274 insertions(+), 306 deletions(-) commit 296c14628e2dcb7d127464f6c8c52a6af2eb6fa9 Author: Carles Ferrando Date: Sun Oct 6 22:15:34 2013 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 1701 +++++++++-------------------------------------------- 1 file changed, 293 insertions(+), 1408 deletions(-) commit 4d47ec5d9307cf33f1826884666b14cb1b8ce71e Author: Felix Riemann Date: Sun Oct 6 15:36:08 2013 +0200 Remove unneeded xmp_terminate call This is called by EogApplication if needed. src/main.c | 7 ------- 1 file changed, 7 deletions(-) commit 997742b4f0d9023d402f5e7a519aca12fba2be46 Author: John Hiesey Date: Sat Sep 7 01:02:51 2013 +0000 Delay display initialization to avoid losing event timestamp Should fix a new window not receiving focus when opening another image from Nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=582931 src/eog-application.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++- src/main.c | 54 +------------------------------------------- 2 files changed, 62 insertions(+), 54 deletions(-) commit e11fc4056c14d017f19bdb306b29c149b891ed78 Author: Felix Riemann Date: Thu Oct 3 13:26:26 2013 +0200 EogSidebar: Fix deprecated GtkStock usage src/eog-sidebar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 1222978be073377f6a0b32559868a9d3a47770e9 Author: Felix Riemann Date: Fri Oct 4 14:23:58 2013 +0200 EogApplication: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-application.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit e0f99fbc2782126f6ff4b715b3c51de662b0d0a2 Author: Felix Riemann Date: Fri Oct 4 14:23:44 2013 +0200 EogClipboardHandler: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-clipboard-handler.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit a545274a51a55ac75160090c929f3f7c85f0ba8e Author: Felix Riemann Date: Fri Oct 4 14:23:22 2013 +0200 EogCloseConfirmationDialog: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-close-confirmation-dialog.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 007273d7a945fba9bbf599019499bd38ecf263ff Author: Felix Riemann Date: Fri Oct 4 14:23:09 2013 +0200 EogDialog: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-dialog.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit 77be951cb3d61fa2c051de14ea3501d2c07cf7e6 Author: Felix Riemann Date: Fri Oct 4 14:22:46 2013 +0200 EogExifDetails: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-exif-details.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit c485fb8b57231ae6ce9f8e318d05dcef5b49e3d6 Author: Felix Riemann Date: Fri Oct 4 14:22:15 2013 +0200 EogFileChooser: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-file-chooser.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 756dc07673b0d72b24f980ac074958b374686112 Author: Felix Riemann Date: Fri Oct 4 14:21:51 2013 +0200 EogImage: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-image.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit d7317d25330e7e988bb463be9f95fe7e56e5133f Author: Felix Riemann Date: Fri Oct 4 14:21:20 2013 +0200 EogListStore: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-list-store.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit 80cf4229a3b5d4ca2b74f7f01f128bc61e42d38e Author: Felix Riemann Date: Fri Oct 4 14:20:58 2013 +0200 EogMetadataReader: Convert to G_DEFINE_TYPE_WITH_PRIVATE Use G_ADD_PRIVATE for this due to G_DEFINE_TYPE_WITH_CODE src/eog-metadata-reader-jpg.c | 12 ++++-------- src/eog-metadata-reader-png.c | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) commit 7725a558253cc74af55d7215304401ad2a34fb08 Author: Felix Riemann Date: Fri Oct 4 14:19:51 2013 +0200 EogMetadataSidebar: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-metadata-sidebar.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 119a768de747c60cb3464d5f2e3d94b1825a1025 Author: Felix Riemann Date: Fri Oct 4 14:19:20 2013 +0200 EogPluginEngine: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-plugin-engine.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) commit afa0dc8683c5129b5a761af6c0aaff404498afd2 Author: Felix Riemann Date: Fri Oct 4 14:19:05 2013 +0200 EogPreferencesDialog: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-preferences-dialog.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit ad8c96331f1628d006e621ceb8fdcddb5204cded Author: Felix Riemann Date: Fri Oct 4 14:18:15 2013 +0200 EogPrintImageSetup: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-print-image-setup.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit ffc41379a0a3581672e40ae7da418188f99adce8 Author: Felix Riemann Date: Fri Oct 4 13:50:18 2013 +0200 EogPrintPreview: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-print-preview.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit 3945bb1933e3a1c395ccc55ecec2422e8df01f62 Author: Felix Riemann Date: Fri Oct 4 13:49:39 2013 +0200 EogPropertiesDialog: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-properties-dialog.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit 8e31683d6ece1883e2004d6921ebc056e5683905 Author: Felix Riemann Date: Fri Oct 4 13:49:16 2013 +0200 EogStatusbar: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-statusbar.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) commit dba0bd4c7bae69ae7911cd34425ee0ee89223767 Author: Felix Riemann Date: Fri Oct 4 13:48:48 2013 +0200 EogThumbNav: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-thumb-nav.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) commit 5cdb1b84a729cacefab58bfa0687b4abc96ad3a5 Author: Felix Riemann Date: Fri Oct 4 13:48:11 2013 +0200 EogURIConverter: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-uri-converter.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit f0c977d535e8a43fe2733315e5815414594928ee Author: Felix Riemann Date: Thu Oct 3 16:21:13 2013 +0200 EogScrollView: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-scroll-view.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 2b2563219c805ed067b8836503d67c5c3ef44fb9 Author: Felix Riemann Date: Thu Oct 3 14:42:43 2013 +0200 EogSidebar: Use G_DEFINE_TYPE_WITH_PRIVATE src/eog-sidebar.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) commit 3fe0bd486b94600bf4c08fa1e6fb13567200e347 Author: Felix Riemann Date: Fri Oct 4 12:02:32 2013 +0200 EogThumbView: Convert to G_DEFINE_TYPE_WITH_PRIVATE Use G_ADD_PRIVATE directly in this case. src/eog-thumb-view.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) commit 842775b28e5fd0b7f5fd78c4bff8bac44411cd49 Author: Felix Riemann Date: Fri Oct 4 12:02:57 2013 +0200 EogTransform: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-transform.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) commit 35c38646d6af5552f2f24afa6755d0310c8ec1fc Author: Felix Riemann Date: Fri Oct 4 12:07:29 2013 +0200 EogWindow: Convert to G_DEFINE_TYPE_WITH_PRIVATE src/eog-window.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit cec40f8cdaed5e1b5c6966dbc13915ea80c81db3 Author: Felix Riemann Date: Thu Oct 3 14:45:08 2013 +0200 Raise glib dependency to 2.38 Needed for G_DEFINE_TYPE_WITH_PRIVATE configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 740a9680cef8daaafd312064cbc6883f31f16ab8 Author: Felix Riemann Date: Wed Sep 25 18:14:04 2013 +0200 appmenu: Open help docs at the index page src/eog-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8f37e662316ad69ea66c8a7d6a06290ff75d768e Author: Rūdolfs Mazurs Date: Wed Oct 2 23:04:24 2013 +0300 Updated Latvian translation help/lv/lv.po | 4889 ++++++++++++++++++++++++++++++++++----------------------- po/lv.po | 23 +- 2 files changed, 2928 insertions(+), 1984 deletions(-) commit cf5c68302f251c802a018029cc1b4ab19fc5d02e Author: Cheng-Chia Tseng Date: Mon Sep 30 19:21:29 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 257 ++++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 257 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 258 insertions(+), 256 deletions(-) commit ee0a7405332ca664fd11a73e48bdd6fb864dad12 Author: Muhammet Kara Date: Wed Sep 25 21:10:44 2013 +0300 [l10n]Updated Turkish translation po/tr.po | 371 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 212 insertions(+), 159 deletions(-) commit 666e5c7cdf25c1c06d7581d77fbf7e65cac472d6 Author: Felix Riemann Date: Tue Sep 24 14:03:01 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 76e7c714781eae064faeab5ac708b133a6bf1422 Author: Felix Riemann Date: Tue Sep 24 13:57:19 2013 +0200 Prepare for release 3.10.0 NEWS | 25 +++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) commit ef766cdb9db26f6d5d73e58f2332c4a21e72d1a7 Author: Felix Riemann Date: Tue Sep 24 13:12:35 2013 +0200 EogWindow: Add translator comment about screensaver inhibition https://bugzilla.gnome.org/show_bug.cgi?id=708554 src/eog-window.c | 1 + 1 file changed, 1 insertion(+) commit 398e250882b61ed7d93232aac277b7e4753062bd Author: Pavol Klačanský Date: Sun Sep 22 23:15:00 2013 +0200 Updated slovak translation po/sk.po | 292 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 151 insertions(+), 141 deletions(-) commit 8aeb8b33b277b832ac3be1166247a984fa1110bd Author: António Lima Date: Sun Sep 22 21:57:45 2013 +0100 Updated Portuguese translation po/pt.po | 343 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 196 insertions(+), 147 deletions(-) commit 3a673ababf7b50f7132faf8b6713147633def2e4 Author: Reinout van Schouwen Date: Sun Sep 22 00:33:39 2013 +0200 Updated Dutch translation po/nl.po | 364 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 212 insertions(+), 152 deletions(-) commit 5d615a79d1c333950e270c6fc12ae1aecad7ca53 Author: Daniel Korostil Date: Sat Sep 21 13:44:13 2013 +0300 Updated Ukrainian po/uk.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit e39f2051275454ffd91eacd758a15401f57c8e00 Author: Daniel Korostil Date: Sat Sep 21 13:39:27 2013 +0300 Updated Ukrainian po/uk.po | 324 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 186 insertions(+), 138 deletions(-) commit 9a2c7ceba81b26ba2e9d59d6c3c5754607f00ea7 Author: GunChleoc Date: Fri Sep 20 12:07:50 2013 -0600 Added Scottish Gaelic translation po/LINGUAS | 1 + po/gd.po | 1602 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1603 insertions(+) commit 3ec3163105e8cc42a210aa011d6638d655b63839 Author: Jiro Matsuzawa Date: Thu Sep 19 08:20:54 2013 +0900 l10n: Update Japanese translation po/ja.po | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) commit 95c90e49b5d04b390fdcead4b06c626a1b6d620c Author: Enrico Nicoletto Date: Wed Sep 18 19:54:52 2013 -0300 Updated Brazilian Portuguese translation help/pt_BR/pt_BR.po | 4084 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 2616 insertions(+), 1468 deletions(-) commit da15977d87de7770460cf796eeafb49d736f4798 Author: A S Alam Date: Tue Sep 17 19:57:48 2013 -0500 Punjabi Translation updated by Aman po/pa.po | 358 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 213 insertions(+), 145 deletions(-) commit 7d1980b2fc0c39b73e11894904ad8f92e2787141 Author: Kenneth Nielsen Date: Mon Sep 16 23:10:15 2013 +0200 Updated Danish translation po/da.po | 325 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 189 insertions(+), 136 deletions(-) commit dea0776ba93138cfcedb8a28994dc8f32a53db74 Author: Josep Sànchez Date: Mon Sep 16 22:54:15 2013 +0200 [l10n] Update Catalan translation po/ca.po | 1497 ++++++++------------------------------------------------------ 1 file changed, 190 insertions(+), 1307 deletions(-) commit b17bdb3c9cdab0a92554b8bb9de05af1e4360cf8 Author: Inaki Larranaga Murgoitio Date: Mon Sep 16 21:23:08 2013 +0200 Updated Basque language po/eu.po | 329 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 192 insertions(+), 137 deletions(-) commit 06099c28cc02cd3cc33c9c05fe77fc1225dfe28c Author: Khaled Hosny Date: Mon Sep 16 18:43:24 2013 +0200 Update Arabic translation po/ar.po | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit 2100ce58eda46106e404124f25d2e73a557f8d10 Author: Felix Riemann Date: Fri Sep 13 22:18:26 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ff081537f6d5ed6e54c06f86d8cc5ea03ae368a0 Author: Felix Riemann Date: Fri Sep 13 22:15:47 2013 +0200 Prepare for release 3.9.92 NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 7de32a6c90aa802590d8d2f1c63aecea0e4d1b34 Author: Changwoo Ryu Date: Sat Sep 14 05:06:28 2013 +0900 Updated Korean translation po/ko.po | 338 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 194 insertions(+), 144 deletions(-) commit e14d2faba343bf1efd455bb96be6c8e731f93d82 Author: Gianvito Cavasoli Date: Thu Sep 12 08:30:36 2013 +0200 [l10n] Updated Italian translation. po/it.po | 340 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 195 insertions(+), 145 deletions(-) commit 95a54de83691e97e8a80cac554e34540775b78e4 Author: Mattias Põldaru Date: Thu Sep 12 07:54:58 2013 +0300 [l10n] Updated Estonian translation po/et.po | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 60 insertions(+), 15 deletions(-) commit 8a88950a3ee96842b61d0ce0557ea148ac428832 Author: Rūdolfs Mazurs Date: Wed Sep 11 22:57:44 2013 +0300 Updated Latvian translation po/lv.po | 356 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 215 insertions(+), 141 deletions(-) commit c9ad55243211e5e9335a16102560f4561e9740e1 Author: Nilamdyuti Goswami Date: Wed Sep 11 01:22:33 2013 +0530 Assamese Translation Updated po/as.po | 358 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 213 insertions(+), 145 deletions(-) commit 86a015579e3e5c5d73b3550eeb9a6c8c0ac3fa8d Author: Theppitak Karoonboonyanan Date: Mon Sep 9 20:40:39 2013 +0700 Updated Thai translation. po/th.po | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit 7aa0bb9f433bd0370f747ebafbf051d0462b9046 Author: Benjamin Steinwender Date: Mon Sep 9 06:32:01 2013 +0200 Updated German translation po/de.po | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) commit 8a10cd5c34d96bc5582db7b72539f32e155b1ae0 Author: Kjartan Maraas Date: Sun Sep 8 11:25:33 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) commit 03c32b4e07bdaf33a2410f087dfe7ab7df0e8d73 Author: Ihar Hrachyshka Date: Sun Sep 8 11:19:30 2013 +0300 Updated Belarusian translation. po/be.po | 343 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 199 insertions(+), 144 deletions(-) commit ed179bd23de3822b1fa98d75e5b4d5f9190ba6aa Author: Dmitriy S. Seregin Date: Sat Sep 7 13:30:59 2013 +0400 Updated Russian translation po/ru.po | 611 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 293 insertions(+), 318 deletions(-) commit 4a9c0583f33a7618ca7e76acf146f71d142deb27 Author: Мирослав Николић Date: Sat Sep 7 06:05:46 2013 +0200 Updated Serbian translation po/sr.po | 364 ++++++++++++++++++++++++++++++++++----------------------- po/sr@latin.po | 364 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 438 insertions(+), 290 deletions(-) commit c4b829599346f683f2d8c875e24e9524addcd449 Author: Marek Černocký Date: Thu Sep 5 12:05:17 2013 +0200 Updated Czech translation po/cs.po | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) commit 392586f7d09ef6ad5c05da087b1f09673cf07bc6 Author: Marek Černocký Date: Wed Sep 4 18:23:07 2013 +0200 Updated Czech translation po/cs.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit c52c61df4025cc3dc61923561114492d4e217c9c Author: Marek Černocký Date: Wed Sep 4 18:23:01 2013 +0200 Updated Czech translation help/cs/cs.po | 4032 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 2547 insertions(+), 1485 deletions(-) commit 03612ce9e4ba9f75174f84f1e7e1fbbeb815c9a4 Author: Baurzhan Muftakhidinov Date: Wed Sep 4 16:51:32 2013 +0600 Update Kazakh translation po/kk.po | 1638 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 956 insertions(+), 682 deletions(-) commit 202fb35ca02c14ed8b53d9e16c0e6d0a46a4f44e Author: Timo Jyrinki Date: Wed Sep 4 10:58:13 2013 +0300 Finnish translation update po/fi.po | 353 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 212 insertions(+), 141 deletions(-) commit 41ae39275962e97117ee5dbfe200478cbef2c4fa Author: Chao-Hsiung Liao Date: Wed Sep 4 14:49:32 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 22 ++++++++++++++++------ po/zh_TW.po | 22 ++++++++++++++++------ 2 files changed, 32 insertions(+), 12 deletions(-) commit 3434cae0ad8c6a74c492b58ca2539e84325f2ac2 Author: Alexandre Franke Date: Tue Sep 3 20:34:10 2013 +0200 Update French translation po/fr.po | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit 87f29948df58f38bfb612108612b1c9fc934dc72 Author: Balázs Úr Date: Tue Sep 3 19:26:14 2013 +0200 Updated Hungarian translation po/hu.po | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) commit 985e801613441253e3fafb1f1bcdfbcdb5a40120 Author: Yaron Shahrabani Date: Tue Sep 3 12:08:36 2013 +0300 Updated Hebrew translation. po/he.po | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) commit 7e6dff88ce7d562319bc3d779325e1bc3b032fd8 Author: Rafael Ferreira Date: Mon Sep 2 20:55:38 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit a0a9884d9dc101f04cc413c866ad2f2996f39ac9 Author: Felix Riemann Date: Mon Sep 2 23:15:25 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 93c5f1dd58b5a2d2f55cc6a382e9df6e6baa8347 Author: Felix Riemann Date: Mon Sep 2 23:13:00 2013 +0200 Prepare for release 3.9.91 NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit 080badc96a7c3102498d90a68705beff416ef452 Author: Daniel Mustieles Date: Mon Sep 2 18:05:01 2013 +0200 Updated Spanish translation po/es.po | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) commit c40ca7fd06b59ab739a9064101fc21676628b805 Author: Victor Ibragimov Date: Mon Sep 2 15:24:52 2013 +0500 Tajik translation updated po/tg.po | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) commit 2fee07222835a9d3d99e787d4b9aa40b5fcdda9e Author: Andika Triwidada Date: Mon Sep 2 15:38:04 2013 +0700 Updated Indonesian translation po/id.po | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit 69f452c2ccb03640860253307d2a7af4b6c69244 Author: Matej Urbančič Date: Sun Sep 1 20:27:40 2013 +0200 Updated Slovenian translation po/sl.po | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) commit 8e378527dc3f1c927cdafb8113c37aedb7b8c4b7 Author: Aurimas Černius Date: Sun Sep 1 21:22:59 2013 +0300 Updated Lithuanian translation po/lt.po | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) commit 7a51479db40f7589f7275e8cf7476d4ef3d134dd Author: Piotr Drąg Date: Sun Sep 1 20:21:19 2013 +0200 Updated Polish translation po/pl.po | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit 09d12c1dbbe3127f13677d326d1bc7ec4a40e084 Author: Fran Diéguez Date: Sun Sep 1 18:42:35 2013 +0200 Updated Galician translations po/gl.po | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) commit f0a2faf9bc64f2ddacd77df11c058cbbc4dc0188 Author: Felix Riemann Date: Sun Sep 1 14:23:45 2013 +0200 Fix deprecated GTK_STOCK_DIALOG_* usage src/eog-close-confirmation-dialog.c | 4 ++-- src/eog-error-message-area.c | 6 +++--- src/eog-window.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) commit ddb5fcaff9ef5145bae345f8de18cbefc1ee6d08 Author: Felix Riemann Date: Sun Sep 1 14:22:29 2013 +0200 reload: Fix deprecated GtkStock usage plugins/reload/eog-reload-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bbc89a61fc526c3e69ddfaceea4b4fae3a1f507b Author: Felix Riemann Date: Sun Sep 1 12:35:33 2013 +0200 Remove GtkStock usage in delete/trash confirmation dialogs GtkStock is deprecated and it is easier to avoid conflicting mnemonics. src/eog-window.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 0ffced37f62338300b5ede4ed0a678fadb5d0294 Author: Jiro Matsuzawa Date: Sun Sep 1 18:27:48 2013 +0900 Change mnemonic to avoid confliction https://bugzilla.gnome.org/show_bug.cgi?id=707212 src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d8b082d3593ddfbe97423ba3a3966c8485d618d7 Author: Seán de Búrca Date: Fri Aug 30 22:15:59 2013 -0600 Updated Irish translation po/ga.po | 1601 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 929 insertions(+), 672 deletions(-) commit e48d096daef6657a46f00e83d65dc4eaac5da5e5 Author: Seán de Búrca Date: Thu Aug 29 19:20:45 2013 -0600 Remove extraneous gtkdocize in autogen causing build to fail https://bugzilla.gnome.org/show_bug.cgi?id=707099 autogen.sh | 5 ----- 1 file changed, 5 deletions(-) commit 45d5bd2f0efe2b9dc11c65b256aa38bafae9037a Author: Andika Triwidada Date: Fri Aug 30 14:48:37 2013 +0700 Updated Indonesian translation po/id.po | 331 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 186 insertions(+), 145 deletions(-) commit f4a4d329c3ca4c68e37ce9f4ff48a9a7832ce241 Author: Ryan Lortie Date: Thu Aug 29 14:55:45 2013 +0200 Update Esperanto translation Reviewed by Tiffany Antopolski po/eo.po | 498 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 281 insertions(+), 217 deletions(-) commit 08aca771ca65468826dd948f3d59a8a56e015d77 Author: Seán de Búrca Date: Mon Aug 26 15:25:11 2013 -0600 Fix autogen and configure https://bugzilla.gnome.org/show_bug.cgi?id=706837 Makefile.am | 2 ++ configure.ac | 2 ++ 2 files changed, 4 insertions(+) commit 0513bb5ded56f3a0ccbd551323ce1e599cfc104d Author: Alexandre Franke Date: Thu Aug 22 15:21:38 2013 +0200 Update French translation po/fr.po | 312 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 178 insertions(+), 134 deletions(-) commit c68b57123950957c1e8e7f9ab5c001c28446b7f7 Author: Piotr Drąg Date: Thu Aug 22 01:56:27 2013 +0200 Updated Polish translation po/pl.po | 339 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 193 insertions(+), 146 deletions(-) commit cc1d5f8aa36b34c63f45bed0f57935df81c99bb4 Author: Gabor Kelemen Date: Thu Aug 22 00:51:10 2013 +0200 Update and relicence Hungarian help translation help/hu/hu.po | 333 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 179 insertions(+), 154 deletions(-) commit b001b1898572c8192148542ac2ba9e97b3ef5641 Author: Felix Riemann Date: Wed Aug 21 23:21:19 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 501234681af0917633609c80d1fa45c8ad66a5e4 Author: Felix Riemann Date: Wed Aug 21 23:18:08 2013 +0200 Prepare for release 3.9.90 NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) commit c068094d7a10fe113a6386960515959eda42e6bd Author: Matej Urbančič Date: Sat Aug 17 16:58:46 2013 +0200 Updated Slovenian translation po/sl.po | 264 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 132 insertions(+), 132 deletions(-) commit cea40c87856f5453a7bf506c364088c96c56b07a Author: Theppitak Karoonboonyanan Date: Tue Aug 13 20:30:32 2013 +0700 Updated Thai translation. po/th.po | 332 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 185 insertions(+), 147 deletions(-) commit 30092cb2a523644403053857ae0f8a7f44d38d35 Author: Marek Černocký Date: Tue Aug 13 11:28:51 2013 +0200 Updated Czech translation po/cs.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b4cce07b4f9dd2ca5234f81d8254465252985983 Author: Marek Černocký Date: Tue Aug 13 08:41:23 2013 +0200 Updated Czech translation po/cs.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 0390f995cc8ba7631027d81c799177c0daa2e57e Author: Marek Černocký Date: Mon Aug 12 21:40:42 2013 +0200 Updated Czech translation po/cs.po | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) commit 357a87679a8986902bf6b16984a92160ae05ad0d Author: Khaled Hosny Date: Sun Aug 11 13:36:07 2013 +0200 Update Arabic translations po/ar.po | 246 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 123 insertions(+), 123 deletions(-) commit 162a5c7213a8057ed52c81454a91682a08596330 Author: Aurimas Černius Date: Thu Aug 8 22:52:09 2013 +0300 Updated Lithuanian translation po/lt.po | 612 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 374 insertions(+), 238 deletions(-) commit e7d24f7622499e598fcea0bd6024d1f02af226c6 Author: Felix Riemann Date: Thu Aug 8 20:52:14 2013 +0200 Replace deprecated widgets in properties dialog data/eog-image-properties-dialog.ui | 46 ++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 18 deletions(-) commit 6e64b3cb3508a304cba407b4c23ee11c6a3f41ee Author: Felix Riemann Date: Thu Aug 8 20:52:02 2013 +0200 Replace deprecated widgets in preferences dialog data/eog-preferences-dialog.ui | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) commit 5c2cecfacd7892a56053971fe2703aac46018bf6 Author: Gabor Kelemen Date: Tue Aug 6 09:48:14 2013 +0200 Updated Hungarian translation po/hu.po | 341 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 191 insertions(+), 150 deletions(-) commit 38015de1731ec1da8c6bebfcf0cf1ad5b67befff Author: Rafael Ferreira Date: Mon Aug 5 21:55:36 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 584 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 352 insertions(+), 232 deletions(-) commit 69c81cdd975e8c2bc946f68811c810ec83201d61 Author: Christian Kirbach Date: Mon Aug 5 22:38:37 2013 +0200 Updated German help translation help/de/de.po | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) commit 3664d15e972e0bac101ad0330acee2b61e1056a5 Author: Fran Diéguez Date: Fri Aug 2 13:03:48 2013 +0200 Updated Galician translations po/gl.po | 246 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 123 insertions(+), 123 deletions(-) commit a5922fe9f269d63595b76a719fc7b3a03d81e916 Author: Chao-Hsiung Liao Date: Fri Aug 2 10:33:07 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 315 ++++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 315 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 360 insertions(+), 270 deletions(-) commit d8bdde4c1459b01a337a559c901a6fbcab25556f Author: Yaron Shahrabani Date: Wed Jul 31 09:23:31 2013 +0300 Updated Hebrew translation. po/he.po | 499 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 282 insertions(+), 217 deletions(-) commit 31ea61034870910ecfd94011473ab24220345fd5 Author: Felix Riemann Date: Mon Jul 29 23:35:52 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 32bc55fc423c1a38f3404e873284617933b69336 Author: Felix Riemann Date: Mon Jul 29 23:33:16 2013 +0200 Prepare for release 3.9.5 NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) commit 7b78b4b0732661db553f5f932d5cc8c7da6f7b44 Author: Felix Riemann Date: Sun Jul 28 19:53:40 2013 +0200 Remove gi18n.h include from header file The translation infrastructure is not used from the headers and should be used in the .c-files requiring it. This is is especially true for public headers which require a different i18n include. src/eog-save-as-dialog-helper.c | 1 + src/eog-uri-converter.c | 1 + src/eog-uri-converter.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) commit 3f6c55deb3643e26c44a4a3a0f9825ff932b2871 Author: Felix Riemann Date: Sun Jul 28 19:32:40 2013 +0200 EogImage: Move Exempi include into files actually needing it. The main eog-image include file doesn't have any dependency on the Exempi includes. Move it into files that actually use something from the package. src/eog-image-private.h | 5 +++++ src/eog-image.c | 4 ++++ src/eog-image.h | 4 ---- 3 files changed, 9 insertions(+), 4 deletions(-) commit df7a1ffb6553db6f9c94267bca95c178129df5e0 Author: Christian Kirbach Date: Wed Jul 24 16:26:56 2013 +0200 Updated German translation help/de/de.po | 798 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 421 insertions(+), 377 deletions(-) commit 9066f65e6cd8430080665e55e63e0b780d27ee23 Author: Felix Riemann Date: Sat Jul 20 20:16:35 2013 +0200 EogURIConverter: Make object functions public As we install the header we also need to make the class public. https://bugzilla.gnome.org/show_bug.cgi?id=704074 src/eog-uri-converter.h | 7 ------- 1 file changed, 7 deletions(-) commit 5f5cdfe0fad98089b0c54be92b386fc54268aae4 Author: Dominique Leuenberger Date: Fri Jul 12 11:16:35 2013 +0200 install eog-uri-converter.h eog-jobs.h includes this header https://bugzilla.gnome.org/show_bug.cgi?id=704074 src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a33950c14d7b8da8e1c6289709022affb910be2a Author: Sebastian Keller Date: Wed Jul 17 02:28:14 2013 +0200 Fix svg rendering with gtk >= 3.9.2 eog was ignoring the matrix set in the cairo context which now in the new simplified drawing world is supposed to position the widget src/eog-scroll-view.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 101d626852c174143277effbdce4c8ddf6b56707 Author: Victor Ibragimov Date: Fri Jul 19 12:04:17 2013 +0500 Tajik translation updated po/tg.po | 51 +++++++++++++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) commit e2aedd6963851a3f20aeffa1ee7d36fb27b62425 Author: Victor Ibragimov Date: Thu Jul 18 20:32:36 2013 +0500 Tajik translation updated po/tg.po | 293 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 172 insertions(+), 121 deletions(-) commit ecc87d04104d043fa8f09e0bb0d3b5d3b55e5faf Author: Benjamin Steinwender Date: Sun Jul 14 16:39:28 2013 +0200 Updated German translation po/de.po | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) commit d85839708d8cdda26d7995dfaec701a78c593655 Author: Jiro Matsuzawa Date: Sat Jul 13 21:59:12 2013 +0900 l10n: Update Japanese translation po/ja.po | 314 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 174 insertions(+), 140 deletions(-) commit a21ec8c59d1f7df321f7cf3b8e56af72561a5333 Author: Daniel Mustieles Date: Mon Jul 8 13:35:57 2013 +0200 Updated Spanish translation help/es/es.po | 327 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 174 insertions(+), 153 deletions(-) commit 6bda818df1b0a353fbb5aea153dbf531819cd81c Author: Tiffany Ann Antopolski Date: Sat Jul 6 07:32:42 2013 -0400 help: update screenshots to use dark theme bug #683908 help/C/figures/eog-toolbar-editor.png | Bin 24562 -> 27416 bytes help/C/figures/image-view-prefs.png | Bin 30993 -> 33011 bytes help/C/figures/multiple-convert.png | Bin 24970 -> 30781 bytes help/C/figures/multiple-rename-count.png | Bin 25142 -> 30254 bytes help/C/figures/plugin-send-by-mail.png | Bin 56866 -> 62863 bytes help/C/figures/plugin-tools-flickr.png | Bin 56552 -> 0 bytes help/C/figures/plugins-all.png | Bin 48189 -> 90830 bytes help/C/figures/prefs-plugins-date.png | Bin 28551 -> 29982 bytes help/C/figures/prefs-plugins-fullscreen.png | Bin 28569 -> 30013 bytes help/C/figures/prefs-plugins.png | Bin 26618 -> 28441 bytes help/C/figures/slideshow-prefs.png | Bin 20616 -> 22467 bytes help/C/plugin-postr.page | 57 ---------------------------- help/C/preferences.page | 7 +--- help/Makefile.am | 2 - 14 files changed, 1 insertion(+), 65 deletions(-) commit ab54359d48b834f7d85ba8e7b1b4eabebd28dfb3 Author: Benjamin Steinwender Date: Wed Jul 3 22:33:56 2013 +0200 Updated German help translation po/de.po | 340 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 192 insertions(+), 148 deletions(-) commit fdf17db368a2fda691edc8d7637c0cb776a4bdf7 Author: Marek Černocký Date: Wed Jun 26 18:57:34 2013 +0200 Updated Czech translation po/cs.po | 258 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 129 insertions(+), 129 deletions(-) commit 0d579632b2002de32fb35e0e6ad6047e36cdacb2 Author: Kjartan Maraas Date: Thu Jun 20 10:20:11 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 240 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 120 insertions(+), 120 deletions(-) commit f69749e80e839ddbaf6b7b0a09f2ff3b2f8a31ac Author: Daniel Mustieles Date: Wed Jun 19 14:23:43 2013 +0200 Updated Spanish translation po/es.po | 276 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 131 insertions(+), 145 deletions(-) commit d8131568a9129dd8a322fa9b328fb0a9cb0953d8 Author: Felix Riemann Date: Tue Jun 18 18:52:27 2013 +0200 When deleting images make sure there's is actually something to delete Fixes crashes when one tries to delete an image that was already deleted outside of eog. The result is not nice, but it is analogous to what "Move to Trash" does in that case. https://bugzilla.gnome.org/show_bug.cgi?id=702523 src/eog-window.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 9af77569e533e56678122d9248a248e378d42f20 Author: Jiro Matsuzawa Date: Tue Jun 18 10:52:46 2013 +0900 Add mnemonic to Delete Image menu item https://bugzilla.gnome.org/show_bug.cgi?id=702521 src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 97404f79bbcdeb5eacc5346025578d68de60c88f Author: Victor Ibragimov Date: Tue Jun 18 10:13:49 2013 +0500 Tajik translation updated po/tg.po | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) commit aeb71f90a684375a9d7b9ff43d86bca2ab2f74d6 Author: Felix Riemann Date: Mon Jun 17 23:03:46 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e8be47a609875b32299b1fe7591d3c3fc158dbe Author: Felix Riemann Date: Mon Jun 17 23:01:08 2013 +0200 Prepare for release 3.9.1 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 63e09eee28734df858ddbf962c507a9eed7f39c5 Author: Felix Riemann Date: Sun Jun 16 16:03:05 2013 +0200 EogImage: Allow calling image_load outside of EogJobs This is still needed for the statusbar-date plugin. EogImage needs to be aware of the load jobs to get this away. src/eog-image.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit 8fbd964de00924c578eaa47c1a7ef5a6ceb81d8e Author: Felix Riemann Date: Sun Jun 16 15:48:58 2013 +0200 EogJobs: Reinstate EogJobSave and EogJobSaveAs These are also missing cancellation for now. src/eog-jobs.c | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 167 insertions(+), 2 deletions(-) commit 0a26c8bc7b3c884a7b5a6da001fd207021a1b0ea Author: Felix Riemann Date: Sun Jun 16 15:06:49 2013 +0200 EogJobs: Make EogJobCopy work with the new scheduler Also uses the old worker code for now until job cancellation is fully implemented. src/eog-jobs.c | 28 +++++++++++++++++++++++++++- src/eog-window.c | 2 -- 2 files changed, 27 insertions(+), 3 deletions(-) commit 707bf266f5166b9be64ab4f445d6dbe00a3c1ed5 Author: Felix Riemann Date: Sun Jun 16 14:21:00 2013 +0200 EogJobs: Make EogJobTransform work again This re-uses the old job code and needs to be extended with proper cancellation checks. src/eog-jobs.c | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) commit 420ad68cb6fa9d9dcbbb6034529e1f64a1479fe5 Author: Felix Riemann Date: Wed May 15 21:55:09 2013 +0200 EogJobs: Fix signalling callbacks Make sure the callbacks are only called once each time. src/eog-jobs.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit e5c7e101621e19e908a834ae33480c72365bd361 Author: Javier Sánchez Date: Fri Feb 15 20:17:28 2013 +0100 Refactored eog jobs system. src/Makefile.am | 4 +- src/eog-debug.h | 2 + src/eog-image.c | 6 +- src/eog-job-queue.c | 234 ----- src/eog-job-scheduler.c | 187 ++++ src/{eog-job-queue.h => eog-job-scheduler.h} | 33 +- src/eog-jobs.c | 1341 ++++++++++++++++---------- src/eog-jobs.h | 341 ++++--- src/eog-list-store.c | 6 +- src/eog-thumb-view.c | 4 +- src/eog-window.c | 26 +- src/main.c | 4 +- 12 files changed, 1247 insertions(+), 941 deletions(-) commit 0ceb75003c32b49d4b75d4689536a51b3e4c8d52 Author: Khaled Hosny Date: Sat Jun 8 20:45:23 2013 +0200 Update Arabic translation po/ar.po | 304 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 180 insertions(+), 124 deletions(-) commit 5e50af32f4ecc054ba7888df9aada01a626b6339 Author: tuhaihe Date: Thu Jun 6 11:52:50 2013 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 298 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 152 insertions(+), 146 deletions(-) commit 30e54c4b023a866532d5925fc78764e6af6d5f00 Author: Victor Ibragimov Date: Wed Jun 5 13:53:40 2013 +0500 Tajik updated po/tg.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 6d7cf49308384369fe92e606c8eaf21f8bbeb146 Author: Dimitris Spingos Date: Wed Jun 5 08:23:30 2013 +0300 Updated Greek translation po/el.po | 337 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 197 insertions(+), 140 deletions(-) commit 8e48620bd4ae6e6465bbee31f0f33920bfcdea40 Author: Victor Ibragimov Date: Tue Jun 4 17:22:21 2013 +0500 Tajik updated po/tg.po | 330 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 197 insertions(+), 133 deletions(-) commit e5e922b69bb103de66754cacdb98cdd064f3e9ac Author: Victor Ibragimov Date: Tue Jun 4 12:28:30 2013 +0500 Tajik updated po/tg.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 6d16c116bc1bbb91ac60f9ecad9f951137031819 Author: Victor Ibragimov Date: Mon Jun 3 14:22:11 2013 +0500 Tajik updated po/tg.po | 92 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 49 insertions(+), 43 deletions(-) commit b4daae8a72dd5af6247ca2368b3b64811d3a812c Author: Jiro Matsuzawa Date: Sat Jun 1 00:11:53 2013 +0900 l10n: Update Japanese translation help/ja/ja.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 49d063b6d607c0460dccd212e3d28dd5812c9a95 Author: Jiro Matsuzawa Date: Fri May 31 22:35:38 2013 +0900 l10n: Update Japanese translation po/ja.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7721f5278c9c4e9f3eeb03092f02698c668bc933 Author: Victor Ibragimov Date: Fri May 31 15:32:33 2013 +0500 Tajik updated po/tg.po | 135 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 68 insertions(+), 67 deletions(-) commit 2401fe70a3cebfed6211ba4db81eb4f1bde4cd9d Author: Victor Ibragimov Date: Fri May 31 14:02:29 2013 +0500 Tajik updated po/tg.po | 130 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 65 insertions(+), 65 deletions(-) commit 570e11f47e8483a51a3b8c9b38ba36f68d349e1c Author: Marek Černocký Date: Wed May 29 12:23:21 2013 +0200 Updated Czech translation po/cs.po | 317 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 182 insertions(+), 135 deletions(-) commit 4d52c0dc9f90be453728b2f6312400c9e098ea93 Author: Kjartan Maraas Date: Mon May 27 14:15:32 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 385871baf33533660c4aa52e54f9643148be05fb Author: Richard Stanislavský Date: Fri May 24 23:41:29 2013 +0200 Updated slovak translation po/sk.po | 315 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 182 insertions(+), 133 deletions(-) commit 0fa3c71fa592024448f274198de925bf2f346182 Author: Yaron Shahrabani Date: Fri May 24 12:10:30 2013 +0300 Updated Hebrew translation. po/he.po | 339 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 193 insertions(+), 146 deletions(-) commit 7fb935bf7a1cb12d9cc6d4b191172d2e0cb2b811 Author: Fran Diéguez Date: Mon May 20 01:18:16 2013 +0200 Updated Galician translations po/gl.po | 313 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 179 insertions(+), 134 deletions(-) commit 8ce919f108d10f3a5bc30ffb959bf46cc495d6d4 Author: Kjartan Maraas Date: Thu May 16 13:33:13 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 318 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 181 insertions(+), 137 deletions(-) commit 1b618a788067e1157711c8d0b92bffbba8580b71 Author: Felix Riemann Date: Wed May 15 22:00:49 2013 +0200 Update git.mk Updated to revision a49ac54ca from https://github.com/behdad/git.mk git.mk | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 79 insertions(+), 18 deletions(-) commit 823493f93960c6ff4f9cab23454ba8464d4f478a Author: Felix Riemann Date: Fri May 10 15:14:18 2013 +0200 EogMetadataSidebar: Fix deprecation warning with newer GTK+ configure.ac | 2 +- src/eog-metadata-sidebar.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) commit e08c9d44b0c0cd36674ffd4cac9a473a68018f8e Author: Felix Riemann Date: Fri May 10 14:42:33 2013 +0200 Raise initial window size limit to 85% of screen size This makes much better use of the available screen space. src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3624b85895ef4ef2c840e4c84cf2fef0b35625bc Author: Leonardo Donelli Date: Fri May 10 01:47:37 2013 +0200 Set better window size Make sure the window is not too big for the screen size. The previous version did that in a way that didn't work with some images size, particularly on 16:9 displays. https://bugzilla.gnome.org/show_bug.cgi?id=630512 src/eog-window.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) commit 988697cfdd6d46fc05afa9b62088833c5a3f6335 Author: Daniel Mustieles Date: Thu May 2 19:37:23 2013 +0200 Updated Spanish translation po/es.po | 340 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 198 insertions(+), 142 deletions(-) commit 349e5f9825f75e2c96d48ed84ec70d3ce821b732 Author: Daniel Mustieles Date: Thu May 2 19:37:13 2013 +0200 Updated Spanish translation help/es/es.po | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) commit 6710c165498e8395a535727bddfefffbd36f33f0 Author: Matej Urbančič Date: Wed May 1 20:31:44 2013 +0200 Updated Slovenian translation po/sl.po | 572 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 344 insertions(+), 228 deletions(-) commit f34e2585350a5607ced88d8826876a2c9a9e9120 Author: Felix Riemann Date: Wed May 1 19:47:53 2013 +0200 Adjust version to be a development version configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 6ffb1424cb5e11f1403a7cd62d81cd52d4bf550b Author: Felix Riemann Date: Wed May 1 19:43:43 2013 +0200 Add UI elements for deleting images https://bugzilla.gnome.org/show_bug.cgi?id=563538 data/eog-toolbar.xml | 1 + data/eog-ui.xml | 1 + src/eog-window.c | 33 ++++++++++++++++++--------------- 3 files changed, 20 insertions(+), 15 deletions(-) commit c9111f690078bd7450a260f14a2abc4a9b2f9e45 Author: Javier Sánchez Date: Fri Mar 15 19:54:46 2013 +0100 Ability to permanently delete photo via keyboard shortcut (Shift-Del) Activated shortcut to remove one or more images permanently. Previous to delete the user is asked to confirm the action. https://bugzilla.gnome.org/show_bug.cgi?id=563538 src/eog-window.c | 246 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) commit 23fae7e91d25d7b19fb2db1cee3ebe6e6348e5ad Author: Felix Riemann Date: Wed May 1 18:30:35 2013 +0200 Remove unnecessary hyphens https://bugzilla.gnome.org/show_bug.cgi?id=699043 data/eog-preferences-dialog.ui | 25 +++++++++---------------- help/C/preferences.page | 2 +- 2 files changed, 10 insertions(+), 17 deletions(-) commit f91fad012d987c7060d02c654d14db56c3c02cd1 Author: OKANO Takayoshi Date: Sat Apr 27 20:51:47 2013 +0900 l10n: Update Japanese translation Fix typo help/ja/ja.po | 485 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 480 insertions(+), 5 deletions(-) commit 8cfda52f45ac4ab1827f98243e3114bae72a647f Author: Felix Riemann Date: Mon Apr 15 22:44:15 2013 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 62bd7253870a6d0cb12b696189356d821846317c Author: Felix Riemann Date: Mon Apr 15 22:41:18 2013 +0200 Prepare for release 3.8.1 NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit ed5665f6e6555afa83dc4a384fff0678cf138653 Author: Gabor Kelemen Date: Sun Apr 14 10:18:18 2013 +0200 Fix tags in the Hungarian help help/hu/hu.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 15979aa1b02a4e01f54c85ab87fc0b5fc9e164b6 Author: Muhammet Kara Date: Thu Apr 11 00:33:40 2013 +0300 [l10n] Updated Turkish translation po/tr.po | 283 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 139 deletions(-) commit acad6358e4b3adc06f598f3e6d2400ef6b65002a Author: Bruce Cowan Date: Sat Apr 6 17:40:11 2013 +0100 Updated British English translation po/en_GB.po | 301 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 154 insertions(+), 147 deletions(-) commit 6b73ef4ae13d2f7b8f44276d3fc053b753bd28eb Author: Ville-Pekka Vainio Date: Sun Mar 31 20:16:13 2013 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 244 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 122 insertions(+), 122 deletions(-) commit 213c5d09a1bd3604d44265945f72fd9abe755f7d Author: Ville-Pekka Vainio Date: Tue Mar 26 21:17:06 2013 +0200 Finnish translation update by Jiri Grönroos po/fi.po | 234 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 116 insertions(+), 118 deletions(-) commit e9c5562eb3c4fe235036791bc7f7a1b1323a596a Author: Praveen Illa Date: Tue Mar 26 19:55:06 2013 +0530 Updated Telugu Translation po/te.po | 281 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 137 deletions(-) commit eba44ecfffefb0ed688a6dadcc0e55e2f49c8b0a Author: Daniel Korostil Date: Tue Mar 26 12:29:49 2013 +0200 Update uk translation po/uk.po | 260 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 126 deletions(-) commit abbf91bc7fd0a9489219316c152d7deb04f411b5 Author: Felix Riemann Date: Mon Mar 25 21:07:59 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fda09f283aeb15c36386a64bd2995fd1c47728e9 Author: Felix Riemann Date: Mon Mar 25 21:04:19 2013 +0100 Prepare for release 3.8.0 NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit 8335c340766aed7b7e6258fcd9c7ff49e39e733a Author: Rajesh Ranjan Date: Mon Mar 25 12:07:55 2013 +0530 hindi translation po/hi.po | 427 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 207 insertions(+), 220 deletions(-) commit f93e2d1d81376d2f32756fdad7701fbde1dd1c1a Author: Alexandre Franke Date: Sun Mar 24 18:35:10 2013 +0100 Update French translation help/fr/fr.po | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) commit 3c7b07bf28102b00c582a9fe8e3560c3d892a6f3 Author: Gabor Kelemen Date: Thu Mar 21 10:39:58 2013 +0100 Updated Hungarian documentation translation help/hu/hu.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit fae18183361da4e7b05117e0add61248122a2ba5 Author: Gabor Kelemen Date: Thu Mar 21 02:31:24 2013 +0100 Updated Hungarian documentation translation help/hu/hu.po | 175 ++++++++-------------------------------------------------- 1 file changed, 24 insertions(+), 151 deletions(-) commit bc40bea35bc613a92b16c4429ba142aca71363bc Author: Gianvito Cavasoli Date: Wed Mar 20 20:39:06 2013 +0100 [l10n] Updated Italian translation. po/it.po | 263 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 136 insertions(+), 127 deletions(-) commit b604721214a1d60642a0a947592dd1b4de04fb0a Author: Arash Mousavi Date: Wed Mar 20 22:49:23 2013 +0330 L10N: Updated Persian Translation po/fa.po | 283 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 139 deletions(-) commit 5276d32b87edc9fe3997f5d644f77a61e4ef35b4 Author: Dr.T.Vasudevan Date: Wed Mar 20 17:03:04 2013 +0530 Updated Tamil translation po/ta.po | 963 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 510 insertions(+), 453 deletions(-) commit f5065a68ee837ae3e3a923cefb7f57c44ba952f0 Author: Victor Ibragimov Date: Tue Mar 19 20:47:11 2013 +0100 [l10n] Added Tadjik translation po/LINGUAS | 1 + po/tg.po | 1521 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1522 insertions(+) commit 7ef348565130d4f49f56dd590fde4c46656c08da Author: Felix Riemann Date: Mon Mar 18 22:33:15 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f5f03b9df6ab9c9b2a6b39b94a96aac67d5d03ca Author: Felix Riemann Date: Mon Mar 18 22:29:44 2013 +0100 Prepare for release 3.7.92 NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) commit ff9df36196a8763db215dc5b9ebaeae2d361ae96 Author: Carles Ferrando Date: Sun Mar 17 19:53:45 2013 +0100 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 294 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 150 insertions(+), 144 deletions(-) commit a0cd6794c963bdd0faf77bd037229fe91c80c586 Author: Matthias Clasen Date: Wed Mar 13 23:20:53 2013 -0400 Disable color management support on !X The color management support uses X root window properties, and direct Xlib calls. For now, simply disable this code if we are not using X11. https://bugzilla.gnome.org/show_bug.cgi?id=695818 src/eog-window.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit 0ad719ec832bed446a08b734d4a8d98bd76068ac Author: Changwoo Ryu Date: Sun Mar 17 01:01:31 2013 +0900 Updated Korean translation po/ko.po | 349 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 135 insertions(+), 214 deletions(-) commit 64ecbacfea3a013153c392542da1d92bdf03e650 Author: Balázs Úr Date: Fri Mar 15 13:23:25 2013 +0100 Updated Hungarian translation po/hu.po | 277 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 142 insertions(+), 135 deletions(-) commit 027fac8642ab6c355da8d52f39c84b8098a89c19 Author: Duarte Loreto Date: Thu Mar 14 23:35:45 2013 +0000 Updated Portuguese translation and converted to New Spelling (Novo AO) po/pt.po | 408 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 206 insertions(+), 202 deletions(-) commit 00fcfc8ee53d52c373a03a38c33863d27a065896 Author: KennethNielsen Date: Tue Mar 12 23:34:31 2013 +0100 Updated Danish translation po/da.po | 260 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 132 insertions(+), 128 deletions(-) commit 54374091e6ad3e768f88d671d61ad65049389afd Author: Gil Forcada Date: Mon Mar 11 23:08:09 2013 +0100 [l10n] Updated Catalan translation po/ca.po | 256 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 130 insertions(+), 126 deletions(-) commit e2857ec68dcaca2961d474387487bf3f50e094de Author: Jiro Matsuzawa Date: Sun Mar 10 21:52:32 2013 +0900 [l10n] Update Japanese translation po/ja.po | 275 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 141 insertions(+), 134 deletions(-) commit 92852f43a603b6d8fdfe923ba771a30c99b2cb94 Author: Dimitris Spingos Date: Sun Mar 10 06:20:56 2013 +0200 Updated Greek translation help/el/el.po | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) commit 6072c344721cbb354a59c974cb6d29de01093d11 Author: Khaled Hosny Date: Sat Mar 9 18:35:35 2013 +0200 Update Arabic translation po/ar.po | 276 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 140 insertions(+), 136 deletions(-) commit 9ed8c211a9782551a9412588a158aab08510a074 Author: Ville-Pekka Vainio Date: Thu Mar 7 20:44:20 2013 +0200 Finnish translation update by Jiri Grönroos po/fi.po | 276 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 141 insertions(+), 135 deletions(-) commit 7133f826aee58c35148106392850b80772373d31 Author: Ihar Hrachyshka Date: Thu Mar 7 16:10:31 2013 +0300 Updated Belarusian translation. po/be.po | 263 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 129 deletions(-) commit 9957625f63a19aff35f28f6d3a2987ea6480a594 Author: Nilamdyuti Goswami Date: Wed Mar 6 13:01:16 2013 +0530 Assamese translation updated for gnome 3.8 po/as.po | 374 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 205 insertions(+), 169 deletions(-) commit 7cb2045e1ab224707eda4ea521f9af0667fad6ca Author: Mario Blättermann Date: Tue Mar 5 22:50:19 2013 +0100 [l10n] Updated German translation po/de.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 864ccf2a3b7d550dea47e93100a5248d3eab74dc Author: Felix Riemann Date: Tue Mar 5 19:00:20 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 72a84ce19f3d2d3e89005b32ba99ee06c90308b4 Author: Felix Riemann Date: Tue Mar 5 18:56:02 2013 +0100 Prepare for release 3.7.91 NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) commit 4280ca848981aeaba373b47010ff195af65f1be2 Author: Nguyễn Thái Ngọc Duy Date: Sat Mar 2 21:59:37 2013 +0700 Updated Vietnamese translation po/vi.po | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) commit 6e37acd15672ffb95d9ecb9d8016971a265540da Author: Nguyễn Thái Ngọc Duy Date: Sat Mar 2 21:58:51 2013 +0700 po/vi: import from Damned Lies po/vi.po | 270 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 140 insertions(+), 130 deletions(-) commit 51939dfe3c3ad733cfd9cd2855194c62e6e0522d Author: Claudio Saavedra Date: Fri Mar 1 16:52:33 2013 +0200 eog.doap: Remove myself eog.doap | 7 ------- src/eog-window.c | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) commit ef682a45c90a7d953c71f03bbf8e66849abfe439 Author: A S Alam Date: Fri Feb 22 14:59:25 2013 +0000 Punjabi: Translation updated (aalam) po/pa.po | 276 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 141 insertions(+), 135 deletions(-) commit 1126065694b3d1938c83bc85e1a9a9e3218c933b Author: Alexandre Franke Date: Wed Feb 20 21:21:38 2013 +0100 Update French translation po/fr.po | 271 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 139 insertions(+), 132 deletions(-) commit d4b6409f8a06c351da841cf9b5261a2a6eac35a2 Author: Rūdolfs Mazurs Date: Wed Feb 20 12:24:45 2013 +0200 Updated Latvian translation po/lv.po | 314 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 158 insertions(+), 156 deletions(-) commit febe46b02cbed7e464bf7287dc2d6aeb539962e9 Author: Aleksej Kabanov Date: Wed Feb 20 09:54:01 2013 +0400 Updated Russian translation po/ru.po | 282 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 143 insertions(+), 139 deletions(-) commit 3040c2f657ae4bc14170c0c7ced664475f039d7e Author: Marek Černocký Date: Sun Feb 17 23:34:00 2013 +0100 Updated Czech translation po/cs.po | 268 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 136 insertions(+), 132 deletions(-) commit 02ae828a3dfb231d19c4bc168d5fb26d22b26d13 Author: Gheyret Kenji Date: Sat Feb 16 12:30:57 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 45 +++++++++++++-------------------------------- 1 file changed, 13 insertions(+), 32 deletions(-) commit adef4664a87e41584963a9926f931a8e6472675e Author: Chao-Hsiung Liao Date: Mon Feb 4 06:42:50 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 274 +++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 274 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 282 insertions(+), 266 deletions(-) commit d75df2b48e48a2e55235d16102a25d1e7f3c0134 Author: Anish A Date: Sat Feb 2 21:23:15 2013 +0400 Updated Malayalam Localization po/ml.po | 5499 +++++++++++++++----------------------------------------------- 1 file changed, 1325 insertions(+), 4174 deletions(-) commit e35cb69fd4a3cdd4202f7bb406d883ac314fdc80 Author: Anish A Date: Sat Feb 2 21:15:51 2013 +0400 Updated Malayalam Localization po/ml.po | 5517 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 4187 insertions(+), 1330 deletions(-) commit e6f8b4d2a317baa67d9dd8b70bc8f9089264bbb9 Author: Inaki Larranaga Murgoitio Date: Thu Jan 31 13:19:40 2013 +0100 Updated Basque language po/eu.po | 1017 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 518 insertions(+), 499 deletions(-) commit 31837030c60e850ca6a22b263f1f19f98c875d92 Author: Fabio Tomat Date: Sat Jan 19 12:15:06 2013 +0100 Updated Friulian translation po/fur.po | 893 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 411 insertions(+), 482 deletions(-) commit 700dd09935809a8496b67f7369a85296cbea8a54 Author: Мирослав Николић Date: Fri Jan 18 11:19:59 2013 +0100 Updated Serbian translation po/sr.po | 271 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 271 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 280 insertions(+), 262 deletions(-) commit 58edc9a4eb7064392b0b5c39ea32245e774eb553 Author: Felix Riemann Date: Mon Jan 14 19:40:07 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab5c16869f81374ff0e18d9b53e89b78b88ea595 Author: Felix Riemann Date: Mon Jan 14 19:35:32 2013 +0100 Prepare for release 3.7.4 NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) commit b13d8592c0cca05ccb9a6d1038e834fbb97c8b73 Author: Felix Riemann Date: Mon Jan 14 19:32:22 2013 +0100 Add XDG_DATA_DIRS to plugin search path Also add some debug output to ease debugging possible problems later. https://bugzilla.gnome.org/show_bug.cgi?id=690282 src/eog-plugin-engine.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 60dac617692b5d55e67aa62f8294887d66c5366a Author: Theppitak Karoonboonyanan Date: Mon Jan 14 20:54:14 2013 +0700 Updated Thai translation po/th.po | 274 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 139 insertions(+), 135 deletions(-) commit dcde16bbffc953c3e8c6942cb04c6fd48c4aee89 Author: Florian Müllner Date: Fri Jan 11 15:39:20 2013 +0100 Use q shortcut to quit the application Currently q is used as a synonym for w/Escape, e.g. it closes the active window. Make it quit the application instead, which is what most other GNOME applications do. https://bugzilla.gnome.org/show_bug.cgi?id=691552 data/eog-app-menu.xml | 1 + src/eog-window.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) commit 3145fce6d7544dfb6e159924fb52e2ca13b7a42c Author: Felix Riemann Date: Sun Jan 13 16:58:49 2013 +0100 EogWindow: Hold a reference on the used ThumbView The window uses it during runtime so it should keep a reference to it. Due to the necessary unref this avoids critical warnings because of EogThumbView's own disposal routine causing an unwanted signal emission. https://bugzilla.gnome.org/show_bug.cgi?id=691517 src/eog-window.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit e974cf58096495d267ca93cda92cc42c86482b16 Author: Gheyret Kenji Date: Sun Jan 13 17:13:37 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 1393 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 706 insertions(+), 687 deletions(-) commit 2aa0407ef87f32b65273acf2faa27e791a8de2e6 Author: Alexander Shopov Date: Fri Jan 11 08:50:36 2013 +0200 Updated Bulgarian translation po/bg.po | 254 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 129 insertions(+), 125 deletions(-) commit 5c88417da14b2d190ecdf75c51033d6c22ea7064 Author: Fabio Tomat Date: Mon Jan 7 16:19:34 2013 +0100 Updated Friulian translation po/fur.po | 1935 +++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 1235 insertions(+), 700 deletions(-) commit df34d7896f9d9288ce5059fb7cd0f7359cebf87c Author: Enrico Nicoletto Date: Wed Jan 2 21:04:55 2013 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 522 ++++++++++++++++++++++++++---------------------------------- 1 file changed, 227 insertions(+), 295 deletions(-) commit 3fcf3d368f664c3da275ee350cbf518d781d979b Author: Felix Riemann Date: Wed Jan 2 12:42:52 2013 +0100 EogScrollView: Check modifiers for all supported keyboard shortcuts Especially check that no modifier key is pressed for zooming. https://bugzilla.gnome.org/show_bug.cgi?id=690931 src/eog-scroll-view.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) commit 9b7962a47d7db472d53dee7c8adbac2d0d5e8dcc Author: Aurimas Černius Date: Tue Jan 1 18:35:10 2013 +0200 Updated Lithuanian translation po/lt.po | 303 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 153 insertions(+), 150 deletions(-) commit e19320330bf805e0e0b336363d70499d02b85e82 Author: Felix Riemann Date: Sun Dec 30 18:08:59 2012 +0100 reload: Add missing license headers Assuming that the plugins are in line with Lucas' other contributions and thus are licensed as GPLv2+. https://bugzilla.gnome.org/show_bug.cgi?id=689165 plugins/reload/eog-reload-plugin.c | 21 +++++++++++++++++++++ plugins/reload/eog-reload-plugin.h | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) commit 967c22f5c0b3d1e6b90058666d8cae23d77fb03a Author: Felix Riemann Date: Sun Dec 30 17:48:02 2012 +0100 fullscreen: Add missing license headers Assuming that the plugins are in line with Lucas' other contributions and thus are licensed as GPLv2+. https://bugzilla.gnome.org/show_bug.cgi?id=689165 plugins/fullscreen/eog-fullscreen-plugin.c | 21 +++++++++++++++++++++ plugins/fullscreen/eog-fullscreen-plugin.h | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) commit 6de1a4cabed6ef2adf86b1cdde1ee9ccf2b9b671 Author: Felix Riemann Date: Sun Dec 30 17:42:21 2012 +0100 jpegutils: Add missing license headers transupp.h is based on the file shipped by gThumb. https://bugzilla.gnome.org/show_bug.cgi?id=689165 jpegutils/jpegint.h | 23 +++++++++++++++++++++++ jpegutils/transupp.h | 19 +++++++++++++++++++ 2 files changed, 42 insertions(+) commit 47b1addca635e35efe7345bf710d9c8b1ad965fc Author: Florencio Neves Date: Wed Dec 26 05:39:24 2012 -0200 Updated Brazilian Portuguese Translation po/pt_BR.po | 99 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 50 insertions(+), 49 deletions(-) commit 3df9ea9cbf8c7747dbf93c1e611c51f53246472f Author: Richard Stanislavský Date: Mon Dec 24 15:47:19 2012 +0100 Updated Slovak translation po/sk.po | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) commit 6da8b4b40e16525e136d8176694259bb50c97c1f Author: Dimitris Spingos Date: Sun Dec 23 19:14:36 2012 +0200 Updated Greek translation po/el.po | 552 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 325 insertions(+), 227 deletions(-) commit 3ee8acc593524eec5ca8a6e5e782f7ee44cbd138 Author: Felix Riemann Date: Wed Dec 19 19:55:09 2012 +0100 Don't use XDG_CONFIG_DIR for per-user plugins Load them from XDG_USER_DATA_DIR instead to be in line with other applications using plugins like gnome-shell and gedit. https://bugzilla.gnome.org/show_bug.cgi?id=690282 src/eog-plugin-engine.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 3a74ec42ff91ec0e782b0cd6514e3992ea44890a Author: Mattias Põldaru Date: Wed Dec 19 15:39:29 2012 +0200 [l10n] Updated Estonian translation po/et.po | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 6faa4b0cf46a9e436a06169d5a2cf98b14654d20 Author: Richard Stanislavský Date: Wed Dec 12 22:39:08 2012 +0100 Updated slovak translation po/sk.po | 1662 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 964 insertions(+), 698 deletions(-) commit 252747ea73197ff0c9e52980907dd7bdd79951d7 Author: Felix Riemann Date: Sat Dec 1 20:21:42 2012 +0100 Simplify setting print-to-file basename The logic that was used to determine the basename was moved to eog_image_get_caption(). src/eog-window.c | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) commit e7bf0daef3c73bedcce3b59f59bcb8886003fed3 Author: Felix Riemann Date: Sat Dec 1 20:15:56 2012 +0100 Make eog_image_get_caption() use GFileInfo GFileInfo has everything needed to get a UTF8-formatted filename that can be displayed in the UI. src/eog-image.c | 77 +++++++++------------------------------------------------ 1 file changed, 11 insertions(+), 66 deletions(-) commit c3b0e67b9ee1d7dc1d49be93a25bc4e50a8fafbb Author: Felix Riemann Date: Sat Dec 1 20:00:36 2012 +0100 Don't save the print-to-file output URI. This would break the print-to-file basename feature. https://bugzilla.gnome.org/show_bug.cgi?id=683335 src/eog-print.c | 2 ++ 1 file changed, 2 insertions(+) commit cb4907899494f083facbca5bb7c86aa2cc0f88ab Author: Felix Riemann Date: Sat Dec 1 19:59:39 2012 +0100 Raise GTK+ dependency for print-to-file basename https://bugzilla.gnome.org/show_bug.cgi?id=683335 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b60f391c595936088df8c9fcdcb3bf1ac91880a1 Author: Federico Mena Quintero Date: Tue Sep 4 09:59:45 2012 -0500 bgo#683335 - Set the basename for print-to-file Per https://live.gnome.org/GnomeGoals/PrintToFile , GTK+ 3.6 lets the application set a filename for the print-to-file command so that GTK+ can present a better default than just 'output.pdf'. Signed-off-by: Federico Mena Quintero src/eog-window.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) commit 59742ad1ad828f07f48eb2b1206197d83279310d Author: Piotr Drąg Date: Tue Nov 27 17:05:29 2012 +0100 Updated Polish translation po/pl.po | 288 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 142 deletions(-) commit 3cc54c3ccc058a463ee71a977ad701293819c863 Author: Fran Diéguez Date: Thu Nov 22 17:58:44 2012 +0100 Updated Galician translations po/gl.po | 294 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 150 insertions(+), 144 deletions(-) commit 29d324c5f8fb09da7a5f810770627490f5fa0a8f Author: Felix Riemann Date: Wed Nov 21 00:24:09 2012 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0aaeef8389d3b8e9a0f181eaedf20d5fb3ea6e72 Author: Felix Riemann Date: Wed Nov 21 00:17:20 2012 +0100 Prepare for release 3.7.2 NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit e48ca60f44fef3e61b11d1d75cd3569b3b622212 Author: Felix Riemann Date: Fri Nov 9 21:41:12 2012 +0100 Remove unneeded export-symbols-regex libtool parameter The used regex seems to be broken and is causing trouble on BSD. Drop it as doesn't seem to have an effect on the symbol list anyway. src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d8cd1a756c8b4df10e097be90657763b3b34d311 Author: Yaron Shahrabani Date: Fri Nov 9 12:07:38 2012 +0200 Updated Hebrew translation. po/he.po | 301 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 152 insertions(+), 149 deletions(-) commit dbf25d3df369809b31d9e313d68b603eb3b12ece Author: Felix Riemann Date: Tue Nov 6 19:12:57 2012 +0100 [toolbar-editor] Fix warnings due to wrong includes cut-n-paste/toolbar-editor/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) commit 84c746b2b23e8a0b80ee9e7f18a4414707cc8002 Author: Felix Riemann Date: Tue Nov 6 19:08:45 2012 +0100 Fix build breakage due to void pointer arithmetic With recent gnome-common the build fails due to the arithmetics using void pointers. Use the correct pointers to fix that. https://bugzilla.gnome.org/show_bug.cgi?id=687755 src/eog-metadata-reader-jpg.c | 6 ++++-- src/eog-metadata-reader-png.c | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) commit 5fd3bb978fc4304aa4344ce3a930c9f90cac801c Author: Kjartan Maraas Date: Mon Nov 5 19:25:31 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 266 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 135 insertions(+), 131 deletions(-) commit 3068be9add238a0966ccb7c381689eff96389ea1 Author: Andika Triwidada Date: Sat Oct 27 15:22:32 2012 +0700 Updated Indonesian translation po/id.po | 288 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 145 insertions(+), 143 deletions(-) commit 43c11bf6bf752884ff32854c51639e5a49895e7a Author: OKANO Takayoshi Date: Fri Oct 26 23:12:03 2012 +0900 [l10n] Update Japanese Translation. help/ja/ja.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 3e525fc78379439e04d260ebad073f20530274d7 Author: Yasumichi Akahoshi Date: Fri Oct 26 23:09:32 2012 +0900 [l10n] remove location info. help/ja/ja.po | 473 ---------------------------------------------------------- 1 file changed, 473 deletions(-) commit 50fa44faea08941e4cf8f56631560b51d8d8439a Author: Felix Riemann Date: Mon Oct 22 23:17:20 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6fd093f4afcc7a771e6e15444070a3d16fcd4335 Author: Felix Riemann Date: Mon Oct 22 23:11:02 2012 +0200 Prepare for release 3.7.1 NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) commit bf30cde502ac47d89754a4668f9dfa8edfc9e570 Author: Daniel Mustieles Date: Wed Oct 17 18:26:30 2012 +0200 Updated Spanish translation po/es.po | 289 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 148 insertions(+), 141 deletions(-) commit 5f239173232f2c9fb57a7ed02b5ed214b530bcb1 Author: Hendrik Knackstedt Date: Tue Oct 16 10:47:01 2012 +0200 Updated German translation po/de.po | 298 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 152 insertions(+), 146 deletions(-) commit b23508382f0131d9961e437fe8c8453adeb84faa Author: Felix Riemann Date: Sat Oct 13 14:12:38 2012 +0200 Add additional key codes for image switching using mouse buttons This should re-establish that function for newer X setups. As we don't know whether the old keycodes could still occur, we simply keep for compatibility. https://bugzilla.gnome.org/show_bug.cgi?id=684179 src/eog-window.c | 5 +++++ 1 file changed, 5 insertions(+) commit 3fa5f85199c2aa8ff84beb1e67d70da0daf8769a Author: Daniel Mustieles Date: Sat Oct 13 12:32:28 2012 +0200 Updated Spanish translation help/es/es.po | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) commit 42eefef163354b5c651e396995b6f8f1d28c3ff7 Author: Felix Riemann Date: Fri Oct 12 20:13:18 2012 +0200 Add trailing semicolon to desktop file keyword list translations Makes the desktop file validate again with desktop-file-utils-0.20. https://bugzilla.gnome.org/show_bug.cgi?id=685923 po/el.po | 2 +- po/km.po | 2 +- po/ml.po | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 9578d827cab8d853f93bad4de8f78687b1cadaac Author: Alexandre Rostovtsev Date: Wed Oct 10 19:16:26 2012 -0400 Add 2DGraphics category to .desktop file Required to pass validation with desktop-file-utils 0.20 https://bugzilla.gnome.org/show_bug.cgi?id=685923 data/eog.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 05a3acdb672039eaf031e94de0a694289ec5973a Author: Wouter Bolsterlee Date: Sat Oct 6 14:59:25 2012 +0200 Updated Dutch translation po/nl.po | 385 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 200 insertions(+), 185 deletions(-) commit 9a1c01a65386359fc9f57a46a9e79906dd8f08a5 Author: Matej Urbančič Date: Sat Oct 6 12:57:41 2012 +0200 Updated Slovenian translation po/sl.po | 300 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 153 insertions(+), 147 deletions(-) commit 04369bbe464389601de1fd553e89b0865cd35a29 Author: Martin Olsson Date: Sat Sep 29 20:28:57 2012 +0200 Fix spelling errors in eog https://bugzilla.gnome.org/show_bug.cgi?id=685106 NEWS | 6 +++--- help/bg/eog.xml | 2 +- src/eog-exif-details.c | 2 +- src/eog-metadata-reader.c | 2 +- src/eog-pixbuf-util.c | 2 +- src/eog-print-preview.c | 2 +- src/eog-util.c | 2 +- src/eog-window.c | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) commit 3f43a6eff5f9c5fe2308f08a9e6d4cfba9453c35 Author: Yuri Myasoedov Date: Wed Oct 3 21:49:04 2012 +0400 Updated Russian translation help/ru/ru.po | 5054 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 3810 insertions(+), 1244 deletions(-) commit b795521633083ed98d40de19a8a62fd1f55430ed Author: Khoem Sokhem Date: Wed Oct 3 17:44:00 2012 +0200 [l10n] Added Khmer translation po/LINGUAS | 1 + po/km.po | 1585 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1586 insertions(+) commit cc958f1201e12dc0a634ffc45995dd53b4793b19 Author: Felix Riemann Date: Fri Sep 28 19:43:26 2012 +0200 help: rename "Set as Desktop Background" -> "Set as Wallpaper" To match the recent UI string change. https://bugzilla.gnome.org/show_bug.cgi?id=684098 help/C/desktop-background.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 166a24f31454e9b1169c235fe6fc2494d91f55f8 Author: Cosimo Cecchi Date: Mon Sep 17 10:43:51 2012 -0400 window: rename "Set as Desktop Background" -> "Set as Wallpaper" To be consistent with Nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=684098 src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 01c1055062a23a56dff951d9d9e41a0605a8509b Author: Felix Riemann Date: Sun Sep 23 17:56:08 2012 +0200 Drop now unneeded TotemScrSaver It's not needed anymore since GtkApplication does the job now. https://bugzilla.gnome.org/show_bug.cgi?id=684581 configure.ac | 1 - cut-n-paste/Makefile.am | 2 +- cut-n-paste/totem-screensaver/Makefile.am | 15 - cut-n-paste/totem-screensaver/README | 3 - cut-n-paste/totem-screensaver/totem-scrsaver.c | 547 ------------------------- cut-n-paste/totem-screensaver/totem-scrsaver.h | 57 --- doc/reference/Makefile.am | 2 - 7 files changed, 1 insertion(+), 626 deletions(-) commit e8b50ab48a5a068ee56a29f9709b499d03781d4a Author: Felix Riemann Date: Sun Sep 23 17:50:02 2012 +0200 Use GtkApplication to inhibit the screensaver during slideshows Realized in a similar fashion as in Evince and Totem. https://bugzilla.gnome.org/show_bug.cgi?id=684581 configure.ac | 2 +- src/Makefile.am | 5 ----- src/eog-application-internal.h | 3 --- src/eog-application.c | 30 ------------------------------ src/eog-application.h | 4 ---- src/eog-window.c | 39 +++++++++++++++++++++++++++++++++++++-- 6 files changed, 38 insertions(+), 45 deletions(-) commit 25587b23f14c584bbeecef3992128754b26ce5ae Author: Felix Riemann Date: Tue Oct 2 19:23:41 2012 +0200 Post-branch version bump configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 6ccc7d2e946b5ac8dbf6284f0e2d3827e86a5c31 Author: Aleix Badia i Bosch Date: Fri Sep 28 00:04:28 2012 +0200 [l10n] Updated Catalan documentation help/ca/ca.po | 4233 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 2879 insertions(+), 1354 deletions(-) commit 70491464632ddd1a9e023a659b0427314c64914a Author: Carles Ferrando Date: Wed Sep 26 01:34:27 2012 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 359 +++++++++++++++++++++++++++--------------------------- 1 file changed, 182 insertions(+), 177 deletions(-) commit 6ee51c7810a6cd991fcf5cb65f60f0fa822a6d3a Author: Gil Forcada Date: Wed Sep 26 01:34:16 2012 +0200 [l10n] Updated Catalan translation po/ca.po | 397 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 203 insertions(+), 194 deletions(-) commit 0f34a53e48e8718d58b0c5be87d7202f1ec41502 Author: Daniel Korostil Date: Tue Sep 25 21:47:27 2012 +0300 Added uk translation po/uk.po | 384 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 199 insertions(+), 185 deletions(-) commit b07d0f6a71c7c49e97ecf57b478d09fa601ca877 Author: Felix Riemann Date: Mon Sep 24 22:54:24 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ca32e07725eeeb10fbc1f2592c330cd66ab9f679 Author: Felix Riemann Date: Mon Sep 24 22:49:49 2012 +0200 Prepare for release 3.6.0 NEWS | 22 ++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) commit 0eade78af347a8beb65171ed0959b40851b54c8e Author: Tom Tryfonidis Date: Mon Sep 24 13:30:46 2012 +0300 Updated Greek help translation help/el/el.po | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) commit 040c4474225ec6234bf74cc8458aaeec5691f62b Author: Mattias Põldaru Date: Mon Sep 24 10:43:09 2012 +0300 [l10n] Updated Estonian translation po/et.po | 101 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 54 insertions(+), 47 deletions(-) commit d1519054fd621cc4148ac39ed6b5a66f9dc6497e Author: Fran Diéguez Date: Sun Sep 23 21:27:53 2012 +0200 Updated Galician translations help/gl/gl.po | 4519 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 2461 insertions(+), 2058 deletions(-) commit 91d3bff55f087d331d9e8e9dded7e40895f2c63c Author: Praveen Arimbrathodiyil Date: Sun Sep 23 10:14:44 2012 +0530 Malayalam translation update from Anish A po/ml.po | 1023 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 545 insertions(+), 478 deletions(-) commit 170701c7381cf8cd469c31fbf01712b3bed5fba8 Author: YunQiang Su Date: Sun Sep 23 03:10:39 2012 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 374 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 195 insertions(+), 179 deletions(-) commit 1d89b1399d0aff24907f8fcc3e561209f97279d4 Author: Anita Reitere Date: Sat Sep 22 21:05:21 2012 +0300 Updated Latvian translation po/lv.po | 480 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 247 insertions(+), 233 deletions(-) commit c7db33e3ef4765c80f446ec76725984b6605ef59 Author: Rajesh Ranjan Date: Sat Sep 22 15:50:31 2012 +0530 hindi update po/hi.po | 1568 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 827 insertions(+), 741 deletions(-) commit e825d3588b37cbaae9bf4eec5529c3444e33daa0 Author: Andrej Žnidaršič Date: Fri Sep 21 11:01:11 2012 +0200 Updated Slovenian translation help/sl/sl.po | 2990 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1583 insertions(+), 1407 deletions(-) commit 749437a34ddc2857f88168fc75f8ac585d5b8ea7 Author: Kalev Lember Date: Wed Sep 19 21:50:08 2012 +0200 Explicitly link against libm https://bugzilla.gnome.org/show_bug.cgi?id=684401 configure.ac | 7 +++++++ src/Makefile.am | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) commit 6047190310d22baa6933b3e31b4551a2752736bf Author: Alexander Shopov Date: Wed Sep 19 20:55:41 2012 +0300 Updated Bulgarian translation po/bg.po | 342 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 175 insertions(+), 167 deletions(-) commit f690bd8b1ee43eb7e1c157c4c422fd54e40a67d9 Author: Felix Riemann Date: Wed Sep 19 18:31:43 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d4f5a79a8aca03834b67c3e396a0072ad70d315 Author: Felix Riemann Date: Wed Sep 19 18:20:04 2012 +0200 Prepare for release 3.5.92 NEWS | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) commit 81375bd523173b4e76d2bc3aac9c09b1063198cf Author: Dr.T.Vasudevan Date: Wed Sep 19 16:52:54 2012 +0530 updated Tamil translation po/ta.po | 373 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 191 insertions(+), 182 deletions(-) commit 6e3bd83c946d4a932393acfff47f778843e49331 Author: Michael Wood Date: Mon Sep 17 11:34:59 2012 +0100 Set the saved value for the number of copies printed to 1 This avoids accidentally printing the wrong amount as this value is not expected to be restored from previous sessions. https://bugzilla.gnome.org/show_bug.cgi?id=623604 src/eog-print.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit bca0db855613ba1ed197710a1f9517f3e52aa7f7 Author: Daniel Mustieles Date: Sun Sep 16 13:15:42 2012 +0200 Updated Spanish translation po/es.po | 265 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 132 insertions(+), 133 deletions(-) commit 2b798ac9b6e7b48267265480c414190ee625ff89 Author: Ask H. Larsen Date: Sun Sep 16 13:13:06 2012 +0200 Updated Danish translation po/da.po | 388 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 200 insertions(+), 188 deletions(-) commit 3832a75bc6c7a6aae650db23aa76c4a4ae9f3fbb Author: Piotr Drąg Date: Fri Sep 14 18:31:21 2012 +0200 Fix broken tag in Galician help translation help/gl/gl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d6edf2d1e0791d43b021447fa3e7a3f205980eb4 Author: Gabor Kelemen Date: Fri Sep 14 10:52:06 2012 +0200 Update Hungarian help translation help/hu/hu.po | 4542 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 2486 insertions(+), 2056 deletions(-) commit 1882feb9160655eb35126e024943da7362c92c27 Author: Piotr Drąg Date: Thu Sep 13 20:57:04 2012 +0200 Fix broken tags in Latvian help translation help/lv/lv.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a021d901b2164882747a938f463669d18191aea3 Author: Daniel Mustieles Date: Thu Sep 13 12:06:35 2012 +0200 Updated Spanish translation help/es/es.po | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) commit 132c809856a657e742fe59d07a00a24731c72e2f Author: Timo Jyrinki Date: Wed Sep 12 18:47:01 2012 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 637 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 399 insertions(+), 238 deletions(-) commit 131068e5a4d766020511001f2e4dabd53b028153 Author: Alexandre Franke Date: Tue Sep 11 19:18:31 2012 +0200 Fix French translation for real help/fr/fr.po | 395 +++++++++++++++++----------------------------------------- 1 file changed, 117 insertions(+), 278 deletions(-) commit 8b1995c2d664b6394fc01975023dd7c5fe4af7fc Author: Alexandre Franke Date: Tue Sep 11 19:06:53 2012 +0200 Fix French translation help/fr/fr.po | 4661 +++++++++++++++++++++++++++++++-------------------------- po/fr.po | 4367 ++++++++++++++++++----------------------------------- 2 files changed, 3980 insertions(+), 5048 deletions(-) commit 0c37becd6113c66f40cd5f8cccfd0bf1232f59ad Author: Alexandre Franke Date: Tue Sep 11 18:49:39 2012 +0200 Update French translation po/fr.po | 4367 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 2947 insertions(+), 1420 deletions(-) commit 59afab38a1ff97b6ba73c2631cc341040db12e35 Author: Gianvito Cavasoli Date: Mon Sep 10 21:15:56 2012 +0200 [l10n] Updated Italian translation. po/it.po | 992 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 500 insertions(+), 492 deletions(-) commit 04dbac694b2864ae5f803cdcc9843c0e4f34e023 Author: Alexandre Franke Date: Mon Sep 10 09:22:30 2012 +0200 Update French translation po/fr.po | 330 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 169 insertions(+), 161 deletions(-) commit a1dc614aaf4b59e80eeae46a09400207f09cf013 Author: Nguyễn Thái Ngọc Duy Date: Sun Sep 9 20:28:12 2012 +0700 Updated Vietnamese translation po/vi.po | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 4406cdea75e3587c9aa1d9e9e39cab9a013f3960 Author: Changwoo Ryu Date: Sun Sep 9 06:02:08 2012 +0900 Updated Korean translation po/ko.po | 389 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 200 insertions(+), 189 deletions(-) commit 66aa3fd35d46230a0e49f77ce959cdb53234734f Author: Marek Černocký Date: Sat Sep 8 00:33:57 2012 +0200 Updated Czech translation po/cs.po | 399 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 204 insertions(+), 195 deletions(-) commit 7a54f606d26270fc0cc1c029bccba0e6189a9c1b Author: Tom Tryfonidis Date: Sat Sep 8 00:14:11 2012 +0300 Updated Greek help translation help/el/el.po | 131 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 69 insertions(+), 62 deletions(-) commit f33a7b7c5d0690a916908bc033a3ae2f53c1d022 Author: Felix Riemann Date: Fri Sep 7 18:57:15 2012 +0200 Raise librsvg dependency to 2.36.2 The old minimum version (2.26.0) is pretty old and behind with bugfixes and features. Raising the minimum librsvg version to 2.36.2 allows dropping some compatibility ifdefs and code. It also fixes several compiler warnings when compiling against newer librsvgs. configure.ac | 2 +- src/eog-image.c | 1 - src/eog-print.c | 2 +- src/eog-scroll-view.c | 1 - src/main.c | 7 ------- 5 files changed, 2 insertions(+), 11 deletions(-) commit 0354d06a99fdf6ff56cce258447637a0d7c64282 Author: Ihar Hrachyshka Date: Fri Sep 7 17:51:02 2012 +0300 Updated Belarusian translation. po/be.po | 325 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 166 insertions(+), 159 deletions(-) commit 34df0c697b81865ecff5e0b1f928ad4bd5998867 Author: Theppitak Karoonboonyanan Date: Thu Sep 6 21:27:43 2012 +0700 Updated Thai translation. po/th.po | 1333 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 667 insertions(+), 666 deletions(-) commit 4e8771c469685cb8846fe8a4c6f19d3d994039d9 Author: Fábio Nogueira Date: Thu Sep 6 09:14:35 2012 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 420 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 216 insertions(+), 204 deletions(-) commit e1b3b54fd818079e628681e5c23d3d981857bacd Author: Arash Mousavi Date: Thu Sep 6 17:05:52 2012 +0430 l10n: Updated Persian translation po/fa.po | 644 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 362 insertions(+), 282 deletions(-) commit 6471f33009ababf64a079155c3a472f9a3cfb37e Author: Bruce Cowan Date: Wed Sep 5 19:38:19 2012 +0100 Updated British English translation po/en_GB.po | 380 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 196 insertions(+), 184 deletions(-) commit de7fd620d42e8d012e845ad49fc85e020974142c Author: Mario Blättermann Date: Tue Sep 4 21:51:20 2012 +0200 [l10n] Updated German doc translation help/de/de.po | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) commit 6f8c4f332f2a5ce34a175ab174ce996ed6664bb8 Author: Gabor Kelemen Date: Tue Sep 4 09:17:07 2012 +0200 Updated Hungarian translation po/hu.po | 976 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 498 insertions(+), 478 deletions(-) commit 22e1750ce9b90a2c0ab1a98cc34b2b982c81b6c2 Author: Felix Riemann Date: Mon Sep 3 22:55:57 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5875e4f75f2f956d8fc809d9b4904266f677cf6b Author: Felix Riemann Date: Mon Sep 3 22:51:24 2012 +0200 Prepare for release 3.5.91 NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 7bf71e971a4a7936a515bb1dfb6c461f5af2c927 Author: Daniel Mustieles Date: Mon Sep 3 15:56:09 2012 +0200 Updated Spanish translation help/es/es.po | 116 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 60 insertions(+), 56 deletions(-) commit 4737e08a6c3f8648d36e7bec84bbd63feb89152a Author: A S Alam Date: Mon Sep 3 07:26:07 2012 +0530 update Punjabi Translation po/pa.po | 398 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 206 insertions(+), 192 deletions(-) commit 0d881cfd227e6a8f5129c1c1b0d2edcf35215505 Author: Mario Blättermann Date: Sun Sep 2 20:20:46 2012 +0200 [l10n] Updated German doc translation help/de/de.po | 4994 ++++++++++++++++++++++++++------------------------------- 1 file changed, 2263 insertions(+), 2731 deletions(-) commit cac1af13496cd041d1fdbdb075ea1240d2101acb Author: Paul Seyfert Date: Sun Sep 2 10:33:59 2012 +0200 [l10n] Updated German translation po/de.po | 355 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 182 insertions(+), 173 deletions(-) commit 72d060af4afc422bf0a86807ce122d66ba84ece1 Author: Piotr Drąg Date: Sat Sep 1 22:14:12 2012 +0200 Updated Polish translation po/pl.po | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) commit 22e9c6ce7d7dbc1918a38bf8917e4299271c8e35 Author: Felix Riemann Date: Sat Sep 1 18:23:38 2012 +0200 help: Fix keys in shortcut list to reflect changed bindings https://bugzilla.gnome.org/show_bug.cgi?id=659830 help/C/shortcuts.page | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 43e98cdad65f957cb675957d99943ed64d27e4aa Author: Felix Riemann Date: Sat Sep 1 18:16:40 2012 +0200 Fix arrow key shortcuts in Go menu to reflect behavioural changes https://bugzilla.gnome.org/show_bug.cgi?id=659830 src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2bc5ba9f1cbee4fb1ccf12d9b844e3b69b55f9cf Author: Federico Mena Quintero Date: Wed Aug 29 18:41:01 2012 -0500 My @gnu.org email doesn't work anymore; fix it with @gnome.org that works. AUTHORS | 2 +- README | 2 +- src/eog-config-keys.h | 2 +- src/eog-statusbar.c | 2 +- src/eog-statusbar.h | 2 +- src/eog-window.c | 6 +++--- src/eog-window.h | 2 +- src/main.c | 2 +- src/uta.c | 2 +- src/uta.h | 2 +- src/zoom.c | 2 +- src/zoom.h | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) commit 9fe57cb979e328d9cbe4f9219630c3bd386fe854 Author: Federico Mena Quintero Date: Wed Aug 29 18:13:22 2012 -0500 bgo#659830 - Arrow keys should always navigate, never scroll We use plain arrow keys to navigate the image list, regardless of whether the image is zoomed or whether it has the focus. We use Alt+arrows to scroll the image. This is to make it easier to browse an image collection while at the same time zooming on images from time to time. Signed-off-by: Federico Mena Quintero src/eog-scroll-view.c | 70 ++++++++++++++++++++---------------- src/eog-window.c | 98 +++++++++++++++++---------------------------------- 2 files changed, 72 insertions(+), 96 deletions(-) commit 32cc9464461ef0326d3ecb27a494b1af2d8101eb Author: Federico Mena Quintero Date: Wed Aug 29 17:38:11 2012 -0500 Test for modifier keys correctly in EogWindow See http://developer.gnome.org/gtk3/stable/checklist-modifiers.html for an explanation of how this works. Signed-off-by: Federico Mena Quintero https://bugzilla.gnome.org/show_bug.cgi?id=659830 src/eog-window.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit bd4f71ebe5da189495168b34e8b18b3ff5698901 Author: Duarte Loreto Date: Wed Aug 29 00:39:04 2012 +0100 Updated Portuguese translation po/pt.po | 378 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 194 insertions(+), 184 deletions(-) commit 4a4a1c4d89990b44a1a2f8837f36fb261348b1ba Author: Aurimas Černius Date: Tue Aug 28 23:19:49 2012 +0300 Updated Lithuanian translation po/lt.po | 431 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 225 insertions(+), 206 deletions(-) commit 16baf8ceeb21287ba3e8c3eb306f13d8663c6f2c Author: Yasumichi Akahoshi Date: Tue Aug 28 08:35:17 2012 +0900 [l10n] Update Japanese translation help/ja/ja.po | 3791 ++++++++++++++++++++++++--------------------------------- 1 file changed, 1588 insertions(+), 2203 deletions(-) commit b5c76adf072e2de314d8d22ab0a2816635b8818c Author: Nilamdyuti Goswami Date: Mon Aug 27 23:10:31 2012 +0530 Implemented FUEL entries to Assamese translation po/as.po | 74 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) commit 5d7190b7b87c1fa6ff0f32b95cbfaed27c8afe10 Author: Yuri Myasoedov Date: Sat Aug 25 21:17:45 2012 +0400 Updated Russian translation po/ru.po | 318 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 162 insertions(+), 156 deletions(-) commit e63ebfd8ec8c81c7fbf4a9eb0fe4d437831cd20b Author: Daniel Mustieles Date: Fri Aug 24 18:36:53 2012 +0200 Updated Spanish translation help/es/es.po | 106 +++++++++------------------------------------------------- 1 file changed, 15 insertions(+), 91 deletions(-) commit e89c6c7c8055280ed7f227f8938f2c7cf2275098 Author: Yasumichi Akahoshi Date: Thu Aug 23 00:55:13 2012 +0900 Fix description about "Fullscreen with double-click" Signed-off-by: Yasumichi Akahoshi help/C/plugins.page | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 6d4cb470ff22190601a465800afb7d66e57cc22e Author: Tom Tryfonidis Date: Thu Aug 23 18:19:58 2012 +0300 Updated Greek help translation help/el/el.po | 5824 +++++++++++++++++++++++---------------------------------- 1 file changed, 2326 insertions(+), 3498 deletions(-) commit a46aaa337d39c5d14511cf05f72db91ac249fd83 Author: Nguyễn Thái Ngọc Duy Date: Wed Aug 22 14:18:36 2012 +0700 Updated Vietnamese translation po/vi.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit cff1a24c36a86eb40e52d08dbbd62ed35cadc84d Author: Nguyễn Thái Ngọc Duy Date: Wed Aug 22 14:18:14 2012 +0700 po/vi: imported from Damned Lies po/vi.po | 317 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 163 insertions(+), 154 deletions(-) commit c61538808bd8801bc16f3e8f5d2c9d7e1ffe1d9e Author: Piotr Drąg Date: Wed Aug 22 00:13:46 2012 +0200 Updated Polish translation po/pl.po | 990 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 500 insertions(+), 490 deletions(-) commit 591e679ce9a5dd53107e191a517bc0980e666242 Author: Felix Riemann Date: Mon Aug 20 21:46:41 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 53cba8005b0137eb31a86c5950bee3be652a25ee Author: Felix Riemann Date: Mon Aug 20 21:41:49 2012 +0200 Prepare for release 3.5.90 NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) commit 06f182b55a846f51708fac1f67ceaca8bcc3198f Author: Daniel Mustieles Date: Mon Aug 20 14:13:30 2012 +0200 Updated Spanish translation help/es/es.po | 4536 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 2351 insertions(+), 2185 deletions(-) commit c38972da679e5ca0b6c388dfc36d91561f4f8b7a Author: Felix Riemann Date: Fri Aug 17 17:29:07 2012 +0200 Update git.mk for compatibility with new help docs infrastructure Updated to revision 50bfcb24c from https://github.com/behdad/git.mk git.mk | 76 +++++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 26 deletions(-) commit a0ee3f7cf078b95f0220a3c74ee14a5d895b9b57 Author: Javier Jardón Date: Fri Aug 17 02:18:09 2012 +0900 Port to new documentation infrastructure Use yelp-tools instead gnome-doc-utils Makefile.am | 15 ++++----------- autogen.sh | 2 +- configure.ac | 8 ++++---- help/Makefile.am | 13 ++++++------- src/eog-util.c | 4 ++-- 5 files changed, 17 insertions(+), 25 deletions(-) commit b3e101d703384966956cc5305faa18cfbcf0c538 Author: Daniel Mustieles Date: Fri Aug 17 10:31:32 2012 +0200 Updated Spanish translation po/es.po | 1939 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 1662 insertions(+), 277 deletions(-) commit 7162505f6814685827b8fab03a1679ba7af7f986 Author: Miguel Rodriguez Date: Fri Aug 17 10:28:24 2012 +0200 Updated Spanish translation po/es.po | 1939 +++++++++----------------------------------------------------- 1 file changed, 277 insertions(+), 1662 deletions(-) commit 0b04960ad9b52e50a19aef5a756370201834e306 Author: Fran Diéguez Date: Thu Aug 16 23:41:13 2012 +0200 Updated Galician translations po/gl.po | 298 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 149 insertions(+), 149 deletions(-) commit f231a2b4272be2adb66ebbec3a00cf01245bf2a6 Author: Daniel Mustieles Date: Mon Aug 13 10:44:45 2012 +0200 Updated Spanish translation help/es/es.po | 551 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 370 insertions(+), 181 deletions(-) commit 78a214b3a3359e72fa4cdf62b37bbc45bf9810c4 Author: Dirgita Date: Mon Aug 13 05:51:36 2012 +0700 Updated Indonesian translation po/id.po | 606 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 352 insertions(+), 254 deletions(-) commit e6470787023be114bcfe9fa923e561bd40634161 Author: Felix Riemann Date: Sun Aug 12 16:35:46 2012 +0200 EogApplication: Make most members private This allows plugin usage without installing toolbar editor headers. src/Makefile.am | 1 + src/eog-application-internal.h | 68 +++++++++++++++++++++++++ src/eog-application.c | 109 +++++++++++++++++++++++------------------ src/eog-application.h | 25 ++-------- src/eog-window.c | 9 ++-- src/main.c | 3 +- 6 files changed, 140 insertions(+), 75 deletions(-) commit cdfe77e18b7510e51546b869343f3feda4c541bf Author: Felix Riemann Date: Sun Aug 12 15:53:18 2012 +0200 Add new plugin hook for per-application plugins These will be loaded on application initialization and disabled once the application is disposed. src/Makefile.am | 2 + src/eog-application-activatable.c | 85 +++++++++++++++++++++++++++++++++++++++ src/eog-application-activatable.h | 69 +++++++++++++++++++++++++++++++ src/eog-application.c | 33 +++++++++++++++ src/eog-application.h | 4 ++ 5 files changed, 193 insertions(+) commit 0048b07fadb3426da2a09a0e0ff1b2f95153518b Author: Chao-Hsiung Liao Date: Sun Aug 12 22:49:42 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 311 +++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 311 +++++++++++++++++++++++++++++++----------------------------- 2 files changed, 320 insertions(+), 302 deletions(-) commit 9b65ec0cf520a9a592255c61454fcbe82c2cc205 Author: Tiffany Antopolski Date: Sat Aug 11 14:25:22 2012 -0400 help: update xmls:if to 1.0 help/C/plugins.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3a647edfaca44f72360f8db71b085240b1e4f357 Author: Tiffany Antopolski Date: Sat Aug 11 12:12:21 2012 -0400 help: Fix link to l10n.gnome.org in translate.pgae help/C/translate.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ce3c4f82e5c327614180d41ff7f550a77c55701e Author: Tiffany Antopolski Date: Sat Aug 11 12:02:16 2012 -0400 Add new help files to help/Makefile.am help/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) commit fabbea3dc5995a2815cec29d86210799c36ff67c Author: Tiffany Antopolski Date: Sat Aug 11 12:01:41 2012 -0400 Bring back plugin-postr.page help/C/plugin-postr.page | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) commit e06fe41683b075b9095ae6d536cdbcc0262acfd6 Author: Fabiana Simões Date: Sat Aug 11 09:32:46 2012 -0300 Overall revision of user documentation, added pages for the picasa and fullscreen background plugins help/C/plugin-fullscreen-background.page | 30 ++++++++++++++++++++++++++++++ help/C/plugin-picasa.page | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) commit 6bb1cadd2f9ed4357fc1c272f7519b1ffa062276 Author: Fabiana Simões Date: Sat Aug 11 09:32:02 2012 -0300 Overall revision of user documentation, added pages for the picasa and fullscreen background plugins help/C/commandline.page | 23 +++++++++-------- help/C/copy-paste.page | 6 ++++- help/C/default.page | 4 +++ help/C/edit.page | 8 +++--- help/C/format-change.page | 12 ++++----- help/C/formats-save.page | 6 ++++- help/C/plugin-exif-digital.page | 15 +++++++++-- help/C/plugin-postr.page | 57 ----------------------------------------- help/C/plugins.page | 31 ++++++++++++++-------- 9 files changed, 71 insertions(+), 91 deletions(-) commit 8321658cf196bde4d86df01a47967b8262131402 Author: Yaron Shahrabani Date: Fri Aug 10 15:37:35 2012 +0300 Updated Hebrew translation. po/he.po | 819 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 417 insertions(+), 402 deletions(-) commit 79de1ccdb81e35f0a31175e898b5b6429b412d2e Author: Muhammet Kara Date: Thu Aug 9 17:08:32 2012 +0300 [l10n]Updated Turkish translation po/tr.po | 356 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 185 insertions(+), 171 deletions(-) commit b8a4ccab22b1775c9f54e750d8bab5d55b19b553 Author: Khaled Hosny Date: Wed Aug 8 08:56:01 2012 +0200 Updated Arabic translation po/ar.po | 302 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 155 insertions(+), 147 deletions(-) commit db5aaf2142783069d1c1f5e79b530472395654d9 Author: Felix Riemann Date: Mon Aug 6 22:27:08 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0f6080befec18d51e1568bbbe283df45c68a8a57 Author: Felix Riemann Date: Mon Aug 6 22:19:46 2012 +0200 Prepare for release 3.5.4 NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit cc6a99635632be1150dcb0e5a938d23e03d83535 Author: Tom Tryfonidis Date: Mon Aug 6 17:53:39 2012 +0300 Updated Greek translation po/el.po | 992 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 457 insertions(+), 535 deletions(-) commit 99eeb141d9bc7a1bdacadf6d276c20c4b71f742c Author: Мирослав Николић Date: Sat Aug 4 05:03:32 2012 +0200 Updated Serbian translation po/sr.po | 335 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 335 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 344 insertions(+), 326 deletions(-) commit 1462d39c08f7af4939f11f0c6105ee0318258c3f Author: Nilamdyuti Goswami Date: Fri Aug 3 14:36:54 2012 +0530 Assamese translation updated po/as.po | 300 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 155 insertions(+), 145 deletions(-) commit 3bc735cfa0d6770462d356be582b89f9cde01eda Author: Jiro Matsuzawa Date: Thu Aug 2 12:06:36 2012 +0900 [l10n] Update Japanese translation Modify the About label po/ja.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1b2df80d5750ac70406770640a95dcea33aec8aa Author: Jiro Matsuzawa Date: Tue Jul 31 23:13:04 2012 +0900 [l10n] Update Japanese translation po/ja.po | 316 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 162 insertions(+), 154 deletions(-) commit eb16effdd3857024dc152a2b60b4ac62a0ebea40 Author: Sweta Kothari Date: Mon Jul 30 11:31:41 2012 +0530 Updated gujarati file po/gu.po | 387 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 201 insertions(+), 186 deletions(-) commit 2025ddbdb924d2bf78a1c8bffbdc0db54c357fd3 Author: Fran Diéguez Date: Mon Jul 30 02:53:09 2012 +0200 Updated Galician translations po/gl.po | 328 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 168 insertions(+), 160 deletions(-) commit f12331636af7a25b4d0e2d405395706627e1e546 Author: Praveen Illa Date: Sun Jul 29 23:46:41 2012 +0530 Updated Telugu Translation po/te.po | 413 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 211 insertions(+), 202 deletions(-) commit c82789bc9e10a6f950b9f02e539b226ccd7746c1 Author: Matej Urbančič Date: Sun Jul 29 14:35:07 2012 +0200 Updated Slovenian translation po/sl.po | 349 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 182 insertions(+), 167 deletions(-) commit c7c8883ce4f4ccefe2078ade9b4dbb1e53f643f4 Author: Daniel Mustieles Date: Fri Jul 27 11:32:17 2012 +0200 Updated Spanish translation po/es.po | 330 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 170 insertions(+), 160 deletions(-) commit 2f0e379327c57660478a7f2556198b929b35e184 Author: Kjartan Maraas Date: Thu Jul 26 10:31:33 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 316 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 162 insertions(+), 154 deletions(-) commit ab2690d6dfb3a00ced662328b78bfbbfd7895a4c Author: Piotr Drąg Date: Wed Jul 25 22:46:29 2012 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 232292e570192ff41a6509f381953803cf39e188 Author: Felix Riemann Date: Thu Jun 7 15:47:30 2012 +0200 Provide an app menu Heavily based on nautilus' app menu implementation. https://bugzilla.gnome.org/show_bug.cgi?id=674938 data/Makefile.am | 1 + data/eog-app-menu.xml | 47 +++++++++++++ src/eog-application.c | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-application.h | 2 + src/eog-window.c | 144 +++++++++++++++++++++------------------ src/eog-window.h | 6 ++ 6 files changed, 318 insertions(+), 66 deletions(-) commit 3015f99d84eb1bcd267ef34e7e341a47a740bedd Author: Felix Riemann Date: Wed Jul 25 20:47:54 2012 +0200 EogWindow: Fix indentation src/eog-window.c | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) commit 332912fd4deadac51c17043392025aecd8b10b2b Author: Felix Riemann Date: Wed Jul 25 20:44:05 2012 +0200 EogWindow: React to changes of the *bar GSettings keys again src/eog-window.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) commit 2232759af2c7f04596ea2e150f8d373a708cc1c3 Author: Tobias Endrigkeit Date: Mon Jul 23 22:56:33 2012 +0200 Updated German translation po/de.po | 954 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 485 insertions(+), 469 deletions(-) commit e2231eb80cd841a47b496d13162b04a1c6ea8891 Author: Мирослав Николић Date: Mon Jul 23 00:22:23 2012 +0200 Updated Serbian translation po/sr.po | 562 ++++++++++++++++++++------------------------------------- po/sr@latin.po | 562 ++++++++++++++++++++------------------------------------- 2 files changed, 384 insertions(+), 740 deletions(-) commit 259138cf53dfd00824236fd59a87006b109bddc4 Author: Dimitris Spingos Date: Fri Jul 20 23:35:27 2012 +0300 Added Greek snapshots help/el/figures/eog-toolbar-editor.png | Bin 0 -> 17610 bytes help/el/figures/eog_start_window.png | Bin 16611 -> 0 bytes help/el/figures/eog_toolbar_editor_window.png | Bin 28997 -> 0 bytes help/el/figures/image-view-prefs.png | Bin 0 -> 18095 bytes help/el/figures/multiple-convert.png | Bin 0 -> 19778 bytes help/el/figures/multiple-rename-count.png | Bin 0 -> 19607 bytes help/el/figures/plugins-all.png | Bin 0 -> 40682 bytes help/el/figures/prefs-plugins-date.png | Bin 0 -> 57455 bytes help/el/figures/prefs-plugins-fullscreen.png | Bin 0 -> 58628 bytes help/el/figures/prefs-plugins.png | Bin 0 -> 56118 bytes help/el/figures/slideshow-prefs.png | Bin 0 -> 45195 bytes 11 files changed, 0 insertions(+), 0 deletions(-) commit 5707f55ac258ee5941f6a1dadb8e13f1912d7d53 Author: Dimitris Spingos Date: Fri Jul 20 17:58:55 2012 +0300 Updated Greek translation-help help/el/el.po | 4920 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 4061 insertions(+), 859 deletions(-) commit 6041690dd948b5ecc17ef157b9abab725866c45f Author: Andika Triwidada Date: Thu Jul 19 11:34:26 2012 +0700 Updated Indonesian translation po/id.po | 340 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 169 insertions(+), 171 deletions(-) commit 9127374cd0f2e6484f74b7cded3b2005125e9f78 Author: Chao-Hsiung Liao Date: Wed Jul 18 19:26:45 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 990 ++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 1030 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 1014 insertions(+), 1006 deletions(-) commit 5d2dddbc58b85210604fb713c43811041b29c147 Author: Felix Riemann Date: Tue Jul 17 19:35:30 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d4eaf4304fed98a2cfa7a2832f44f7b71bc9314a Author: Felix Riemann Date: Tue Jul 17 19:29:20 2012 +0200 Prepare for release 3.5.3 NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 965dbc0a98037efec5cb754a6f03a0e4d14c4b57 Author: Ihar Hrachyshka Date: Sun Jul 15 14:45:04 2012 +0300 Updated Belarusian translation. po/be.po | 292 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 147 insertions(+), 145 deletions(-) commit 46fb71380a565e43b2e216d906f8d77a336b9333 Author: Felix Riemann Date: Fri Jul 6 23:52:41 2012 +0200 EogCloseConfirmationDialog: Fix size request for the image list Change the size request of the encasing ScrolledWindow instead of the TreeView itself. Otherwise the list would hardly show one row. https://bugzilla.gnome.org/show_bug.cgi?id=679505 src/eog-close-confirmation-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c88190f9849963c3a09f901ccd37c60494f35ba8 Author: Alexander Shopov Date: Wed Jul 4 07:22:20 2012 +0300 Updated Bulgarian translation po/bg.po | 286 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 142 deletions(-) commit efe785246025784e0f790fdf8584189f55dfea27 Author: Nguyễn Thái Ngọc Duy Date: Sat Jun 30 20:17:47 2012 +0700 Updated Vietnamese translation po/vi.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit f07a06ee104385d7cc4fa1d0a295ef38abc92277 Author: Nguyễn Thái Ngọc Duy Date: Sat Jun 30 20:16:58 2012 +0700 po/vi: import from Damned Lies po/vi.po | 296 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 150 insertions(+), 146 deletions(-) commit b6b435892d55e22bbbafd63ac3752aff590f98a6 Author: Felix Riemann Date: Mon Jun 25 21:48:10 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 38e32f933c2a4f8630924e39ad75f65495148f72 Author: Felix Riemann Date: Mon Jun 25 21:32:21 2012 +0200 Prepare for release 3.5.2 NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit fb4f7ce3e38b695e6693937462acaad6172a9251 Author: Felix Riemann Date: Mon Jun 25 21:40:05 2012 +0200 EogStatusBar: Reduce bottom margin of embedded progress bar This would otherwise cause unnecessary redraws with gtk+ and gnome-themes-standard due to the image area resizing. src/eog-statusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit df5b2b69fe70ef48882210c9948f9eaca19415c7 Author: Felix Riemann Date: Thu Jun 7 13:22:20 2012 +0200 Make EogWindow a GtkApplicationWindow This is necessary to support application menus. src/eog-window.c | 4 +++- src/eog-window.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) commit 888b5ed2f6d0fa89d52fad68ddcf14fbca134932 Author: Felix Riemann Date: Sat Jun 23 17:12:54 2012 +0200 EogThumbView: Set icon view columns to the real number of images GtkIconView's layout code was redone in gtk+-3.4.3 and 3.4.4 breaking EogThumbView which would scale the thumbnails so small that the thumbview would not be shown itself in single row mode. This should work with gtk+-3.4.2 and earlier as well. https://bugzilla.gnome.org/show_bug.cgi?id=677168 src/eog-thumb-nav.c | 10 ++++-- src/eog-thumb-view.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 98 insertions(+), 3 deletions(-) commit 926c759772a9060ae72cedfb01468f4bd1a0246f Author: Felix Riemann Date: Sat Jun 16 19:28:20 2012 +0200 EogThumbView: Implement GtkOrientable src/eog-thumb-view.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) commit 9015c3d76da2d7e636567429f174ee3faccaf480 Author: Takayuki KUSANO Date: Sun Jun 24 00:33:36 2012 +0900 [l10n] Update Japanese translation po/ja.po | 514 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 205 insertions(+), 309 deletions(-) commit d4adc0f97c0e58ec9bce461e9e52c399b7e0e07c Author: Andrej Žnidaršič Date: Fri Jun 22 09:31:22 2012 +0200 Updated Slovenian translation po/sl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit c9ca0669bb638d754cc93d5818be7ca261842521 Author: Aleksej Kabanov Date: Sun Jun 17 20:56:38 2012 +0400 Updated Russian translation po/ru.po | 583 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 341 insertions(+), 242 deletions(-) commit 4761ae0cf0411fb539b191efa61c4cdfabc5992e Author: Nilamdyuti Goswami Date: Wed Jun 13 21:14:37 2012 +0530 Assamese translation reviewed po/as.po | 417 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 205 insertions(+), 212 deletions(-) commit 5dbf8a8b2b94ebaa42b45e5e2b763ebae1a31342 Author: Khaled Hosny Date: Tue Jun 12 17:54:41 2012 +0200 Updated Arabic translation po/ar.po | 283 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 137 deletions(-) commit b52d2c1c6569d4c9106ebb4dc7218c9e1981baa9 Author: Felix Riemann Date: Sun Jun 10 15:34:26 2012 +0200 EogWindow: Make sure the window is realized after loading an image Otherwise it could happen that no window is shown if the fist image doesn't correctly emit its size-prepared signal correctly. https://bugzilla.gnome.org/show_bug.cgi?id=669830 src/eog-window.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 3fb558e1861d3d75bca23946fcf3f62c80daeeec Author: Felix Riemann Date: Fri Jun 8 18:40:20 2012 +0200 EogScrollView: Clip SVGs to the visible image area This avoids showing image data present in those images but outside of the defined image boundaries. That could make the UI look like it is misbehaving (e.g. not showing scrollbars). https://bugzilla.gnome.org/show_bug.cgi?id=676486 src/eog-scroll-view.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit aebffb6f59844294ef49e94d784071f24900bcbb Author: Felix Riemann Date: Thu Jun 7 13:33:26 2012 +0200 EogWindow: Make check for initialized a check for not initializing This allows reusing existing empty windows which got broken in in the fix for bug 677200 (commit 92c37ff). src/eog-application.c | 3 ++- src/eog-window.c | 4 ++-- src/eog-window.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) commit 92c37ff6b34a2866ba2d03be7f6e1e973c707419 Author: Felix Riemann Date: Mon Jun 4 21:55:29 2012 +0200 Make sure to only reuse an empty window if it is done initializing This avoids a race condition when opening images through multiple instances. The second instance could then override the already loading (hidden) window's image resulting in only one image window showing. https://bugzilla.gnome.org/show_bug.cgi?id=677200 src/eog-application.c | 3 ++- src/eog-window.c | 8 ++++++++ src/eog-window.h | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) commit 11f05ec911b4208faa8f00ecd9f4830ca39fcb25 Author: Tom Gall Date: Sun Jun 3 14:26:31 2012 +0200 Fix saving transformed JPEG images that don't transform perfectly This could lead to a crash or break saving of these files with a message about the image exceeding the maximum image dimensions for saving. https://bugzilla.gnome.org/show_bug.cgi?id=675569 src/eog-image-jpeg.c | 2 ++ 1 file changed, 2 insertions(+) commit f8788a73cef17db329a59a08d628c52f2fb868d4 Author: Daniel Mustieles Date: Thu May 31 13:14:20 2012 +0200 Updated Spanish translation po/es.po | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 05aa696fbad1e9e60acf2cc29136b4215054174f Author: Bruno Brouard Date: Wed May 23 23:21:31 2012 +0200 Updated French translation po/fr.po | 303 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 152 insertions(+), 151 deletions(-) commit b7c68b1ffe2ebcc81d6daa947d8ee94ad4e7e2c5 Author: Antoine Jacoutot Date: Mon May 21 08:08:18 2012 +0200 build: OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3) strptime(3) was introduced in XPG4. On OpenBSD, just defining _XOPEN_SOURCE gets you the older XPG3 wich doesn't include strptime(3), so we need to define _XOPEN_SOURCE_EXTENDED to get XPG4v2. src/eog-exif-util.c | 1 + 1 file changed, 1 insertion(+) commit 3c11be7ab2560450e4ba4704b6b196f374f49f49 Author: Christian Kirbach Date: Wed May 23 00:03:47 2012 +0200 Updated German help translation help/de/de.po | 302 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 266 insertions(+), 36 deletions(-) commit ea8c106712e5c37fb7dd4510c3fed84b22ce911e Author: Rūdolfs Mazurs Date: Fri May 18 17:55:14 2012 +0300 Updated Latvian translation po/lv.po | 472 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 245 insertions(+), 227 deletions(-) commit 710597f9f25cab797793dc1e6689e60474476d97 Author: Tom Tryfonidis Date: Wed May 2 13:03:15 2012 +0300 Updated Greek translation po/el.po | 846 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 430 insertions(+), 416 deletions(-) commit 232a5dd4b435af5173d8003621c3f0bed96dfc74 Author: Felix Riemann Date: Mon Apr 30 23:34:40 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit da2442ab5bd8767b534c4710009abed0dc3ca9c3 Author: Felix Riemann Date: Mon Apr 30 23:27:56 2012 +0200 Prepare for release 3.5.1 NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) commit 5aebb88a206f1d6dfab87fbe9a63c6cc54bf37e9 Author: Javier Sánchez Date: Sun Apr 29 11:41:06 2012 +0200 Printing paper orientation should default based on image dimensions Now, the default paper orientation in print settings is based on image dimensions. https://bugzilla.gnome.org/show_bug.cgi?id=531898 src/eog-print.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit a0a7bdacdb33352fb2c79f756696dd696ce1f358 Author: Matej Urbančič Date: Sat Apr 21 13:01:14 2012 +0200 Updated Slovenian translation po/sl.po | 324 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 165 insertions(+), 159 deletions(-) commit 38e8c3a7b1205726474e39f2ff00a3258ec585f4 Author: Fran Diéguez Date: Thu Apr 19 19:26:30 2012 +0200 Updated Galician translations po/gl.po | 264 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 130 deletions(-) commit 874920955b1ed47fc5d808f4538e49a7c9e27563 Author: Kjartan Maraas Date: Wed Apr 18 20:04:38 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) commit 0d60cd10abe7241a435feb00e82e91f1f70cd067 Author: Felix Riemann Date: Mon Apr 16 23:39:40 2012 +0200 Post-branch version bump A little bit late, but make it clear that this is a development branch. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8c35097d0c85b2df2e679d078eafe9e40d92e7e4 Author: Bruno Brouard Date: Fri Apr 13 21:36:25 2012 +0200 Updated French doc translation help/fr/fr.po | 301 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 263 insertions(+), 38 deletions(-) commit 257fe2f1d9b3ca582da74e9a843314f8cd538740 Author: Yaron Shahrabani Date: Fri Apr 13 01:00:32 2012 +0300 Updated Hebrew translation. po/he.po | 317 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 161 insertions(+), 156 deletions(-) commit 7029dfe154cf8d1ce4df8fd6f3157b344e0ad9b7 Author: Felix Riemann Date: Wed Apr 11 21:15:39 2012 +0200 Avoid recompressing JPEGs as PNG when printing Use cairo's feature to simply attach the source file data to the printing surface. This reduces the file size of the resulting PDF file pretty much to the source file size. https://bugzilla.gnome.org/show_bug.cgi?id=394260 src/eog-image.c | 18 +++++++- src/eog-image.h | 6 ++- src/eog-print.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 160 insertions(+), 2 deletions(-) commit d6b9b7d94db142d84d1074ceebe4a40411a60765 Author: Carles Ferrando Date: Tue Apr 10 23:50:22 2012 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) commit a365dfb744c412dc4dbefd206a6ce4e4995aab59 Author: Jordi Serratosa Date: Tue Apr 10 23:50:04 2012 +0200 [l10n] Fixes on Catalan translation po/ca.po | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) commit 99deea8dc96bc8d50453b94fcd7b82b9faa0cb21 Author: Fran Diéguez Date: Tue Apr 10 23:30:08 2012 +0200 Updated Galician translations for doc Signed-off-by: Fran Diéguez help/gl/gl.po | 349 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 301 insertions(+), 48 deletions(-) commit 7686a7b0608d10005a21493672dd7039adfc77d8 Author: Gabor Kelemen Date: Tue Apr 10 22:59:20 2012 +0200 Updated Hungarian translation help/hu/hu.po | 395 +++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 295 insertions(+), 100 deletions(-) commit 87fe5b97653285973c88b0efb806f18ca648291a Author: Andrej Žnidaršič Date: Mon Apr 9 12:15:24 2012 +0200 Updated Slovenian translation help/sl/sl.po | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 155 insertions(+), 20 deletions(-) commit 6402b286dda779f280d941be56c2e17f2baa127d Author: Praveen Illa Date: Mon Apr 9 01:24:17 2012 +0530 Updated Telugu Translation po/te.po | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) commit 1e138be45f5c60ec92fe21e3749139f540cd1acd Author: Daniel Mustieles Date: Sun Apr 8 13:22:22 2012 +0200 Updated Spanish translation po/es.po | 296 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 151 insertions(+), 145 deletions(-) commit a8c7091fae2075adf0a8d66017736c52832d1126 Author: Felix Riemann Date: Fri Apr 6 19:22:03 2012 +0200 Replace slideshow timeout spinbutton with a scale This should make it easier for translators to handle this UI part as the time unit is decoupled from the description. https://bugzilla.gnome.org/show_bug.cgi?id=658127 data/eog-preferences-dialog.ui | 43 +++++++++++++++++++----------------------- src/eog-preferences-dialog.c | 22 ++++++++++++++++++--- 2 files changed, 38 insertions(+), 27 deletions(-) commit 0815e9eb2232fc8734622d2254d64774aadecd62 Author: Felix Riemann Date: Fri Apr 6 17:49:43 2012 +0200 fullscreen: Check if clicks originated from over the image This avoids going fullscreen by clicking the scrollbars. https://bugzilla.gnome.org/show_bug.cgi?id=579595 plugins/fullscreen/eog-fullscreen-plugin.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 5fcbe0c8d1048c233de70b75724a6eb427c2d55c Author: Felix Riemann Date: Fri Apr 6 17:45:15 2012 +0200 EogScrollView: Add function to check if an event's source if over the image Useful to check if click events are over the image itself. doc/reference/eog-sections.txt | 1 + src/eog-scroll-view.c | 106 +++++++++++++++++++++++++++++++++++------ src/eog-scroll-view.h | 3 ++ 3 files changed, 95 insertions(+), 15 deletions(-) commit 25050d3b5cfcb901c5245a967b1435b235cc8bbe Author: Daniel Mustieles Date: Sun Apr 1 19:36:10 2012 +0200 Updated Spanish translation help/es/es.po | 6734 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 3481 insertions(+), 3253 deletions(-) commit 791607cfc9c746dd1d8c52497bffd24627bdda42 Author: Khaled Hosny Date: Sun Apr 1 17:07:50 2012 +0200 Review Arabic translation po/ar.po | 69 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 27 deletions(-) commit 719dfa22cebaa1d1f8d73b76497fe3d58315b387 Author: Andika Triwidada Date: Sat Mar 31 23:46:01 2012 +0700 [l10n] Updated Indonesian translation po/id.po | 1176 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 615 insertions(+), 561 deletions(-) commit c6746fff19d5430fbe94bda73215f9b5723cb512 Author: Tiffany Antopolski Date: Sat Mar 31 12:08:46 2012 -0400 help docs: added get-involved pages and license info. Also updated the makefile and added copyright to index.page help/C/develop.page | 27 ++++++++++++++++++++++ help/C/documentation.page | 30 ++++++++++++++++++++++++ help/C/index.page | 3 ++- help/C/license.page | 59 +++++++++++++++++++++++++++++++++++++++++++++++ help/C/translate.page | 39 +++++++++++++++++++++++++++++++ help/Makefile.am | 4 ++++ 6 files changed, 161 insertions(+), 1 deletion(-) commit 415c249e30e0da9580740ae4f0e66d3cb5eb225f Author: Mario Blättermann Date: Tue Mar 27 23:31:10 2012 +0200 [l10n] Updated German doc translation help/de/de.po | 675 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 354 insertions(+), 321 deletions(-) commit 9457577bf9b019a58a40938b7e6ca0c75356a41d Author: Carles Ferrando Date: Tue Mar 27 22:30:10 2012 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1270 +++++++++++++++++++++++++++-------------------------- 1 file changed, 655 insertions(+), 615 deletions(-) commit 08dbe0ca30f42146aff2849770264819175489d6 Author: Yasumichi Akahoshi Date: Tue Mar 27 23:50:23 2012 +0900 [l10n] Update Japanese translation help/ja/ja.po | 103 +++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 74 insertions(+), 29 deletions(-) commit dc8dfef361e4c8797e3ac0a8aee075fb264eef54 Author: Chao-Hsiung Liao Date: Tue Mar 27 12:00:56 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 707 ++++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 701 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 747 insertions(+), 661 deletions(-) commit b2ece774230591fcadfdbb06097e0b71ea42e404 Author: Felix Riemann Date: Mon Mar 26 22:24:39 2012 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 908c654abf8a0b2226672ec26ced3ec142ccef2f Author: Felix Riemann Date: Mon Mar 26 22:16:57 2012 +0200 Prepare for release 3.4.0 NEWS | 17 +++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) commit d16d39435a0766cb28f609b91b09869680ab0093 Author: Andrej Žnidaršič Date: Mon Mar 26 14:07:00 2012 +0200 Updated Slovenian translation help/sl/sl.po | 63 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 24 deletions(-) commit 0e3b8c4fc0bb86df0e5e1dc9694d338eef76078b Author: Bruno Brouard Date: Mon Mar 26 12:29:24 2012 +0200 Updated French doc translation help/fr/fr.po | 57 +++++++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 30 deletions(-) commit 193b2cdfbfd137bcbec86a7085060aecd41b86f1 Author: Sasi Bhushan Date: Sun Mar 25 17:04:45 2012 +0530 Added Telugu help Translations help/Makefile.am | 2 +- help/te/te.po | 2080 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2081 insertions(+), 1 deletion(-) commit 0af23f4a7a67a3c09924f2036bd4019c008e5a24 Author: Jiro Matsuzawa Date: Sun Mar 25 14:31:48 2012 +0900 [l10n] Update Japanese translation po/ja.po | 288 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 147 insertions(+), 141 deletions(-) commit 0aded71049366f18a611aeccbb4be19412d66d3d Author: Praveen Illa Date: Fri Mar 23 15:30:05 2012 +0530 Updated Telugu Translation po/te.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit f505a34fb12c920cf0452bcd84b29657808449ad Author: Praveen Illa Date: Fri Mar 23 15:26:51 2012 +0530 Updated Telugu Translation po/te.po | 492 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 246 insertions(+), 246 deletions(-) commit a152672b6d7a83f35505d438d5a7bb362e760cf0 Author: Praveen Arimbrathodiyil Date: Thu Mar 22 20:51:45 2012 +0530 Malayalam translation updated po/ml.po | 1485 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 792 insertions(+), 693 deletions(-) commit e5c27629fdfb624ded860d5e7a2af9fa311887d4 Author: Kenneth Nielsen Date: Thu Mar 22 15:41:40 2012 +0100 Updated Danish translation po/da.po | 879 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 442 insertions(+), 437 deletions(-) commit 82b0f16b391a70d7825aa8500a7d2df0af6bffca Author: Olav Vitters Date: Wed Mar 21 22:08:38 2012 +0100 fix typo; double a po/te.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b7453f99aa129334ced44b4b7059da3645c779e1 Author: Olav Vitters Date: Wed Mar 21 22:05:48 2012 +0100 fix keywords in te.po po/te.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 568722ad7a9917a2eb9c2b44ceeb556ce5fe6917 Author: Krishnababu Krothapalli Date: Tue Mar 20 21:37:05 2012 +0530 Translations Updated with FUEL po/te.po | 214 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 107 insertions(+), 107 deletions(-) commit c7b8ba2fe93865153edbb1b1117ddb3b50c4c3d5 Author: Aurimas Černius Date: Mon Mar 19 23:27:28 2012 +0200 Updated Lithuanian translation po/lt.po | 1300 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 602 insertions(+), 698 deletions(-) commit 4324167b3ef2600a91cc94fcbbde1c5b8da5465f Author: Felix Riemann Date: Mon Mar 19 22:04:02 2012 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0288806234332b4e384cb872983f3a5e8bd5eeb3 Author: Felix Riemann Date: Mon Mar 19 21:56:44 2012 +0100 Prepare for release 3.3.92 NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) commit 706797b92423a7b3a138985060d2fcecf1ae61bd Author: Felix Riemann Date: Sun Mar 18 18:59:35 2012 +0100 Revert "Do not show the titlebar when eog is maximized." This reverts commit c93aa0b94ba6142c78ea5025a56a0f70c6fc0739. As the menubar comes pretty close to the top of the screen, there is apperently the possibility to accidentially trigger gnome-shell's activities menu. Revisit this for the next development cycle when all the dependencies are stable enough. https://bugzilla.gnome.org/show_bug.cgi?id=671643 src/eog-window.c | 2 -- 1 file changed, 2 deletions(-) commit b7c5c81df14c1cfe1644228758b1f894cf1253b1 Author: Felix Riemann Date: Sun Mar 18 18:43:01 2012 +0100 Add gtk version check around changes of commit 22618a75 We use symbols that are not present in earlier GTK+ versions. src/eog-thumb-nav.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 22618a75bcf2a754f5fbe48b2d49c27b5e66ecd5 Author: Felix Riemann Date: Sun Mar 18 18:28:57 2012 +0100 EogThumbNav: Fix mousewheel scrolling with gtk-3.3.18 and xserver-1.12 Handle incoming smooth scroll events that are oviously caused by the scrollwheel just like legacy scroll events. https://bugzilla.gnome.org/show_bug.cgi?id=672312 src/eog-thumb-nav.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit cd5996d8f70aa1982f1dba54d4acea6dded05c48 Author: Gianvito Cavasoli Date: Sun Mar 18 18:31:31 2012 +0100 [l10n] Updated Italian translation po/it.po | 720 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 383 insertions(+), 337 deletions(-) commit f05db86aa7cb23cb8c5776011e7463ab03589eff Author: Abderrahim Kitouni Date: Sun Mar 18 15:58:35 2012 +0100 Updated Arabic translation po/ar.po | 1246 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 670 insertions(+), 576 deletions(-) commit 32a85fb24ea22a3e044c6738e18381561167797c Author: Duarte Loreto Date: Sun Mar 18 00:00:34 2012 +0000 Updated Portuguese translation po/pt.po | 1265 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 652 insertions(+), 613 deletions(-) commit 5d9278bede301b211f61b306bfc31003fc2dcfb6 Author: Viesturs Ružāns Date: Sat Mar 17 12:24:53 2012 +0200 Added Latvian translation. help/Makefile.am | 2 +- help/lv/lv.po | 2589 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2590 insertions(+), 1 deletion(-) commit c694a415ca39552d4af686a82ab6274a2b914ffa Author: Muhammet Kara Date: Sat Mar 17 09:33:03 2012 +0200 [l10n]Updated Turkish translation po/tr.po | 970 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 488 insertions(+), 482 deletions(-) commit fd5818b617f4d94266cad6f0fc6125fe5cd0b395 Author: Wouter Bolsterlee Date: Fri Mar 16 23:01:41 2012 +0100 Updated Dutch translation po/nl.po | 928 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 467 insertions(+), 461 deletions(-) commit fb2ed49206b0c94bc496dfcfd169b2d25bfc0b4e Author: Daniel Mustieles Date: Fri Mar 16 17:08:59 2012 +0100 Updated Spanish translation help/es/es.po | 6525 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 3254 insertions(+), 3271 deletions(-) commit d91ef4d68696c6ce4d5b8e4342ba8e5d89ed02b4 Author: Bruce Cowan Date: Fri Mar 16 13:49:14 2012 +0000 Updated British English translation po/en_GB.po | 1253 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 646 insertions(+), 607 deletions(-) commit bdbe0969dea2b4893341723c3373e8944b09af98 Author: A S Alam Date: Thu Mar 15 20:48:04 2012 +0530 update Punjabi Translation po/pa.po | 3049 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 1364 insertions(+), 1685 deletions(-) commit b380f1066b1ca17c08d80b90a6f24b702fe9eb66 Author: Marek Černocký Date: Thu Mar 15 14:41:43 2012 +0100 Updated Czech translation po/cs.po | 932 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 469 insertions(+), 463 deletions(-) commit d921fc73d49814fd475e197cbb97e5aefe2d717d Author: Sweta Kothari Date: Thu Mar 15 14:55:44 2012 +0530 Updated Gujarati Translations po/gu.po | 1302 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 664 insertions(+), 638 deletions(-) commit 2301d0d0221b928fa1c644c1754977dabb6ed88d Author: Krishnababu Krothapalli Date: Thu Mar 15 12:04:40 2012 +0530 Updated Telugu Translations po/te.po | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) commit d759c24318df3f50a3617965c48891f568a62a17 Author: A S Alam Date: Thu Mar 15 06:21:22 2012 +0530 update Punjabi Translation po/pa.po | 2923 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1639 insertions(+), 1284 deletions(-) commit 20af573d9c30808d5f5a27d997c00a97c604c272 Author: Anita Reitere Date: Wed Mar 14 21:58:00 2012 +0200 Updated Latvian translation. po/lv.po | 1310 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 669 insertions(+), 641 deletions(-) commit 57116d58a1bc7447bd02991ae7902d06a239dbed Author: Felix Riemann Date: Wed Mar 14 20:35:50 2012 +0100 EogFileChooser: Use GnomeThumbnailFactory to create preview image Do this if no thumbnail exists yet. Avoids displaying too large thumbs for images that have yet to be thumbnailed, breaking the file open dialog. https://bugzilla.gnome.org/show_bug.cgi?id=671944 src/eog-file-chooser.c | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) commit 089c4d68620b91745f203f8c11969bd7f0536c8c Author: David Planella Date: Tue Mar 13 00:18:52 2012 +0100 Updated Catalan translation po/ca.po | 1260 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 650 insertions(+), 610 deletions(-) commit 31a24d3f50f3cc7defa16d54668cf5bf1850dee3 Author: Antonio Fernandes C. Neto Date: Fri Mar 9 12:57:53 2012 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 902 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 454 insertions(+), 448 deletions(-) commit ff4fd8ed7656b46205d34359cd37b2502327460c Author: Kjartan Maraas Date: Mon Mar 12 18:27:20 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 346 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 176 insertions(+), 170 deletions(-) commit 917a8b5fce2202faf5439931af17c3779c4f0e4d Author: Timo Jyrinki Date: Mon Mar 12 11:14:23 2012 +0200 Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint po/fi.po | 911 +++++++++++++++++++++++---------------------------------------- 1 file changed, 328 insertions(+), 583 deletions(-) commit f9a5ec6522b616421f1f2d5d41f77c3c6ab788bd Author: Felix Riemann Date: Sat Mar 10 15:14:33 2012 +0100 Remove deprecated, unneeded and now effect-less GtkStyle-usage This stuff wasn't needed anymore since we dropped the GtkFrame as parent for the EogScrollView widget. Also it didn't have any effect at all in GTK+-3. Fixes more build warnings because of deprecations. https://bugzilla.gnome.org/show_bug.cgi?id=671402 src/eog-window.c | 14 -------------- 1 file changed, 14 deletions(-) commit c87818df0fe3ea5a5783426011925d2e2e752b24 Author: Adrian Zgorzałek Date: Wed Feb 29 22:08:31 2012 +0100 Fix GDK deprecations Partially fixes compiling with -Werror-deprecated. http://bugzilla.gnome.org/show_bug.cgi?id=671402 src/eog-scroll-view.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit edb39d51119e6bc4447582d720023f1788421893 Author: Felix Riemann Date: Sat Mar 10 15:11:38 2012 +0100 EogErrorMessageArea: Properly escape the error message markup Fixes broken error messages when printing messages containing markup characters like '<' and '>'. src/eog-error-message-area.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 7fc2de129fdc3a4f1745bb3bd37903a19b7f2d18 Author: Changwoo Ryu Date: Sat Mar 10 21:16:43 2012 +0900 Updated Korean translation po/ko.po | 1240 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 642 insertions(+), 598 deletions(-) commit 8a08a42f1a98e19fcb2126d4b6f3937a0a4ef9f8 Author: Arash Mousavi Date: Sat Mar 10 01:56:19 2012 +0330 Updated Persian Translation po/fa.po | 1210 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 622 insertions(+), 588 deletions(-) commit 1600704f3bbd1e2c2b71c0a881c320cdbd10fc9b Author: Tiffany Antopolski Date: Fri Mar 9 19:01:37 2012 +0100 Updated Esperanto translation po/eo.po | 340 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 214 insertions(+), 126 deletions(-) commit b408f9e609aaee9f4c0d153b7e0f5bfbeb568e7a Author: Yuri Myasoedov Date: Wed Mar 7 18:25:42 2012 +0400 Updated Russian translation po/ru.po | 838 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 422 insertions(+), 416 deletions(-) commit 76177cd2fd935bae05ed5c16efefa7d27d026a6b Author: Alexander Shopov Date: Wed Mar 7 06:41:30 2012 +0200 Updated Bulgarian translation po/bg.po | 940 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 474 insertions(+), 466 deletions(-) commit 738ba417c3d6f78acaf7345b3f3eea8c03bf051b Author: Bruno Brouard Date: Tue Mar 6 22:21:02 2012 +0100 Updated French translation po/fr.po | 1317 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 680 insertions(+), 637 deletions(-) commit 853e129605a6ce471de5388c2055f4a9a41395d5 Author: Felix Riemann Date: Mon Mar 5 21:08:46 2012 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fdb9e8081ac59f4e720213ef3d223275748771c6 Author: Felix Riemann Date: Mon Mar 5 20:59:49 2012 +0100 Prepare for release 3.3.91 NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) commit bd46c58ed587d228f00ef0056faa95dd836727f3 Author: Nilamdyuti Goswami Date: Mon Mar 5 20:05:14 2012 +0530 Assamese translation completed po/as.po | 1313 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 672 insertions(+), 641 deletions(-) commit b0fc5acb663f87fcffe5d8d4f4dafbdcfc4d76ed Author: YunQiang Su Date: Mon Mar 5 17:58:49 2012 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 1277 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 660 insertions(+), 617 deletions(-) commit 807d0a9c6205aaeeb0e31662727b795df6432196 Author: Daniel Korostil Date: Sun Mar 4 22:11:31 2012 +0200 Added uk translation po/uk.po | 1306 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 674 insertions(+), 632 deletions(-) commit 9e26152be8b9b20c79ae6deeeddcc57e4982bffb Author: Fran Diéguez Date: Sun Mar 4 20:13:50 2012 +0100 Updated Galician translations po/gl.po | 346 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 176 insertions(+), 170 deletions(-) commit c7549594ed526151c3b22668c0cee74f5937ba7a Author: Carlos Garcia Campos Date: Mon Feb 6 17:08:37 2012 +0000 toolbar-editor: Fix a crash when dropping an item to the toolbar action_sensitive_cb can be called with the dnd tool item when it doesn't have an ancestor. (Cherry-picked from Evince to eog to fix bug #671202) https://bugzilla.gnome.org/show_bug.cgi?id=671202 cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit bf0baa922062a9b25efb97043460c04a1335b136 Author: Gabor Kelemen Date: Sun Mar 4 01:18:04 2012 +0100 Updated Hungarian translation po/hu.po | 408 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 204 insertions(+), 204 deletions(-) commit 691707d41628e9e45dbe5d276c71ca0a988be18c Author: Gabor Kelemen Date: Sun Mar 4 01:14:12 2012 +0100 Updated Hungarian help translation help/hu/hu.po | 568 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 289 insertions(+), 279 deletions(-) commit 4a9d39f441c9a453c525ed3db755a8edc80e6bdc Author: Gabor Kelemen Date: Sun Mar 4 01:05:38 2012 +0100 Updated Hungarian translation po/hu.po | 669 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 354 insertions(+), 315 deletions(-) commit e1125381a779fa4d79ea96fde5de819bc3a0f017 Author: Piotr Drąg Date: Sat Mar 3 23:57:34 2012 +0100 Updated Polish translation po/pl.po | 690 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 366 insertions(+), 324 deletions(-) commit d58f23ad76cbff3c833733964223b1eec66cbfc8 Author: Inaki Larranaga Murgoitio Date: Sat Mar 3 18:54:37 2012 +0100 Updated Basque language po/eu.po | 695 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 369 insertions(+), 326 deletions(-) commit 81a72cb88d7c299c1335063a79c49c46c528c7e3 Author: Nguyễn Thái Ngọc Duy Date: Sat Mar 3 23:31:38 2012 +0700 Updated Vietnamese translation po/vi.po | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit c40c947652559c8041cb0a7f953b4f9576bc52fd Author: Nguyễn Thái Ngọc Duy Date: Sat Mar 3 23:29:59 2012 +0700 po/vi: import from Damned Lies po/vi.po | 1290 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 659 insertions(+), 631 deletions(-) commit d68944a97880afea3d4ea9904eb5af07eaa0065e Author: Daniel Mustieles Date: Fri Mar 2 14:17:46 2012 +0100 Updated Spanish translation po/es.po | 960 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 483 insertions(+), 477 deletions(-) commit 796af3de157bd0476386c806102c374cc5881f54 Author: Yaron Shahrabani Date: Fri Mar 2 14:10:05 2012 +0200 Updated Hebrew translation. po/he.po | 418 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 212 insertions(+), 206 deletions(-) commit 6a83a268414248f3d236cb47830a85810a1375e0 Author: Ihar Hrachyshka Date: Fri Mar 2 12:13:44 2012 +0300 Updated Belarusian translation. po/be.po | 939 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 473 insertions(+), 466 deletions(-) commit e961bf85da9f860ffded6f7a4e303e2a5ce13675 Author: Мирослав Николић Date: Thu Mar 1 22:38:47 2012 +0100 Updated Serbian translation po/sr.po | 942 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 942 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 946 insertions(+), 938 deletions(-) commit b475d99d1af9c402eb3e4398a38fc599a09ea7eb Author: Mattias Põldaru Date: Thu Mar 1 17:55:57 2012 +0200 [l10n] Updated Estonian translation po/et.po | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit f366b133c152a7f910842588859b16425e7f6df2 Author: Daniel Nylander Date: Thu Mar 1 13:41:17 2012 +0100 Updated Swedish translation po/sv.po | 808 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 407 insertions(+), 401 deletions(-) commit 59e675c621cf0e9bb4567321a877ebb3c0075cc4 Author: Felix Riemann Date: Wed Feb 29 22:14:22 2012 +0100 Fix some more deprecation warnings Still not all though. src/eog-scroll-view.c | 2 +- src/eog-uri-converter.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 176ebc22b3e11271cb32b5e458cbc6c7cc3fb113 Author: Felix Riemann Date: Wed Feb 29 21:44:08 2012 +0100 Fix warnings due to deprecations in librsvg-2.35 src/main.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 2264f943fcb2619ae27b91f852354d13e9baf801 Author: Mario Blättermann Date: Wed Feb 29 21:51:51 2012 +0100 [l10n] Updated German translation po/de.po | 349 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 172 insertions(+), 177 deletions(-) commit 9bfc7b316206e49466a272c6e510792c18acc0e2 Author: Matej Urbančič Date: Wed Feb 29 18:46:39 2012 +0100 Updated Slovenian translation po/sl.po | 566 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 286 insertions(+), 280 deletions(-) commit b9e1aa834cdc79ee162063581fc284bbbabaf07c Author: Didier Roche Date: Wed Feb 29 18:03:22 2012 +0100 Add extra keywords for searching in GNOME Shell and Unity This should list eog as result when searching for these keywords in GNOME Shell and Unity. https://bugzilla.gnome.org/show_bug.cgi?id=671038 data/eog.desktop.in.in | 2 ++ 1 file changed, 2 insertions(+) commit 81cb0682eae5ab9864737132abb4f0c18b10ff8c Author: Adrian Zgorzałek Date: Tue Feb 28 21:33:40 2012 +0100 Remove deprecated GtkVBox/GtkHBox usage The GtkHBox and GtkVBox have been deprecated by now. Also be consistent with the other properties declarations and use PROP_0 instead of PROP = 1. https://bugzilla.gnome.org/show_bug.cgi?id=671008 src/eog-print-preview.c | 3 ++- src/eog-sidebar.c | 5 ++++- src/eog-sidebar.h | 4 ++-- src/eog-thumb-nav.c | 8 ++++++-- src/eog-thumb-nav.h | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) commit d9ac4979739d2558fbaf4346186fcd8a34de7371 Author: Dr.T.Vasudevan Date: Wed Feb 29 17:26:40 2012 +0530 updated Tamil translation po/ta.po | 681 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 358 insertions(+), 323 deletions(-) commit b96480b8794021f178303bd2e1acaedbd1b24e11 Author: Daniel Mustieles Date: Sun Feb 26 20:07:37 2012 +0100 Updated Spanish translation help/es/es.po | 81 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 36 deletions(-) commit 38f49dca4785b2e1a36c9c1fe6ba7d9c84f022a0 Author: Felix Riemann Date: Sun Feb 26 15:51:23 2012 +0100 EogExifDetails: Take Exif IFD into account when creating hash keys This should solve conflicts with Exif values that have the same number but are stored in different IFD blocks (e.g GPS and Interoperability). https://bugzilla.gnome.org/show_bug.cgi?id=670700 src/eog-exif-details.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit db599c9fddc08c28559d1ff07e9510c3b89a2741 Author: Tiffany Antopolski Date: Sat Feb 25 03:19:23 2012 +0100 help: fixed some inconsistencies. https://bugzilla.gnome.org/show_bug.cgi?id=670245 help/C/format-change.page | 68 ++++++++++++++++++++--------------------- help/C/plugin-exif-digital.page | 48 ++++++++++++++--------------- 2 files changed, 58 insertions(+), 58 deletions(-) commit ead72440ebec2c247ebefe44aeb97175320b47b9 Author: Fran Diéguez Date: Sat Feb 25 17:18:22 2012 +0100 Updated galician translations for doc Signed-off-by: Fran Diéguez help/gl/gl.po | 284 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 283 insertions(+), 1 deletion(-) commit 4cc4a9d603e4bdf8a9b7349aba8810f4b8720d0a Author: Kristjan SCHMIDT Date: Wed Feb 22 19:58:06 2012 +0100 Updated Esperanto translation po/eo.po | 1290 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 645 insertions(+), 645 deletions(-) commit 06e7a1dc41212e3bc042f42d513c891fcadfe244 Author: Tiffany Antopolski Date: Tue Feb 21 20:15:23 2012 +0100 help C: s/floatright/floatend and floatleft/floatstart This makes it better for right to left languages. help/C/plugin-exif-digital.page | 2 +- help/C/plugin-fullscreen-double-click.page | 2 +- help/C/plugin-postr.page | 2 +- help/C/plugin-send-by-mail.page | 2 +- help/C/preferences.page | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) commit 50d81cf7e12dfe915b14212ada9ac2d3dbb55fa6 Author: Kenneth Nielsen Date: Mon Feb 20 22:56:46 2012 +0100 Updated Danish translation po/da.po | 684 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 361 insertions(+), 323 deletions(-) commit 6acb51a7a58556e48a11ea821b0809b06f0f3164 Author: Felix Riemann Date: Mon Feb 20 21:16:09 2012 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ddc1c7b5df0ce4f488f0ffe52dc68f9ba877090f Author: Felix Riemann Date: Mon Feb 20 21:08:35 2012 +0100 Preapare for release 3.3.90 NEWS | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) commit 9bd1a0720cb42486b87f0802a41346326af7bed6 Author: Robert Ancell Date: Thu Feb 16 16:36:34 2012 +1100 Fix deprecated GTK API usage https://bugzilla.gnome.org/show_bug.cgi?id=670184 src/eog-print-image-setup.c | 2 +- src/eog-scroll-view.c | 6 +++--- src/eog-sidebar.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 7f2f92bfbdb1559008ba15116c7a8309de0b8ad8 Author: Felix Riemann Date: Sun Feb 19 14:24:32 2012 +0100 Move clearing of mutexes from dispose into finalize handlers We cannot guard the new-style GMutexes against repeated clearing in dispose handlers. So move them into finalize handlers to prevent that scenario (which causes double frees) from happening. src/eog-image.c | 13 +++++++++++++ src/eog-list-store.c | 11 ++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) commit b5f61d90d0478378cf7cf21bf5ade9eded0ae9f2 Author: Felix Riemann Date: Sun Feb 19 14:13:40 2012 +0100 Use new GLib threading API https://bugzilla.gnome.org/show_bug.cgi?id=670185 src/eog-image-private.h | 2 +- src/eog-image.c | 39 ++++++++++++++++++--------------------- src/eog-jobs.c | 8 +++++--- src/eog-list-store.c | 14 +++++++------- 4 files changed, 31 insertions(+), 32 deletions(-) commit 52d44a8a62f9ebb19e32014a6fb4f32089c20981 Author: Praveen Illa Date: Sat Feb 18 23:26:22 2012 +0530 Updated Telugu Translation po/te.po | 1308 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 648 insertions(+), 660 deletions(-) commit 9ef7d86bbb347eac4b5ba7eb14035dcb986a1c0c Author: Robert Ancell Date: Thu Feb 16 16:31:05 2012 +1100 Remove unused variables src/eog-print-preview.c | 4 ---- src/eog-window.c | 3 --- 2 files changed, 7 deletions(-) commit b06f858159befe2d764c21c2f871208c39268af5 Author: Felix Riemann Date: Thu Feb 16 12:14:10 2012 +0100 EogPrintPreview: Avoid unnecessary color parsing The RGB values of black and white are known and thus can be set directly without parsing them with GdkRGBA first. src/eog-print-preview.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 57ce24e1ed32bf9af1b39592179e84b607600aad Author: Felix Riemann Date: Wed Feb 15 16:13:23 2012 +0100 Mark several private functions as internal src/eog-error-message-area.h | 3 +++ src/eog-metadata-sidebar.h | 2 ++ src/eog-plugin-engine.h | 2 ++ src/eog-print-image-setup.h | 1 + 4 files changed, 8 insertions(+) commit 076cb1b19e5c00203b3475bf6e79f42ff3aa6ba4 Author: Felix Riemann Date: Wed Feb 15 15:14:48 2012 +0100 EogPrintPreview: Draw focus rectangle around image and not the page Besides making the focus rectangle slightly visible again it also makes more sense this way as the user is interacting with the image on the page and not the whole page itself. src/eog-print-preview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 16f37f2ee7d20e47a7fc88793a4afd0f1bde2c3e Author: Felix Riemann Date: Wed Feb 15 15:10:36 2012 +0100 EogPrintPreview: Replace deprecated Gdk function calls src/eog-print-preview.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) commit d82064ed11afe1dc6c5d1ee62170ed054a07a39b Author: Felix Riemann Date: Wed Feb 15 14:35:11 2012 +0100 MetadataSidebar: Add a tooltip to the folder button src/eog-metadata-sidebar.c | 2 ++ 1 file changed, 2 insertions(+) commit 00aad0826bb7cba95f0376732a4e19b150f058a0 Author: Felix Riemann Date: Wed Feb 15 14:25:23 2012 +0100 MetadataSidebar: Change layout of the data values Move the value labels in their own line below their key labels. That improves the visibility of the values and takes away less horizontal space for image viewing. Unfortunately scrolling could be necessary now as the vertical space requirement increased. src/eog-metadata-sidebar.c | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) commit b6b0641a98f9f0f39717126036498d747bc18845 Author: Felix Riemann Date: Tue Feb 14 22:06:21 2012 +0100 Make metadata values in MetadataSidebar selectable src/eog-metadata-sidebar.c | 1 + 1 file changed, 1 insertion(+) commit d3899a2c956d3c49c559377fda219b0749fb3a3a Author: Bruno Brouard Date: Sun Feb 12 12:36:34 2012 +0100 Updated French doc translation help/fr/fr.po | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) commit ed49527d92d372dbc18d8beba7e07ab857bf1ab4 Author: Мирослав Николић Date: Thu Feb 9 21:10:59 2012 +0100 Updated Serbian translation po/sr.po | 677 ++++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 677 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 710 insertions(+), 644 deletions(-) commit be54b454c35c9da9e346690876f03f2e41cf14a0 Author: Felix Riemann Date: Wed Feb 8 20:45:10 2012 +0100 Fix system plugins data dir path eog-plugins was changed to move the plugin's data files out of the library path. Pass the correct path to libpeas as well, so system-wide plugins can query this path dynamically from the engine. src/eog-plugin-engine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit f974f23f9a4827a2d8e2f119df7ffc43ead81300 Author: Felix Riemann Date: Wed Feb 8 20:29:58 2012 +0100 job-queue: Update to new GThread API introduced with glib-2.31 src/eog-job-queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit bc4e5b657a127649470c3ece9d893e9ca5105516 Author: Felix Riemann Date: Wed Feb 8 17:42:59 2012 +0100 job-queue: Use static GMutex and GCond structs Newest glib allows to use GMutex and GCond statically. This makes use of this in an obvious place. src/eog-job-queue.c | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) commit 9edf86217f5e2d2ff028146e62a6636a82be4207 Author: Felix Riemann Date: Wed Feb 8 16:37:44 2012 +0100 Remove usage of g_thread_init g_thread_init() has become obsolete with the current glib releases. This clears eog from the direct dependency on libgthread. configure.ac | 1 - src/eog-job-queue.c | 2 -- src/main.c | 3 --- 3 files changed, 6 deletions(-) commit 2eb3f32061d19af97e38d87044d273fd00b03d65 Author: Jiro Matsuzawa Date: Thu Feb 9 00:39:13 2012 +0900 [l10n] Update Japanese translation po/ja.po | 1269 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 648 insertions(+), 621 deletions(-) commit 06a2dd6e9ba8b69242685f85db1d8a9a895815a3 Author: Mattias Põldaru Date: Wed Feb 8 11:06:54 2012 +0200 [l10n] Updated Estonian translation po/et.po | 752 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 380 insertions(+), 372 deletions(-) commit c5b994e949f3017947c239930033957d4f3f17ae Author: Felix Riemann Date: Mon Feb 6 23:33:18 2012 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4b5c7eeddc982c3019afe99153ab993d32900336 Author: Felix Riemann Date: Mon Feb 6 23:28:00 2012 +0100 Prepare for release 3.3.5 NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit af78446ab5ffb023f3caf2977be0aa2260d31ea0 Author: Fran Diéguez Date: Mon Feb 6 23:05:15 2012 +0100 Updated Galician doc translations help/gl/gl.po | 466 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 318 insertions(+), 148 deletions(-) commit e2125c36cb5d27b7ad1b9a55943df2522c9fdcde Author: Fábio Nogueira Date: Sun Feb 5 21:25:24 2012 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 684 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 361 insertions(+), 323 deletions(-) commit d884606a7524138bd2e35a901f68b57bee8631e3 Author: Paul Seyfert Date: Sun Feb 5 17:10:41 2012 +0100 Updated German translation po/de.po | 638 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 332 insertions(+), 306 deletions(-) commit b52b965d0d25f56b561bdea9e43d9fd3510f6338 Author: Wouter Bolsterlee Date: Sat Feb 4 15:27:29 2012 +0100 Updated Dutch translation po/nl.po | 636 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 331 insertions(+), 305 deletions(-) commit 6e5d9055be16d1b0bb0518edc1b34b3fba46144a Author: Tiffany Antopolski Date: Thu Feb 2 20:53:47 2012 -0500 po: Updated en_CA.po po/en_CA.po | 1599 +++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 1013 insertions(+), 586 deletions(-) commit b2b3aa269cba01e129d92905cde6268aa9e23eb3 Author: Felix Riemann Date: Wed Jan 25 20:54:52 2012 +0100 Assume sRGB if no display profile is set Gimp and Firefox make this assumption as well. https://bugzilla.gnome.org/show_bug.cgi?id=563760 src/eog-window.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) commit c93aa0b94ba6142c78ea5025a56a0f70c6fc0739 Author: Claudio Saavedra Date: Wed Jan 25 13:18:03 2012 +0200 Do not show the titlebar when eog is maximized. This is the default behavior for GNOME 3.4. https://bugzilla.gnome.org/show_bug.cgi?id=668652 configure.ac | 2 +- src/eog-window.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit b1c0185858066c92a432957622c2e898a658fc21 Author: Kjartan Maraas Date: Wed Jan 25 11:20:32 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 862 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 431 insertions(+), 431 deletions(-) commit bc16cbf6b026e1a4cd6d7aeccba3efcb8be29d2f Author: Timo Jyrinki Date: Tue Jan 24 15:40:13 2012 +0200 Updated Finnish translation. po/fi.po | 697 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 372 insertions(+), 325 deletions(-) commit e897c5ed628ccbe2e5a41ed77a3559a7cd977d0b Author: Matej Urbančič Date: Sat Jan 21 21:01:36 2012 +0100 Updated Slovenian translation po/sl.po | 687 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 358 insertions(+), 329 deletions(-) commit 22792935e5fb23478578f33e91cbfd8b490239f0 Author: Marek Černocký Date: Thu Jan 19 13:19:43 2012 +0100 Updated Czech translation po/cs.po | 668 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 348 insertions(+), 320 deletions(-) commit 5b3d916f694433e99432329dab96cbb7e9da66a1 Author: Felix Riemann Date: Wed Jan 18 20:09:07 2012 +0100 Update mtime when setting remote images as wallpaper Otherwise libgnome-desktop's wallpaper cache might not pick up the new background if a local copy already existed. https://bugzilla.gnome.org/show_bug.cgi?id=664747 src/eog-window.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit 6b28ca6b46fda34855d89564e5097324947ac1b9 Author: Felix Riemann Date: Wed Jan 18 16:07:19 2012 +0100 Don't force-enable the sidebar on startup once a page is added https://bugzilla.gnome.org/show_bug.cgi?id=668178 src/eog-window.c | 3 --- 1 file changed, 3 deletions(-) commit 60f73ef05e4efdad226440d8fca8fe0f11b12a63 Author: Daniel Nylander Date: Wed Jan 18 10:06:20 2012 +0100 Updated Swedish translation po/sv.po | 943 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 598 insertions(+), 345 deletions(-) commit c4f02b2d4bd518b2397b9b7d61a6c49a3223e577 Author: Felix Riemann Date: Mon Jan 16 23:29:50 2012 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1dad3b215d7fa7839daf8b4d43072eac21269b70 Author: Felix Riemann Date: Mon Jan 16 23:26:17 2012 +0100 Prepare for release 3.3.4 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 1b00c9c6a102a45c996574cc3bf8a49a91eb32de Author: Fran Diéguez Date: Sun Jan 15 15:47:18 2012 +0100 Updated Galician translations po/gl.po | 1252 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 639 insertions(+), 613 deletions(-) commit 5ffdfe5041e76620d67584ce6badc3c6d5ef3119 Author: Alexander Shopov Date: Sun Jan 8 09:06:26 2012 +0200 Updated Bulgarian translation po/bg.po | 684 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 360 insertions(+), 324 deletions(-) commit cd31ca4113ee841a767865963cff268ae9844441 Author: Jovan Naumovski Date: Sat Jan 7 00:55:54 2012 +0100 Updated Macedonian translation. po/mk.po | 1764 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 1076 insertions(+), 688 deletions(-) commit 66983abb7646a9b2e79be69dddb5e3af1b23082b Author: Yuri Myasoedov Date: Fri Jan 6 01:44:53 2012 +0400 Updated Russian translation po/ru.po | 649 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 339 insertions(+), 310 deletions(-) commit 964e0e2fb706275cbdd047fe080d80402a8c30f5 Author: Felix Riemann Date: Wed Jan 4 21:12:04 2012 +0100 Remove unneeded custom signal marshaller src/eog-marshal.list | 1 - src/eog-scroll-view.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) commit 982a69b0888fc5d0ac3427166aa5cca30b0e97b4 Author: Felix Riemann Date: Wed Jan 4 21:08:27 2012 +0100 Extend print preview to scale with plus and minus from keyboard as well https://bugzilla.gnome.org/show_bug.cgi?id=495716 src/eog-print-image-setup.c | 68 +++++++++++++++++++++++++++++++++++++++++---- src/eog-print-preview.c | 47 +++++++------------------------ src/eog-print-preview.h | 6 +++- 3 files changed, 78 insertions(+), 43 deletions(-) commit a7a1cde3fb2d13214b0dd30595d652868ff118af Author: Claudio Saavedra Date: Wed Jan 4 17:40:41 2012 +0100 Make it possible to scale the print preview using the scrollwheel https://bugzilla.gnome.org/show_bug.cgi?id=495716 src/eog-print-image-setup.c | 14 ++++++++ src/eog-print-preview.c | 79 +++++++++++++++++++++++++++++++++++++++++++++ src/eog-print-preview.h | 2 ++ 3 files changed, 95 insertions(+) commit bcf7817737f0412e6a6de2686ec64b31dd470dca Author: Felix Riemann Date: Wed Jan 4 15:39:26 2012 +0100 Enable more Drag&Drop actions when eog is drag source Enable the link and ask actions allowing to create symlinks in Nautilus or triggering a menu asking what to do. Also enable the move action, which was not specifically enabled before but still worked anyway. https://bugzilla.gnome.org/show_bug.cgi?id=667076 src/eog-scroll-view.c | 3 ++- src/eog-thumb-view.c | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) commit f5d1b331717573bfab58ace8feb31df4fadbcfb7 Author: Muhammet Kara Date: Sat Dec 31 14:49:17 2011 +0200 [l10n]Updated Turkish translation po/tr.po | 623 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 324 insertions(+), 299 deletions(-) commit 939972523d8c07cb00fd1aaec3b9bf39ac033ea2 Author: Yaron Shahrabani Date: Fri Dec 30 10:52:18 2011 +0200 Updated Hebrew translation. po/he.po | 655 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 342 insertions(+), 313 deletions(-) commit 002e8fae8f10d488ad68ef1404ec3ebbe0333ecf Author: Ihar Hrachyshka Date: Fri Dec 23 22:05:02 2011 +0300 Updated Belarusian translation. po/be.po | 622 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 324 insertions(+), 298 deletions(-) commit c4dfc8e4686b2b7b16e9ff28841ce7d21bf9493d Author: Kjartan Maraas Date: Wed Dec 21 21:59:14 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 632 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 329 insertions(+), 303 deletions(-) commit 224bf70728d10d4bc7027cc8d871c581528f766c Author: Tiffany Antopolski Date: Tue Dec 20 23:13:01 2011 -0500 [help/C] fixed validation issues. help/C/index.page | 3 ++- help/C/preferences.page | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) commit 8e54083df25cb6ccd666e1d4a09d7e0a118ab257 Author: Daniel Mustieles Date: Tue Dec 20 13:14:47 2011 +0100 Updated Spanish translation po/es.po | 622 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 324 insertions(+), 298 deletions(-) commit deb2b63128a14dbec75c165e041c6da5023bf54e Author: Felix Riemann Date: Mon Dec 19 22:41:38 2011 +0100 Fix build when not building with libexif and/or exempi There were quite some #ifdefs missing. https://bugzilla.gnome.org/show_bug.cgi?id=666556 src/eog-metadata-sidebar.c | 47 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) commit 337571057d7e5349e096bdfef4bf68bcd4ee947f Author: Felix Riemann Date: Mon Dec 19 20:41:53 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e73fb09d2a5623a4cdca13826f118ba435e5d5f Author: Felix Riemann Date: Mon Dec 19 20:34:38 2011 +0100 Prepare for release 3.3.3 NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit eee6b67bd1b9b1f0d479d9b6dcb36cf1c8870e5e Author: Piotr Drąg Date: Mon Dec 19 18:35:05 2011 +0100 Updated POTFILES.in po/POTFILES.in | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) commit 7ac112f2dde1dcf76b5693d3036dd2d2625a193f Author: Felix Riemann Date: Mon Dec 19 18:20:30 2011 +0100 Make Exif/XMP summaries available as sidebar Makes the data from the properties dialog available as a sidebar. A button opens the details tab in the properties dialog. This is graphically still a bit roughg. Committing it in hopes to get some early feedback. https://bugzilla.gnome.org/show_bug.cgi?id=616438 src/Makefile.am | 2 + src/eog-exif-util.c | 91 +++++++ src/eog-exif-util.h | 20 +- src/eog-metadata-sidebar.c | 634 ++++++++++++++++++++++++++++++++++++++++++++ src/eog-metadata-sidebar.h | 61 +++++ src/eog-properties-dialog.c | 118 ++------- src/eog-window.c | 46 +++- src/eog-window.h | 2 + 8 files changed, 853 insertions(+), 121 deletions(-) commit fa744735911a7445bd83f2119385b82e674b020c Author: Felix Riemann Date: Thu Dec 15 19:36:06 2011 +0100 Use new DBus API to show the current image in the file browser This improves the functionality implemented with commit 9df5fd43. The new API that will be included in Nautilus 3.3.4 not only opens a view for the containing folder but also marks the image in the view. The old behaviour is still available as fallback if the new API is not offered on the system. https://bugzilla.gnome.org/show_bug.cgi?id=650402 src/eog-util.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-util.h | 4 +++ src/eog-window.c | 40 ++++---------------------- 3 files changed, 96 insertions(+), 34 deletions(-) commit ec1e5e54eae8f499a80a7a6a0f6c32b657af7a2a Author: Matej Urbančič Date: Fri Dec 16 15:56:42 2011 +0100 Updated Slovenian translation help/sl/sl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 9cc52b559f4520de9bee587cac4988d12898b966 Author: Felix Riemann Date: Wed Dec 14 23:09:23 2011 +0100 Rename variable in data dirs Makefile.am This was forgotten in commit 4c93c41f and fixes distcheck. data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab4c398e363345b9d486c701cdb48322bfff244a Author: Javier Sánchez Date: Thu Oct 27 12:16:27 2011 +0200 Fixed bug 607287 - visibility issue while saving files - Reset "metadata::nautilus-icon-position" of the target file when we copy the file without modifications. https://bugzilla.gnome.org/show_bug.cgi?id=607287 src/eog-image.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 4c93c41fcfc1cab32c10a66e247d4a0fb3d60a05 Author: Felix Riemann Date: Wed Dec 14 22:02:36 2011 +0100 Replace deprecated GtkRCStyle usage with a GtkCssProvider Makes EogThumbNav's scrollbar style similar to pre-3.x versions again. data/Makefile.am | 4 ++-- data/eog.css | 7 +++++++ data/gtkrc | 9 --------- src/main.c | 21 +++++++++++++++++++-- 4 files changed, 28 insertions(+), 13 deletions(-) commit 3d1859e321b9dea27e49bab9626044f3f5835420 Author: Claudio Saavedra Date: Wed Dec 14 14:56:31 2011 +0200 Use the preferred interpolation type when zoomed instead of assuming the right one https://bugzilla.gnome.org/show_bug.cgi?id=665897 src/eog-scroll-view.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 32109eb43cb2a856f836d31b99cc08dfe675182d Author: Kuang Chen Date: Wed Dec 7 17:33:32 2011 +0000 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 4883 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 3604 insertions(+), 1279 deletions(-) commit da78cc9ce6d8f02af9003d613fbb88951d0130bc Author: Felix Riemann Date: Wed Nov 30 14:51:05 2011 +0100 Replace uses of deprecated gdk_app_launch_context_new function Use gdk_display_get_app_launch_context as advertised in GTK+ docs. src/eog-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 208361c7f97076aa12d86801500decf7974d1040 Author: Felix Riemann Date: Wed Nov 30 14:03:40 2011 +0100 EogPrintImageSetup: Convert internal GtkTables to GtkGrids src/eog-print-image-setup.c | 80 ++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 40 deletions(-) commit 7fd3bcf82459b6d370649119ee10b6be902b89f1 Author: Felix Riemann Date: Wed Nov 30 13:38:25 2011 +0100 EogPrintImageSetup: Derive from GtkTable instead of GtkGrid GtkTable has been deprecated in favor of GtkGrid. src/eog-print-image-setup.c | 19 ++++++------------- src/eog-print-image-setup.h | 4 ++-- 2 files changed, 8 insertions(+), 15 deletions(-) commit c02ff5d5ebe9f86855c3e5d8827fae4d2846721b Author: Felix Riemann Date: Wed Nov 30 12:30:00 2011 +0100 Don't use deprecated gdk_cursor_unref() anymore src/eog-print-preview.c | 2 +- src/eog-scroll-view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 2ec0b081b48a4f38c1798d70040f489af103a396 Author: Wouter Bolsterlee Date: Tue Nov 29 21:37:11 2011 +0100 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 373 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 193 insertions(+), 180 deletions(-) commit 8af8ac974294f9a42a8f7e43aaf251bbd4141c7d Author: Felix Riemann Date: Sat Nov 26 16:11:45 2011 +0100 Stop using g_format_size_for_display() It uses the wrong unit suffixes/basis and has since been declared as deprecated. Replaced by g_format_size() using the correct basis. src/eog-file-chooser.c | 4 ++-- src/eog-properties-dialog.c | 2 +- src/eog-thumb-view.c | 2 +- src/eog-window.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) commit 00ab54e04b7bbf2592b99152339569138ce9091f Author: Felix Riemann Date: Sat Nov 26 16:05:44 2011 +0100 Replace gtk_{v,h}box new with gtk_box_new The GtkHBox and GtkVBox APIs have been deprecated by now. src/eog-close-confirmation-dialog.c | 10 +++++----- src/eog-error-message-area.c | 4 ++-- src/eog-file-chooser.c | 2 +- src/eog-print-image-setup.c | 2 +- src/eog-sidebar.c | 4 ++-- src/eog-statusbar.c | 2 +- src/eog-window.c | 17 +++++++++-------- 7 files changed, 21 insertions(+), 20 deletions(-) commit ada6e43cc97f34298aac8d58e3501c66441edc57 Author: Diego Escalante Urrelo Date: Fri Oct 7 23:46:04 2011 +0000 toolbareditor: use GtkBox instead of H/V versions Bug #661240 cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 8 +++++--- cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 4 ++-- cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 6 ++++-- cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) commit 1a382d8fcfe3021895d5024d19f45985b442ad8d Author: Diego Escalante Urrelo Date: Fri Oct 7 23:34:22 2011 +0000 toolbareditor: use GtkGrid instead of GtkTable Bug #661240 cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 42 ++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) commit 8fd4bf392f5596a509b7183e1a7e8dceb3935808 Author: Diego Escalante Urrelo Date: Fri Oct 7 23:33:44 2011 +0000 toolbareditor: use GtkSeparator instead of GtkHSeparator Bug #661240 cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9dfcd2aaebec4ef9255b9c524a62e081fa7e3522 Author: Felix Riemann Date: Mon Nov 21 22:24:36 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e34962fdb60fead082e2cd75959c991e3326a4eb Author: Felix Riemann Date: Mon Nov 21 22:18:42 2011 +0100 Prepare for release 3.3.2 NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) commit 51ae2b54f2c2b8b20cfc0f2a7fe215f625baea29 Author: Felix Riemann Date: Mon Nov 21 21:58:10 2011 +0100 Raise minimum glib dependency to 2.31.0 Commit ee4f6b27 could cause trouble with older versions. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 069f35caa1fc796dd0d3f8a786d730f317128156 Author: Paul Seyfert Date: Sat Nov 19 21:39:37 2011 +0100 [l10n] Updated German translation po/de.po | 355 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 183 insertions(+), 172 deletions(-) commit 282c53cbfa075276fa2ce578dbabfd9e6cd502ee Author: Stas Solovey Date: Tue Nov 15 00:39:35 2011 +0400 Updated Russian translation po/ru.po | 352 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 177 insertions(+), 175 deletions(-) commit c8ae8a4e87b9f7322d0d08ceb88f1a232138882e Author: Daniel Mustieles Date: Mon Nov 14 18:18:16 2011 +0100 Updated Spanish translation help/es/es.po | 70 +++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 24 deletions(-) commit ab5b7261775ebee02512594b197eb1cf107d0cbc Author: Thura Hlaing Date: Mon Nov 14 22:21:15 2011 +0700 Added Burmese translation. po/LINGUAS | 1 + po/my.po | 1455 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1456 insertions(+) commit 34aa279c5e113a77645837a930370b405dae65f1 Author: Tiffany Antopolski Date: Mon Nov 14 00:24:35 2011 -0500 [documentation] Clarified wording about slideshow control. This fixes bug #661325. help/C/slideshow.page | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 3456c0dff2279114010f085cd2ecf08fe5b9d500 Author: Fran Diéguez Date: Sun Nov 13 22:58:15 2011 +0100 Updated Galician translations po/gl.po | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) commit 7c38ce7efc98a0571e299402e2e040f83c9498af Author: Tiffany Antopolski Date: Sat Nov 12 16:14:40 2011 -0500 [documentation] Fixed reference to link in bug-filing.page. help/C/bug-filing.page | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit e7416ca6fc711b1e0a0414a8f5444ffc2cce87c4 Author: Daniel Mustieles Date: Wed Nov 9 19:36:09 2011 +0100 Updated Spanish translation help/es/es.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit a114558db8257bbdb81ff63caa28fe92e5e38a33 Author: Hideki Yamane Date: Tue Nov 8 01:36:54 2011 +0900 Updated Japanese translation po/ja.po | 440 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 172 insertions(+), 268 deletions(-) commit ee4f6b27027421ee1e7cb14948f587da83171668 Author: Ryan Lortie Date: Wed Nov 2 10:08:14 2011 -0400 Don't lock GDK around g_application_run() An unintended interaction between GtkApplication and GDK threading made this necessary before. That code has since been simplified, breaking this formerly-working code. https://bugzilla.gnome.org/show_bug.cgi?id=662630 src/main.c | 4 ---- 1 file changed, 4 deletions(-) commit f63d786e8334a78fb1b2d7c514367d8306a8e448 Author: Andiswa Mvanyashe Date: Mon Oct 31 22:56:25 2011 +0200 Updated translation for Xhosa (xh) po/xh.po | 1906 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1407 insertions(+), 499 deletions(-) commit 4626596c2c179bfe35c4212efced15c38d7337d6 Author: Javier Sánchez Date: Sun Oct 16 13:55:09 2011 +0200 Fixed Bug 653065 - On edit of image, permissions changed. - Try to restore file UID, GID, and MODE attributes from original image file to temp image file, before replace it. https://bugzilla.gnome.org/show_bug.cgi?id=653065 src/eog-image.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-jobs.c | 27 -------------- 2 files changed, 108 insertions(+), 27 deletions(-) commit 2baaacb90a45fd00e6fde08909446834a5a138ec Author: Gabor Kelemen Date: Thu Oct 27 19:59:56 2011 +0200 Some error fixes in the Hungarian help translation help/hu/hu.po | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) commit 278ce22f71ddad955398339ad6d5b7160c38f467 Author: Gabor Kelemen Date: Tue Oct 25 02:11:32 2011 +0200 Updated Hungarian help translation help/hu/hu.po | 91 ++++++++++++++++++++++------------------------------------- 1 file changed, 34 insertions(+), 57 deletions(-) commit fc3ab8c8782b96cd5855da62df05e63840d263a1 Author: Ihar Hrachyshka Date: Mon Oct 24 00:53:24 2011 +0300 Updated Belarusian translation. po/be.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 83c5c27777a1326c3ca3131bd430f2551c2ae599 Author: Yaron Shahrabani Date: Sat Oct 22 12:13:10 2011 +0200 Updated Hebrew translation. po/he.po | 520 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 225 insertions(+), 295 deletions(-) commit 631213f7421c9ecf999812239f3d9e13e0bfa8d9 Author: Matej Urbančič Date: Fri Oct 21 21:21:00 2011 +0200 Updated Slovenian translation po/sl.po | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) commit e01ddddb08295171ea94e1a86d6293ec971c59fb Author: Ihar Hrachyshka Date: Thu Oct 20 22:42:40 2011 +0300 Updated Belarusian translation. po/be.po | 299 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 154 insertions(+), 145 deletions(-) commit 38e946d13571a7bd200b4aadde3715f24f692c54 Author: Felix Riemann Date: Thu Oct 20 11:55:27 2011 +0200 Have automake generate XZ-compressed tarballs on dist The GNOME FTPs will make it the only compression format for TARs soon. This raises the minimum automake version to 1.11. autogen.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 307d5b4f4fca2e0af4016b6e5bf87403c16cae88 Author: Bruno Brouard Date: Mon Oct 17 16:11:22 2011 +0200 Updated French doc translation .../{mutiple-rename-count.png => multiple-rename-count.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) commit 5e7846815212d980a5b7547bd71d249be1eeea7d Author: Bruno Brouard Date: Mon Oct 17 16:07:08 2011 +0200 Updated French doc translation help/fr/figures/eog-toolbar-editor.png | Bin 0 -> 35696 bytes help/fr/figures/image-view-prefs.png | Bin 0 -> 36667 bytes help/fr/figures/multiple-convert.png | Bin 0 -> 37895 bytes help/fr/figures/mutiple-rename-count.png | Bin 0 -> 39787 bytes help/fr/figures/plugin-send-by-mail.png | Bin 0 -> 64851 bytes help/fr/figures/plugin-tools-flickr.png | Bin 0 -> 66554 bytes help/fr/figures/plugins-all.png | Bin 0 -> 84146 bytes help/fr/figures/prefs-plugins-date.png | Bin 0 -> 31183 bytes help/fr/figures/prefs-plugins-fullscreen.png | Bin 0 -> 31169 bytes help/fr/figures/prefs-plugins.png | Bin 0 -> 30888 bytes help/fr/figures/slideshow-prefs.png | Bin 0 -> 23955 bytes help/fr/fr.po | 21 +++++++++++++++++++-- 12 files changed, 19 insertions(+), 2 deletions(-) commit 8c843190f0bcc775db8e196f17e8c9348fbe4436 Author: Nguyễn Thái Ngọc Duy Date: Mon Oct 17 19:43:12 2011 +1100 Updated Vietnamese translation po/vi.po | 61 ++++++++++++++++++++++++------------------------------------- 1 file changed, 24 insertions(+), 37 deletions(-) commit 7a8cdc2b6cd217452e3885a2b70c80442f68f5d3 Author: Nguyễn Thái Ngọc Duy Date: Mon Oct 17 19:38:08 2011 +1100 po/vi: import from Damned Lies po/vi.po | 491 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 284 insertions(+), 207 deletions(-) commit 5c3b3fe08a33a55f7bcfc567e0f5c871bd2f7480 Author: Bruno Brouard Date: Sun Oct 16 21:59:55 2011 +0200 Updated French doc translation help/fr/figures/eog_save_as_window.png | Bin 32443 -> 0 bytes help/fr/figures/eog_start_window.png | Bin 18290 -> 0 bytes help/fr/figures/eog_toolbar_editor_window.png | Bin 27099 -> 0 bytes help/fr/fr.po | 2749 +++++++++++++------------ 4 files changed, 1482 insertions(+), 1267 deletions(-) commit 329f667d47bb43650e7eb790c1585bfb1b068133 Author: krishnababu k Date: Fri Oct 14 14:07:31 2011 +0530 Updated Telugu Translations po/te.po | 549 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 301 insertions(+), 248 deletions(-) commit 7f89e5d2c52117f976b645303f8b77428df91671 Author: Kjartan Maraas Date: Thu Oct 13 15:31:26 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 303 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 157 insertions(+), 146 deletions(-) commit e51fe5841cc17c5d0686442e90e770be2f52374e Author: Felix Riemann Date: Wed Oct 12 14:40:43 2011 +0200 Fix some introspection annotations There were element-type annotations for list parameters of several functions. src/eog-application.c | 4 ++-- src/eog-image.c | 2 +- src/eog-list-store.c | 4 ++-- src/eog-window.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) commit bb59f929900d9e70f8b62944334e37f610deb7a6 Author: Gabor Kelemen Date: Tue Oct 11 22:19:17 2011 +0200 Updated Hungarian translation help/hu/hu.po | 2669 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 1684 insertions(+), 985 deletions(-) commit e60a793973f8579513b4eb0f46258a024e868150 Author: krishnababu k Date: Mon Oct 10 16:59:11 2011 +0530 Updated Telugu Translations po/te.po | 397 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 213 insertions(+), 184 deletions(-) commit dae6a35af8029deed58c3a58f96dca34dfc1faac Author: Muhammet Kara Date: Mon Oct 10 09:34:17 2011 +0300 Updated Turkish translation po/tr.po | 314 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 157 insertions(+), 157 deletions(-) commit 097f37cb7848f204ab89e75b735d48501637fc0c Author: Daniel Mustieles Date: Sun Oct 9 11:48:32 2011 +0200 Updated Spanish translation po/es.po | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) commit 46c8fca7f44a2854bdc9bb3e727d6ecc30342f53 Author: Algimantas Margevičius Date: Sun Oct 9 00:25:08 2011 +0300 Updated Lithuanian translation po/lt.po | 349 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 172 insertions(+), 177 deletions(-) commit 1703a45f02a3db567935622e21716a8a1a8d75ea Author: Andrej Žnidaršič Date: Sat Oct 8 14:32:34 2011 +0200 Updated Slovenian translation help/sl/sl.po | 2366 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 1470 insertions(+), 896 deletions(-) commit 45ed40ecb15a1db97ad34752a237d187b2aec34c Author: Michael Wünsch Date: Thu Oct 6 17:56:16 2011 +0200 Allow reusing an existing window for another image from the commandline Reuses an existing window instead of opening a new one. For now this is only supported from the commandline. https://bugzilla.gnome.org/show_bug.cgi?id=617735 src/eog-application.c | 40 +++++++++++++++++++++++++++++++++++----- src/eog-window.h | 3 ++- src/main.c | 5 +++++ 3 files changed, 42 insertions(+), 6 deletions(-) commit 45d1e2d462d8045ada32005bf36d2e78536b4ed8 Author: Daniel Mustieles Date: Fri Oct 7 10:52:37 2011 +0200 Updated Spanish translation po/es.po | 281 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 143 insertions(+), 138 deletions(-) commit 9efdbdc67844b59b82e377874c7dde80c4ea84b1 Author: Matej Urbančič Date: Tue Oct 4 20:28:24 2011 +0200 Updated Slovenian translation po/sl.po | 321 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 159 insertions(+), 162 deletions(-) commit a627661d0bdb518adb31c76261ddaa0342d25496 Author: Fran Dieguez Date: Tue Oct 4 11:22:42 2011 +0200 Updated Galician translations po/gl.po | 280 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 142 insertions(+), 138 deletions(-) commit 81acc92c57f6713b4fb494c0c789ac3ec17adaed Author: Felix Riemann Date: Mon Oct 3 23:01:50 2011 +0200 Make the URI-label in the properties dialog a button showing the folder This should avoid the label being cut-off while still being informative enough. Clicking the button opens the folder in the file manager. https://bugzilla.gnome.org/show_bug.cgi?id=614869 data/eog-image-properties-dialog.ui | 509 +++++++++++++++++++++--------------- src/eog-properties-dialog.c | 54 +++- 2 files changed, 344 insertions(+), 219 deletions(-) commit e83787ad630df42e98ded11ed05a0377590f078b Author: Felix Riemann Date: Fri Sep 23 20:58:20 2011 +0200 Reduce vertical borders of progressbar in statusbar to avoid redraws Otherwise the progressbar causes the statusbar to enlarge which will trigger a redraw of the already shown picture. https://bugzilla.gnome.org/show_bug.cgi?id=655205 src/eog-statusbar.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) commit 3764db24f7d5e570b39894a05ba71a09012eea24 Author: Felix Riemann Date: Fri Sep 30 20:30:16 2011 +0200 Auto-reload unmodified images when their file is changed It makes sense to skip the user confirmation in this case as there are no unsaved changed that could get lost. https://bugzilla.gnome.org/show_bug.cgi?id=555370 src/eog-window.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 7184c444a508db135e85aae8b2041fb85ea8f163 Author: Felix Riemann Date: Mon Oct 3 23:07:22 2011 +0200 Post-branch version bump Show the "instability" of this branch again. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit abe2d406d61a40073b6d8f8cfa3ae5cedf451c0f Author: Felix Riemann Date: Fri Sep 30 23:26:44 2011 +0200 Revert "Remove unneeded static variable" This reverts commit d90c385f06fc57837bbfe39e7f8b6084eccaace9. Let's keep it how it's done in the GObject manual for now. src/eog-window-activatable.c | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) commit d90c385f06fc57837bbfe39e7f8b6084eccaace9 Author: Felix Riemann Date: Fri Sep 30 22:54:01 2011 +0200 Remove unneeded static variable An interface's default_init function doesn't need to be secured against multiple calls as it actually behaves similar to a class_init function. src/eog-window-activatable.c | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) commit e1b7eab94758487986dcfcaceeca5d6114e9a350 Author: Daniel Korostil Date: Wed Sep 28 02:33:04 2011 +0300 Uploaded Ukranian po/uk.po | 460 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 255 insertions(+), 205 deletions(-) commit 8c499a36b7f2ce8bb8dfec5e681c0bf58a7dd1f7 Author: Felix Riemann Date: Mon Sep 26 22:16:21 2011 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6c7c8635b0b5dc5919b64e423dce835e9f6a7c17 Author: Felix Riemann Date: Mon Sep 26 22:11:16 2011 +0200 Prepare for release 3.2.0 NEWS | 25 +++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) commit 9d62d3e7212ce5812f1ec9f40fb8696eeff37275 Author: Carles Ferrando Date: Mon Sep 26 14:22:40 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 473 +++++++++++++++++++++++++++++------------------------- 1 file changed, 254 insertions(+), 219 deletions(-) commit 34733b2c932bde0f8fa67bef7aa00d351638b994 Author: Friedel Wolff Date: Mon Sep 26 10:16:32 2011 +0200 Updated translation for Afrikaans (af) po/af.po | 947 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 464 insertions(+), 483 deletions(-) commit 0424bb84435f53da77c5398af4f1acd8e7d47515 Author: Yasumichi Akahoshi Date: Mon Sep 26 06:29:06 2011 +0900 Updated Japanese translation help/ja/figures/eog-toolbar-editor.png | Bin 0 -> 12107 bytes help/ja/figures/eog_save_as_window.png | Bin 14080 -> 0 bytes help/ja/figures/eog_start_window.png | Bin 7912 -> 0 bytes help/ja/figures/eog_toolbar_editor_window.png | Bin 12420 -> 0 bytes help/ja/figures/image-view-prefs.png | Bin 0 -> 13871 bytes help/ja/figures/multiple-convert.png | Bin 0 -> 12553 bytes help/ja/figures/multiple-rename-count.png | Bin 0 -> 13359 bytes help/ja/figures/plugin-send-by-mail.png | Bin 0 -> 22025 bytes help/ja/figures/plugin-tools-flickr.png | Bin 0 -> 21927 bytes help/ja/figures/plugins-all.png | Bin 0 -> 25758 bytes help/ja/figures/prefs-plugins-date.png | Bin 0 -> 14016 bytes help/ja/figures/prefs-plugins-fullscreen.png | Bin 0 -> 13681 bytes help/ja/figures/prefs-plugins.png | Bin 0 -> 13173 bytes help/ja/figures/slideshow-prefs.png | Bin 0 -> 10748 bytes help/ja/ja.po | 3625 ++++++++++++++----------- 15 files changed, 2083 insertions(+), 1542 deletions(-) commit 08fa7dd549bd04f20bfe8b0b624d57960f3aaecc Author: Laura Balbastre Date: Sun Sep 25 23:20:16 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 466 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 257 insertions(+), 209 deletions(-) commit fb509925e6f7616c888f63f40d148f80768ee2a9 Author: Changwoo Ryu Date: Mon Sep 26 05:26:33 2011 +0900 Updated Korean translation help/ko/ko.po | 2989 ++++++++++++++++++++++++++++++++------------------------- po/ko.po | 8 +- 2 files changed, 1684 insertions(+), 1313 deletions(-) commit 70d2c490b72bb8ea96aa4db972ef048b27d889f9 Author: Yasumichi Akahoshi Date: Mon Sep 26 00:27:26 2011 +0900 Updated Japanese translation po/ja.po | 534 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 294 insertions(+), 240 deletions(-) commit 73f5bb7418c1763c03bde99a5382f83999bb7467 Author: Piotr Drąg Date: Sun Sep 25 12:45:42 2011 +0200 Updated Polish translation po/pl.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 376e09483ce92adcaa49a3bf1211c4df7a27266e Author: Inaki Larranaga Murgoitio Date: Fri Sep 23 17:34:13 2011 +0200 Updated Basque language po/eu.po | 519 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 290 insertions(+), 229 deletions(-) commit 452fd6650f73e5969934f32bb8a55ca9440ef164 Author: Sweta Kothari Date: Fri Sep 23 14:41:14 2011 +0530 Updated Gujarati Translations po/gu.po | 568 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 305 insertions(+), 263 deletions(-) commit 3179fb14c0107961c04097262b0c75e9c42314b9 Author: Tommi Vainikainen Date: Fri Sep 23 11:18:57 2011 +0300 Updated Finnish translation po/fi.po | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) commit 2fc357ba99532157324395c54e4ee0b2b8496548 Author: Nilamdyuti Goswami Date: Thu Sep 22 12:14:21 2011 +0200 Update Assamese translation po/as.po | 1086 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 469 insertions(+), 617 deletions(-) commit c5c88193845448ebc7ae21b679dd5eb7d045b222 Author: Michal Štrba Date: Wed Sep 21 21:21:00 2011 +0200 Updated Slovak translation po/sk.po | 525 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 249 insertions(+), 276 deletions(-) commit d52f76fb5eac32c30b6197c91c4946ab98a2afe1 Author: Gianvito Cavasoli Date: Wed Sep 21 19:50:43 2011 +0200 [1l0n] Updated Italian translation po/it.po | 505 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 272 insertions(+), 233 deletions(-) commit 59f14d10edc5bfc7a4ca9bba0dc7c2c5a9149ca7 Author: Gabor Kelemen Date: Wed Sep 21 02:38:10 2011 +0200 Updated Hungarian translation po/hu.po | 318 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 162 insertions(+), 156 deletions(-) commit 2087f4fa4a566709849d4fbf640581c66d580a65 Author: Ernest Mashele Date: Tue Sep 20 17:44:40 2011 +0200 Updated Tsonga translation po/ts.po | 310 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 196 insertions(+), 114 deletions(-) commit 8a5576cc08ca4932cb56b133385d2bba1497de31 Author: Fran Dieguez Date: Tue Sep 20 11:00:59 2011 +0200 Updated Galician translations help/Makefile.am | 2 +- help/gl/gl.po | 2144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2145 insertions(+), 1 deletion(-) commit cd8edeeab271e070719ca34f8b6c1723f7a52c3f Author: Felix Riemann Date: Mon Sep 19 22:15:44 2011 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 09ca56be923f91c8e9d5fe65e6769fd723915309 Author: Felix Riemann Date: Mon Sep 19 22:10:01 2011 +0200 Prepare for release 3.1.92 NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) commit 2c4fd0a781704d2de5bb2a545adad5950395f95b Author: Felix Riemann Date: Mon Sep 19 21:50:45 2011 +0200 [reload] Drop forgotten debug printf plugins/reload/eog-reload-plugin.c | 1 - 1 file changed, 1 deletion(-) commit 4107d1ab548a0976ef2846a316c677e50479c592 Author: Felix Riemann Date: Mon Sep 19 21:47:30 2011 +0200 [l10n] Fix translator credit markup "Unbreak" about dialog. po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9ea1ab6f252ef48e0f120fbf233ca4ef48f636f Author: Ernest Mashele Date: Mon Sep 19 20:09:16 2011 +0200 Added Tsonga translation po/LINGUAS | 1 + po/ts.po | 1459 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1460 insertions(+) commit af6f776ff616e6632a7dbf8cdab35c023e6658dc Author: Muhammet Kara Date: Sun Sep 18 21:44:00 2011 +0300 Updated Turkish translation po/tr.po | 450 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 250 insertions(+), 200 deletions(-) commit 30f5aad9892a0cae728b098e6c25059a07ca0f85 Author: Ihar Hrachyshka Date: Sun Sep 18 15:54:15 2011 +0300 Updated Belarusian translation (some fixes after manual testing). po/be.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 1f15c866e49e1435d0670eb34484030524171653 Author: Mario Blättermann Date: Sun Sep 18 13:38:12 2011 +0200 [l10n] Updated German translation po/de.po | 435 +++++++++++++++++++++++---------------------------------------- 1 file changed, 155 insertions(+), 280 deletions(-) commit c42d2252746d87176c278a5c04198b9eeb9eb8c2 Author: Kenneth Nielsen Date: Sun Sep 18 13:18:20 2011 +0200 Updated Danish translation po/da.po | 482 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 267 insertions(+), 215 deletions(-) commit 8ac076651a6e1515885a8b5d82587f49f39a7318 Author: Alexander Shopov Date: Sun Sep 18 10:54:34 2011 +0300 Updated Bulgarian translation po/bg.po | 78 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 38 deletions(-) commit b229d8355af80a0eed5fd26f14aa5a715bfdb1ec Author: Tiffany Antopolski Date: Sun Sep 18 06:45:49 2011 +0200 Updated Esperanto translation po/eo.po | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) commit 39a26563b944f89a5fdbcdef1fb3d19b5bcd4ee2 Author: A S Alam Date: Sun Sep 18 00:54:06 2011 +0530 update Punjabi Translation po/pa.po | 329 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 169 insertions(+), 160 deletions(-) commit e2ff1a089a3a1f2eee0b9aa5b210baf6a77ed65d Author: Matej Urbančič Date: Sat Sep 17 10:53:24 2011 +0200 Updated Slovenian translation po/sl.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 726fbe1196fd1ec335366bce0a5bc6687d1dd1fb Author: Theppitak Karoonboonyanan Date: Sat Sep 17 14:02:36 2011 +0700 Updated Thai translation. po/th.po | 308 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 154 insertions(+), 154 deletions(-) commit 581cad8d8311d568bf68c8d37171a393a716fb17 Author: Мирослав Николић Date: Sat Sep 17 00:12:32 2011 +0200 Updated Serbian translation po/sr.po | 794 +++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 794 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 854 insertions(+), 734 deletions(-) commit 3d50ecd355acd947704dde465de51b383ccc6d25 Author: Antonio Fernandes C. Neto Date: Fri Sep 16 09:13:18 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) commit fbc53fedb15eda22dcc522ed6dbcd7bdb6f7d9b6 Author: Vincent Untz Date: Wed Sep 14 22:37:57 2011 +0200 build: Update list of doc figures https://bugzilla.gnome.org/show_bug.cgi?id=659093 help/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) commit a9eebfbac55ff90cb8f53ef19cfe61afe91557ae Author: Martin Srebotnjak Date: Thu Sep 15 22:34:00 2011 +0200 Updated Slovenian translation po/sl.po | 460 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 187 insertions(+), 273 deletions(-) commit b84331d348a71b6d8c135b88972a5f225ff2216d Author: dmustieles Date: Wed Sep 14 17:09:35 2011 +0200 Updated Spanish translation po/es.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 7014474af8e571241b43634ca34849f6a177feee Author: Xandru Armesto Date: Wed Sep 14 16:43:12 2011 +0200 Updated asturian translation po/ast.po | 983 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 544 insertions(+), 439 deletions(-) commit 9e06e208d734824dd6ad8bc50c7930602f1c4c86 Author: Dr.T.Vasudevan Date: Tue Sep 13 14:31:29 2011 +0530 updated Tamil translation po/ta.po | 481 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 269 insertions(+), 212 deletions(-) commit b62b18f6b89c9fdcde6e2c0d94c5d32889042c3c Author: YunQiang Su Date: Tue Sep 13 11:16:27 2011 +0800 update Simplified Chinese(zh_CN) translation po/zh_CN.po | 316 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 161 insertions(+), 155 deletions(-) commit 8bf3189167eadb8965e22690a9ef3716c28243cf Author: Changwoo Ryu Date: Tue Sep 13 08:51:47 2011 +0900 Updated Korean translation po/ko.po | 477 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 266 insertions(+), 211 deletions(-) commit 316f925f92c4b82e6d1affd8a056b5d4c568ef99 Author: Bruno Brouard Date: Mon Sep 12 21:18:09 2011 +0200 Updated French translation po/fr.po | 50 +++++++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 27 deletions(-) commit dc7d8f9ddacd0594f4d84c5561c1ca2119212eed Author: Daniel Nylander Date: Mon Sep 12 20:35:00 2011 +0200 Updated Swedish translation po/sv.po | 559 ++++++++++++++++++++------------------------------------------- 1 file changed, 174 insertions(+), 385 deletions(-) commit 8ebaf9ca0abb6d5af904cee1ee500a559c69096d Author: Rudolfs Mazurs Date: Mon Sep 12 00:37:17 2011 +0300 Updated Latvian translation. po/lv.po | 447 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 248 insertions(+), 199 deletions(-) commit 16f1cd725905acb19366a7d8d06c10653ecafb9a Author: Daniel Mustieles Date: Sun Sep 11 17:36:17 2011 +0200 Updated Spanish translation help/es/es.po | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit f8a3a604d2d1258405a99482ef884986c66bb2b0 Author: Jorge González Date: Sun Sep 11 11:10:04 2011 +0200 Updated Spanish translation po/es.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 05b39882fcbeb8a69849834b0d9f5090a2db07b8 Author: Kristjan SCHMIDT Date: Sun Sep 11 08:21:59 2011 +0200 Updated Esperanto translation po/eo.po | 715 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 396 insertions(+), 319 deletions(-) commit cfe0221a7d53c921522ffaddc603f6a26d40f2d7 Author: Mario Blättermann Date: Sun Sep 11 01:42:22 2011 +0200 [l10n] Updated German doc translation help/de/de.po | 473 ++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 308 insertions(+), 165 deletions(-) commit f1b4dd066c8cd35a708bbc6229da19c74e3c4c3d Author: Jorge González Date: Sat Sep 10 16:57:45 2011 +0200 Updated Spanish translation help/es/figures/plugins-all.png | Bin 0 -> 64341 bytes help/es/figures/prefs-plugins-date.png | Bin 0 -> 34189 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 60f589e60833eb3696fbdbba2f5489fd0c9226fb Author: Jorge González Date: Sat Sep 10 16:57:19 2011 +0200 Updated Spanish translation help/es/figures/eog-toolbar-editor.png | Bin 28877 -> 27337 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 3a4e301caf0d353bd82477733f0d586ee1cc0e56 Author: Jorge González Date: Sat Sep 10 16:51:09 2011 +0200 Updated Spanish translation help/es/es.po | 196 ++------------------------ help/es/figures/eog-toolbar-editor.png | Bin 0 -> 28877 bytes help/es/figures/eog_save_as_window.png | Bin 30227 -> 0 bytes help/es/figures/eog_start_window.png | Bin 19224 -> 0 bytes help/es/figures/eog_toolbar_editor_window.png | Bin 25391 -> 0 bytes help/es/figures/image-view-prefs.png | Bin 0 -> 32334 bytes help/es/figures/plugin-send-by-mail.png | Bin 0 -> 21128 bytes help/es/figures/plugin-tools-flickr.png | Bin 0 -> 21115 bytes help/es/figures/prefs-plugins-fullscreen.png | Bin 0 -> 34176 bytes help/es/figures/prefs-plugins.png | Bin 0 -> 32484 bytes help/es/figures/slideshow-prefs.png | Bin 0 -> 23341 bytes 11 files changed, 9 insertions(+), 187 deletions(-) commit 986be394c03c0c92cfc6b220f034e389face0d13 Author: Jorge González Date: Sat Sep 10 16:21:57 2011 +0200 Updated Spanish translation help/es/es.po | 167 ++++++++++++++++++++++++++++++++++++++-------------------- po/es.po | 13 ++--- 2 files changed, 113 insertions(+), 67 deletions(-) commit a1e9829cfdb92292a415a764a397f6ffdf44fe21 Author: Jorge González Date: Sat Sep 10 16:21:36 2011 +0200 Fixed one string help/C/format-change.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ddb54a8a6e683c34cf715b2312a798bc2bd50fa2 Author: Jorge González Date: Sat Sep 10 14:06:20 2011 +0200 Updated Spanish translation help/es/es.po | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) commit ffd30be64266f4f4fe20c22f3ffbd9cb61035d24 Author: Jorge González Date: Sat Sep 10 12:02:30 2011 +0200 Updated Spanish translation help/es/es.po | 105 +++++++++++++++++++++++++--------------------------------- 1 file changed, 46 insertions(+), 59 deletions(-) commit d3c3036b121ba709bcc812e4c69af046ade222bf Author: Chao-Hsiung Liao Date: Sat Sep 10 14:56:10 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 64 ++++++++++++++++++++++--------------------------------------- po/zh_TW.po | 64 ++++++++++++++++++++++--------------------------------------- 2 files changed, 46 insertions(+), 82 deletions(-) commit 4321e128d8fef5e04fcd7bac9e981be4ac7e3b56 Author: Og B. Maciel Date: Fri Sep 9 08:51:47 2011 -0400 Updated timestamp on revision date to see if that makes DL happier. po/pt_BR.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c988febf0e86aa845c956319a5ba57af2562fb79 Author: Antonio Fernandes C. Neto Date: Fri Sep 9 08:41:51 2011 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 66 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 35 insertions(+), 31 deletions(-) commit 816583ec778063f2aa79d82738c458463a1ec9c4 Author: Yaron Shahrabani Date: Fri Sep 9 13:17:04 2011 +0300 Updated Hebrew translation. po/he.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 0122d4db60b38ec2a7d064cdc993f37dceebb12b Author: Yaron Shahrabani Date: Fri Sep 9 13:16:05 2011 +0300 Updated Hebrew translation. po/he.po | 313 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 160 insertions(+), 153 deletions(-) commit 28f6a5cdce2383fb4c58b412c92c7f91b4e26205 Author: Claudio Saavedra Date: Fri Sep 9 08:45:42 2011 +0300 Enable maintainer-mode by default To make desrt happy configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8a6991ab1d1652b2b592f18b3bd8bacc282c6b68 Author: Piotr Drąg Date: Thu Sep 8 21:13:26 2011 +0200 Updated Polish translation po/pl.po | 454 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 246 insertions(+), 208 deletions(-) commit f7f568400b3d632330df652f3f76eaedbc9bf9de Author: Bruce Cowan Date: Thu Sep 8 16:35:45 2011 +0100 Updated British English translation po/en_GB.po | 477 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 265 insertions(+), 212 deletions(-) commit c0e451a2b99fc84a1e57676d50125a44396c4e60 Author: Yuri Myasoedov Date: Thu Sep 8 10:15:04 2011 +0400 Updated Russian translation po/ru.po | 560 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 238 insertions(+), 322 deletions(-) commit d0c73d266c363ab9994373d888bc37cd76230ce0 Author: Andika Triwidada Date: Thu Sep 8 13:11:34 2011 +0700 Updated Indonesian translation po/id.po | 372 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 179 insertions(+), 193 deletions(-) commit c796e7a58ec624593a7b1499fe7cde71fdf85bef Author: Marek Černocký Date: Thu Sep 8 08:08:28 2011 +0200 Updated Czech translation po/cs.po | 55 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) commit e52bbca7472506fde6fab85d1557f96077576502 Author: dmustieles Date: Wed Sep 7 18:37:28 2011 +0200 Updated Spanish translation help/es/es.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7d99670872543d0406e5f96d8802d4692f987710 Author: Fran Dieguez Date: Wed Sep 7 02:32:09 2011 +0200 Updated galician translations po/gl.po | 54 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) commit c05fe36f1fc35ed471874b1d86e2950bdc9b9dc1 Author: Duarte Loreto Date: Wed Sep 7 00:38:08 2011 +0100 Updated Portuguese translation po/pt.po | 478 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 263 insertions(+), 215 deletions(-) commit a2c0cb2b4a1604b167e85379cd031b2d217c5408 Author: Ihar Hrachyshka Date: Wed Sep 7 01:42:50 2011 +0300 Updated Belarusian translation. po/be.po | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) commit 09498dec180c0b21b9611e5b3a694348dc7a01cd Author: Jorge González Date: Tue Sep 6 22:25:14 2011 +0200 Updated Spanish translation help/es/es.po | 98 ++++++++++++++++++++++++++++------------------------------- 1 file changed, 47 insertions(+), 51 deletions(-) commit 9b6afdb4bec2b4f8dd86c9938f41e2c19563ddf2 Author: Kjartan Maraas Date: Tue Sep 6 21:54:44 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 326 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 162 insertions(+), 164 deletions(-) commit 0ec193f55cd3dafc0031ad3492e0997abea73699 Author: Aurimas Černius Date: Tue Sep 6 22:43:47 2011 +0300 Updated Lithuanian translation po/lt.po | 556 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 328 insertions(+), 228 deletions(-) commit 84c2207e8dabf2f2fc7a40e016ea2102edb7c61c Author: Mario Blättermann Date: Tue Sep 6 21:45:06 2011 +0200 [l10n] Updated German doc translation help/de/de.po | 2975 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 1828 insertions(+), 1147 deletions(-) commit 0689f4fd4e6356b9dfd514514927e62cec4bacd8 Author: Jorge González Date: Tue Sep 6 20:39:37 2011 +0200 Updated Spanish translation help/es/es.po | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) commit 41e25b719427e874acd5b873db412f0b471d2a54 Author: Claudio Saavedra Date: Tue Sep 6 12:51:27 2011 +0300 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b5c93640428128cb56dc210c12c4ac271b912a6f Author: Claudio Saavedra Date: Tue Sep 6 12:39:21 2011 +0300 Prepare for release 3.1.91 NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 2bb55b6f0ede9fc6d9939c156cef3e46b7fcb6ef Author: Jorge González Date: Tue Sep 6 11:02:03 2011 +0200 Updated Spanish translation help/es/es.po | 142 +++++++++++++++++++--------------------------------------- 1 file changed, 46 insertions(+), 96 deletions(-) commit b0f3e02e4ad8c25806cc18fd3c2519567d4692aa Author: Arash Mousavi Date: Tue Sep 6 12:18:56 2011 +0430 Updated Persian translation po/fa.po | 93 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 52 insertions(+), 41 deletions(-) commit 3c80004909cd27d58532c7c6daa4f39ba3f062e2 Author: Jorge González Date: Tue Sep 6 06:06:43 2011 +0200 Updated Spanish translation po/es.po | 59 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 26 deletions(-) commit 8159bdfcb279dcdb271e5d5ba259e7547d80a925 Author: Jorge González Date: Tue Sep 6 05:43:24 2011 +0200 Updated Spanish translation help/es/es.po | 1729 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 1158 insertions(+), 571 deletions(-) commit 0240c070bd668c1e6310f5414786fdeee2196721 Author: Phil Bull Date: Tue Sep 6 01:52:29 2011 +0100 [help] Final tweak to help to remove old images and fix some placement/text issues help/C/figures/eog-bestfit.png | Bin 58521 -> 0 bytes help/C/figures/eog-enlarge.png | Bin 86246 -> 0 bytes help/C/figures/eog-normalsize.png | Bin 75456 -> 0 bytes help/C/figures/eog-shrink.png | Bin 86037 -> 0 bytes help/C/figures/eog-toolbar-default.png | Bin 13510 -> 0 bytes help/C/format-change.page | 3 +++ help/C/plugin-send-by-mail.page | 5 +++-- 7 files changed, 6 insertions(+), 2 deletions(-) commit 3b4f3df363ab23802deab7dba56842b999f1a2ba Author: Phil Bull Date: Tue Sep 6 01:44:31 2011 +0100 [help] Finish reviewing all help topics. Help is now frozen and ready for translators help/C/copy-paste.page | 2 +- help/C/index.page | 2 +- help/C/plugin-postr.page | 56 +++++++++------- help/C/plugin-send-by-mail.page | 31 +++++---- help/C/plugin-slideshow-shuffle.page | 18 +++--- help/C/plugin-zoom-width.page | 18 ++++-- help/C/plugins.page | 75 +++++++++++++--------- help/C/preferences.page | 121 +++++++++++++++++++++-------------- help/C/print.page | 55 ++++++++++------ help/C/rename-multiple.page | 99 +++++++++++++++------------- help/C/slideshow.page | 33 ++++++---- help/C/toolbar.page | 70 ++++++++++---------- help/C/view.page | 94 +++++++++++++++------------ help/C/zoom.page | 67 ++++++++----------- 14 files changed, 416 insertions(+), 325 deletions(-) commit a854909b65a9e4dd9fb772c913771bfa4e841221 Author: Tiffany Antopolski Date: Sun Sep 4 20:17:54 2011 -0400 Changed user visible strings to use generic app name. This patch fixes bug #658152. data/eog-preferences-dialog.ui | 2 +- src/eog-file-chooser.c | 2 +- src/eog-util.c | 2 +- src/eog-window.c | 6 +++--- src/main.c | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) commit a2d154cc511a31004387637ecf3c072ef6c432f5 Author: Jorge González Date: Mon Sep 5 21:04:32 2011 +0200 Updated Spanish translation help/es/es.po | 109 +++++++++++++++++----------------------------------------- 1 file changed, 32 insertions(+), 77 deletions(-) commit 819e0db3cb7912da2bc05e38d06c98e8dad9afbb Author: Wouter Bolsterlee Date: Mon Sep 5 20:16:51 2011 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 426 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 237 insertions(+), 189 deletions(-) commit 71fbe59351f034dd90ea7287f0396b513990004e Author: dmustieles Date: Mon Sep 5 18:28:23 2011 +0200 Updated Spanish translation help/es/es.po | 75 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 42 deletions(-) commit 16a7ceaeb676cfc9311004c55221463fd844e52a Author: Jorge González Date: Mon Sep 5 16:55:16 2011 +0200 Updated Spanish translation help/es/es.po | 122 +++++++++++++++++++++++++--------------------------------- 1 file changed, 52 insertions(+), 70 deletions(-) commit 4b82e8755a48023dbe02b4a2e109d18b96804a8d Author: Jorge González Date: Mon Sep 5 13:19:53 2011 +0200 Updated Spanish translation help/es/es.po | 1453 +++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 951 insertions(+), 502 deletions(-) commit 4fe6977f4b6370623aca1302568e9371d4345809 Author: Phil Bull Date: Mon Sep 5 02:17:26 2011 +0100 [help] Full review of many help topics, settings some to status=final (ready for translators) help/C/bug-filing.page | 20 +++--- help/C/commandline.page | 2 +- help/C/copy-paste.page | 13 ++-- help/C/default.page | 42 +++++++----- help/C/desktop-background.page | 26 ++++--- help/C/edit.page | 47 ++++++++----- help/C/flip-rotate.page | 35 ++++++---- help/C/format-change.page | 106 ++++++++++++++++------------- help/C/formats-save.page | 6 +- help/C/formats-view.page | 14 ++-- help/C/index.page | 8 +-- help/C/introduction.page | 13 ++-- help/C/open.page | 59 ++++++---------- help/C/plugin-exif-digital.page | 82 +++++++++++++++++----- help/C/plugin-fullscreen-double-click.page | 22 +++--- help/C/plugin-python-console.page | 29 ++++++-- help/C/shortcuts.page | 9 ++- 17 files changed, 311 insertions(+), 222 deletions(-) commit 3c7f69a8700e41871548fd3dee5c112ce504a527 Author: Bruno Brouard Date: Sun Sep 4 20:28:14 2011 +0200 Updated French translation po/fr.po | 280 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 142 insertions(+), 138 deletions(-) commit 106c9b1c7e6a0ac617361e0be7047d75902cc855 Author: Fran Dieguez Date: Sun Sep 4 18:48:36 2011 +0200 Updated galician translations po/gl.po | 283 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 139 deletions(-) commit cf12dd4c76fe464bdc510990142dfc6130d271c7 Author: Ihar Hrachyshka Date: Sun Sep 4 18:42:02 2011 +0300 Updated Belarusian translation. po/be.po | 322 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 163 insertions(+), 159 deletions(-) commit 63838593a1bbfffff53744b54077c007377f9552 Author: Marek Černocký Date: Sun Sep 4 11:47:07 2011 +0200 Updated Czech translation po/cs.po | 292 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 146 insertions(+), 146 deletions(-) commit be4b4d9dff06fdb6523af400dc44dafedca4e8c8 Author: Jorge González Date: Sun Sep 4 10:45:11 2011 +0200 Updated Spanish translation help/es/es.po | 843 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 447 insertions(+), 396 deletions(-) commit 1371de9d6621d114184ac4c82fccb01bcb0b7184 Author: Ryan Lortie Date: Sat Sep 3 21:14:12 2011 -0400 help: Update the revision information Mark all pages as candidates for 3.2, last reviewed today. help/C/bug-filing.page | 3 +-- help/C/commandline.page | 2 +- help/C/copy-paste.page | 3 +-- help/C/default.page | 3 +-- help/C/desktop-background.page | 3 +-- help/C/edit.page | 3 +-- help/C/flip-rotate.page | 3 +-- help/C/format-change.page | 3 +-- help/C/formats-save.page | 3 +-- help/C/formats-view.page | 3 +-- help/C/index.page | 3 +-- help/C/introduction.page | 3 +-- help/C/open.page | 3 +-- help/C/plugin-exif-digital.page | 3 +-- help/C/plugin-fullscreen-double-click.page | 3 +-- help/C/plugin-postr.page | 3 +-- help/C/plugin-python-console.page | 3 +-- help/C/plugin-send-by-mail.page | 3 +-- help/C/plugin-slideshow-shuffle.page | 3 +-- help/C/plugin-zoom-width.page | 3 +-- help/C/plugins.page | 3 +-- help/C/preferences.page | 3 +-- help/C/print.page | 3 +-- help/C/rename-multiple.page | 3 +-- help/C/shortcuts.page | 2 +- help/C/slideshow.page | 3 +-- help/C/toolbar.page | 3 +-- help/C/view.page | 3 +-- help/C/zoom.page | 3 +-- 29 files changed, 29 insertions(+), 56 deletions(-) commit b12d9a8f2707bb3686d93168c67e5a3e435f4482 Author: Ryan Lortie Date: Sat Sep 3 21:11:57 2011 -0400 help: remove titlecasing from help/C/commandline.page | 2 +- help/C/index.page | 4 ++-- help/C/plugin-postr.page | 2 +- help/C/plugin-python-console.page | 2 +- help/C/plugin-slideshow-shuffle.page | 2 +- help/C/preferences.page | 4 ++-- help/C/shortcuts.page | 6 +++--- help/C/zoom.page | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) commit 3e9df5b44432a8299611954e03395b30329e19c1 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 19:04:56 2011 -0400 [help] s/Eye of GNOME/image viewer help/C/bug-filing.page | 2 +- help/C/commandline.page | 2 +- help/C/plugin-python-console.page | 2 +- help/C/plugins.page | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 4d473cb7551e15669ff4c26be9af1e92a15fde5e Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Sun Sep 4 06:44:13 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 438 ++++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 438 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 492 insertions(+), 384 deletions(-) commit 4144f39b38ea627532c3c74d7cddc04ab7f09006 Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi> Date: Sat Sep 3 23:41:21 2011 +0300 Updated Finnish translation po/fi.po | 332 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 169 insertions(+), 163 deletions(-) commit a70ddd95138f537d7ebee123d49f5700b3be133d Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi> Date: Sat Sep 3 23:33:54 2011 +0300 Updated Finnish translation by Jiri Grönroos imported from Launchpad po/fi.po | 1037 +++++++++++++++++++++----------------------------------------- 1 file changed, 353 insertions(+), 684 deletions(-) commit 64584d42bfc7967bdfc4c9dd512cb32ea1e695cf Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 15:56:31 2011 -0400 [help] replaced custom list of section links w/ links type="section" help/C/preferences.page | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 89c153d2c9c0611fd5d696819c5c925b33405355 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 15:46:37 2011 -0400 [help] plugins.page: added experimental if as per SM help/C/plugins.page | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit 222e9bfff911de83675b21b986ee87b1d175e47e Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 15:24:14 2011 -0400 [help] plugins.page: added install link for eog-plugins package. help/C/plugins.page | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 673bad9c113f363933c58c2ea9753a4c18b01692 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 14:56:29 2011 -0400 [help] s/slide show/slideshow help/C/preferences.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 54013af60eafe9e7d66ae911300e4fe8dfc0b0de Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 14:47:07 2011 -0400 [help] removed links from descriptions. help/C/flip-rotate.page | 4 +--- help/C/format-change.page | 3 +-- help/C/open.page | 4 +--- help/C/view.page | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) commit 3916dadc746a348a84f8faac981ec38b15edb9ba Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 14:33:07 2011 -0400 [help] Tweek title of edit.page help/C/edit.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e50f2d9111eb7bf7154d76ce33685885a5c86cff Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Sep 3 20:31:59 2011 +0200 Updated Spanish translation help/es/es.po | 65 +++++++------ po/es.po | 296 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 187 insertions(+), 174 deletions(-) commit 4adaa7c7cfd63288eb70a876351063377f26649d Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 14:29:34 2011 -0400 [help] drop style="task" and add seaalso link. help/C/formats-save.page | 2 +- help/C/formats-view.page | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit 92b63064b0d219c7a52df07739638f004f9b6ba6 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 12:16:25 2011 -0400 [help/C/figures] added proper sized icon images. Also, now using 16X16 px icon for trail link title. help/C/figures/eog-logo.png | Bin 0 -> 2330 bytes help/C/figures/eog-trail.png | Bin 0 -> 732 bytes help/C/figures/eog.png | Bin 2092 -> 0 bytes help/C/index.page | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) commit b58d6c58d229629f30fdaa75171fb9c263bcb10f Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Sep 3 12:06:02 2011 -0400 [help] Set a text-only default link title. This makes it so you don't see the logo in the More About listing. help/C/index.page | 1 + 1 file changed, 1 insertion(+) commit 781e314d5af64fb94c3b5da8c99a8215b10e72dc Author: Felix Riemann <friemann@gnome.org> Date: Sat Sep 3 17:28:10 2011 +0200 Add translator context and comment to a split sentence The sentence has a GtkSpinButton injected in the middle making it difficult to translate for some languages, as one part of the label could end up empty. This adds translation contexts to the labels to avoid possible ambiguities and an expaining comment. https://bugzilla.gnome.org/show_bug.cgi?id=654548 data/eog-preferences-dialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 36aeae3a5577c7ec911a35649b5c1e5d68a6c9e7 Author: Arash Mousavi <amousavi@src.gnome.org> Date: Wed Aug 31 17:15:19 2011 +0430 Updated Persian translation po/fa.po | 433 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 241 insertions(+), 192 deletions(-) commit 516c0eb006782b17ec87bd7e9d5ea6ef3c9b8407 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Aug 30 19:50:29 2011 +0300 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b9a6f59eb5a55021451559a1a3b0d9c195b2f6cb Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Aug 30 19:30:40 2011 +0300 Prepare for release 3.1.90 NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) commit eb8e0e991ef6b47af8fdc629cbc282b93fbcf6d4 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Aug 30 19:27:02 2011 +0300 Decrease the fullscreen toolbar timeout to 2 seconds This is what popular fullscreen multimedia applications use, so let's give it a try. src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 58c5b156332ff8be453a556b912167f05d37abf9 Author: Og B. Maciel <ogmaciel@gnome.org> Date: Thu Aug 25 09:47:43 2011 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 404 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 225 insertions(+), 179 deletions(-) commit 655e57e45787594dbb0bb791159cf9f3c9ba5335 Author: Alexander Shopov <ash@kambanaria.org> Date: Mon Aug 22 07:52:28 2011 +0300 Updated Bulgarian translation po/bg.po | 385 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 212 insertions(+), 173 deletions(-) commit 134f15389db1054256d2dd320c35a6c6a0fec099 Author: A S Alam <aalam@users.sf.net> Date: Sun Aug 21 09:08:12 2011 +0530 update Punjabi Translation po/pa.po | 412 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 231 insertions(+), 181 deletions(-) commit 43febb8bab8a3769d0abed90edb809e9d9d19f38 Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Fri Aug 19 20:31:09 2011 +0200 Added UG translation po/ug.po | 357 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 195 insertions(+), 162 deletions(-) commit 80e1ab88a311f244243cfb652e3a4cc8f44051a9 Author: Andika Triwidada <andika@gmail.com> Date: Thu Aug 18 15:06:18 2011 +0700 Updated Indonesian translation po/id.po | 646 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 299 insertions(+), 347 deletions(-) commit 06d3599a3828851bb7a2753f67c955983ce106a9 Author: Felix Riemann <friemann@gnome.org> Date: Mon Aug 15 22:15:05 2011 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6e0f7baa94542ea331f1fd7f84b33f99b964dc02 Author: Felix Riemann <friemann@gnome.org> Date: Mon Aug 15 22:08:26 2011 +0200 Prepare for release 3.1.5 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 91807c0986a4ddedfb5602d07ddc07300342db42 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Fri Aug 12 20:15:11 2011 +0700 Updated Thai translation. po/th.po | 391 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 216 insertions(+), 175 deletions(-) commit 32f566c06310c881fe93cebdd15887ee3f03b950 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 9 22:15:23 2011 +0200 Enable fullscreen plugin by default The effect it causes is somewhat expected by users. https://bugzilla.gnome.org/show_bug.cgi?id=552537 data/org.gnome.eog.gschema.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a3b769506abbbf7b24547b95c9c99349e99d44c0 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 9 21:57:35 2011 +0200 Update EogWindow's image handle when selecting already loaded images https://bugzilla.gnome.org/show_bug.cgi?id=655889 src/eog-window.c | 3 +++ 1 file changed, 3 insertions(+) commit 40919ebb2ce1fd70edae61c7b578c6a7ce8ef432 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 2 23:18:19 2011 +0200 Fix bogus usage of eog_image_has_data() This tries to fix cases where it apparently wasn't taken into account that if you use the function with multiple test flags all tests must be successful or the result will be negative. https://bugzilla.gnome.org/show_bug.cgi?id=655794 src/eog-image.c | 1 + src/eog-jobs.c | 49 +++++++++++++++++++++++++++++++++++++++++-------- src/eog-window.c | 6 +++--- 3 files changed, 45 insertions(+), 11 deletions(-) commit ffd057a0be9610b49f2dc718060c82c4ee1065be Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 2 22:02:17 2011 +0200 Fix test selection handling in eog_image_has_data() Due to a wrong value negation the function was only checking one of the selected data types and skipping the following tests. Spotted by Fabian Sturm. https://bugzilla.gnome.org/show_bug.cgi?id=655794 src/eog-image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit aedcf257b48e000771a0aff4be182b4ffbc76c9b Author: Bruno Brouard <annoa.b@gmail.com> Date: Mon Aug 8 16:23:42 2011 +0200 Updated French translation po/fr.po | 461 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 219 insertions(+), 242 deletions(-) commit 6ee994aa29b8b2f7e9f582004bcd10cc3b7b5bd2 Author: Bruno Brouard <annoa.b@gmail.com> Date: Mon Aug 8 16:00:20 2011 +0200 Updated French doc translation help/fr/fr.po | 3326 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 2006 insertions(+), 1320 deletions(-) commit d0c947fbe5177b86ef07f57bc57c93df8882ffae Author: 朱涛 <bill_zt@sina.com> Date: Mon Aug 8 14:18:31 2011 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) commit fc0a3b92322dcef3e01af47ed80ed9ef6b44b0af Author: Fran Dieguez <fran@openhost.es> Date: Sun Aug 7 16:10:05 2011 +0200 Updated Galician translations po/gl.po | 380 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 206 insertions(+), 174 deletions(-) commit e8bc6ec7fcd5bc36f46f8ece6003351048899b34 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Aug 6 15:56:37 2011 +0300 Updated Hebrew translation. po/he.po | 384 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 208 insertions(+), 176 deletions(-) commit 09abf3e4778b7a95c4f05c236075c85354513a37 Author: Mario Blättermann <mariobl@gnome.org> Date: Thu Aug 4 11:48:30 2011 +0200 [l10n] Updated German translation po/de.po | 67 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 37 deletions(-) commit 4dad7a3aafcd37e15d5cc16e72467165927e606d Author: Hendrik Knackstedt <kn.hendrik@gmail.com> Date: Thu Aug 4 11:46:23 2011 +0200 [l10n] Updated German translation po/de.po | 378 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 211 insertions(+), 167 deletions(-) commit d4c4b19c4de241100c115f39750b9298f2c82ca1 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Aug 2 01:36:41 2011 +0200 Updated Hungarian translation by Balázs Meskó <meskobalazs at gmail dot com> po/hu.po | 393 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 217 insertions(+), 176 deletions(-) commit 14f5eea21885434ee217d45edbf36f337721e3fb Author: Yuri Kozlov <yuray@komyakino.ru> Date: Mon Aug 1 00:07:00 2011 +0400 Updated Russian translation po/ru.po | 639 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 387 insertions(+), 252 deletions(-) commit 203441ceba74e45860e3fbd99f61aac37c9783b6 Author: Julius Wong <villahwong@gmail.com> Date: Sun Jul 31 17:50:24 2011 +0000 Update Simplified Chinese translation. po/zh_CN.po | 434 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 245 insertions(+), 189 deletions(-) commit 5d411992869be7a1f188576337ffe0ecc2cc684c Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com> Date: Sat Jul 30 19:16:23 2011 +0200 Updated Slovenian translation po/sl.po | 40 ++++------------------------------------ 1 file changed, 4 insertions(+), 36 deletions(-) commit 2f5e3244c3320615ea5e065d4f98e7f71e4f1a92 Author: Priscilla Mahlangu <priny@translate.org.za> Date: Fri Jul 29 22:23:11 2011 +0200 Updated translation for Zulu (zu) po/zu.po | 1866 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1412 insertions(+), 454 deletions(-) commit 8306876e36bc85f4a5f96a837c73558bbf1b0b9e Author: Daniel Nylander <po@danielnylander.se> Date: Fri Jul 29 09:58:29 2011 +0200 Updated Swedish translation po/sv.po | 643 ++++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 451 insertions(+), 192 deletions(-) commit 4833c4d01df0bca99dd2636e60f33bbb8d13747c Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 27 21:18:20 2011 +0200 Use a simple GtkLabel for the image counter in the statusbar This was an extra GtkStatusbar before. This is not needed anymore as the resize handle now works independently from the GtkStatusbar. Also the GtkLabel seems to require less horizontal space in the statusbar. src/eog-statusbar.c | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) commit 0773b4ef16a95eb071e9c40c173ea73bfc6ca479 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 27 14:30:18 2011 +0200 Render compressed SVGs natively as well These have a different mime-type which didn't trigger the native renderer before and thus were rendered and pixelated using GdkPixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=655377 src/eog-image.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 2b71e1f53fd4f799d3b3f3de5c7d78996da9679d Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 25 21:57:19 2011 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit baf90081de7cf4c76c59a56aae70e7301174573a Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 25 21:49:10 2011 +0200 Prepare for release 3.1.4 NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) commit d78862c586b133cffa20b900a6298cb9310f6291 Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Date: Mon Jul 25 11:04:19 2011 +0300 Updated Belarusian translation. po/be.po | 1321 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 698 insertions(+), 623 deletions(-) commit 3812bc21f5ec30b32974dcbd5f86ca2685f9aa33 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jul 23 20:04:03 2011 +0200 Remove obsoleted compatibility code for GTK+-2.90.5 and earlier We have a dependency on at least version 3.0.2 already. src/eog-properties-dialog.c | 4 ---- 1 file changed, 4 deletions(-) commit 8a66150f15adb8fc1ad2bf624cfbb6a6b1997599 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jul 23 19:18:38 2011 +0200 Make eog-error-message-area.h a private header It's content is not introspectable at the moment and plugins cannot use it anyway as the function to show it in an EogWindow isn't public. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 399618e04391632a9ba07c2d9b176b2bfe5a7db9 Author: José Aliste <jaliste@src.gnome.org> Date: Mon Jun 27 14:30:54 2011 -0400 toolbareditor: Fix the removal of items by DnD. If the 'window-dragging' property of GtkToolbar is set (as it is in adwaita) then the Toolbar starts the drag of the window on 'button-press' event. We prevent this by connecting a handler for 'button-press' which prevents the handler of the toolbar to be run while in edit mode. Fixes bug #647265 cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 0c82590685da3ca6e657615e0434cd86c88cc67c Author: Felix Riemann <friemann@gnome.org> Date: Sat Jul 23 16:12:45 2011 +0200 Ensure UI action sensitivity is set at least once Beforehand empty windows had all UI actions active. Activation could then spawn critical warnings. This was probably caused by the switch to GtkApplication. src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 4bb49b5cbfb764ba57f4a4980c58b52f6046ed58 Author: Felix Riemann <friemann@gnome.org> Date: Thu Jul 21 15:50:00 2011 +0200 Fix memory leak and optimize the corresponding funcion's code src/eog-image.c | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) commit 7a3086d782680f22e99631ff205440b37606397e Author: Felix Riemann <friemann@gnome.org> Date: Thu Jul 21 15:36:29 2011 +0200 Drop some unneeded warnings These were not exactly critical enough for console output. They were causing memory leaks as well. Drop them in two cases and convert one to a debug message. src/eog-image.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 71c7a069086af234a5ab882373e0e824b34d8f7d Author: Felix Riemann <friemann@gnome.org> Date: Thu Jul 21 15:17:40 2011 +0200 Remove leftover DBus service description file It's not needed anymore after switching to GtkApplication. src/eog-application-service.xml | 23 ----------------------- 1 file changed, 23 deletions(-) commit 736215c0b02dbf44d8c15bed907907aa1ba0ef93 Author: Tommi Vainikainen <thv@iki.fi> Date: Thu Jul 21 07:30:16 2011 +0300 Updated Finnish translation po/fi.po | 695 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 291 insertions(+), 404 deletions(-) commit a0283f553cbc68359f64b0b363c97350d680cce6 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Tue Jul 19 22:26:46 2011 +0200 Updated Slovenian translation po/sl.po | 427 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 231 insertions(+), 196 deletions(-) commit 6a96a305f97e1a90850743868b9e9042cf4977ce Author: Marek Černocký <marek@manet.cz> Date: Mon Jul 18 21:26:11 2011 +0200 Updated Czech translation po/cs.po | 334 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 183 insertions(+), 151 deletions(-) commit 73a256e5f14a8e3e9832a7e9ddd64e686e2267d7 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Mon Jul 18 13:24:00 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 358 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 192 insertions(+), 166 deletions(-) commit 301520aec06654ca4372053b962c0556c1760230 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Jul 17 19:44:05 2011 +0200 Updated Spanish translation po/es.po | 49 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 14 deletions(-) commit e046f8163d38c5830eef40e42970295a4dd10eae Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 17 15:49:52 2011 +0200 Place GPS Exif tags into their own subcategory src/eog-exif-details.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit 3e4bc1aad5bf9236705bdb049ed017f374e27552 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 17 15:47:28 2011 +0200 Reformat Exif tags for GPS position to be better understandable libexif's formatting of these tags is not nice to read. Reformatted are latitude and longitude values and their reference points. https://bugzilla.gnome.org/show_bug.cgi?id=627185 src/eog-exif-details.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 3 deletions(-) commit 8574b4ba6e6211b5f1a7e1fade6e02da2b8703fd Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 17 13:57:33 2011 +0200 Make sure GPS Exif tags are named and ordered correctly Some GPS tag IDs overlap with IDs from other IFDs. Specifically check for the GPS IFD and order the entries accordingly. Also respect the IFD when determining the tag's title. https://bugzilla.gnome.org/show_bug.cgi?id=627185 src/eog-exif-details.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 1d0672a42f5bbaedb0bc424ea152c246668d36da Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Jul 17 12:17:58 2011 +0200 Updated Spanish translation po/es.po | 330 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 171 insertions(+), 159 deletions(-) commit 3da565496c3e9aa623d6287fa1c1aea5158b3f61 Author: Javier Sánchez <jsanchez@deskblue.com> Date: Fri Jul 15 13:09:39 2011 +0200 Fixed Bug 615376 - if saving an image fails it's done silently. - Refactored EogErrorMessageArea to include new buttons like CANCEL, RELOAD and SAVEAS. - Added new custom responses to EogErrorMessageArea for new buttons. - Refactored EogCloseConfirmationDialog to include new buttons like CLOSE, CANCEL, SAVE and SAVE AS. - Added new custom responses to EogCloseConfirmationDialog for new buttons. - Refactored EogWindow to handle new EogErrorMessageArea and EogCloseConfirmationDialog responses. - Refactored EogImage to include write permission verification in SAVE and SAVE AS processes. - Added a new method to EogImage API called eog-image-is-file-writable to determine is when the user has write permission on the image file. https://bugzilla.gnome.org/show_bug.cgi?id=615376 src/eog-close-confirmation-dialog.c | 220 +++++++++++++++++++++--------------- src/eog-close-confirmation-dialog.h | 31 ++++- src/eog-error-message-area.c | 96 +++++++++++++--- src/eog-error-message-area.h | 24 +++- src/eog-image.c | 106 ++++++++++++++++- src/eog-image.h | 3 + src/eog-jobs.c | 9 +- src/eog-window.c | 209 +++++++++++++++++++++++++--------- 8 files changed, 525 insertions(+), 173 deletions(-) commit aec0f0874476c637a5a1962dbf2b1ca6ec3c0b65 Author: Marek Černocký <marek@manet.cz> Date: Fri Jul 15 18:45:08 2011 +0200 Updated Czech translation po/cs.po | 378 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 142 insertions(+), 236 deletions(-) commit 9443cd0e7d9d9081f203f015da5aa3243bb8da3d Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Tue Jul 12 15:10:14 2011 +0300 Updated Latvian translation. po/lv.po | 325 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 171 insertions(+), 154 deletions(-) commit b451cbdf01c27f48ce268ce580ccd313f25f7d63 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Thu Jul 7 23:02:57 2011 +0200 Added skeleton Hungarian translation help/hu/hu.po | 1995 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1995 insertions(+) commit cd164bcda06485f9d587404d8eb9f1f538093fc8 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Thu Jul 7 23:02:39 2011 +0200 Added hu to DOC_LINGUAS help/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit db1617dc71785fc2ebdcd225a920eb5c020cabf7 Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Thu Jul 7 16:22:23 2011 +0200 Added UG translation po/ug.po | 3467 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1740 insertions(+), 1727 deletions(-) commit b815367b007686ec6828fdcc0346f5e1ef625e53 Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de> Date: Mon Jul 4 21:25:47 2011 +0200 [l10n] Updated German translation po/de.po | 304 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 159 insertions(+), 145 deletions(-) commit aaedf86482f57b44ccd631c485b4498ca63a22b5 Author: Muhammet Kara <muhammet.k@gmail.com> Date: Sun Jun 26 03:37:04 2011 +0300 Updated Turkish translation file header po/tr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 852ad4c4e8b0971a7a511b3e50190a0ca9c1f3c8 Author: Muhammet Kara <muhammet.k@gmail.com> Date: Sun Jun 26 02:46:06 2011 +0300 Updated Turkish translation po/tr.po | 278 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 144 insertions(+), 134 deletions(-) commit 1cc2606adac0d8a2b7428dbc17088b23810ca599 Author: Felix Riemann <friemann@gnome.org> Date: Fri Jun 24 14:54:12 2011 +0200 Drop size-request signal callback for fullscreen toolbar Didn't work with GTK-3 and caused critical warnings when entering fullscreen mode. Just removing the callback seems to be sufficient as the toolbar's size request is set when entering fullscreen mode anyway. https://bugzilla.gnome.org/show_bug.cgi?id=653162 src/eog-window.c | 12 ------------ 1 file changed, 12 deletions(-) commit 641143f5490f20f549cc897a94a1b51de3a749d0 Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com> Date: Wed Jun 22 21:18:06 2011 +0200 Updated Slovenian translation help/sl/sl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 16146d6bd0333e8d258db39c2e923e0757c488ad Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com> Date: Wed Jun 22 21:13:37 2011 +0200 Updated Slovenian translation help/sl/sl.po | 3107 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 2309 insertions(+), 798 deletions(-) commit 1e88937203b14f6bd83084b795eb775ba3328071 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Jun 15 10:21:42 2011 +0300 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ffdc7a28395e533f9732a6354eee62027f982972 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Jun 15 10:03:04 2011 +0300 Prepare for 3.1.2 release NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) commit 757699b9e5f963dd7d8be7779fc8ca00b7d336e7 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 12 17:07:35 2011 +0200 Remove spurious g_object_unref The released reference isn't owned by the job. Could cause a segfault upon closing an EogWindow. src/eog-jobs.c | 2 -- 1 file changed, 2 deletions(-) commit 0d3c812764252e7582d05147b2724c9e272d0e7b Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 12 13:03:28 2011 +0200 Fix critical warning when closing empty windows src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e6a2e88f7cbfe267b34e8cb5eb1077ababdb135 Author: Милош Поповић <gpopac@gmail.com> Date: Sun Jun 12 04:23:41 2011 +0200 Revert "Updated Serbian translation" This reverts commit 652bfc1d9f3a4fd3b56ebe894fab5a837df9313b. po/sr.po | 767 +++++++++++++++++++++++++++++++++------------------------ po/sr@latin.po | 767 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 888 insertions(+), 646 deletions(-) commit 652bfc1d9f3a4fd3b56ebe894fab5a837df9313b Author: Мирослав Николић <miroslavnikolic@rocketmail.com> Date: Sun Jun 12 03:46:32 2011 +0200 Updated Serbian translation po/sr.po | 767 ++++++++++++++++++++++++--------------------------------- po/sr@latin.po | 767 ++++++++++++++++++++++++--------------------------------- 2 files changed, 646 insertions(+), 888 deletions(-) commit b42683d6dd343af62a2c9f893d18fdb46c6c4613 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sat Jun 11 17:37:00 2011 +0200 Updated Slovenian translation po/sl.po | 280 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 161 insertions(+), 119 deletions(-) commit 3d39587751ead63a5f6458ce6daf5dd1acf8165a Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Jun 9 22:33:30 2011 +0300 Port EogApplication to GtkApplication 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 configure.ac | 27 +------ src/Makefile.am | 11 --- src/eog-application.c | 214 ++++++++++++++++++++------------------------------ src/eog-application.h | 15 +--- src/eog-util.c | 2 - src/eog-util.h | 2 - src/eog-window.c | 21 +---- src/main.c | 116 +++------------------------ 8 files changed, 101 insertions(+), 307 deletions(-) commit 97b087796ed130f989a7af9fde9c630104e6ed62 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Thu Jun 9 13:57:17 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 220 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 116 insertions(+), 104 deletions(-) commit ecd5bf02d8f227f3b1a38f42c164ccb3a970a583 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Jun 8 22:32:04 2011 +0300 Silent a unused-variable warning src/eog-image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8ac825bea9ce49e500efd8ed94bd3177b03f9731 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jun 8 20:58:29 2011 +0200 Use GdkPixbuf's "orientation" feature as fallback for autorotation Useful for formats where we don't support extracting the needed data ourselves (e.g TIFF) and if eog is compiled without libexif. https://bugzilla.gnome.org/show_bug.cgi?id=548474 https://bugzilla.gnome.org/show_bug.cgi?id=615114 src/eog-image-private.h | 2 +- src/eog-image.c | 42 +++++++++++++++++++++++++++++++++--------- src/eog-image.h | 2 -- 3 files changed, 34 insertions(+), 12 deletions(-) commit bded0286f72bc9b01d3a73e329751e62212efdea Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Tue Jun 7 19:35:17 2011 -0400 help/C/index.page: added role attribute to title. help/C/index.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0609802455eee05eb25f417bdffbdd4240783986 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Mon Jun 6 11:20:47 2011 +0200 Updated Galician translations po/gl.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 73dd35c815883bc00cfd7ce190ce10daefb28f41 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Mon Jun 6 00:29:53 2011 +0200 Updated Galician translations po/gl.po | 267 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 140 insertions(+), 127 deletions(-) commit 4c0b5c84dc4c5a6fce6285f492d5f3c1a8724f45 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 4 21:41:00 2011 +0200 Make the displayed EogImage a property of EogScrollView Besides the more obvious object orientation it also allows watch the property for changes. Might be useful for plugins. https://bugzilla.gnome.org/show_bug.cgi?id=544068 src/eog-scroll-view.c | 42 ++++++++++++++++++++++++++++++++++++++++++ src/eog-scroll-view.h | 2 ++ 2 files changed, 44 insertions(+) commit 682e323c878fffb14cb5f425218ca242cb5b392b Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Jun 4 13:43:07 2011 +0300 Updated Hebrew translation. po/he.po | 218 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 115 insertions(+), 103 deletions(-) commit 0f9e861e10bacf1df50ddc344194b4bb3b09b1c5 Author: krishnababu k <kkrothap@redhat.ocm> Date: Sat Jun 4 02:18:54 2011 +0530 Updated Telugu Translations done by Praveen Illa po/te.po | 1380 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 735 insertions(+), 645 deletions(-) commit 1a948b3f5bb6dc5af8d407c8d7b9cc55cc47b6fa Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Sun May 29 17:57:08 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 696 +++++++++++++++++++++++++++++------------------------- 1 file changed, 374 insertions(+), 322 deletions(-) commit d57936817e1738aaa6d359de45aeab7a48a280c8 Author: Felix Riemann <friemann@gnome.org> Date: Fri May 27 19:30:01 2011 +0200 Use the result of librsvg's parser to generate pixel data out of SVGs Resolves problems with converting SVGs that use relative paths. Also avoids the duplicate SVG parsing by gdk-pixbuf's SVG loader. It's not the nicest code, but we need to split EogImage in format-specific variants anyway. So, this can stay like this until then. https://bugzilla.gnome.org/show_bug.cgi?id=642725 src/eog-image.c | 81 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 27 deletions(-) commit 66357c088a72d3f9f61de292a2b4275ab425f23f Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Sat May 21 09:30:50 2011 +0200 Updated Spanish translation po/es.po | 217 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 115 insertions(+), 102 deletions(-) commit f43d5933761437fce5af78e7da6dd78832d6fa63 Author: Felix Riemann <friemann@gnome.org> Date: Fri May 20 12:12:50 2011 +0200 Rename "Open Containing Folder" to "Show Containing Folder" Makes it clearer what is meant and is less ambigious with eog's own functionality to "Open" folders. src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9df5fd43cc9cea9ded47953d22d82cfea1ace015 Author: Akshay Gupta <kitallis@gmail.com> Date: Fri May 20 12:07:19 2011 +0200 Add an "Open containing folder" command https://bugzilla.gnome.org/show_bug.cgi?id=650402 data/eog-toolbar.xml | 1 + data/eog-ui.xml | 3 +++ src/eog-window.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) commit 4247b716a9f1692dd1424dd0ba15109cf4a56385 Author: Mario Blättermann <mariobl@gnome.org> Date: Thu May 19 21:24:37 2011 +0200 Updated German doc translation help/de/de.po | 3303 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1986 insertions(+), 1317 deletions(-) commit db0fe961f44d94f9029e4bb49a8e2692998d6b03 Author: Christian Kirbach <Christian.Kirbach@googlemail.com> Date: Sat May 14 00:15:20 2011 +0200 [l10n] Updated German help screen-shots help/de/figures/eog-bestfit.png | Bin 0 -> 67392 bytes help/de/figures/eog-enlarge.png | Bin 0 -> 159779 bytes help/de/figures/eog-normalsize.png | Bin 0 -> 69715 bytes help/de/figures/eog-shrink.png | Bin 0 -> 135704 bytes help/de/figures/eog-toolbar-default.png | Bin 0 -> 14272 bytes help/de/figures/eog-toolbar-editor.png | Bin 0 -> 27765 bytes help/de/figures/eog_save_as_window.png | Bin 24488 -> 0 bytes help/de/figures/eog_start_window.png | Bin 10849 -> 0 bytes help/de/figures/eog_toolbar_editor_window.png | Bin 23997 -> 0 bytes help/de/figures/image-view-prefs.png | Bin 0 -> 35103 bytes help/de/figures/multiple-convert.png | Bin 0 -> 27059 bytes help/de/figures/multiple-rename-count.png | Bin 0 -> 27167 bytes help/de/figures/plugin-send-by-mail.png | Bin 0 -> 60832 bytes help/de/figures/plugins-all.png | Bin 0 -> 63999 bytes help/de/figures/prefs-plugins-date.png | Bin 0 -> 29366 bytes help/de/figures/prefs-plugins-fullscreen.png | Bin 0 -> 29281 bytes help/de/figures/prefs-plugins.png | Bin 0 -> 29235 bytes help/de/figures/slideshow-prefs.png | Bin 0 -> 23762 bytes 18 files changed, 0 insertions(+), 0 deletions(-) commit 3997e9f8a230bdc09a857a0f5f7449a1d45ee2e8 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Thu May 12 20:18:04 2011 +0200 Updated Spanish translation help/es/es.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 3a01b7679e727408b4f937ed8b9ddc61ab7461fb Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Thu May 12 20:15:32 2011 +0200 Updated Spanish translation help/es/es.po | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 146 insertions(+), 12 deletions(-) commit 1c3a5f6b0137de0c1e8829b4aa8e23a92c657082 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Wed May 11 22:32:12 2011 +0200 mallard: fix typo https://bugzilla.gnome.org/show_bug.cgi?id=649894 help/C/preferences.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 93803031ff5e2d128ad35662e834ef463c577555 Author: Felix Riemann <friemann@gnome.org> Date: Mon May 9 22:46:43 2011 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e910d6401ae2c0b30939be050e2ea2d5d3e129aa Author: Felix Riemann <friemann@gnome.org> Date: Mon May 9 22:40:31 2011 +0200 Prepare for release 3.1.1 NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) commit 3a19a69723e630485a4010e8fb588e3763e182b3 Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com> Date: Mon May 9 20:16:04 2011 +0200 Updated Esperanto translation po/eo.po | 885 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 485 insertions(+), 400 deletions(-) commit 385b4e448b74b0f0b1e3bf0e3e42e2e4d6d74730 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Mon May 9 19:38:23 2011 +0200 Updated Spanish translation po/es.po | 254 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 126 insertions(+), 128 deletions(-) commit 3adb22a9b66549a86fa6c59e17d99f1ad4e1df46 Author: Joaquín Aramendía <samsagax@gmail.com> Date: Mon May 9 19:27:33 2011 +0200 Updated Spanish translation help/es/es.po | 1344 ++------------------------------------------------------- 1 file changed, 39 insertions(+), 1305 deletions(-) commit d782906d89c51f6b4f749bece651a5efc8401c0e Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Mon May 9 08:49:41 2011 +0300 Updated Hebrew translation. po/he.po | 258 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 131 insertions(+), 127 deletions(-) commit 30f34a8df68a1263e69ecde76118d8a79da67a9f Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun May 8 22:46:03 2011 +0200 Updated Spanish translation help/es/es.po | 93 +++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 51 deletions(-) commit 52811d0645d9b7979f85dd4970a788eee91463f7 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Sun May 8 17:13:53 2011 +0200 Updated Spanish translation help/es/es.po | 72 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 34 deletions(-) commit d5d4550dae8ae295f1da76a1dd7e326d989002ac Author: Mario Blättermann <mariobl@gnome.org> Date: Wed May 4 21:22:13 2011 +0200 [doc] Fixed another typo help/C/formats-view.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 994c6d13fd5f38b32a9e3c185ebda4101076b68c Author: Mario Blättermann <mariobl@gnome.org> Date: Wed May 4 20:33:10 2011 +0200 [doc] Fixed some typos help/C/shortcuts.page | 2 +- help/C/zoom.page | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 8c9fafb30d85dbb87732faf5e1b764e3380830a7 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Wed May 4 19:44:13 2011 +0200 Updated Spanish translation help/es/es.po | 101 ++++++++++++++++++++++++---------------------------------- 1 file changed, 41 insertions(+), 60 deletions(-) commit eff2387978ebba5e6a1301d3daa1d23dd7a63355 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed May 4 11:17:31 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 278 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 146 insertions(+), 132 deletions(-) commit f1095f58d479d70e7ccb42c3e024c91bce591c5c Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Tue May 3 23:07:14 2011 +0200 Updated Spanish translation help/es/es.po | 980 ++++++++++++++++++++++++++++------------------------------ 1 file changed, 465 insertions(+), 515 deletions(-) commit 9b10da30af255f532846fe2b5afc96fcbfc5c759 Author: Muhammet Kara <muhammet.k@gmail.com> Date: Tue May 3 09:08:26 2011 +0300 Updated Turkish translation po/tr.po | 253 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 129 insertions(+), 124 deletions(-) commit 2da9bf6318360983a148cb1c2cb6aacbebf9ef92 Author: Daniel Korostil <ted.korostiled@gmail.com> Date: Mon May 2 03:06:31 2011 +0300 Uploaded Ukranian po/uk.po | 269 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 135 insertions(+), 134 deletions(-) commit 25e1f4cd1ba21574d8cb9b634d303d63980fc1cf Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Sun May 1 19:53:15 2011 +0200 Added UG translation po/ug.po | 3454 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1727 insertions(+), 1727 deletions(-) commit 632b792257ec85ee36c52d89a3e4304ba3200184 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 30 21:27:50 2011 -0400 help/C, commandline.age: changed example for slideshow mode. Makes more sense to give a directory as a parameter. help/C/commandline.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 214e3f3c93e3a1625e4282f108b5cb96062952eb Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 30 21:26:40 2011 -0400 help/C, shortcuts.page: minor changes Ctrl+W closes current window (not eog when multiple images are open). Also, shortened zoom shortcuts (no pun intended). help/C/shortcuts.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit fc85f1acb9c15ae6bfc359824efd668fbe668505 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 30 21:06:59 2011 -0400 help/C, print.page: added sidenote Image can be adjusted by dragging it around in the preview. help/C/print.page | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 48af53efc616de8d0279c06e768f4c7eb8a36e78 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 30 20:12:56 2011 -0400 help/C, linked "rename-mulitple" and "format-change#multiple" sections. Changed some notes to sidebar notes, resized images to look better in smaller yelp window, and added note about "as is" option in "rename-multiple". help/C/format-change.page | 21 +++++++++++-------- help/C/rename-multiple.page | 50 +++++++++++++++++++++++++++++++-------------- 2 files changed, 48 insertions(+), 23 deletions(-) commit db269722e0a52c613695a4c38ba2dcccdfabc2b5 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 30 12:49:33 2011 -0400 help/C, zoom.page: added clarification about zoom->Best Fit behaviour. Also, changed note style, replaced keyboard shortcuts section with a 'seealso' link to shortcuts#zoom-rotate, and moved the "wheel" section up, for visual purposes. help/C/zoom.page | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) commit f33cb2b12df31000225497538dd1554eb4b331a4 Author: Felix Riemann <friemann@gnome.org> Date: Sat Apr 30 13:04:37 2011 +0200 mallard: fix chapter reference help/C/plugins.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2267ada21f9d85abbb66143807b68b290071ead5 Author: Felix Riemann <friemann@gnome.org> Date: Sat Apr 30 12:50:38 2011 +0200 mallard: Correct a few typos help/C/edit.page | 2 +- help/C/formats-save.page | 2 +- help/C/formats-view.page | 2 +- help/C/open.page | 2 +- help/C/view.page | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) commit f1c1a75a41fda6f61876c8ee25776df4c229a3ad Author: Felix Riemann <friemann@gnome.org> Date: Sat Apr 30 11:54:07 2011 +0200 Adapt Makefile to recent changes to Mallard docs help/Makefile.am | 3 --- 1 file changed, 3 deletions(-) commit 5183641e190dfc7542843e3c13030bec5543d579 Author: Marek Černocký <marek@manet.cz> Date: Sat Apr 30 11:24:16 2011 +0200 Updated Czech translation po/cs.po | 248 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 126 insertions(+), 122 deletions(-) commit 4c46822b3746ce536d2c8c35cae11545780377a9 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Fri Apr 29 14:03:36 2011 -0400 help/C, combined content of edit.page and delete.page Deleted delete.page, no pun intended. help/C/delete.page | 27 --------------------------- help/C/edit.page | 16 +++++++++++++--- 2 files changed, 13 insertions(+), 30 deletions(-) commit cb5e8ab8af132a9f9370ebd7da23bc14786ca769 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Fri Apr 29 19:56:26 2011 +0200 Updated Spanish translation help/es/es.po | 336 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 169 insertions(+), 167 deletions(-) commit 38911315e00bb4b6f82ba3a54739a1891f7f5b95 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Fri Apr 29 13:50:13 2011 -0400 help/C, plugins pages: combined date,map and exif. Removed plugin-map.page and plugin-date-statusbar.page. Moved content from these pages to plugin-exif-digital.page help/C/plugin-date-statusbar.page | 30 ------------------------------ help/C/plugin-exif-digital.page | 27 +++++++++++++++++++-------- help/C/plugin-map.page | 30 ------------------------------ 3 files changed, 19 insertions(+), 68 deletions(-) commit 49c635e5fe7673444880dc01f167f3fd18c774a9 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Fri Apr 29 13:24:03 2011 -0400 help/C, shortcuts.page, removed reference to custom shortcuts. Editing hotkeys via can_change_accels fails in gnome3, therefore removed the instructions. A few other grammatical and order fixes. help/C/shortcuts.page | 151 ++++++++++++-------------------------------------- 1 file changed, 34 insertions(+), 117 deletions(-) commit f04323e008040424b394b4c50b6a5bac77188423 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Fri Apr 29 13:07:07 2011 -0400 help/C, shortcuts.page: Gnome -> GNOME help/C/shortcuts.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9adf2c825c7492587579233e4b410cc0cde66ba0 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Thu Apr 28 21:25:34 2011 +0200 Updated Slovenian translation po/sl.po | 319 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 146 insertions(+), 173 deletions(-) commit ebfbd62ce9dc5efcc55e98e7e38458763dd7effc Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Thu Apr 28 21:01:33 2011 +0200 Updated Spanish translation help/es/es.po | 2613 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 2268 insertions(+), 345 deletions(-) commit d26cbf159243401686b6c54ecd769dc966ab3185 Author: Ryan Lortie <desrt@desrt.ca> Date: Thu Apr 28 00:46:43 2011 -0400 avoid unused 'screen' variable without lcms Newer GCC flags a compile warning on eog-window.c when HAVE_LCMS is undefined due to the 'screen' variable being declared and initialised in eog_window_init() but not used. Avoid that by having eog_window_get_display_profile() take the widget itself and query the screen internally. src/eog-window.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 6741163e22c2f0fe9f5da4d4d7f22007f4b4ffe3 Author: Felix Riemann <friemann@gnome.org> Date: Thu Apr 28 16:10:39 2011 +0200 Fix a few spelling errors in the help docs help/C/bug-filing.page | 2 +- help/C/commandline.page | 2 +- help/C/format-change.page | 4 ++-- help/C/index.page | 8 ++++---- help/C/introduction.page | 4 ++-- help/C/plugin-python-console.page | 2 +- help/C/shortcuts.page | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) commit 0062419b9db41601066e6b4ed86844782da89c67 Author: Felix Riemann <friemann@gnome.org> Date: Thu Apr 28 15:17:22 2011 +0200 Improve compression of new figures for Mallard docs help/C/figures/eog-bestfit.png | Bin 63503 -> 58521 bytes help/C/figures/eog-enlarge.png | Bin 93637 -> 86246 bytes help/C/figures/eog-normalsize.png | Bin 82170 -> 75456 bytes help/C/figures/eog-shrink.png | Bin 92504 -> 86037 bytes help/C/figures/eog-toolbar-default.png | Bin 17912 -> 13510 bytes help/C/figures/eog-toolbar-editor.png | Bin 28401 -> 24562 bytes help/C/figures/eog.png | Bin 2189 -> 2092 bytes help/C/figures/image-view-prefs.png | Bin 38709 -> 30993 bytes help/C/figures/multiple-convert.png | Bin 31050 -> 24970 bytes help/C/figures/multiple-rename-count.png | Bin 31295 -> 25142 bytes help/C/figures/plugin-send-by-mail.png | Bin 60754 -> 56866 bytes help/C/figures/plugin-tools-flickr.png | Bin 60590 -> 56552 bytes help/C/figures/plugins-all.png | Bin 68993 -> 48189 bytes help/C/figures/prefs-plugins-date.png | Bin 34979 -> 28551 bytes help/C/figures/prefs-plugins-fullscreen.png | Bin 34889 -> 28569 bytes help/C/figures/prefs-plugins.png | Bin 33565 -> 26618 bytes help/C/figures/slideshow-prefs.png | Bin 26145 -> 20616 bytes 17 files changed, 0 insertions(+), 0 deletions(-) commit 9524aa6dc5b576ce37fa972d95396847a6cf69e2 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Thu Apr 28 02:52:05 2011 -0400 help/C: fix typo in page title help/C/plugin-exif-digital.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5b5cee82eb6f050a2bf9fc207ca30a111cbe4524 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Thu Apr 28 02:48:55 2011 -0400 help/C, mallard: ready for review. Finished plugin pages. Updated status of all pages to 'review'. Updated plugins-all.png. help/C/default.page | 2 +- help/C/figures/plugins-all.png | Bin 57998 -> 68993 bytes help/C/index.page | 2 +- help/C/plugin-date-statusbar.page | 2 +- help/C/plugin-exif-digital.page | 14 ++++++++++---- help/C/plugin-map.page | 11 ++++++++--- help/C/plugin-postr.page | 2 +- help/C/plugin-python-console.page | 8 ++++++-- help/C/plugin-send-by-mail.page | 2 +- help/C/plugin-slideshow-shuffle.page | 2 +- help/C/plugin-zoom-width.page | 8 ++++++-- help/C/plugins.page | 4 ++-- 12 files changed, 38 insertions(+), 19 deletions(-) commit 6c37f894c9401b43a95c0b30be05da5dcf16cc55 Author: Ryan Lortie <desrt@desrt.ca> Date: Thu Apr 28 00:36:42 2011 -0400 Add Tiffany Antopolski to the list of documenters src/eog-window.c | 1 + 1 file changed, 1 insertion(+) commit cca6217e7bc46154c5382bb4b00e1197c8d8f9cc Author: Ryan Lortie <desrt@desrt.ca> Date: Thu Apr 28 00:35:14 2011 -0400 Update help links Modify the help buttons in the edit toolbar and preferences dialogs to point at the correct pages in the new documentation. src/eog-preferences-dialog.c | 2 +- src/eog-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit baef1541bf395a49a0b355ebc7ab247c25a1a18d Author: Ryan Lortie <desrt@desrt.ca> Date: Thu Apr 28 00:33:58 2011 -0400 Re-enable help button in preferences dialog Fix a small regression introduced in commit dbd91b21b9d549dfac8040c00e5737597c4c3536 by re-assigning the proper response IDs to the buttons in the preferences dialog. data/eog-preferences-dialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3d295b7fddca8432706da6cba6044e6acb459f6d Author: Ryan Lortie <desrt@desrt.ca> Date: Thu Apr 28 00:13:22 2011 -0400 Death to Docbook! Long live MALLARD! Toss the old docbook-based documentation and update the Makefile to build and install the new Mallard-based documentation. help/C/eog.xml | 800 --------------------------- help/C/figures/eog_save_as_window.png | Bin 23436 -> 0 bytes help/C/figures/eog_start_window.png | Bin 8424 -> 0 bytes help/C/figures/eog_toolbar_editor_window.png | Bin 20277 -> 0 bytes help/C/legal.xml | 85 +-- help/Makefile.am | 62 ++- 6 files changed, 64 insertions(+), 883 deletions(-) commit 3c3a83506256ade465bd817453202296b1cda618 Author: Felix Riemann <friemann@gnome.org> Date: Sun Sep 12 21:18:03 2010 +0200 Switch to lcms2 for color management Version 2 is listed as "official" external dependency for GNOME and is said to be faster in some cases. configure.ac | 4 ++-- src/eog-image.c | 6 +++--- src/eog-image.h | 2 +- src/eog-metadata-reader-jpg.c | 8 +++----- src/eog-metadata-reader-png.c | 8 +++----- src/eog-metadata-reader.h | 2 +- src/eog-window.c | 12 +----------- 7 files changed, 14 insertions(+), 28 deletions(-) commit 203e7474d9381c05033c4d25db0ed9e136efffb2 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Wed Apr 27 20:13:28 2011 +0200 Updated Spanish translation help/es/es.po | 3000 +++++++++++++++++++++++++++------------------------------ 1 file changed, 1422 insertions(+), 1578 deletions(-) commit dda97605eb8eacda643b6ab5aaa4bbc065e06e36 Author: Yasumichi Akahoshi <yasumichi@vinelinux.org> Date: Wed Apr 27 23:24:43 2011 +0900 Updated Japanese translation help/ja/figures/eog_save_as_window.png | Bin 0 -> 14080 bytes help/ja/figures/eog_start_window.png | Bin 10941 -> 7912 bytes help/ja/figures/eog_toolbar_editor_window.png | Bin 0 -> 12420 bytes help/ja/ja.po | 2351 ++++++++++++++++++------- 4 files changed, 1762 insertions(+), 589 deletions(-) commit e78675e87876363bf55ad6abbb31e1266473b4a9 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 26 23:10:00 2011 +0200 toolbareditor: Resync with latest code from libegg Contains various fixes and optimizations regarding GTK+-3 and introspection. Will also make future code syncs easier. cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 156 ++++++++++++++++------ cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 4 + cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 8 +- 3 files changed, 125 insertions(+), 43 deletions(-) commit 925adc2db04e11db105168d06011b6ca923da8a7 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 26 22:47:15 2011 +0200 Raise version number to reflect development state We are on an unstable branch after all. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d55706b2780bd135450423625a1cffb04d79598a Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 26 22:43:48 2011 +0200 Prevent from opening multiple toolbar editor windows Multiple windows where useless as the toolbar became read-only again when the first window was closed. src/eog-window.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 0a16d74a768987241879913f873a68709f3587b2 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 26 22:39:38 2011 +0200 Don't allow hiding the toolbar while editing it with the editor https://bugzilla.gnome.org/show_bug.cgi?id=648440 src/eog-window.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) commit 314fc461e6ce8be8c579684e2eb435387f5c348b Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 25 17:37:45 2011 -0400 help/C, mallard: more plugin content added. help/C/figures/plugin-send-by-mail.png | Bin 0 -> 60754 bytes help/C/figures/plugin-tools-flickr.png | Bin 0 -> 60590 bytes help/C/plugin-fullscreen-double-click.page | 3 ++- help/C/plugin-postr.page | 11 +++++++++++ help/C/plugin-send-by-mail.page | 12 ++++++++++-- help/C/plugin-slideshow-shuffle.page | 8 +++++++- help/C/plugins.page | 18 +++++++++++------- help/C/preferences.page | 2 ++ 8 files changed, 43 insertions(+), 11 deletions(-) commit 14b311ab0a1b3785b5bb63558bc055c7ef948f8a Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Sun Apr 24 20:57:49 2011 +0200 Added UG translation po/ug.po | 372 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 216 insertions(+), 156 deletions(-) commit d4ffd93d1a2dd17174178cd9fbbfbb1c93295708 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Sun Apr 24 20:08:56 2011 +0700 Updated Thai translation. po/th.po | 414 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 209 insertions(+), 205 deletions(-) commit b886dfc7824e579a04bc8ccadf7069ae2b92495f Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 23 00:46:59 2011 -0400 help/C, mallard: added navigational links. help/C/preferences.page | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit e13565735c8fd2cb39a01ec03df5480a7b76c0f5 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 23 00:24:29 2011 -0400 help/C, mallard: finished preferences and links. help/C/figures/plugins-all.png | Bin 0 -> 57998 bytes help/C/plugins.page | 55 +++++++++++++++++++++++++++++++++++++++++ help/C/preferences.page | 11 +++++++-- 3 files changed, 64 insertions(+), 2 deletions(-) commit b4b8559b6c3faca90844bc33958f83cb1947d04c Author: Arash Mousavi <amousavi@src.gnome.org> Date: Fri Apr 22 13:01:38 2011 +0430 Updated Persian translation po/fa.po | 503 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 216 insertions(+), 287 deletions(-) commit 1281a69258cf9302e7e7fa056f38f0740eda9340 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Fri Apr 22 03:17:44 2011 -0400 help/C,mallard: images added and more plugin info. help/C/figures/prefs-plugins-date.png | Bin 0 -> 34979 bytes help/C/figures/prefs-plugins-fullscreen.png | Bin 0 -> 34889 bytes help/C/figures/prefs-plugins.png | Bin 0 -> 33565 bytes help/C/plugin-date-statusbar.page | 30 +++++++++++++++++++++++++++ help/C/plugin-fullscreen-double-click.page | 31 ++++++++++++++++++++++++++++ help/C/preferences.page | 8 ++++--- 6 files changed, 66 insertions(+), 3 deletions(-) commit 30a5a23b7d6219ae113832e16928dfab40cf54ad Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Fri Apr 22 02:25:38 2011 -0400 help/C, mallard: content added about using Postr. help/C/plugin-postr.page | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) commit 107adb3c8accc3e1c0eb06e77717f012127ff464 Author: Felix Riemann <friemann@gnome.org> Date: Wed Apr 20 23:18:33 2011 +0200 Allow editing the toolbar only when it is visible Disables the toolbar editor in the menu when the toolbar is toggled off. Fixes bug #648055. src/eog-window.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit aaa4330affa9e738b69af2d90a272db263c08f03 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Wed Apr 20 00:32:25 2011 -0400 help/C, mallard: preferences clarifications. Clarified view preferences and added seealso links to slideshow. help/C/plugin-slideshow-shuffle.page | 1 + help/C/preferences.page | 52 +++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 24 deletions(-) commit dee93df8db7010a708cb209673ff8bff62f240ed Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Tue Apr 19 23:53:12 2011 -0400 help/C, mallard: updated status draft-> review. help/C/bug-filing.page | 3 ++- help/C/copy-paste.page | 2 +- help/C/default.page | 2 +- help/C/desktop-background.page | 2 +- help/C/format-change.page | 2 +- help/C/index.page | 2 +- help/C/preferences.page | 2 +- help/C/print.page | 2 +- help/C/toolbar.page | 2 +- help/C/view.page | 2 +- 10 files changed, 11 insertions(+), 10 deletions(-) commit e7a61dfc9a3215d03239b13eccaf6a4c4a906a80 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Tue Apr 19 23:46:07 2011 -0400 help/C, mallard: print content added & title fixes Title fixes consist of grammar (tense) adjustments. help/C/{image-edit.page => edit.page} | 4 ++-- help/C/flip-rotate.page | 1 - help/C/index.page | 8 +++---- help/C/open.page | 7 ++++-- help/C/print-photo.page | 25 ---------------------- help/C/print-settings.page | 25 ---------------------- help/C/print.page | 40 +++++++++++++++++++++++++++++++++++ help/C/view.page | 2 +- help/C/zoom.page | 2 +- 9 files changed, 53 insertions(+), 61 deletions(-) commit 2ab3b1aa2a801e9b07505fcdce278316da7e085b Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 23:18:49 2011 -0400 help/C, mallard, fixed tag error help/C/introduction.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e3f78a6661281eaea624e94845f5ddf4e8e1db34 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 23:16:00 2011 -0400 help/C, mallard: added stubs about plugins help/C/copy-paste.page | 9 +++- help/C/figures/image-view-prefs.png | Bin 0 -> 38709 bytes help/C/formats-more.page | 21 ---------- help/C/formats-save.page | 4 +- help/C/formats-view.page | 3 -- help/C/introduction.page | 4 +- ...{exif-digital.page => plugin-exif-digital.page} | 6 +-- help/C/{exif-digital.page => plugin-map.page} | 6 +-- help/C/{exif-digital.page => plugin-postr.page} | 6 +-- ...xif-digital.page => plugin-python-console.page} | 8 ++-- ...{exif-digital.page => plugin-send-by-mail.page} | 6 +-- ...-digital.page => plugin-slideshow-shuffle.page} | 6 +-- .../{exif-digital.page => plugin-zoom-width.page} | 6 +-- help/C/preferences.page | 46 +++++++++++++++++++-- help/C/slideshow.page | 18 ++------ 15 files changed, 77 insertions(+), 72 deletions(-) commit 00b452e99c3f9200faf3c45d260584ee926969b1 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 17:17:09 2011 -0400 help/C/figures/ adding missing images help/C/figures/multiple-convert.png | Bin 0 -> 31050 bytes help/C/figures/multiple-rename-count.png | Bin 0 -> 31295 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit d16f0faf0d44ec9355672bce081a1a3e966e97ef Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 17:04:06 2011 -0400 help/C, mallard, new file help/C/delete.page | 27 +++++++++++++++++++++++++++ help/C/image-edit.page | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) commit 309db85c99eeca578d6b0ee54559f19e7f6acd70 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 16:52:28 2011 -0400 help/C, mallard: editing images section done. help/C/format-change.page | 2 +- help/C/formats-view.page | 5 +++-- help/C/image-edit.page | 15 ++++++++++---- help/C/rename-multiple.page | 49 +++++++++++++++++++++++++++++++++++++++++++++ help/C/save-multiple.page | 24 ---------------------- 5 files changed, 64 insertions(+), 31 deletions(-) commit 3fa825e8bbdcc99e51565ca809a50f16b52a6546 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 14:50:40 2011 -0400 help/C, mallard": file conversion using eog. help/C/default-photo-editor.page | 33 ----------- help/C/format-change.page | 67 ++++++++++++++++++++++ help/C/{saving-changes.page => save-multiple.page} | 11 ++-- 3 files changed, 72 insertions(+), 39 deletions(-) commit 17270f706318a2a7376ea9da542cb8325efc5f9b Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 18 03:36:47 2011 -0400 help/C,mallard: keyboardshortcuts/commanline done. help/C/commandline.page | 48 +++++++-- help/C/desktop-background.page | 14 ++- help/C/formats-save.page | 3 +- help/C/keyboard-shortcuts.page | 29 ----- help/C/shortcuts.page | 240 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 292 insertions(+), 42 deletions(-) commit fc085ec4b9ff9e3a86466aeaffea1fad0104b32b Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sun Apr 17 19:00:50 2011 -0400 [mallard-docs] toolbar documented. help/C/figures/eog-toolbar-default.png | Bin 0 -> 17912 bytes help/C/figures/eog-toolbar-editor.png | Bin 0 -> 28401 bytes help/C/flip-rotate.page | 10 ++++---- help/C/toolbar.page | 42 +++++++++++++++++++++++++++++---- 4 files changed, 44 insertions(+), 8 deletions(-) commit d7a70380aa8d686ddf00944aa21dd14792bfdb95 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sun Apr 17 13:00:01 2011 -0400 [mallard]changes to intro page and link to help. help/C/format-change.page | 25 ----------- help/C/formats-more.page | 21 +++++++++ help/C/{saving-changes.page => formats-save.page} | 0 help/C/index.page | 2 +- help/C/introduction.page | 11 ++++- help/C/saving-changes.page | 53 ++++++++++------------- 6 files changed, 55 insertions(+), 57 deletions(-) commit ce445b0bd004759f2ca9763f29d31b87f969d09f Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sun Apr 17 06:11:07 2011 -0400 mallard-docs:how to set eog default image viewer. help/C/default.page | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) commit f736fdee17e545c6d19bc3cdb7814d71609d6070 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sun Apr 17 04:19:47 2011 -0400 [mallard-docs] viewing section complete. help/C/exif-digital.page | 2 +- help/C/index.page | 4 +++- help/C/introduction.page | 2 +- help/C/open.page | 13 +++++++------ help/C/slideshow.page | 31 +++++++++++++++++++++++++++---- help/C/view.page | 33 ++++++++++++++++++++++++--------- help/C/zoom.page | 5 +++-- 7 files changed, 66 insertions(+), 24 deletions(-) commit c0ef38a71f72db1dda7625068db7b82e7dca79d9 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Sat Apr 16 22:16:48 2011 -0400 [mallard-docs] work on 'viewing images' section. help/C/desktop-background.page | 26 ++++++++++++++ help/C/figures/slideshow-prefs.png | Bin 0 -> 26145 bytes help/C/{rotate.page => flip-rotate.page} | 24 ++++++++++--- help/C/flip.page | 32 ----------------- help/C/formats-view.page | 2 +- help/C/image-open.page | 23 ------------- help/C/open.page | 57 +++++++++++++++++++++++++++++++ help/C/slideshow.page | 25 ++++++++++++++ help/C/view.page | 46 +++++++++++++++++++++++++ help/C/zoom.page | 2 +- 10 files changed, 176 insertions(+), 61 deletions(-) commit 64e546230fc190eb24f59cc3359947a106288516 Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com> Date: Sat Apr 16 19:39:27 2011 +0200 Updated Slovenian translation help/sl/sl.po | 682 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 360 insertions(+), 322 deletions(-) commit 3f5661cfe8141a3974e5998db6538fcbe2f2ea11 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Thu Apr 14 17:32:40 2011 -0400 [help/C]: added content to rotate and flip pages. Also, seperated supported formats for viewing and for saving. Fixed copy/paste error in introduction page. help/C/flip.page | 12 +++++++--- help/C/{formats.page => formats-view.page} | 14 ++---------- help/C/introduction.page | 5 +++-- help/C/rotate.page | 24 +++++++++++++++++--- help/C/saving-changes.page | 36 +++++++++++++++++------------- help/C/zoom.page | 2 +- 6 files changed, 57 insertions(+), 36 deletions(-) commit e9c15525c8324a3145b53ed9ae9ea35e5db387e8 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Wed Apr 13 14:09:12 2011 -0400 help/C/: zoom.page completed, added screenshots. Added content to zoom.page, changed status to review. Changed icon, and added screenshots to demonstrate toolbar use for zooming. Also, add some content to toolbar.page help/C/figures/eog-bestfit.png | Bin 0 -> 63503 bytes help/C/figures/eog-enlarge.png | Bin 0 -> 93637 bytes help/C/figures/eog-normalsize.png | Bin 0 -> 82170 bytes help/C/figures/eog-shrink.png | Bin 0 -> 92504 bytes help/C/figures/eog.png | Bin 2330 -> 2189 bytes help/C/toolbar.page | 1 + help/C/zoom.page | 47 +++++++++++++++++++++++++++++++------- 7 files changed, 40 insertions(+), 8 deletions(-) commit 9ec30ae9a87cc0b39ec42d26cc948e690e0730d8 Author: Tiffany Antopolski <tiffany@antopolski.com> Date: Mon Apr 11 02:36:38 2011 -0400 help: mallard topics stubbed out. help/C/bug-filing.page | 47 +++++++++++++++++++++++++++++++ help/C/commandline.page | 26 ++++++++++++++++++ help/C/copy-paste.page | 27 ++++++++++++++++++ help/C/default-photo-editor.page | 33 ++++++++++++++++++++++ help/C/exif-digital.page | 25 +++++++++++++++++ help/C/figures/eog.png | Bin 0 -> 2330 bytes help/C/flip.page | 26 ++++++++++++++++++ help/C/format-change.page | 25 +++++++++++++++++ help/C/formats.page | 58 +++++++++++++++++++++++++++++++++++++++ help/C/image-edit.page | 24 ++++++++++++++++ help/C/image-open.page | 23 ++++++++++++++++ help/C/index.page | 48 ++++++++++++++++++++++++++++++++ help/C/introduction.page | 24 ++++++++++++++++ help/C/keyboard-shortcuts.page | 29 ++++++++++++++++++++ help/C/preferences.page | 41 +++++++++++++++++++++++++++ help/C/print-photo.page | 25 +++++++++++++++++ help/C/print-settings.page | 25 +++++++++++++++++ help/C/rotate.page | 26 ++++++++++++++++++ help/C/saving-changes.page | 24 ++++++++++++++++ help/C/toolbar.page | 35 +++++++++++++++++++++++ help/C/zoom.page | 44 +++++++++++++++++++++++++++++ 21 files changed, 635 insertions(+) commit 3869f5a265f5af337c8bedaed3df2cfa1674e62c Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Sun Apr 10 22:51:11 2011 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 0dba6761b9c613e299a44135fa9871d764473927 Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Sun Apr 10 22:26:09 2011 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 788f52f7afcfa06cb7a5fd791a9923f3c3b0a453 Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Sun Apr 10 22:21:50 2011 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 211 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 107 insertions(+), 104 deletions(-) commit 08df0c62d0f67800bf0804eb56924a330c70c7f7 Author: Gil Forcada <gforcada@gnome.org> Date: Sun Apr 10 19:35:03 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 5c328fa9833944dd690d12f8202248ddd9264d58 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Apr 10 11:52:14 2011 +0200 Updated Spanish translation po/es.po | 238 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 122 insertions(+), 116 deletions(-) commit 1ffac8145fc432f2afad5c5641b0b987247f928f Author: Alexander Shopov <ash@kambanaria.org> Date: Sun Apr 10 08:51:48 2011 +0300 Updated Bulgarian translation po/bg.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 4be6ee9e811f473c75bb5f9d6cc55f7f9fab864c Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sat Apr 9 19:03:17 2011 +0200 Updated Galician translations po/gl.po | 229 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 116 insertions(+), 113 deletions(-) commit f60a6851a1fb5c7e39fef3a542e9a524555fd62f Author: Daniel Nylander <po@danielnylander.se> Date: Sat Apr 9 16:25:58 2011 +0200 Updated Swedish translation po/sv.po | 254 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 128 insertions(+), 126 deletions(-) commit b4fefa4d98a8db91738da593e2101160fbd63465 Author: Felix Riemann <friemann@gnome.org> Date: Sat Apr 9 15:14:09 2011 +0200 Fix conflicting mnemonics in View menu https://bugzilla.gnome.org/show_bug.cgi?id=646360 src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit dbd91b21b9d549dfac8040c00e5737597c4c3536 Author: Diego Escalante Urrelo <descalante@igalia.com> Date: Sun Mar 13 18:50:58 2011 -0500 preferences-dialog: fix some rough edges - Make the GtkBox explicitely vertical - Have the color pick buttons look similar (don't expand) - Use GtkAlignment instead of hacky GtkLabels for padding Bug #646623 data/eog-preferences-dialog.ui | 390 ++++++++++++++++++----------------------- 1 file changed, 175 insertions(+), 215 deletions(-) commit 9e1404983a866ef35ee3d424d4bca180a902f250 Author: Felix Riemann <friemann@gnome.org> Date: Sat Apr 9 15:15:14 2011 +0200 Drop old Glade UI files They are not used anymore and are out of sync with the GtkBuilder files for quite some time now. data/eog-multiple-save-as-dialog.glade | 617 ----------------------- data/eog-preferences-dialog.glade | 885 --------------------------------- po/POTFILES.skip | 3 - 3 files changed, 1505 deletions(-) commit 117193e1ea1fb3366a16c0ef0c4af9e8c7fc0a11 Author: Timo Jyrinki <timo@debian.org> Date: Wed Apr 6 10:39:40 2011 +0300 Updated Finnish help translation. help/fi/fi.po | 615 ++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 431 insertions(+), 184 deletions(-) commit 78e35afb4e1b8373e41d63f9c0e0282a922f8cc7 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 5 00:30:28 2011 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a8d2a89e6e27f4bec7ef3ae93746d23e86dec906 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 5 00:23:20 2011 +0200 Prepare for release 3.0.0 NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 34 insertions(+), 3 deletions(-) commit 3cb602bc0c5a4a08c928cd1829cdbd1e4ce02bfe Author: Baris Cicek <baris@teamforce.name.tr> Date: Mon Apr 4 07:51:15 2011 +0300 Updated Turkish translation po/tr.po | 1117 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 661 insertions(+), 456 deletions(-) commit 1c0758cb9f068f8dbeed274d27e042c5b8d83764 Author: Wolfgang Stöggl <c72578@yahoo.de> Date: Sun Apr 3 20:12:52 2011 +0200 [l10n] Updated German translation, umlauts fixed po/de.po | 83 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 41 deletions(-) commit e81ec6cafff1d10295562254a7ad2a2230b162a7 Author: Jordi Serratosa <serratosa@gmail.com> Date: Sat Apr 2 20:46:40 2011 +0200 [l10n]Fixes on Catalan translation po/ca.po | 228 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 114 insertions(+), 114 deletions(-) commit 17742d028ebb3d899bec9e2835282d15f8603d40 Author: Marek Černocký <marek@manet.cz> Date: Fri Apr 1 19:39:17 2011 +0200 Updated Czech translation help/cs/cs.po | 1804 +++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1297 insertions(+), 507 deletions(-) commit f1cc6daa8784bea5b24b0fff154a96b85ea8344e Author: Rajesh Ranjan <rranjan@redhat.com> Date: Thu Mar 31 17:12:59 2011 +0530 hindi updated po/hi.po | 1170 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 689 insertions(+), 481 deletions(-) commit f5d03d9211b07f4b732f0899b97e3cb5a907aef7 Author: Amitakhya Phukan <amitakhya@svn.gnome.org> Date: Thu Mar 31 17:00:39 2011 +0530 Updated Assamese translations po/as.po | 1211 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 746 insertions(+), 465 deletions(-) commit 5931d6d452267d3770465d495e8499cc7823fe35 Author: Милош Поповић <gpopac@gmail.com> Date: Thu Mar 31 01:40:18 2011 +0200 Updated Serbian translation po/sr.po | 708 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 708 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 720 insertions(+), 696 deletions(-) commit 2413c811f3ce099e7b918e11620ac67ea3cf5d8f Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Wed Mar 30 19:51:25 2011 +0200 Updated Basque language po/eu.po | 112 +++++++++++++-------------------------------------------------- 1 file changed, 23 insertions(+), 89 deletions(-) commit 93e0c6eb19bd9aa0291c8415cb8a4923f7dd7953 Author: Kenneth Nielsen <k.nielsen81@gmail.com> Date: Mon Mar 28 23:15:27 2011 +0200 Updated Danish translation po/da.po | 526 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 272 insertions(+), 254 deletions(-) commit 9954caeb86a3ab31720bdf278492fab9b881eb5a Author: Daniel Korostil <ted.korostiled@gmail.com> Date: Mon Mar 28 20:51:38 2011 +0300 Uploaded Ukranian po/uk.po | 977 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 542 insertions(+), 435 deletions(-) commit 97928fd4fcafbd86bfb523d65f437784bcd028b0 Author: Sweta Kothari <swkothar@redhat.com> Date: Mon Mar 28 12:10:39 2011 +0530 Updated Gujarati Translations po/gu.po | 162 ++++++++++++++++----------------------------------------------- 1 file changed, 41 insertions(+), 121 deletions(-) commit 4529e44997d5b26ce7c281e9655ceeeb14a6546e Author: Felix Riemann <friemann@gnome.org> Date: Sun Mar 27 21:28:46 2011 +0200 Add description and updated maintainer entries to DOAP file eog.doap | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) commit 755243a1f4a56e3e8ed36a4d981b5dbcf93caadc Author: Abduxukur Abdurixit <abdurixit@gmail.com> Date: Sun Mar 27 19:19:29 2011 +0200 Added UG translation po/ug.po | 3326 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1667 insertions(+), 1659 deletions(-) commit 13b7487bd4a26180b555e750c15e83e9927ca6ce Author: Laco Gubík <lacogubik@gmail.com> Date: Sun Mar 27 18:40:32 2011 +0200 Updated Slovak translation po/sk.po | 444 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 222 insertions(+), 222 deletions(-) commit c09a7eb557611e503e1ddee0d4febbd2de1c562e Author: Dr.T.Vasudevan <agnihot3@gmail.com> Date: Sun Mar 27 16:04:25 2011 +0530 Updated Tamil translation po/ta.po | 517 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 279 insertions(+), 238 deletions(-) commit 28b3535ca4f835182293d6d56988cb09cc8be3e1 Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Date: Sun Mar 27 01:18:44 2011 +0700 Updated Vietnamese translation po/vi.po | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) commit a251e11166e25bd71d70599954e331be8b4856e7 Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Date: Sun Mar 27 01:17:13 2011 +0700 po/vi.po: import from Damned Lies po/vi.po | 486 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 200 insertions(+), 286 deletions(-) commit cb25607a687e55bbaa81d57471bad54c4e23bca9 Author: Friedel Wolff <friedel@translate.org.za> Date: Fri Mar 25 00:26:26 2011 +0200 Update translation for Afrikaans (af) po/af.po | 1417 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 837 insertions(+), 580 deletions(-) commit c9ab6efa8d4d533206965d20f15d880f52acb90c Author: Shankar Prasad <svenkate@redhat.com> Date: Thu Mar 24 16:19:07 2011 +0530 Updated kn translations po/kn.po | 126 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) commit 590e56b9bb0cce0be41cb2367176f10d0fa03705 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Thu Mar 24 18:36:27 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 307 +++++++++++++++++++++++++----------------------------------- po/zh_TW.po | 307 +++++++++++++++++++++++++----------------------------------- 2 files changed, 252 insertions(+), 362 deletions(-) commit c487504255e531c201907707878e7357ae7164fa Author: Gianvito Cavasoli <gianvito@gmx.it> Date: Wed Mar 23 11:40:04 2011 +0100 Updated Italian translation po/it.po | 625 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 297 insertions(+), 328 deletions(-) commit a84e438db5e710128eeaab70badcb963bc9a7ecd Author: Krasimir Chonov <mk2616@abv.bg> Date: Wed Mar 23 11:09:05 2011 +0200 Updated Bulgarian translation po/bg.po | 230 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 115 insertions(+), 115 deletions(-) commit ddfd8b5d34d99fbe623638b58d5e3e9e454b2c34 Author: Runa Bhattacharjee <runab@redhat.com> Date: Tue Mar 22 16:14:46 2011 +0530 Updated Bengali India Translation po/bn_IN.po | 1010 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 560 insertions(+), 450 deletions(-) commit 0f5e9735f36cd3811d59b42652f512932523cbc1 Author: Felix Riemann <friemann@gnome.org> Date: Mon Mar 21 21:44:22 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c69d8e24a7e4c29cb0ec8a6abd52d8b9d11665a0 Author: Felix Riemann <friemann@gnome.org> Date: Mon Mar 21 21:39:06 2011 +0100 Prepare for release 2.91.92 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 45eae849fbc8793a0f8f862894bcb82995f49b54 Author: Felix Riemann <friemann@gnome.org> Date: Mon Mar 21 21:37:35 2011 +0100 Update required gsettings-desktop-schemas version This is to make sure the "picture-uri" key required by commit 60a7e7b6 is present in the system. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 60a7e7b6628b169c3cfde548322b5fe996cdec32 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Mar 10 20:33:23 2011 +0200 Update to the new "picture-uri" GSettings key https://bugzilla.gnome.org/show_bug.cgi?id=644417 src/eog-config-keys.h | 2 +- src/eog-window.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit ee00efdc226b03c39f2afd52d5f259fb4cb4a7c7 Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Sun Mar 20 16:58:19 2011 +0200 Updated Latvian translation. po/lv.po | 436 ++++++++++++++++++++++++--------------------------------------- 1 file changed, 167 insertions(+), 269 deletions(-) commit e98e49425230850c8f76c5b64ade0c7de979f4cf Author: Dirgita <dirgitadevina@yahoo.co.id> Date: Sun Mar 20 11:53:14 2011 +0700 Updated Indonesian translation po/id.po | 622 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 318 insertions(+), 304 deletions(-) commit bdc64098cdc1a05f594ea24510b5b165ecdf1c7d Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Sat Mar 19 01:04:55 2011 +0100 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 574 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 274 insertions(+), 300 deletions(-) commit f4cae9f0812685f3f3d483992fc38089171c015f Author: Aron Xu <aronxu@gnome.org> Date: Fri Mar 18 19:21:19 2011 +0800 Update Simplified Chinese translation. po/zh_CN.po | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) commit 1234d1210a54922e0b4b9bc7150dc71bc74387ef Author: Gintautas Miliauskas <gintautas@miliauskas.lt> Date: Thu Mar 17 16:03:26 2011 +0100 Updated Lithuanian translation. po/lt.po | 719 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 310 insertions(+), 409 deletions(-) commit 873c8135f450c4f0b32634de9d95b83429e4c0c4 Author: Claude Paroz <claude@2xlibre.net> Date: Thu Mar 17 15:44:52 2011 +0100 Updated French help translation help/fr/fr.po | 691 +++++++++++++++++++++++++++------------------------------- 1 file changed, 327 insertions(+), 364 deletions(-) commit 4c32882cc5d71ca7cc41e6843b4f36533d3ada68 Author: Felix Riemann <friemann@gnome.org> Date: Wed Mar 16 19:23:40 2011 +0100 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. src/eog-application.c | 4 ---- src/eog-application.h | 7 +------ src/eog-window.c | 4 ---- 3 files changed, 1 insertion(+), 14 deletions(-) commit 609e8f7079b804dfddc3196034e48b30e57cb0b7 Author: Felix Riemann <friemann@gnome.org> Date: Wed Mar 16 19:16:53 2011 +0100 Merge latest TotemScreensaver changes into eog's local copy This includes several bugfixes and makes eog use the Inhibitor-API in gnome-session instead of gnome-screensaver. https://bugzilla.gnome.org/show_bug.cgi?id=644631 cut-n-paste/totem-screensaver/totem-scrsaver.c | 154 +++++++++++-------------- 1 file changed, 67 insertions(+), 87 deletions(-) commit 07589d71c3a1e223f947385d38c4c9d38822e17b Author: Fran Diéguez <fran@openhost.es> Date: Tue Mar 15 20:22:11 2011 +0100 Updated Galician translations po/gl.po | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) commit 2aeb02c2ababd2fe97aec6197866e2afbe99ff1a Author: Marek Černocký <marek@manet.cz> Date: Tue Mar 15 18:46:45 2011 +0100 Updated Czech translation po/cs.po | 328 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 156 insertions(+), 172 deletions(-) commit ea281a6e8f4bd83981d631ce1ad98831802de98a Author: Shankar Prasad <svenkate@redhat.com> Date: Tue Mar 15 16:25:49 2011 +0530 Updated kn translations po/kn.po | 887 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 521 insertions(+), 366 deletions(-) commit d52a7d988b3b249ad928cb9ce871e52214f752a3 Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Tue Mar 15 00:08:11 2011 +0900 Updated Japanese translation. po/ja.po | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) commit c76388b99f76a5760a7d85d863b0ad3fa6c97b8a Author: Flamarion Jorge <jorge.flamarion@gmail.com> Date: Mon Mar 14 11:34:25 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 70 +++++++++++++++++++++++++++---------------------------------- 1 file changed, 31 insertions(+), 39 deletions(-) commit 67be80e20c130ddc4c1ccca193ebfa17a1f4b03f Author: Michael Kotsarinis <mk73628@gmail.com> Date: Sun Mar 13 19:54:26 2011 +0200 l10n: Updated Greek translation po/el.po | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) commit 14832e53cab203f963e74c2ffd4d350e5b3220fa Author: Bruce Cowan <bruce@bcowan.me.uk> Date: Sat Mar 12 18:54:19 2011 +0000 Updated British English translation po/en_GB.po | 565 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 303 insertions(+), 262 deletions(-) commit 62170f849cf362bc499d27248e0056826684e97b Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Sat Mar 12 03:15:10 2011 +0100 Updated Romanian translation po/ro.po | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) commit 0830f0b4df8e5e7fefa6c66b472aa6e7deb8bf4b Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Sat Mar 12 03:12:21 2011 +0100 Updated Romanian translation po/ro.po | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) commit b743965e681edb8a426fc2336989a183a833fb81 Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Sat Mar 12 02:55:25 2011 +0100 Updated Romanian translation po/ro.po | 414 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 204 insertions(+), 210 deletions(-) commit a0295018bec5a74280d063c5ebb6e35e80165c56 Author: Felix Riemann <friemann@gnome.org> Date: Fri Mar 11 14:48:27 2011 +0100 Raise required libpeas version to 0.7.4 That version has and depens on everything eog needs to get correctly working Python plugins. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 581c17d94f3424aa5919a30bd857c35023d6a351 Author: André Gondim <andregondim@ubuntu.com> Date: Thu Mar 10 15:40:26 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 863 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 413 insertions(+), 450 deletions(-) commit ba89069173b90cc86b39780aacf69042b9838b11 Author: Piotr Drąg <piotrdrag@gmail.com> Date: Wed Mar 9 19:15:27 2011 +0100 Updated Polish translation po/pl.po | 763 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 399 insertions(+), 364 deletions(-) commit 6a74092705a0fbd8135e02d361451aa251623aec Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Wed Mar 9 13:56:34 2011 +0100 Updated Hungarian translation po/hu.po | 601 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 286 insertions(+), 315 deletions(-) commit 95f8ae88ce1104a53ba19ac6ae258babf57f88d3 Author: Felix Riemann <friemann@gnome.org> Date: Tue Mar 8 16:04:29 2011 +0100 Fix NEWS entries for last release Somehow pushed an unfinished version of that file. NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0d2a6c0c08ceeca6c26867d95a6f4cffb2a10d28 Author: Felix Riemann <friemann@gnome.org> Date: Tue Mar 8 15:52:11 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b89549f0c0c8613955fc3c1b0f5cc8f75443430c Author: Felix Riemann <friemann@gnome.org> Date: Tue Mar 8 15:49:07 2011 +0100 Prepare for release 2.91.91 NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit d1d6b9452acc874d1f46ca57f5695bf128acbf91 Author: Steve Frécinaux <code@istique.net> Date: Mon Mar 7 19:05:44 2011 +0100 Enable python support for plugins https://bugzilla.gnome.org/show_bug.cgi?id=639597 src/eog-plugin-engine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 8b45322ac9085f7f4d9bf942f66e8ec31581f5fd Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Mar 8 14:52:43 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit d1da84198d50703006e747b56ef8ba5107f7f3bd Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Mon Mar 7 09:32:38 2011 -0500 window: add the primary-toolbar style to the toolbar https://bugzilla.gnome.org/show_bug.cgi?id=644117 configure.ac | 2 +- src/eog-window.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) commit 53ac8a0d48152530fb96cd39e743c1d64598a647 Author: Yuri Myasoedov <omerta13@yandex.ru> Date: Tue Mar 8 10:18:30 2011 +0300 Updated Russian translation po/ru.po | 357 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 169 insertions(+), 188 deletions(-) commit c9d9e426d22319be97d98c1668e75f9b6fdbee1e Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Sun Mar 6 18:40:13 2011 +0000 Updated Portuguese translation po/pt.po | 550 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 290 insertions(+), 260 deletions(-) commit e673bb798cd9624c012b4ff5da5ae8b2bfd31223 Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com> Date: Sat Mar 5 15:06:31 2011 +0200 Updated Latvian translation. po/lv.po | 929 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 513 insertions(+), 416 deletions(-) commit 76eeed4093c4eb8251991fc3f30dd0d6a579e148 Author: A S Alam <aalam@users.sf.net> Date: Sat Mar 5 07:00:51 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 547 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 276 insertions(+), 271 deletions(-) commit e91234247f6f88a048cc493090d8a18506750e08 Author: Bruno Brouard <annoa.b@gmail.com> Date: Wed Mar 2 13:38:49 2011 +0100 Updated French translation po/fr.po | 668 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 351 insertions(+), 317 deletions(-) commit b50d8780b0e5888fc7f326a31b4f78047bd42976 Author: Daniel Nylander <po@danielnylander.se> Date: Tue Mar 1 20:53:39 2011 +0100 Updated Swedish translation po/sv.po | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) commit 81bcaaeff17b64e25b487aedbbdf8dcbe8153e4d Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Mar 1 18:21:22 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit c4b2d2e600919b4c7ca95cd3451c7473c2da70f4 Author: Wei Li <lw124124@gmail.com> Date: Tue Mar 1 12:01:57 2011 +0000 [l10n]Update Chinese (China) translations. po/zh_CN.po | 404 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 209 insertions(+), 195 deletions(-) commit d46b485c6a0bfe27b76c6414ee423242ba71ce91 Author: Gil Forcada <gforcada@gnome.org> Date: Tue Mar 1 00:42:13 2011 +0100 [l10n] Updated Catalan translation po/ca.po | 669 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 353 insertions(+), 316 deletions(-) commit 9e0cb3df0c1d9ef546b87534e25cc112f3dfc56f Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sun Feb 27 22:52:56 2011 +0200 Updated Hebrew translation. po/he.po | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit ef7ec539bff3bcf95f0d90d5426e8f2c1b4793d7 Author: Ivar Smolin <okul@linux.ee> Date: Sun Feb 27 19:21:07 2011 +0200 [l10n] Updated Estonian translation po/et.po | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit b4e6e4e66714a6ddf356bad160a0a12b42f725ab Author: Mario Blättermann <mariobl@gnome.org> Date: Sat Feb 26 20:58:52 2011 +0100 [l10n] Updated German translation po/de.po | 79 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 42 insertions(+), 37 deletions(-) commit c11d73291ce0b980981dd2d6b3429b1219435640 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Sat Feb 26 19:17:37 2011 +0200 Small configure.ac format nitpick configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 0bb3712ced6e914121c30e1d54397291be153a4d Author: Changwoo Ryu <cwryu@debian.org> Date: Sat Feb 26 22:49:09 2011 +0900 Updated Korean translation po/ko.po | 658 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 349 insertions(+), 309 deletions(-) commit 7c06ad0ade5bd16af94bd2deaa096d6079d3676e Author: Changwoo Ryu <cwryu@debian.org> Date: Sun Sep 26 03:52:55 2010 +0900 Updated Korean translation po/ko.po | 511 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 278 insertions(+), 233 deletions(-) commit 477b3c0d290f5b4dc8fba0f4b348590553e18951 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Fri Feb 25 20:31:39 2011 +0100 Updated Spanish translation po/es.po | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) commit b7c34b8c7c6845a4545eb6a43728d59024987faf Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Feb 25 20:17:22 2011 +0100 Updated Slovenian translation po/sl.po | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-) commit 39da43ff56ebcc1156cc642da5df112c720bccac Author: Khaled Hosny <khaledhosny@eglug.org> Date: Thu Feb 24 15:20:32 2011 +0200 Updated Arabic translation po/ar.po | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit 38ca3f8221ddf074ff4701493f9e5e8e10c1cbb9 Author: Matthias Clasen <mclasen@redhat.com> Date: Thu Feb 24 13:39:14 2011 +0200 Bug 642969 - "Open Background Preferences" does not work src/eog-window.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 82b08dab95227030b71c6a4ac1d974c31c21d801 Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Wed Feb 23 00:46:45 2011 +0900 Updated Japanese translation po/ja.po | 690 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 363 insertions(+), 327 deletions(-) commit 2abdb258e4460737a9be9880d389be9390d57442 Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 21 23:58:18 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3db7cad03560931bea7054ddb60cc4653d7d480f Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 21 23:51:40 2011 +0100 Prepare for release 2.91.90 NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit 3cd416e89c53e208cc6a85a2dc4347d2072fc7fa Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Feb 20 14:56:13 2011 +0100 Updated Spanish translation help/es/es.po | 782 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 415 insertions(+), 367 deletions(-) commit e57cc7b0f3bcb509f07ed8d25601c132d4ab2159 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Feb 20 14:51:41 2011 +0100 Updated Spanish translation help/es/es.po | 790 +++++++++++++++++++++++++++------------------------------- 1 file changed, 371 insertions(+), 419 deletions(-) commit 115c67b59047cf0a9a34d93c804056b6c2e34743 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Thu Feb 17 14:51:49 2011 +0100 Updated Basque language po/eu.po | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) commit c908967762671ef3d230d2da9641654e893d51a6 Author: Alexander Shopov <ash@kambanaria.org> Date: Wed Feb 16 22:29:31 2011 +0200 Updated Bulgarian translation po/bg.po | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) commit 64ffb683343d9af629671ea82c85f91130c3ea7d Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 14 23:48:31 2011 +0100 Make setting the image view background color work again The color was assigned to the parent container and not to the drawing area. That made it draw the default theme background color all the time instead. src/eog-scroll-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 06d62c58d18a82974c6ef3d909d6056786015f23 Author: Garrett Regier <alias301@gmail.com> Date: Mon Feb 14 05:27:42 2011 -0800 Update to latest libpeas API changes Plugin loaders now must be enabled not disabled. configure.ac | 4 ++-- src/eog-plugin-engine.c | 4 +--- src/eog-preferences-dialog.c | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) commit 09902c9b2cd95a107121861104d5c29c6e835dca Author: Sweta Kothari <swkothar@redhat.com> Date: Mon Feb 14 15:21:07 2011 +0530 Updated Gujarati Translations po/gu.po | 1089 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 640 insertions(+), 449 deletions(-) commit 4975a3312afea6ca0d63d1e4274417f1bc201fae Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sun Feb 13 14:03:24 2011 +0100 Updated Galician translations po/gl.po | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) commit 30533d4140c33ae8f88a2d1472eacbf6b19ad258 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sat Feb 12 20:37:15 2011 +0100 Updated Slovenian translation po/sl.po | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) commit 465b69f291fce62ec895fc4aa2e54b7b2ac32a9d Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Feb 12 14:42:38 2011 +0100 Updated Spanish translation po/es.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 72bbac443a1e77557b9109fcbe979afc246411b9 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Feb 12 14:38:22 2011 +0100 Updated Spanish translation po/es.po | 375 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 184 insertions(+), 191 deletions(-) commit 278e4cf75cb46dfdb2ac7e4c879f0c4716d62dc7 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Feb 12 13:50:20 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) commit 5f093beca5b397684ad68204f2a8718328427197 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Feb 12 00:20:55 2011 +0200 Updated Hebrew translation. po/he.po | 372 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 183 insertions(+), 189 deletions(-) commit daaacb7d82b1797fda066fb16690a7df54ec29fa Author: Felix Riemann <friemann@gnome.org> Date: Fri Feb 11 11:22:35 2011 +0100 [l10n] Updated German translation po/de.po | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) commit b23a2ba04cbb6f36e55bb7e74a0d0f829df78b43 Author: Felix Riemann <friemann@gnome.org> Date: Wed Feb 9 18:23:50 2011 +0100 Migrate GSettings schema paths to /org/gnome prefix Appears to be the "official" path. data/org.gnome.eog.gschema.xml.in.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit f86e8b86c9043c92904961e79e60b76891927072 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Wed Feb 9 01:02:08 2011 +0200 Updated Arabic translation po/ar.po | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) commit 1d1c144dfa0e2d93f695c35048413512dd4cf1a2 Author: Ivar Smolin <okul@linux.ee> Date: Tue Feb 8 21:31:16 2011 +0200 [l10n] Updated Estonian translation po/et.po | 73 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 35 deletions(-) commit 63dc212c5e310cb04d5b3a3b88c957f9cdf0ef45 Author: Daniel Nylander <po@danielnylander.se> Date: Tue Feb 8 00:26:08 2011 +0100 Updated Swedish translation po/sv.po | 401 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 191 insertions(+), 210 deletions(-) commit c19f48f9fccf951fa7557c00635b529b7eb22211 Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 7 21:03:54 2011 +0100 Remove specific file format filters from "Open Image"-dialog Simplify filter list to either show all files or just the supported image files in a folder. Also fix list capitalization. Fixes bug 641107. src/eog-file-chooser.c | 66 +++++++++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 28 deletions(-) commit c2eb7259cad5d264c0d6c1c5aa8b7c403b472252 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Sat Feb 5 10:15:03 2011 +0100 Updated Spanish translation help/es/es.po | 780 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 414 insertions(+), 366 deletions(-) commit 3859553433838e97367e7678f9da4ba2bcc7f973 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Fri Feb 4 12:00:14 2011 -0500 all: fix build warnings with GCC 4.6 https://bugzilla.gnome.org/show_bug.cgi?id=641519 cut-n-paste/toolbar-editor/egg-toolbars-model.c | 2 +- src/eog-exif-details.c | 8 ------- src/eog-jobs.c | 19 --------------- src/eog-list-store.c | 1 + src/eog-print-preview.c | 5 ---- src/eog-scroll-view.c | 6 ----- src/eog-window.c | 31 +------------------------ 7 files changed, 3 insertions(+), 69 deletions(-) commit 7328d804bc23a4df5bb9c9cbf82990f831aaaaa5 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Thu Feb 3 13:53:13 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 359 ++++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 359 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 362 insertions(+), 356 deletions(-) commit 0851445abda10766cf938e29403b2bee6773f770 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 31 23:09:27 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a2654493d20bb2cf5006f60c8f5822982c4d6725 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 31 23:05:22 2011 +0100 Prepare for release 2.91.7 NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) commit c016eab127937dfbf5bf366b231fb4ed73146a6f Author: Mario Blättermann <mariobl@gnome.org> Date: Mon Jan 31 20:05:23 2011 +0100 [l10n] Updated German doc translation help/de/de.po | 1021 +++++++++++++++++---------------------------------------- 1 file changed, 294 insertions(+), 727 deletions(-) commit f2163734201909ed18d42b7cdcce527090f9083b Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 21:51:08 2011 +0100 Correct the menupaths in the help manual to match the UI Also remove some now-invalid paragraphs and keyboard shortcuts. Fixes bug 628547. help/C/eog.xml | 56 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 26 deletions(-) commit a2955464b8320ee7b8e39c6f022820d3b36ec144 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 21:14:47 2011 +0100 Fix introspection scanner warning src/eog-properties-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 21:12:11 2011 +0100 Use g_irepository_require_private to load eog's private typelib src/eog-plugin-engine.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 659f39063eb4f9af046cb5991e887bdf3c20e62f Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 21:04:16 2011 +0100 Stop message area constructors from being introspected In their current form they are not introspected correctly yet. src/eog-error-message-area.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit ca255572d4e2f805d274daca07cdb4ec3b960cc8 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 20:43:11 2011 +0100 Further API doc warning fixes doc/reference/eog-sections.txt | 3 +++ src/eog-list-store.c | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) commit 46755d7788fbe30906d2e74192401a25c9f920ff Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 20:17:20 2011 +0100 Remove chapters of dropped plugin classes from API docs doc/reference/eog-docs.sgml.in | 2 -- 1 file changed, 2 deletions(-) commit d43c0e64d5c002385efaf95af956ff11c820ca54 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 20:13:16 2011 +0100 Remove Microtile Array stuff from API docs It's not in the build anymore and wasn't public anyway. doc/reference/eog-docs.sgml.in | 1 - doc/reference/eog-sections.txt | 9 --------- 2 files changed, 10 deletions(-) commit b940fc67bec4af041735f9e925ca832b6d462299 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 20:10:37 2011 +0100 Drop Microtile Array functions from build They are not used anymore in the new cairo-based drawing code. src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) commit 8db7761ea28a9c214fe02dd4aca9c25166eded68 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 20:09:08 2011 +0100 Disable more of the old drawing code We apparently didn't disable everything in the first run. src/eog-scroll-view.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) commit 938e27dd740c4a08f09a47176fccc92fe2873c78 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 19:45:51 2011 +0100 Sort file lists in Makefile.am alphabetically Makes them easier to parse by humans. src/Makefile.am | 95 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 48 insertions(+), 47 deletions(-) commit a9029cb760020d0de65e32910f2e707c8fb19198 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 30 19:38:53 2011 +0100 Put EogClipboardHandler into the public API This could be useful to plugin authors. src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b4e2777aa1ead74ac748280bfd12c17ffa29779a Author: Mahyar Moghimi <mahyar.moqimi@gmail.com> Date: Fri Jan 28 15:41:05 2011 +0330 Updating Persian Translation po/fa.po | 1963 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 1386 insertions(+), 577 deletions(-) commit 6ac6beff4408e15fffb834aaa4b182a61bf65cdd Author: Yanko Kaneti <yaneti@declera.com> Date: Fri Jan 28 00:44:22 2011 +0200 Fix fullscreen schema key typo data/org.gnome.eog.gschema.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 37eab9a38e401f61f64b52593fd65fb28df45b79 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Thu Jan 27 00:01:48 2011 +0100 QA of Galician translations po/gl.po | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) commit 2b60c03f2d3b719518bd1f0b3aff8fedb2fef024 Author: Marek Černocký <marek@manet.cz> Date: Wed Jan 26 13:07:07 2011 +0100 Updated Czech translation po/cs.po | 654 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 362 insertions(+), 292 deletions(-) commit 05f90d5feac588437d0614896f2c57e93059ec4b Author: Diego Escalante Urrelo <descalante@igalia.com> Date: Wed Jan 19 01:15:49 2011 -0500 Fix gdk target detection for gdk-3.0 Bug #639921 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit edda3a87ea4e7c33044378a35177d6847b7f0d09 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Fri Jan 21 00:11:10 2011 +0100 Updated Basque language po/eu.po | 646 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 340 insertions(+), 306 deletions(-) commit aacff55b1ab4616f58fe564b6343480c6745a217 Author: Yuri Myasoedov <omerta13@yandex.ru> Date: Thu Jan 20 21:46:08 2011 +0300 Updated Russian translation po/ru.po | 636 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 291 insertions(+), 345 deletions(-) commit cec5aba711a058d43f77c4078511994964782087 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sat Jan 15 21:06:24 2011 +0100 Updated Slovenian translation po/sl.po | 375 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 182 insertions(+), 193 deletions(-) commit 12ca3ebe41500cbc5bf933a29c64cd3ce365c070 Author: Michael Kotsarinis <mk73628@gmail.com> Date: Sat Jan 15 10:52:11 2011 +0200 Updated Greek translation help/el/el.po | 1335 ++++++++++++++------------------------------------------- 1 file changed, 321 insertions(+), 1014 deletions(-) commit 0e7b17fa4b3ddf2de44fcef274a207eb2c6d7fe3 Author: Michael Kotsarinis <mk73628@gmail.com> Date: Sat Jan 15 10:51:55 2011 +0200 Updated Greek translation po/el.po | 632 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 333 insertions(+), 299 deletions(-) commit e4bbeec5ac4d4d6ab50d2225ab3e28fda2b2fce9 Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 14 17:32:18 2011 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b2f4fc513c89c276e4bb30b9223e8a154e2a588a Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 14 17:27:19 2011 +0100 Prepare for release 2.91.6 NEWS | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) commit 032e169d7d6e4645a10af5291d1badc38e682089 Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 14 16:53:15 2011 +0100 Remove old python binding code and build configuration Although python plugins are not yet supported with the new libpeas-based API, the old binding don't work either and aren't needed any more. Makefile.am | 2 +- README | 5 +- bindings/Makefile.am | 7 - bindings/python/Makefile.am | 77 --- bindings/python/eog.defs | 1230 ------------------------------------------ bindings/python/eog.override | 126 ----- configure.ac | 116 ---- doc/reference/Makefile.am | 4 +- src/Makefile.am | 25 - src/eog-python-module.c | 527 ------------------ src/eog-python-module.h | 72 --- src/eog-python-plugin.c | 282 ---------- src/eog-python-plugin.h | 55 -- 13 files changed, 4 insertions(+), 2524 deletions(-) commit 200ff4ea06b05554c349d5321f25b087c078cf33 Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 14 16:38:29 2011 +0100 Use G_DEFINE_INTERFACE for EogMetadataReader src/eog-metadata-reader.c | 90 +++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 54 deletions(-) commit 9ae71ccc6a0ef2970185333b59bd26f29ea57fa4 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Jan 14 00:53:16 2011 +0200 Remove unneeded finalize() from EogListStore No need to free() the private struct, since it's done automatically by the type. src/eog-list-store.c | 14 -------------- 1 file changed, 14 deletions(-) commit f581d73a424f8b70a33389c30e62a53dfbc8fbe0 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Jan 14 00:48:10 2011 +0200 Remove unused finalize/destroy methods from thumbview src/eog-thumb-view.c | 23 ----------------------- 1 file changed, 23 deletions(-) commit a395e95c5df2c4cbae9ce749544ec62820746e40 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Jan 14 00:46:39 2011 +0200 Update the thumbview visible range in an idle callback This avoids entering in an infinite loop of unsetting a thumbnail, relayouting the iconview, updating the adjustment, setting the thumbnail, relayouting the iconview, updating the adjustment, unsetting the thumbnail, and so on. Fixes bug #639312 src/eog-thumb-view.c | 69 +++++++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 31 deletions(-) commit fb279597bdc2a977bf29732a879468eca1be013a Author: Alexander Shopov <ash@kambanaria.org> Date: Thu Jan 13 22:51:27 2011 +0200 Updated Bulgarian translation po/bg.po | 438 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 219 insertions(+), 219 deletions(-) commit 0b98b8cc1903142112dd67ecde6a914583087da5 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Jan 11 00:11:53 2011 +0200 Workaround GtkIconView breakage By moving initialization code to the constructed() method. See #639139. src/eog-thumb-view.c | 129 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 80 insertions(+), 49 deletions(-) commit eae06a9c624b2c8bde332aa6ea8d5b64c631687b Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Jan 12 11:35:02 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 328 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 149 insertions(+), 179 deletions(-) commit 3223f831063c1fb0159e1d087c6db8140a59eb10 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 9 21:57:58 2011 +0100 Remove now unneeded header includes from EogPluginEngine These were not needed anymore after switching to libpeas. src/eog-plugin-engine.c | 9 --------- 1 file changed, 9 deletions(-) commit 8b3e4ba3dbbe7a8b6e48a1f962e27352b8682991 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 9 21:55:12 2011 +0100 Disable python and seed plugin loaders for now They are not working very well with eog yet. For example they prevent eog from quitting. src/eog-plugin-engine.c | 5 +++++ 1 file changed, 5 insertions(+) commit b52e2584a1ce5e94b5824f0cae5d00a9d0ee87e1 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 9 21:33:26 2011 +0100 Remove deprecated comment src/eog-plugin-engine.c | 1 - 1 file changed, 1 deletion(-) commit 1e53ed9d0eb1274c4c459b2c208af9a41e233b6a Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sun Jan 9 16:47:34 2011 +0100 Updated Galician translations po/gl.po | 382 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 193 insertions(+), 189 deletions(-) commit 2ce756ca0d3a773e7b35bc12d4283ba69622a941 Author: Andika Triwidada <andika@gmail.com> Date: Sat Jan 8 18:17:20 2011 +0700 Updated Indonesian translation po/id.po | 846 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 411 insertions(+), 435 deletions(-) commit 98ea2625623db8b3328e5819658e505cdccd88b5 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Sat Jan 8 08:37:07 2011 +0200 Updated Arabic translation po/ar.po | 496 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 253 insertions(+), 243 deletions(-) commit 95694f8b5f06b891a5e55356451ad60b53387563 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 3 21:24:45 2011 +0100 Fix a forgotten PeasUI-to-PeasGtk conversion and report errors - Print warnings when typelibs cannot be loaded. - Try to load PeasGtk not PeasUI src/eog-plugin-engine.c | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) commit 80c6f9226aa3c7b959a18998c9bc102ece43cf50 Author: Paul Seyfert <pseyfert@mathphys.fsk.uni-heidelberg.de> Date: Mon Jan 3 21:57:36 2011 +0100 [l10n] Updated German translation po/de.po | 362 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 184 insertions(+), 178 deletions(-) commit acfc27561aff9f97126442d9522a53f51e9b871f Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 30 21:22:13 2010 +0200 Add an annotation glossary to the docs doc/reference/eog-docs.sgml.in | 1 + 1 file changed, 1 insertion(+) commit e6a784eabc3d902a11d295a25c53927d7e3f014d Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 30 20:41:54 2010 +0200 Add GI annotations and API documents where relevant This suppresses many warnings during the gir file generation src/eog-application.c | 6 +++--- src/eog-error-message-area.c | 17 +++++++++++++++++ src/eog-image.c | 40 ++++++++++++++++++++++++++++++++++++++++ src/eog-list-store.c | 2 +- src/eog-properties-dialog.c | 11 +++++++++++ src/eog-thumb-view.c | 4 ++-- src/eog-thumbnail.c | 28 ++++++++++++++++++++++++++++ src/eog-transform.c | 27 +++++++++++++++++++++++++++ src/eog-window.c | 16 ++++++++-------- 9 files changed, 137 insertions(+), 14 deletions(-) commit cddb3588d5982595ce7e230ea0e045454da8ff90 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Jan 3 18:52:29 2011 +0200 gtk-doc janitoring doc/reference/eog-docs.sgml.in | 2 + doc/reference/eog-sections.txt | 142 ++++++++++++++++++++++------------------- src/eog-exif-util.c | 2 +- src/eog-util.h | 2 +- 4 files changed, 81 insertions(+), 67 deletions(-) commit 77b5f2163a77f1b0eafaf8279e3fb8cefd54c88d Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 3 13:49:33 2011 +0100 Raise EOG_API_VERSION to 3.0 To distinguish the current API from the old API version (2.20). configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3d3d2bb6c997ee1f72fb9f3625380fb1e5f97b7a Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 3 13:41:44 2011 +0100 Update plugins to use EogWindowActivatable interface https://bugzilla.gnome.org/show_bug.cgi?id=626091 plugins/fullscreen/eog-fullscreen-plugin.c | 37 ++++++++-------- plugins/fullscreen/eog-fullscreen-plugin.h | 5 ++- plugins/reload/eog-reload-plugin.c | 34 ++++++++------- plugins/reload/eog-reload-plugin.h | 3 +- plugins/statusbar-date/eog-statusbar-date-plugin.c | 50 +++++++++++----------- plugins/statusbar-date/eog-statusbar-date-plugin.h | 5 ++- 6 files changed, 73 insertions(+), 61 deletions(-) commit f984f253e50e842b7c58b41593954553798f3f95 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 9 01:15:17 2010 +0300 Load the Eog namespace from a private directory For now, this is done by adding the private directory to the search path. For whatever reason, g_irepository_require_private() doesn't work for me. This is enough to have python plugins working already https://bugzilla.gnome.org/show_bug.cgi?id=626224 src/Makefile.am | 3 ++- src/eog-plugin-engine.c | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) commit 397a6a5399aa7e68469e18387de5e40f3875c440 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 2 23:54:13 2011 +0100 Add our own activatable interface to EogWindow Improves typesafety by explicitly passing the EogWindow and allows us to extend the interface if necessary. https://bugzilla.gnome.org/show_bug.cgi?id=626091 src/Makefile.am | 2 ++ src/eog-window-activatable.c | 86 ++++++++++++++++++++++++++++++++++++++++++++ src/eog-window-activatable.h | 68 +++++++++++++++++++++++++++++++++++ src/eog-window.c | 6 ++-- 4 files changed, 160 insertions(+), 2 deletions(-) commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 23 16:27:13 2010 +0200 Dont use EogExifData in the C api https://bugzilla.gnome.org/show_bug.cgi?id=626257 plugins/statusbar-date/eog-statusbar-date-plugin.c | 2 +- src/eog-exif-util.c | 2 ++ src/eog-exif-util.h | 8 ++++---- src/eog-image.c | 4 ++-- src/eog-image.h | 2 +- src/eog-metadata-reader.c | 4 ++-- src/eog-metadata-reader.h | 2 +- src/eog-properties-dialog.c | 2 +- 8 files changed, 14 insertions(+), 12 deletions(-) commit d3ee0241723db6729cb7331428293c9dc95e8cdd Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 23 16:28:08 2010 +0200 Don't make enum types internal https://bugzilla.gnome.org/show_bug.cgi?id=626257 src/eog-enum-types.h.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b316c9e0b30a8c6d67feb8f21a20268e18c8cc3d Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 9 00:55:11 2010 +0300 Add the necessary machinery to generate the introspection data from eog Annotations are still missing, but this provides enough for basic introspection usage https://bugzilla.gnome.org/show_bug.cgi?id=626257 configure.ac | 11 +++++++++++ src/Makefile.am | 44 ++++++++++++++++++++++++++++++++++++-------- src/main.c | 6 ++++++ 3 files changed, 53 insertions(+), 8 deletions(-) commit fe429c101581207918938079e8e8852c495fd6f6 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 3 00:21:07 2011 +0100 Update to latest git.mk from Pango git.mk | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) commit af184104018f36272ff8e49012c52d503f48eae7 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 2 22:48:28 2011 +0100 Adapt POTFILES list to the plugin system changes https://bugzilla.gnome.org/show_bug.cgi?id=626091 po/POTFILES.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit 8b0acfddc52c220393770a9895b6b56cab7821fd Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 2 22:27:10 2011 +0100 Fix broken application shutdown with new plugin system The PeasExtensionSet was basically keeping a reference to the window preventing it from being destroyed correctly. Then the plugins leaked a reference to the window as well. https://bugzilla.gnome.org/show_bug.cgi?id=626091 plugins/fullscreen/eog-fullscreen-plugin.c | 15 +++++++--- plugins/reload/eog-reload-plugin.c | 15 +++++++--- plugins/statusbar-date/eog-statusbar-date-plugin.c | 15 +++++++--- src/eog-window.c | 35 +++++++++++----------- 4 files changed, 50 insertions(+), 30 deletions(-) commit 40bedbf33812e65f4a8e79691b1fadfaace94035 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 2 21:51:03 2011 +0100 More fixes to work with libpeas-0.7 - Plugin keyfile extension and content was simplified - Remove unneeded and broken libpeasui includes - Search paths are no longer a constructor property https://bugzilla.gnome.org/show_bug.cgi?id=626091 plugins/Makefile.am | 10 +++++----- ...gin.desktop.in => fullscreen.plugin.desktop.in} | 2 +- plugins/reload/eog-reload-plugin.c | 1 - ...-plugin.desktop.in => reload.plugin.desktop.in} | 2 +- plugins/statusbar-date/eog-statusbar-date-plugin.c | 1 - ...desktop.in => statusbar-date.plugin.desktop.in} | 3 +-- src/eog-plugin-engine.c | 22 +++++++++++----------- 7 files changed, 19 insertions(+), 22 deletions(-) commit cf39e40b422dad061184ac67028661bd4dcb0106 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Aug 4 17:00:41 2010 +0300 Port the existing plugins to libpeas https://bugzilla.gnome.org/show_bug.cgi?id=626091 plugins/fullscreen/eog-fullscreen-plugin.c | 122 ++++++++++------ plugins/fullscreen/eog-fullscreen-plugin.h | 12 +- plugins/reload/eog-reload-plugin.c | 142 ++++++++++++------- plugins/reload/eog-reload-plugin.h | 14 +- plugins/statusbar-date/eog-statusbar-date-plugin.c | 154 +++++++++++++-------- plugins/statusbar-date/eog-statusbar-date-plugin.h | 13 +- 6 files changed, 293 insertions(+), 164 deletions(-) commit 9afc5483b615039a580e295fe08d7b8ec524759c Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 2 20:24:34 2011 +0100 Update plugin engine code to work with libpeas-0.7 - PeasPluginEngine lost the "app-name" property - libpeasui became libpeas-gtk https://bugzilla.gnome.org/show_bug.cgi?id=626091 configure.ac | 4 ++-- src/eog-plugin-engine.c | 1 - src/eog-preferences-dialog.c | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) commit 1f79c321367c91c8e9063f1343a7e4ce4199c4d5 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Aug 4 16:55:34 2010 +0300 Port the plugin system to use libpeas This removes the internal implementation of EogPlugin, EogPluginManager, EogModule, and EogPluginEngine in favor of the implementation in libpeas and libpeasui. https://bugzilla.gnome.org/show_bug.cgi?id=626091 configure.ac | 4 +- src/Makefile.am | 8 +- src/eog-application.c | 5 + src/eog-application.h | 2 + src/eog-module.c | 167 -------- src/eog-module.h | 72 ---- src/eog-plugin-engine.c | 929 +++---------------------------------------- src/eog-plugin-engine.h | 73 +--- src/eog-plugin-manager.c | 917 ------------------------------------------ src/eog-plugin-manager.h | 61 --- src/eog-plugin.c | 108 ----- src/eog-plugin.h | 222 ----------- src/eog-preferences-dialog.c | 5 +- src/eog-window.c | 46 ++- src/main.c | 3 - 15 files changed, 125 insertions(+), 2497 deletions(-) commit 3fd1cbb9910af433100d8d4b120158a7c8fc2784 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 2 20:00:53 2011 +0100 Add some API docs to EogScrollView's enum types src/eog-scroll-view.c | 2 +- src/eog-scroll-view.h | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) commit 1ed726c98867a2f8a89998d18867067d148e6bf3 Author: Daniel Nylander <po@danielnylander.se> Date: Sun Jan 2 21:56:04 2011 +0100 Updated Swedish translation po/sv.po | 692 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 402 insertions(+), 290 deletions(-) commit cba590eb29b14250fc2934c9b3c3de0b62a244b4 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sun Jan 2 18:33:10 2011 +0100 Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 288 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 149 insertions(+), 139 deletions(-) commit 503b3bffb3a83b23fdaeb78016049715911cb03e Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sun Jan 2 18:44:56 2011 +0200 Updated Hebrew translation. po/he.po | 238 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 123 insertions(+), 115 deletions(-) commit f149234b44be6d9e6b2c7abf14f04a04195069d2 Author: Ivar Smolin <okul@linux.ee> Date: Sat Jan 1 23:09:15 2011 +0200 [l10n] Updated Estonian translation po/et.po | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) commit 5b1317375f7079c1bca69cfd48b3bc7a236d4b72 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Jan 1 12:50:47 2011 +0100 Updated Spanish translation po/es.po | 244 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 127 insertions(+), 117 deletions(-) commit 031908baeeac94a398e44e53253ee8454f834242 Author: Felix Riemann <friemann@gnome.org> Date: Fri Dec 31 18:30:12 2010 +0100 Unite copy to clipboard functions in a single menu entry Also assign a shortcut and icon to it. data/eog-ui.xml | 3 --- src/eog-window.c | 38 ++------------------------------------ 2 files changed, 2 insertions(+), 39 deletions(-) commit dcb56b03e9c9282138b9da94eddcedfc401ab750 Author: Felix Riemann <friemann@gnome.org> Date: Fri Dec 31 18:21:45 2010 +0100 Allow handling multiple clipboard data formats from one menu entry The new class "snapshots" the required data from the given EogImage and keeps it around for clipboard usage until the clipboard gets reset. src/Makefile.am | 2 + src/eog-clipboard-handler.c | 325 ++++++++++++++++++++++++++++++++++++++++++++ src/eog-clipboard-handler.h | 63 +++++++++ src/eog-window.c | 10 +- 4 files changed, 395 insertions(+), 5 deletions(-) commit 0b209b1ff16e863e60a1d86413aa57c5fbde76b0 Author: Adrian Hands <handsadrian@gmail.com> Date: Fri Dec 31 14:34:58 2010 +0100 Add Copy Image and Copy Path to clipboard functionality Fixes bug 78514. data/eog-ui.xml | 9 ++++++++ src/eog-window.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) commit 45488632bf62cd6891a41c81fcbe4c8a68d55555 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 30 21:14:47 2010 +0200 Add a appendix to the main reference document doc/reference/eog-docs.sgml.in | 139 ++++++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 64 deletions(-) commit 2def5c1918f1e59647b161b8991bc67a2127f63f Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 30 20:58:47 2010 +0200 Small code fix src/eog-image.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit ae39227b82978abf2b69baff0e46d8bba8d3474e Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 30 20:58:32 2010 +0200 Improve the API consistency in EogImageSaveInfo This will make things better for introspection doc/reference/eog-sections.txt | 6 +++--- src/eog-image-save-info.c | 11 ++++------- src/eog-image-save-info.h | 17 ++++++++++------- src/eog-jobs.c | 12 ++++++------ 4 files changed, 23 insertions(+), 23 deletions(-) commit 4dff15d5c532153176489ed598d24bda2a4d936c Author: Matej Urbančič <mateju@svn.gnome.org> Date: Tue Dec 28 23:30:55 2010 +0100 Updated Slovenian translation po/sl.po | 277 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 141 insertions(+), 136 deletions(-) commit 943a59737c800801055478fb4b6db1493e376fee Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 28 13:19:50 2010 +0100 Fix EogPrintImageSetupPrivate type naming/typedefing to make sense src/eog-print-image-setup.c | 2 +- src/eog-print-image-setup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 1f295282f171496d59eb850a8f49d5d7644fb658 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sun Dec 26 19:53:32 2010 +0200 Updated Hebrew translation. po/he.po | 272 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 138 insertions(+), 134 deletions(-) commit d35964053ae26738a996d4589eed8989930d30e4 Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Date: Sun Dec 26 15:00:38 2010 +0700 Updated Vietnamese translation po/vi.po | 202 +++++++++++++++++++++++---------------------------------------- 1 file changed, 73 insertions(+), 129 deletions(-) commit bf3877de4f4310f3d00dc475ddc288627bd421d9 Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Date: Sun Dec 26 14:45:09 2010 +0700 po/vi.po: import from Damned Lies po/vi.po | 1073 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 682 insertions(+), 391 deletions(-) commit ebe5fba755f422f3e8aa764637d200d607ff9628 Author: Daniel Mustieles <daniel.mustieles@gmail.com> Date: Thu Dec 23 20:21:14 2010 +0100 Updated Spanish translation po/es.po | 276 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 139 insertions(+), 137 deletions(-) commit 105ab9e0f233634210b8fe6cb9c46b0c7740a397 Author: Ivar Smolin <okul@linux.ee> Date: Thu Dec 23 19:32:20 2010 +0200 [l10n] Updated Estonian translation po/et.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit adc355d063324cbc9d233d115ec675d99e3af5d2 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 23 16:58:23 2010 +0200 Simplify some code src/eog-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit afc1978771501d201ba6f0cd2cd7c0f4ec45af2e Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 23 10:20:13 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d71c9cf9881e9de032010a2dccb15c715d88d502 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 23 00:16:59 2010 +0200 Prepare release 2.91.5 NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit ec6c2435c16a003f252afbe318b3c656d5e9de0b Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Dec 23 00:13:09 2010 +0200 Replace gdk_spawn_command_line_on_screen() with g_app_info_launch() This fixes the build with gtk 2.91.7 configure.ac | 2 +- src/eog-window.c | 38 ++++++++++++++++++++++++++++++++------ 2 files changed, 33 insertions(+), 7 deletions(-) commit de6d16dbb8ebef044c06f41a2f7fe3938c163614 Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 21 19:02:28 2010 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit de9de20b47239f14db76b767b71e378488f2226c Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 21 18:57:32 2010 +0100 Prepare for release 2.91.4 NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit aa1ceac427d99e70bc2747b4503f6307f4f841e3 Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 21 18:33:06 2010 +0100 Really fix build without libexif Add changes forgotten in commit ebb9e525. Fixes bug 637648. src/eog-image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 72e3254ed7f88b4c3b09d0bf98f43482404e8450 Author: Ivar Smolin <okul@linux.ee> Date: Mon Dec 20 15:22:25 2010 +0200 [l10n] Updated Estonian translation po/et.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit ebb9e525a84fb169c79908ff646288550f7e480a Author: Felix Riemann <friemann@gnome.org> Date: Sat Dec 18 15:35:15 2010 +0100 Fix build without libexif src/eog-image.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 796aae00058655d6f9e796f36fd7420991c657a7 Author: Marek Kašík <mkasik@redhat.com> Date: Sat Dec 18 15:19:14 2010 +0100 Use default page settings when opening print dialog the first time Use the default page setup the first time after application start. Then re-use the last used page setup for rest of the time. Fixes bug 549039. src/eog-window.c | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) commit 3cc45bdc35fbfd14627d266c0344f677d2037dcb Author: Felix Riemann <friemann@gnome.org> Date: Sat Dec 18 13:52:04 2010 +0100 Define EogExifData type using G_DEFINE_BOXED_TYPE macro configure.ac | 2 +- src/eog-exif-util.c | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) commit b88d3713fe45a4bab1bd24ac8ff60551c5c31d49 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 9 00:51:06 2010 +0300 Wrap ExifData in a EogExifData boxed type This is for better interaction with bindings https://bugzilla.gnome.org/show_bug.cgi?id=626257 plugins/statusbar-date/eog-statusbar-date-plugin.c | 10 ++++---- src/eog-exif-util.c | 28 +++++++++++++++++++++- src/eog-exif-util.h | 10 +++++++- src/eog-image.c | 4 ++-- src/eog-image.h | 3 ++- src/eog-metadata-reader.c | 4 ++-- src/eog-metadata-reader.h | 4 ++-- src/eog-properties-dialog.c | 4 ++-- src/eog-thumb-view.c | 2 +- 9 files changed, 51 insertions(+), 18 deletions(-) commit 5f66a42b0f445b181b4612474af43b7304104684 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 9 00:48:08 2010 +0300 Rename EogDebugSection to EogDebug Also rename EOG_NO_DEBUG to EOG_DEBUG_NO_DEBUG for clarity in bindings. https://bugzilla.gnome.org/show_bug.cgi?id=626257 src/eog-debug.c | 10 +++++----- src/eog-debug.h | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) commit 9c10f508e0be7f2036d993eff6e6fbd40aefea76 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Thu Dec 9 19:58:56 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 533 +++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 556 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 599 insertions(+), 490 deletions(-) commit 6a406bf93969a73159b67eefe125f700a1f82126 Author: Felix Riemann <friemann@gnome.org> Date: Mon Dec 6 21:55:25 2010 +0100 Ignore drag&drop requests from a window onto itself Avoids accidential DnD of an image into the same window (e.g. while trying to scroll) and the resulting reload. Fixes bug 585069. src/eog-window.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 75301e4cce11e4b6a5d649f65329e317dc024ef2 Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Fri Dec 3 05:40:41 2010 +0200 Updated Romanian translation po/ro.po | 612 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 340 insertions(+), 272 deletions(-) commit de2cfab8546071c63be52181bdfab9f144f38353 Author: Djavan Fagundes <djavan@comum.org> Date: Thu Dec 2 13:45:32 2010 -0200 Updated Brazilian Portuguese translation for manual help/pt_BR/pt_BR.po | 400 ++++++++++++++++++++++++++++------------------------ 1 file changed, 218 insertions(+), 182 deletions(-) commit 685ea8bd493b3832f9e245dd2da294ef9edf15c3 Author: Felix Riemann <friemann@gnome.org> Date: Thu Dec 2 15:30:07 2010 +0100 Make toolbar editor expand vertically to fully use the dialog's space Editor only showed a single row of items due to the changed expand behaviour in GTK+-3 before. src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 596040f0ec1f3a7db6c888307ce9d521571f58a3 Author: Ivar Smolin <okul@linux.ee> Date: Wed Dec 1 20:27:27 2010 +0200 [l10n] Updated Estonian translation po/et.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit c5de0715e2607a4fa8f9681eeaf8c0d3d9dca9be Author: Felix Riemann <friemann@gnome.org> Date: Mon Nov 29 22:54:44 2010 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 28b502735a23a883495846991c31391414f27a0f Author: Felix Riemann <friemann@gnome.org> Date: Mon Nov 29 22:49:34 2010 +0100 Prepare for release 2.91.3 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit 47709d4be672da5c250de83204f13d118504bdf3 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Mon Nov 29 19:50:36 2010 +0700 Updated Thai translation. po/th.po | 659 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 378 insertions(+), 281 deletions(-) commit 14c9c1844d95c3248bc40204a79cf7b4274e386c Author: Felix Riemann <friemann@gnome.org> Date: Sat Nov 20 14:27:18 2010 +0100 Fix installing UI data files and Automake warnings data/Makefile.am | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 1bff58f772de4aad8cbf0886e46e1c26e075b54b Author: Felix Riemann <friemann@gnome.org> Date: Sat Nov 20 14:18:16 2010 +0100 Respect lockdown setting for page setup again This apparently got broken when the page setup dialog was merged into the general print dialog. src/eog-window.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) commit 99f8997a71a6fecd70512432eb3c481d0dc34d8b Author: Felix Riemann <friemann@gnome.org> Date: Sat Nov 20 14:11:15 2010 +0100 Drop GConf dependency Concludes the GSettings migration. Closes bug 620121. configure.ac | 3 --- src/eog-config-keys.h | 2 +- src/eog-window.c | 22 ---------------------- 3 files changed, 1 insertion(+), 26 deletions(-) commit 653cf389ef92241aa2a66d04b3dad71eeacd4bf3 Author: Felix Riemann <friemann@gnome.org> Date: Sat Nov 20 14:03:45 2010 +0100 Convert lockdown settings from GConf to GSettings Part of bug 620121. src/eog-config-keys.h | 8 +++++--- src/eog-window.c | 49 +++++++++++++++++++++---------------------------- 2 files changed, 26 insertions(+), 31 deletions(-) commit 9bc346bc624c7fde7c3cd878b9f35cb65795bb41 Author: Felix Riemann <friemann@gnome.org> Date: Sat Nov 20 13:07:14 2010 +0100 Convert background image setting fro GConf to GSettings Adds dependency on gsettings-desktop-schemas package. Part of bug 620121. configure.ac | 6 ++++-- src/eog-config-keys.h | 3 ++- src/eog-window.c | 10 ++++------ 3 files changed, 10 insertions(+), 9 deletions(-) commit 9f4b5f4579bb181772c15ad8982178aa40f1ae82 Author: Gheyret T.Kenji <gheyret@gmail.com> Date: Sat Nov 20 11:01:23 2010 +0100 Added UG translation po/ug.po | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) commit d26606d6273427777790e998902d86acd57c3393 Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> Date: Fri Nov 19 15:58:54 2010 +0100 Remove any reference to glade* (bug 634942) README | 4 ++-- bindings/python/eog.defs | 2 +- data/Makefile.am | 6 +++--- src/eog-dialog.c | 8 ++++---- src/eog-dialog.h | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) commit 3e2af1c2ba6450075f0315a5230015853b97f87d Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> Date: Mon Nov 15 15:21:09 2010 +0100 Fix build against GNOME 3 platform https://bugzilla.gnome.org/show_bug.cgi?id=634907 configure.ac | 2 +- src/eog-file-chooser.c | 2 +- src/eog-thumbnail.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 77c9d63062e17eb69a8de28be25e67a22ff3ad5d Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> Date: Mon Nov 15 22:05:35 2010 +0100 Revert "Removing any reference to *glade." This reverts commit 8dcfe6669500a15b11e15321c64d5b8ed756d715. README | 4 ++-- src/eog-dialog.c | 8 ++++---- src/eog-dialog.h | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) commit 8dcfe6669500a15b11e15321c64d5b8ed756d715 Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> Date: Mon Nov 15 21:52:02 2010 +0100 Removing any reference to *glade. README | 4 ++-- src/eog-dialog.c | 8 ++++---- src/eog-dialog.h | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) commit 1519e3c4d830c8917adcc688c45bc7a6b5ef922e Author: Gheyret T.Kenji <gheyret@gmail.com> Date: Sat Nov 13 21:50:21 2010 +0100 Added UG translation po/ug.po | 3359 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1672 insertions(+), 1687 deletions(-) commit 46b027696fd73c115efe6d13421105750a0bf86c Author: Felix Riemann <friemann@gnome.org> Date: Sat Nov 13 14:08:44 2010 +0100 Workaround concurrency issue with statusbar-date plugin Make sure that only an image loading job does autorotation. A metadata loading job has no use for this. Works around lost signals when the statusbar-date plugin is activated. Works around bug 622161. src/eog-image.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 1564455e2585cfee8dd30d7adbe65715608aee03 Author: Javier Jardón <jjardon@gnome.org> Date: Tue Nov 9 03:20:29 2010 +0100 Use gtk_paned_new() instead gtk_[h|v]paned_new() src/eog-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 77de86634dfe2c817f4d403ced8e9fd8a9cf9d90 Author: Felix Riemann <friemann@gnome.org> Date: Mon Nov 8 23:24:30 2010 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0b7990c56ec3c4e6fc0c706767cf4cdba2daa85c Author: Felix Riemann <friemann@gnome.org> Date: Mon Nov 8 23:20:07 2010 +0100 Prepare for release 2.91.2 NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit 88407daf16b509dc33256ad11a8941a8eb4e3eb4 Author: Felix Riemann <friemann@gnome.org> Date: Tue Nov 2 20:20:02 2010 +0100 Use GRandom as random value generator for random image function Seems to have a better distribution. At least works better with lower image counts. Fixes bug 633764. src/eog-thumb-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 474b6c1b1e36e69f8f131cbf5d4f05e20f452928 Author: Ivar Smolin <okul@linux.ee> Date: Mon Nov 1 08:16:41 2010 +0200 [l10n] Updated Estonian translation po/et.po | 55 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 18 deletions(-) commit dde2c098d66c92c4bdbeedff77463780711c9b75 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sun Oct 31 20:25:26 2010 +0100 Updated Slovenian translation po/sl.po | 462 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 262 insertions(+), 200 deletions(-) commit 931cdd9e3fdc35f94494a40640f3eae694dbfc07 Author: Felix Riemann <friemann@gnome.org> Date: Sun Oct 31 19:08:43 2010 +0100 Refactor XDG folders migration Merges the multiple migration points into a single one. Use GIO for moving files which avoids overwriting present stuff. Remove old config folder once it's empty. Only migrate files that actually belong to eog. Concludes bug 522806. src/eog-application.c | 26 ++---------- src/eog-util.c | 109 ++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 84 insertions(+), 51 deletions(-) commit c92e86a6e9816ac5a5a1a97ac6786a06aed9cb81 Author: Sebastian Geiger <sbastig@invisco.de> Date: Sat Aug 21 12:44:48 2010 +0200 Add code for migrating config and cache file to XDG folders Move files from old config dir into XDG-based config folder. Part of bug 522806. src/eog-application.c | 33 +++++++++++++++++++++++++-------- src/eog-util.c | 32 ++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 12 deletions(-) commit ad1bb602f3a922681da5b9d6ae9f9cc75c8dc0ff Author: Sebastian Geiger <sbastig@invisco.de> Date: Sat Aug 21 12:11:30 2010 +0200 Place configuration files into an XDG standard config folder Just replaces the paths for now. Part of bug 522806. src/eog-application.c | 14 ++++++-------- src/eog-util.c | 3 +-- 2 files changed, 7 insertions(+), 10 deletions(-) commit f4c19dfa0db163cac91024db0ed885d614a5ef30 Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Sun Oct 31 14:40:17 2010 +0900 Updated Japanese translation po/ja.po | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) commit 00075ab25d5bd3656a2f5f89773bd56e091d5b47 Author: Javier Sánchez <jsanchez@deskblue.com> Date: Sat Oct 23 23:22:19 2010 +0200 Make newly saved images user writable Doesn't occur for existing files only when saving creates a new file. Fixes bug #589921. src/eog-jobs.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit 7a6ea9ee0e5e8a2d89fd16f241a693c5a56f3b78 Author: Felix Riemann <friemann@gnome.org> Date: Sat Oct 23 23:54:33 2010 +0200 Clear status + titlebar when deleting last image in collection Fixes bug 632458. src/eog-statusbar.c | 4 ++++ src/eog-window.c | 20 ++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) commit 29e86493d648f70ee51f54aa53f8915418263ef6 Author: Laco Gubík <lacogubik@gmail.com> Date: Mon Oct 25 21:06:28 2010 +0200 Updated Slovak translation po/sk.po | 1449 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 897 insertions(+), 552 deletions(-) commit ff1e76ae5227ed08f5cb4f2109434972f33b7941 Author: Javier Sánchez <jsanchez@deskblue.com> Date: Sat Oct 23 07:49:29 2010 +0200 Removed all references to gtk_widget_hide_all gtk_widget_hide_all was removed in the latest version of gtk+. Fixes bug #632954. src/eog-properties-dialog.c | 16 ++++++++-------- src/eog-thumb-nav.c | 16 ++++++++-------- src/eog-window.c | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) commit ea9e37e7dd01bf7f1b7b50472b250a41a758f63b Author: Javier Sánchez <jsanchez@deskblue.com> Date: Sat Oct 23 07:57:55 2010 +0200 Completely replaced references to GtkComboBoxText widget. Fixes bug #632608. src/eog-print-image-setup.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 39509447bb071829f2df49ba3dee2fd9a4dbd16c Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Sat Oct 23 01:04:20 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 518 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 295 insertions(+), 223 deletions(-) commit 5c2ac1c49f66731b9c78b9baa44fe38fef5fe480 Author: Gheyret T.Kenji <gheyret@gmail.com> Date: Thu Oct 21 18:25:46 2010 +0200 Added UG translation po/ug.po | 1950 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 1413 insertions(+), 537 deletions(-) commit d6cf404307d69c148a8b8f78ac0d59582882f4ff Author: Matthias Clasen <mclasen@redhat.com> Date: Wed Oct 20 18:21:50 2010 +0200 Handle combobox text API going away The combobox text convenience API is replaced by a GtkComboBoxText widget in gtk-3. Fixes bug 632608. src/eog-print-image-setup.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit 608ef5240e87c4d0e182e7748698e2c298ec00c8 Author: Felix Riemann <friemann@gnome.org> Date: Wed Oct 20 18:17:43 2010 +0200 Make print preview use the "draw"-signal instead of "expose-event" src/eog-print-preview.c | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) commit 7271873d66ba42edc1e635d56d1821ba997f5588 Author: Aron Xu <aronxu@gnome.org> Date: Wed Oct 20 16:54:38 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 543 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 294 insertions(+), 249 deletions(-) commit 9e704e7ecbbfe603c38f90508a63411adaf86dc4 Author: Jakob Kramer <jakob.kramer@gmx.de> Date: Tue Oct 19 19:30:44 2010 +0200 [i18n] Updated German translation po/de.po | 351 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 189 insertions(+), 162 deletions(-) commit 02e02c72c660a9db79e791458dd4cae5ad766348 Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 18 22:36:41 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d31abc1ee49162c664a4b9d9a26b89e01ec20d2c Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 18 22:30:22 2010 +0200 Prepare for release 2.91.1 NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 91160984bed34014fcd02b075fa4b72442deec2e Author: Felix Riemann <friemann@gnome.org> Date: Sun Oct 17 13:51:49 2010 +0200 [statusbar-date] Remove resize grip handling The parent window handles this now. plugins/statusbar-date/eog-statusbar-date-plugin.c | 2 -- 1 file changed, 2 deletions(-) commit 05810eafb4781b3313f59e2e52724d6ea4ede118 Author: Felix Riemann <friemann@gnome.org> Date: Sun Oct 17 13:06:58 2010 +0200 Make "Best Fit" a toggle action This should make it clear from the toolbar when the image will be rescaled with the window and when not. Fixes bug 616890. src/eog-window.c | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) commit 9ff7cefd9174267fa6c57bbc4b60133e09cb0931 Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 11 20:50:21 2010 +0200 Make EogScrollView's zoom mode a public property src/eog-scroll-view.c | 85 ++++++++++++++++++++++++++++++++++++++------------- src/eog-scroll-view.h | 8 ++++- src/eog-window.c | 3 +- 3 files changed, 73 insertions(+), 23 deletions(-) commit f866669251b6efa303725434e51e24c0bcddbf0d Author: Matej Urbančič <mateju@svn.gnome.org> Date: Sun Oct 17 11:55:45 2010 +0200 Added sl for Slovenian translation help/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 33f06002d4c9042d29d80982682cbc54a6663d0d Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com> Date: Sun Oct 17 11:54:53 2010 +0200 Updated Slovenian translation help/sl/sl.po | 995 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 995 insertions(+) commit 5bb5a0bbbd8a47215828f30d97474d63dc979be4 Author: Felix Riemann <friemann@gnome.org> Date: Sat Oct 16 22:50:50 2010 +0200 Support transpose/transverse as lossless JPEG transformations Also implement a warning message if unsupported transformations are used to easier discover such cases in the future. Fixes bug 632290. src/eog-image-jpeg.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit f2a9be530668155e2a6ab31213f230b104f4832b Author: Felix Riemann <friemann@gnome.org> Date: Sat Oct 16 22:41:56 2010 +0200 Fix calculation of reference matrices for transpose/transverse The flip matrices were applied as if the source matrix were an identity matrix instead of properly multiplicating them. src/eog-transform.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 11f5bf78a6299b5625a8e1b5e40449d0815b018f Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Oct 16 13:36:25 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 417 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 215 insertions(+), 202 deletions(-) commit b417c57d846bfa83045de8d74ed35e96ef345e22 Author: Felix Riemann <friemann@gnome.org> Date: Fri Oct 15 17:29:36 2010 +0200 Don't try to thumbnail named pipes in the file open dialog In fact this means all "special" files like sockets and device files. This prevents lockups due to file I/O blocking here. Fixes bug 623271. src/eog-file-chooser.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit ae87b75f46608db9812ee5cfa0c58a0eddd67324 Author: A S Alam <aalam@users.sf.net> Date: Wed Oct 13 07:42:42 2010 +0530 update translation: Punjabi po/pa.po | 574 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 314 insertions(+), 260 deletions(-) commit 533e5669f7fcb10f8bcc10874c181c71a9b3af75 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Mon Oct 11 10:47:27 2010 +0200 Updated Galician translations po/gl.po | 571 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 308 insertions(+), 263 deletions(-) commit b21dd56b9437e53b7ba8abdd96942c1871edc02c Author: Felix Riemann <friemann@gnome.org> Date: Sat Oct 9 15:33:37 2010 +0200 Make sure EogScrollView's adjustment values are always correctly set Ensures one can only scroll as far as necessary. If one scrolled to far the images's last line/column was used for padding. Fixes bug 631710. src/eog-scroll-view.c | 58 +++++++++++++++++++++------------------------------ 1 file changed, 24 insertions(+), 34 deletions(-) commit 10f17139ed47ebc194ece30e6632ba441463de75 Author: Felix Riemann <friemann@gnome.org> Date: Sat Oct 9 20:56:46 2010 +0200 Remove resize grip handling Latest GTK+ can handle this automatically for any window. Raise GTK+ dependency version to catch the required GTK changes. configure.ac | 2 +- src/eog-statusbar.c | 12 ------------ src/eog-statusbar.h | 3 --- src/eog-window.c | 25 ------------------------- 4 files changed, 1 insertion(+), 41 deletions(-) commit 91ea4ede99cf78a2663a145cefe5ba3f715c1e16 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Thu Oct 7 14:19:55 2010 +0200 Updated Spanish translation po/es.po | 353 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 173 insertions(+), 180 deletions(-) commit ec3c660b166b23d90140ebdefd02a969c3719d42 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Thu Oct 7 08:39:32 2010 +0200 Updated Hebrew translation. po/he.po | 556 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 301 insertions(+), 255 deletions(-) commit 349676e43252477219d07cad279861bd9484d94d Author: Felix Riemann <friemann@gnome.org> Date: Wed Oct 6 21:18:49 2010 +0200 Check if an editor has been set before comparing it to other apps Fixes critical warnings if no editor application has been set. src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b5e6b7d31181ab87f788921f751a6550bddb5bcf Author: Ryan Lortie <desrt@desrt.ca> Date: Sun Feb 14 20:48:13 2010 -0500 Bug 609958 - add "Edit Image" toolbar button Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. configure.ac | 1 + data/org.gnome.eog.gschema.xml.in.in | 5 ++ src/eog-config-keys.h | 1 + src/eog-window.c | 121 +++++++++++++++++++++++++++++++++++ 4 files changed, 128 insertions(+) commit 35ea437d25c94cbd7c0c61c7a4c3094a239048d8 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Sep 13 18:38:14 2010 +0300 Don't create thumbnails out of outdated image pixbufs Fixes bug #614634 - EOG prevents the Desktop thumbnails to be updated src/eog-thumbnail.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 50390e87fe4f14f3a68ca93b3048127c15244750 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Sep 13 18:35:42 2010 +0300 Add eog_image_is_file_changed() doc/reference/eog-sections.txt | 1 + src/eog-image.c | 8 ++++++++ src/eog-image.h | 2 ++ 3 files changed, 11 insertions(+) commit c1cc23e3c776c9b05b255c7127b4932d2d076b4e Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Sep 13 18:35:24 2010 +0300 Store the changed status of an image file src/eog-image-private.h | 1 + src/eog-image.c | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) commit 0094e371c453d7f57bec7f502c86a99889df2f54 Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 4 23:11:29 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5f1e407910accf4be69f256dd55d6d87af5d4afa Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 4 23:08:07 2010 +0200 Prepare for release 2.91.0 NEWS | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) commit 07ec6f14d55cd990dd27661c2bf38c934d54d36f Author: Simos Xenitellis <simos@gnome.org> Date: Thu Sep 30 14:45:07 2010 +0300 l10n: Updated Greek translation for eog po/el.po | 559 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 330 insertions(+), 229 deletions(-) commit 8be6bfaa2f41e5ffd798f5c96e012ff286d0b31a Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Sep 28 16:15:49 2010 +0300 Remove call to gdk_window_clear() This doesn't exist anymore, and it's not needed, since the surface is clean before ::draw is emitted. src/eog-scroll-view.c | 3 --- 1 file changed, 3 deletions(-) commit e300daf3ad2743199cab0263d945e3bf732a05b3 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Sep 28 16:02:55 2010 +0300 Connect to the ::draw signal instead of the removed ::expose-event src/eog-scroll-view.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) commit c976adaa1322140ebb8d33d5be379ed47a45c4e5 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Sep 28 16:02:16 2010 +0300 Pass a cairo context to gtk_paint_focus() src/eog-print-preview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c798458f657ed73a4a82e3f9c78813200bb31899 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Sep 28 16:01:46 2010 +0300 Bump GTK+ requirement We need to fix eog for all the changes that are to land with 2.90.8 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit eda89edd1a6be308896fc5bb40b41c77dfd5df2c Author: Matthias Clasen <mclasen@redhat.com> Date: Tue Sep 28 15:50:26 2010 +0300 Drop GtkObject use https://bugzilla.gnome.org/show_bug.cgi?id=630686 Signed-off-by: Claudio Saavedra <csaavedra@igalia.com> src/eog-sidebar.c | 8 +++----- src/eog-thumb-view.c | 10 +++++----- 2 files changed, 8 insertions(+), 10 deletions(-) commit 04cb8b2948d49dea2459e8bbca088011e46c3206 Author: Gil Forcada <gforcada@gnome.org> Date: Mon Sep 27 20:33:02 2010 +0200 Updated Catalan translation po/ca.po | 511 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 291 insertions(+), 220 deletions(-) commit 22a65acf2ed91886d7c00824409949bf745a0682 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Mon Sep 27 10:32:41 2010 +0200 Updated Basque language po/eu.po | 473 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 269 insertions(+), 204 deletions(-) commit a7d3085013d86dcfb75e95df64d1e39065646dee Author: Ivaylo Valkov <ivaylo@e-valkov.org> Date: Sun Sep 26 16:43:43 2010 +0300 Updated Bulgarian translation po/bg.po | 608 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 323 insertions(+), 285 deletions(-) commit 2e7c4b47cda1e31459e3eb12b571cd4d3ae27d03 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Thu Sep 23 13:31:43 2010 +0300 Updated Arabic translation po/ar.po | 263 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 139 insertions(+), 124 deletions(-) commit c6c8fa03240958e73105df603adc1af0ca6d16c2 Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Mon Sep 20 17:04:19 2010 +0900 Updated Japanese translation po/ja.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 04623ee8ba2af676349f53e246c13a241d690a20 Author: Priit Laes <plaes@plaes.org> Date: Sun Sep 19 20:37:16 2010 +0300 [l10n] Updated Estonian translation po/et.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit 0034712463f772016dd405113e7051ca54618a80 Author: Yuri Myasoedov <ymyasoedov@src.gnome.org> Date: Sun Sep 19 21:02:24 2010 +0400 Updated Russian translation po/ru.po | 717 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 356 insertions(+), 361 deletions(-) commit 4018f3efbff0a43a2a54c57ce80d390e8b14bb3a Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Sun Sep 19 18:30:49 2010 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 629 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 358 insertions(+), 271 deletions(-) commit 68413b42908b4c17b3f850bac71867e1ac3ce3a9 Author: Ivar Smolin <okul@linux.ee> Date: Sun Sep 19 11:56:12 2010 +0300 [l10n] Updated Estonian translation po/et.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 8f84b54e34d66a86624aabb5586f4cb69d6d333a Author: Bruno Brouard <annoa.b@gmail.com> Date: Sat Sep 18 20:34:05 2010 +0200 Updated French translation po/fr.po | 491 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 268 insertions(+), 223 deletions(-) commit abb3647201abe463aace3cc7252fbbf0f5f60854 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Fri Sep 17 19:45:26 2010 +0200 Updated Spanish translation po/es.po | 549 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 304 insertions(+), 245 deletions(-) commit 9d1b7483ae47e5db65c254342b5b8fb55f26c249 Author: Gintautas Miliauskas <gintautas@miliauskas.lt> Date: Thu Sep 16 22:50:13 2010 +0300 Updated Lithuanian translation (thanks Aurimas Cernius). po/lt.po | 677 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 385 insertions(+), 292 deletions(-) commit f0eb1a0db70b5cc1af83b257a62f0d7103c92fe7 Author: Gianvito Cavasoli <gianvito@gmx.it> Date: Thu Sep 16 17:57:54 2010 +0200 [l10n] Updated Italian translation po/it.po | 502 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 285 insertions(+), 217 deletions(-) commit da709e96e7536cbd7b1b22a24e40457e2edf65d8 Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Thu Sep 16 21:35:45 2010 +0900 Updated Japanese translation. po/ja.po | 537 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 302 insertions(+), 235 deletions(-) commit 22987f7594382effb97f98080ef0a47a31d32b0a Author: Kenneth Nielsen <k.nielsen81@gmail.com> Date: Wed Sep 15 20:30:36 2010 +0200 Updated Danish translation po/da.po | 251 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 133 insertions(+), 118 deletions(-) commit 4f8def2160c053d910c15f53ace97ab7431c4bee Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Sep 15 16:28:47 2010 +0300 Plug leaked glist in EogWindow src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6aff895cc42d08aca91657ab7bb85a99c2ea1899 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Sep 15 16:28:04 2010 +0300 Minor optimization GList should always be prepended and reversed later. src/eog-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 4746be007c48962e40154965dd41952d9278a230 Author: Ivar Smolin <okul@linux.ee> Date: Wed Sep 15 11:53:07 2010 +0300 [l10n] Updated Estonian translation po/et.po | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) commit 503792113ce4262919c4d886713e885d1ad7bd08 Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com> Date: Wed Sep 15 13:55:25 2010 +0600 Initial translation to Kazakh po/LINGUAS | 1 + po/kk.po | 1404 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1405 insertions(+) commit 2a77eca2bc44237f1fb2918ba57834209efa0717 Author: Christian Kirbach <Christian.Kirbach@googlemail.com> Date: Tue Sep 14 23:44:58 2010 +0200 [l10n] Updated German translation po/de.po | 267 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 141 insertions(+), 126 deletions(-) commit f53dcbb275a06bc224a9bdb26084b6d1e768931a Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Sep 14 14:31:17 2010 +0200 Updated Hungarian translation po/hu.po | 257 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 136 insertions(+), 121 deletions(-) commit 7eb19f2bffe29ebcda5575e7927cb58b4bd35bac Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Sep 10 17:53:19 2010 +0300 Ask the user whether to reload an externally modified image Fixes bug 534348 - eog should suggest to reload a modified file src/eog-window.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) commit d4174ac084accda573e9e345c380dc3b0d63d170 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Sep 10 17:52:41 2010 +0300 Emit ::file-changed when a image in a a monitored directory changes src/eog-list-store.c | 6 ++++++ 1 file changed, 6 insertions(+) commit face399a1a1898b9fa6c82456ed85084a23c83f9 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Sep 10 17:51:37 2010 +0300 Add a EogImage::file-changed signal This is going to be useful to broadcast changes in the underlying file doc/reference/eog-sections.txt | 1 + src/eog-image.c | 23 +++++++++++++++++++++++ src/eog-image.h | 4 ++++ 3 files changed, 28 insertions(+) commit 7429d93233f2c2af98f2dc091be49e170f252e79 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Sep 10 17:58:46 2010 +0300 Fix a typo in EogImage:next-frame signal definition src/eog-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e090c281cddae35bf22a6093e0de6b123159f800 Author: Kenneth Nielsen <k.nielsen81@gmail.com> Date: Sun Sep 12 17:06:11 2010 +0200 Updated Danish translation po/da.po | 636 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 356 insertions(+), 280 deletions(-) commit ba89d0480214d4a6c8651299e534a923da5e0c3c Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Fri Sep 10 23:48:41 2010 +0100 Updated Portuguese translation po/pt.po | 660 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 367 insertions(+), 293 deletions(-) commit f6f67169a51cf304dafa641e50168686c9accdc0 Author: Felix Riemann <friemann@gnome.org> Date: Fri Sep 10 23:01:49 2010 +0200 Remove has_separator attribute from GtkBuilder files Fixes warnings about unsupported properties due to recent deprecations in GTK+. data/eog-image-properties-dialog.ui | 1 - data/eog-multiple-save-as-dialog.ui | 1 - data/eog-preferences-dialog.ui | 1 - 3 files changed, 3 deletions(-) commit cbe0fc08f4a02f3d12b946db7d78995d05e4cfb9 Author: Felix Riemann <friemann@gnome.org> Date: Fri Sep 10 22:49:34 2010 +0200 Set version to 2.91.0. Make it uneven to show it's a development version. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4f204aee4640b3997d3e30d67f6f292da935078 Author: Felix Riemann <friemann@gnome.org> Date: Fri Sep 10 21:04:47 2010 +0200 Fix GDK_DISPLAY() usage. It has been removed in latest GTK+. cut-n-paste/totem-screensaver/totem-scrsaver.c | 51 ++++++++++++++++---------- 1 file changed, 31 insertions(+), 20 deletions(-) commit 01593dc2f1ada3c07d7681f489fb0d2bf9562de7 Author: Felix Riemann <friemann@gnome.org> Date: Fri Sep 10 20:49:26 2010 +0200 Make GtkDialog-usage compatible with GTK+-2.90.7 src/eog-close-confirmation-dialog.c | 1 - src/eog-window.c | 2 -- 2 files changed, 3 deletions(-) commit 29d46b3c3125c27544c888d03591571679dfd0a7 Author: Felix Riemann <friemann@gnome.org> Date: Fri Sep 10 20:45:47 2010 +0200 Update GDK keysym names to be compatible with GTK+-2.90.7 configure.ac | 2 +- src/eog-print-preview.c | 8 ++++---- src/eog-scroll-view.c | 24 ++++++++++++------------ src/eog-sidebar.c | 8 ++++---- src/eog-window.c | 30 +++++++++++++++--------------- 5 files changed, 36 insertions(+), 36 deletions(-) commit 3ff454bb5b6ab74d7a046dd098e02ad5215489f9 Author: Petr Kovar <pknbe@volny.cz> Date: Fri Sep 10 20:20:02 2010 +0200 Update Czech translation by Adrian Gunis po/cs.po | 248 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 125 insertions(+), 123 deletions(-) commit 5f03aaec0715abb9048b43291caa11c40c945a87 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Sep 9 16:00:49 2010 +0300 Don't show the side pane on show_all() This was causing the gconf key to be toggled on always on eog startup, making the side pane visible regardless of the previously set preference. Fixes bug #613056 - Side pane always shown at startup when plug-in is activated src/eog-window.c | 4 ++++ 1 file changed, 4 insertions(+) commit 0879551dabc58de31cd37ee09bb7a0a6da369e5d Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Sep 9 02:21:12 2010 +0300 Show original filename instead of "eog-wallpaper.png" in the info bar When copying over non-persistent files, the info bar was showing "eog-wallpaper.png" as the name of the recently copied image to the user. Since this is an internal detail, show the original filename instead. src/eog-window.c | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) commit 1598fb646b4e1218df065ed0937926d761e3a8be Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Sep 9 02:09:40 2010 +0300 Plug a couple of leaks src/eog-window.c | 2 ++ 1 file changed, 2 insertions(+) commit 59343f86c198a6e25fcdb372d8a333b40a0e0e8e Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Sep 9 01:37:49 2010 +0300 Copy also wallpapers in unmountable media Fixes bug #625384 - Background setting doesn't work as expected src/eog-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 05a00504e896e00592f8f49525141474ae1755c5 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Sep 9 01:36:29 2010 +0300 Add eog_util_file_is_persistent() This method checks whether a file is native and in a non-unmountable location. doc/reference/eog-sections.txt | 1 + src/eog-util.c | 28 ++++++++++++++++++++++++++++ src/eog-util.h | 3 +++ 3 files changed, 32 insertions(+) commit f9ba7f06d73fcd901691e5fa375d87a3a9981cd6 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Sep 3 16:42:31 2010 +0300 Simplify create_surface_from_pixbuf() src/eog-scroll-view.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit 2be68aaee33e3e6732e512a22d9ee5b681e95cc5 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Aug 25 12:32:31 2010 +0300 Improve the rendering of scaled images Not using CAIRO_CONTENT_ALPHA added a black border to images, when painted scaled. Also, a extend mode of CAIRO_EXTEND_PAD, clipped to the image rectangle, prevents the image borders to be drawn blending out with the background. https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) commit 9e6f9ee6ea2c0ca4338445a55ff3c6175ca6f623 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Aug 18 02:02:53 2010 +0300 Honour the antialiasing-in and antialiasing-out EogScrollView properties https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 3 +++ 1 file changed, 3 insertions(+) commit 793ede27dd4cd0aa73d5e84cc478641e25424f54 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Wed Aug 18 02:02:01 2010 +0300 Replace GdkInterpType with cairo_filter_t in EogScrollView https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) commit bb9d00011e07e9ad68b5e4968a2c1e68596c5684 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Aug 17 18:27:52 2010 +0300 Remove unneeded code Actually, #ifdef it out and comment it. It's nice code anyway. https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) commit 8654e7de549d8edf34c14f3f0a655d8773b1e433 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Aug 17 16:05:46 2010 +0300 Fix the SVG rendering Take the transformation bits from the existing code and use them to add proper svg rendering support. https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 3 deletions(-) commit f0410a55778e719da8f2b62f0e5060bb128f028e Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Aug 17 00:03:38 2010 +0300 Enable double-buffer in EogScrollView Now that we rely on cairo, there is no reason to try to be über-smart. Enabling double-buffer fixes the flickering and the slowness with huge images. https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 2 -- 1 file changed, 2 deletions(-) commit 919929eea1d63380f773f9c0a339a32149e592ba Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 16 23:14:39 2010 +0300 Fully rely on cairo to render the image in EogScrollView This is an initial patch to showcase how EogScrollView performs when we discard all the internal optimizations and rely on cairo to render the image. In general, performance is quite good, with a few caveats: - Rendering svg is broken (librsvg is not building because of the changes in API in GTK+ 3) - There is flickering in the rendering of the background for images with an alpha channel - Images bigger than 4096×4096 seems to be quite slow (at least with an nvidia card) https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 106 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 94 insertions(+), 12 deletions(-) commit 648302091b5517b5da96c4277fbee8f13c125938 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 16 17:23:50 2010 +0300 Use gdk_window_create_similar_surface() for EogScrollView https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) commit 889f275e38d0a7dcf062f5c63b8efaebaa1ca14f Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Aug 13 14:23:29 2010 +0300 Store a cairo_surface_t in EogScrollView for the GdkPixbuf to be rendered Using this later during the rendering should improve performance. https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) commit 4f432e981a956cd157ae3f190b9c7850a6f180d9 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Fri Aug 13 00:27:50 2010 +0300 Factor out the code to store a pixbuf in EogScrollView https://bugzilla.gnome.org/show_bug.cgi?id=626795 src/eog-scroll-view.c | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) commit 8eb706d628289b12a8c8ec66102f7c4051a9d2fb Author: Dean Lee <xslidian@lidian.info> Date: Mon Sep 6 13:17:50 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 518 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 252 insertions(+), 266 deletions(-) commit 421c6b058f68d98127738d4d41ddb629412120a6 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Sun Sep 5 16:50:13 2010 +0200 Updated Arabic translation po/ar.po | 55 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) commit 70fc6554484985eae1088633e03c8bd5796a0fd2 Author: Claude Paroz <claude@2xlibre.net> Date: Fri Sep 3 23:58:18 2010 +0200 Updated French translation po/fr.po | 418 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 200 insertions(+), 218 deletions(-) commit babc471a19fc18bb9a854c46e56b6ad88c86613a Author: drtv <vasudeven@git.gnome.org> Date: Fri Sep 3 16:16:39 2010 +0530 Updated Tamil translation po/ta.po | 437 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 224 insertions(+), 213 deletions(-) commit d67c7b883a67df15b47190c5774c0179bd6e54e9 Author: Christian.Kirbach <Christian.Kirbach@googlemail.com> Date: Thu Sep 2 09:45:27 2010 +0200 [l10n] Updated German translation po/de.po | 475 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 243 insertions(+), 232 deletions(-) commit 5765c89d55e1389bc239910c4ca739f392945fa4 Author: Michael Kotsarinis <mk73628@gmail.com> Date: Tue Aug 31 22:52:44 2010 +0300 l10n: Updated Greek translation for eog po/el.po | 726 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 335 insertions(+), 391 deletions(-) commit be90940a63721b94a127e230bf6de9ea4f1379b5 Author: Andika Triwidada <andika@gmail.com> Date: Tue Aug 31 22:25:07 2010 +0700 Updated Indonesian translation po/id.po | 413 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 221 insertions(+), 192 deletions(-) commit d4b03c3a1d50f6111edb3823a2477085f71d8625 Author: Dirgita <dirgitadevina@yahoo.co.id> Date: Tue Aug 31 15:58:35 2010 +0700 Updated Indonesian translation po/id.po | 317 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 141 insertions(+), 176 deletions(-) commit 2370d59efc7d32855cbda32068a1f0a591ce6d05 Author: Милош Поповић <gpopac@gmail.com> Date: Tue Aug 31 01:59:58 2010 +0200 Updated Serbian translation po/sr.po | 109 +++++++++++++++++++++++++++++++++++---------------------- po/sr@latin.po | 109 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 134 insertions(+), 84 deletions(-) commit 4435a75616e2e82186ef731c9ae6cbc76e1314b6 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sun Aug 29 13:19:10 2010 +0200 Updated Hungarian translation po/hu.po | 65 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) commit e8eb34bb9877f0db525a1dbc1be7193ff909ab1e Author: Ivar Smolin <okul@linux.ee> Date: Sun Aug 29 13:18:55 2010 +0300 [l10n] Updated Estonian translation po/et.po | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) commit 625106acbeb4c7b185f17f8a59e21b658a8627d7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 27 18:21:16 2010 +0100 Bug 628148 — Miscellaneous string fixes data/org.gnome.eog.gschema.xml.in.in | 14 +++++++------- src/eog-window.c | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) commit 6c8d6c0e5b61b8ed85d0b0717a098e43ebb7d2a4 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Aug 27 18:15:17 2010 +0100 Update British English translation po/en_GB.po | 613 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 338 insertions(+), 275 deletions(-) commit 9cdfbf6875bd5e8a92fa4a69eb9a0f7192f71159 Author: Ivar Smolin <okul@linux.ee> Date: Fri Aug 27 17:15:21 2010 +0300 [l10n] Updated Estonian translation po/et.po | 102 +++++++++++++++++++++------------------------------------------ 1 file changed, 34 insertions(+), 68 deletions(-) commit 5fa16fe1f8e29b75af6fc1e352922c70ffc6f1bc Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Thu Aug 26 03:32:14 2010 +0200 Updated Hungarian translation po/hu.po | 443 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 248 insertions(+), 195 deletions(-) commit a269705a2456f1910c9a1530694c49db28a93679 Author: Petr Kovar <pknbe@volny.cz> Date: Mon Aug 23 23:06:36 2010 +0200 Update Czech translation by Adrian Gunis po/cs.po | 477 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 271 insertions(+), 206 deletions(-) commit eb267a2ac60d17c6982f94b4b75e751b5f6640ed Author: Khaled Hosny <khaledhosny@eglug.org> Date: Thu Aug 19 18:55:52 2010 +0200 Updated Arabic translation po/ar.po | 595 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 334 insertions(+), 261 deletions(-) commit ecef65ddba6aa294cdb03ded736b77084149d102 Author: Милош Поповић <gpopac@gmail.com> Date: Mon Aug 16 14:22:43 2010 +0200 Updated Serbian translation po/sr.po | 516 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 516 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 522 insertions(+), 510 deletions(-) commit c858ff5d9dbd467e5e283b694c04f07fdfaabf46 Author: Aron Xu <aronxu@gnome.org> Date: Sat Aug 14 21:40:01 2010 +0800 Sync zh_CN.po from gnome-2-32. po/zh_CN.po | 585 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 323 insertions(+), 262 deletions(-) commit 8a9237692a572ef230ffc25593b3d673b15de9f1 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Aug 12 22:08:00 2010 +0300 Use cairo recommended rowstride for the surface in EogPrintPreview src/eog-print-preview.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit f8704ad41fc4f75aaf489c55e121103b77861ccb Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Aug 12 02:13:38 2010 +0300 Use the new license-type property in GtkAboutDialog Bump the GTK+ version requirement for this. configure.ac | 2 +- src/eog-window.c | 23 +---------------------- 2 files changed, 2 insertions(+), 23 deletions(-) commit f9ebc7b72f1c53dce3f472771767130eb5a52bcc Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Aug 12 02:12:32 2010 +0300 Update the copyright years in the about dialog src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 887e6c96159bb14c03106d45eb964a10734db90b Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Aug 12 01:58:24 2010 +0300 Use GDK_BLANK_CURSOR for the hidden cursor No need to use a GdkBitmap for this. src/eog-scroll-view.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) commit 165f3032de5384ab4073b0433b70a9aa7411b14d Author: Felix Riemann <friemann@gnome.org> Date: Wed Aug 11 19:05:54 2010 +0200 Stop having EogWindow react on focus-in event in fullscreen There appears to be no actual use case for doing this. Fixes the toolbar appearing after regaining focus (e.g. after deleting an image or ALT+TABing). Fixes bug 626569. src/eog-window.c | 19 ------------------- 1 file changed, 19 deletions(-) commit e25919b9a67e60dad1650e1377a30242e0d7a5fb Author: Andika Triwidada <andika@gmail.com> Date: Wed Aug 11 21:15:55 2010 +0700 Updated Indonesian translation po/id.po | 210 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 111 insertions(+), 99 deletions(-) commit 3c1e6e5ec856bc4f76c82e52ffc9594cea02f164 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Mon Aug 9 00:43:18 2010 +0300 Fix typo in docs src/eog-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 399d49129aa794d588968f2d4f26477a6069524b Author: Felix Riemann <friemann@gnome.org> Date: Sun Aug 8 17:19:57 2010 +0200 Make image area background black by default Said to improve focussing on the image and avoiding interference from the UI. Fixes bug 616450. data/org.gnome.eog.gschema.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ed86bde5420559b0624bfaff5c881e934b3d96a3 Author: Felix Riemann <friemann@gnome.org> Date: Sun Aug 8 17:16:22 2010 +0200 Make button text descriptive when setting image as wallpaper Fixes bug 625352. src/eog-window.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit b0f0746c7f2987dc587301ceef7d414da7ab66d0 Author: Felix Riemann <friemann@gnome.org> Date: Sat Aug 7 00:21:26 2010 +0200 Correct EogScrollView's background color preference order The override-color needs preference over the other colors. The background color can't be forced to black for fullscreen otherwise. src/eog-scroll-view.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 804eb812579a1ffab82554a81892df237f430b2c Author: Claudio Saavedra <csaavedra@igalia.com> Date: Thu Aug 5 01:24:57 2010 +0300 Bump version to 2.90.0 Now that 2.31.x continues in the gnome-2-32 branch configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit bf3ddd1bc432fec076e9629e11d3a0085532783c Author: Matej Urbančič <mateju@svn.gnome.org> Date: Wed Aug 4 20:09:08 2010 +0200 Updated Slovenian translation po/sl.po | 496 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 268 insertions(+), 228 deletions(-) commit 60cc058195e361be27f21b936f6e6e3fde1d7e02 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Aug 4 14:09:10 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 332 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 168 insertions(+), 164 deletions(-) commit bfb867b46e27c3eee171a1c94c10f23e5ea2a368 Author: Dirgita <dirgitadevina@yahoo.co.id> Date: Wed Aug 4 10:50:18 2010 +0700 Updated Indonesian translation po/id.po | 1808 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 1186 insertions(+), 622 deletions(-) commit 40f3da287b0d9f4b95f2a1a4370e891affb7642a Author: A S Alam <aalam@users.sf.net> Date: Wed Aug 4 14:25:51 2010 +0530 update Punjabi Translation by A S Alam po/pa.po | 638 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 330 insertions(+), 308 deletions(-) commit eb0c094e950fce2084165140deac8f1c64e8c46f Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Tue Aug 3 19:49:50 2010 +0300 Updated Romanian translation po/ro.po | 620 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 337 insertions(+), 283 deletions(-) commit 47d1020caa0c4776d13e88215c75244f224ab80f Author: Ivar Smolin <okul@linux.ee> Date: Sat Jul 31 09:52:20 2010 +0300 [l10n] Updated Estonian translation po/et.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 7c69b182662f43636b1027fa395f9372593e39bb Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 23:04:38 2010 +0200 Make the image-gallery-position GSetting an enum data/org.gnome.eog.gschema.xml.in.in | 4 ++-- src/eog-window.c | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 22:54:28 2010 +0200 Have GSettings use enum for transparency style Removes quite a bit of code. Makes it unavailable for gsettings-data-convert though. data/eog.convert | 1 - data/org.gnome.eog.gschema.xml.in.in | 4 +-- src/eog-preferences-dialog.c | 59 ++++++++++++++---------------------- src/eog-scroll-view.c | 35 ++------------------- 4 files changed, 27 insertions(+), 72 deletions(-) commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 22:53:43 2010 +0200 Use GSettings enum support data/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) commit 736a634a376c650810da3d79651c3b1319568663 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 22:14:43 2010 +0200 Remove old GConf parameter from distcheck params Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 310b9fa32ec018c891fc432de1b80fb5185dd8f0 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 22:11:52 2010 +0200 Remove GConf schemas from translations po/POTFILES.in | 1 - 1 file changed, 1 deletion(-) commit e81ac67ce4bd7dc1746022a5b9df9c3758eb35c9 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 22:01:05 2010 +0200 Don't hardcode GConf as GSettings backend This is not really needed anymore and we also want to use features of dconf soon. src/main.c | 2 -- 1 file changed, 2 deletions(-) commit e98adab7da3209c9f193d0df019d5516f82ed967 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 22:00:05 2010 +0200 Remove unneeded GConf schemas They wont't be used anymore. configure.ac | 13 +-- data/Makefile.am | 17 ---- data/eog.schemas.in | 274 ---------------------------------------------------- 3 files changed, 3 insertions(+), 301 deletions(-) commit 1edaea8623e58c7b37d4e2da11c8c905bfe51ca9 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 28 21:36:03 2010 +0200 Add conversion file for gsettings-data-convert Uses key names from the last stable series for older keys. So if you changed your settings since commit ea47 or eog-2.31.4 your settings will not be ported over. data/Makefile.am | 4 ++++ data/eog.convert | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) commit 7a85a0a1520b9f21fa44c8e8bd7253624770ca14 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Wed Jul 28 12:28:37 2010 +0300 Updated Hebrew translation. po/he.po | 294 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 149 insertions(+), 145 deletions(-) commit 0ca29e6bde34e23882fe18df4672817573157659 Author: Mario Blättermann <mariobl@gnome.org> Date: Tue Jul 27 23:13:34 2010 +0200 [i18n] Updated German translation po/de.po | 294 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 149 insertions(+), 145 deletions(-) commit 2873692edb6021c0aed6e193e12d06d13814fab3 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Tue Jul 27 17:52:08 2010 +0200 Updated Galician translations po/gl.po | 296 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 150 insertions(+), 146 deletions(-) commit a43eabdb5b4a771710a9a87779366070256f9176 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Mon Jul 26 20:59:35 2010 +0200 Updated Spanish translation po/es.po | 297 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 150 insertions(+), 147 deletions(-) commit 764758f77cbdcd65a1e9b66d502f975aa41ac782 Author: Eleanor Chen <chenyueg@gmail.com> Date: Mon Jul 26 23:01:06 2010 +0800 Update Simplified Chinese translations. po/zh_CN.po | 318 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 161 insertions(+), 157 deletions(-) commit 20d1a4a24ea4d1ae25cec467ee7be364a8ab82cb Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 26 12:39:58 2010 +0200 Allow disabling the save-on-close confirmation dialog Activating this option reverts eog to the behaviour of before the dialog was introduced and changes will simply be discarded. GSettings option only at the moment. Fixes bug #625226. data/org.gnome.eog.gschema.xml.in.in | 4 ++++ src/eog-config-keys.h | 1 + src/eog-window.c | 7 ++++++- 3 files changed, 11 insertions(+), 1 deletion(-) commit d670f6e23a6d6a640f830c4a1bebaf928a983f23 Author: drtv <vasudeven@git.gnome.org> Date: Sun Jul 25 15:06:35 2010 +0530 Updated Tamil translation po/ta.po | 523 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 288 insertions(+), 235 deletions(-) commit 8c0e09a2433199d96b784fd5d2aed3508eb7f3b3 Author: Xandru Armesto <xandru@softastur.org> Date: Fri Jul 23 18:19:41 2010 +0200 Updated asturian translation po/ast.po | 1188 ++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 694 insertions(+), 494 deletions(-) commit af3c9a45dcbf2adccdbcd3d9816fca65a2e0263c Author: Felix Riemann <friemann@gnome.org> Date: Thu Jul 22 19:40:19 2010 +0200 Don't try to set the scrollview's parent's shadow-type property With commit e41b97bb the parent switched from a GtkFrame to a GtkHPaned which doesn't have that property. src/eog-window.c | 8 -------- 1 file changed, 8 deletions(-) commit 80674c0f4ea6c23afc7872db8365f072046187e4 Author: Felix Riemann <friemann@gnome.org> Date: Thu Jul 22 19:38:00 2010 +0200 Remove now unnecessary GTK_CHECK_VERSION switches We use GTK+-3 and and would always pass each of these checks now. src/eog-window.c | 28 ---------------------------- 1 file changed, 28 deletions(-) commit 1b66c6acb2c0ca775d294e72ef542f7a91538ba1 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 21 22:48:04 2010 +0200 Disable Python plugins since they don't work with GTK+-3 yet Porting to libpeas is likely a better approach than waiting for PyGTK-3 as introspection will then hopefully relieve us from hand-maintaining the Python API. configure.ac | 3 +++ 1 file changed, 3 insertions(+) commit e580844febda5f1cbffabc8412e7889250cb827c Author: Florian Müllner <fmuellner@gnome.org> Date: Tue Jul 13 07:51:38 2010 +0200 Request a dark theme variant GTK+-3.0 introduces the possibility for applications to request dark theme variants, aimed mainly at display centric applications like movie players or viewers. Eog obviously fits the bill, so it should follow Totem's lead ... https://bugzilla.gnome.org/show_bug.cgi?id=624262 src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) commit d166ba737cf86d5e17d896c44ef42e0863616b0c Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 21 22:31:57 2010 +0200 Update eog.pc for GTK+-3 Depend on the correct GTK version and remove the unneeded GConf dependency as plugins needing it should depend in it themselves. data/eog.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 18ae8aafc996693998cd093ce71ed9ccccd1b884 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jul 21 22:24:26 2010 +0200 Adapt to recent GTK+-3 API changes in GtkNotebook Once version 2.90.6 is out the GTK_CHECK_VERSION switch can go out and eog instead depend on that version in configure. src/eog-properties-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) commit 82785ea392f4d5eea0c0048cc16ed3386d28567e Author: Florian Müllner <fmuellner@gnome.org> Date: Tue Jul 13 07:51:32 2010 +0200 Compile against GTK+-3.0 Replace the removed GdkRegion API with the corresponding cairo_region_t API and switch the build to GTK+-3.0. https://bugzilla.gnome.org/show_bug.cgi?id=624261 configure.ac | 12 ++++++------ src/eog-scroll-view.c | 9 ++++----- 2 files changed, 10 insertions(+), 11 deletions(-) commit 8dddacf02b46d83824c56d0a7f51dde2056eebb2 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 19 21:44:32 2010 +0200 Add gtk-doc annotations to the new properties src/eog-scroll-view.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) commit bfef239942645fff4a5efe71d801ccb92a185cf7 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 19 21:38:02 2010 +0200 Set zoomed out antialiasing using a GSettings binding Moved to EogScrollView from EogWindow. src/eog-scroll-view.c | 18 ++++++++++++++++++ src/eog-window.c | 31 ------------------------------- 2 files changed, 18 insertions(+), 31 deletions(-) commit 15917972d9a60fc185b1cc9a7b4e304952c49d2d Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 19 21:32:04 2010 +0200 Set zoomed in antialiasing using a GSettings binding Again less work for EogWindow. src/eog-scroll-view.c | 18 ++++++++++++++++++ src/eog-window.c | 29 ----------------------------- 2 files changed, 18 insertions(+), 29 deletions(-) commit e7243a9ddad0f31f8759aadbd92ad551781b8480 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 19 21:10:40 2010 +0200 Handle EogScrollView's instance initialization in the right function Moves most of the other stuff done in eog_scroll_view_new over to eog_scroll_view_init. src/eog-scroll-view.c | 152 +++++++++++++++++++++++++++----------------------- 1 file changed, 81 insertions(+), 71 deletions(-) commit a3042084fab9da4ed2c5418716044368eda135ef Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 23:53:03 2010 +0200 Mark startup-flags property as GFlags which it actually is. Instead of using some strange guchar magic. src/eog-window.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) commit d974945341b974d602a9f42565fdc47a61c9eda7 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 23:45:11 2010 +0200 Don't assert when accessing unknown EogWindow properties Use G_OBJECT_WARN_INVALID_PROPERTY_ID to emit a warning instead. src/eog-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0c327b7ec802a07f53da04f5dc484e646548b552 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 23:41:55 2010 +0200 Determine gallery position and size using a GSettings binding Prepare everything for the use of GSettings' enum support for this. src/eog-window.c | 94 ++++++++++++++++++++++++++++++++++---------------------- src/eog-window.h | 7 +++++ 2 files changed, 65 insertions(+), 36 deletions(-) commit f4726d4facf7a2ebb616ba46ec20f12f1084cdde Author: Mario Blättermann <mariobl@gnome.org> Date: Sun Jul 18 20:44:47 2010 +0200 [i18n] Updated German translation po/de.po | 256 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 119 insertions(+), 137 deletions(-) commit ec93e7f2c26a09a69dbc93241a50badccb0f6b21 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 19:52:40 2010 +0200 Add gtk-doc annotations to the new properties in EogScrollView src/eog-scroll-view.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit acdafc3563c5c88d3c2d2a25e4602d774dad92fa Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 19:46:06 2010 +0200 Set transparency style using GSettings Another callback less from EogWindow. This will be migrated to use GSetting's enum support soon. src/eog-scroll-view.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ src/eog-window.c | 42 ------------------------------------------ 2 files changed, 49 insertions(+), 42 deletions(-) commit a7d7b35fc1eb92e17901ec9e9054db0f35f2ad80 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 19:25:59 2010 +0200 Reflect transparency color API changes in Python bindings bindings/python/eog.defs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) commit 2a4e4c30e4a41a1f4b7b452243a56851cdebe442 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jul 18 19:22:06 2010 +0200 Set transparency fill color using GSettings Saves some callbacks from EogWindow. src/eog-scroll-view.c | 69 ++++++++++++++++++++++++++++++++++++++------------- src/eog-scroll-view.h | 3 ++- src/eog-window.c | 58 +++---------------------------------------- 3 files changed, 58 insertions(+), 72 deletions(-) commit c10376c1f39dbaa43ede116831861adf72e19645 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sun Jul 18 18:27:05 2010 +0200 Fixed headers in galician translation file po/gl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit da215f780c5885d24e51c01b7da48ede713e97b0 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sun Jul 18 18:25:31 2010 +0200 Fixed headers in galician translation file po/gl.po | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) commit e41b97bbb5dc56cb49cbda638081f4312dd39df4 Author: Florian Müllner <fmuellner@gnome.org> Date: Tue Jul 13 07:51:09 2010 +0200 Remove frame around image view Quoting Hylke Bons: "[...] it doesn't have a purpose and only causes visual clutter." https://bugzilla.gnome.org/show_bug.cgi?id=614807 src/eog-window.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) commit 47fd09997d07d968bab511cd5b84900fbc923ea5 Author: Sense Hofstede <qense@ubuntu.com> Date: Sun Jul 18 02:13:40 2010 +0200 Updated Frisian translation and added it to the LINGUAS file po/LINGUAS | 1 + po/fy.po | 1430 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1431 insertions(+) commit ee24db099553b7b1e1b92f11ed48c03f53f91269 Author: Claude Paroz <claude@2xlibre.net> Date: Sat Jul 17 15:30:18 2010 +0200 Updated French translation Contributed by Laurent Coudeur and Claude Paroz po/fr.po | 523 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 281 insertions(+), 242 deletions(-) commit 2871e19740c29f2b26b8e6c6413d237417cfcada Author: Aron Xu <aronxu@gnome.org> Date: Wed Jul 14 20:38:24 2010 +0800 Update Simplified Chinese help figures. help/zh_CN/figures/eog_start_window.png | Bin 13260 -> 20708 bytes help/zh_CN/figures/eog_toolbar_editor_window.png | Bin 0 -> 37628 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit bcc9545c697caceef9600823cd3da913ee662ab1 Author: 朱涛 <bill_zt@sina.com> Date: Wed Jul 14 20:38:05 2010 +0800 Update Simplified Chinese help translation. help/zh_CN/zh_CN.po | 2154 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 1617 insertions(+), 537 deletions(-) commit 2de563a9e73a8fe9f93735d8af74a3a9f7cbfc2c Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Wed Jul 14 19:50:10 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 506 +++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 512 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 545 insertions(+), 473 deletions(-) commit 2d9d10ea7f89d5092c4b8901ea31ad00337157bf Author: Eleanor Chen <chenyueg@gmail.com> Date: Wed Jul 14 11:27:56 2010 +0800 Update Simplified Chinese translations. po/zh_CN.po | 720 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 371 insertions(+), 349 deletions(-) commit 6ef8f1fdd381ba79cad3ade0218aa78adbab861b Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Tue Jul 13 03:36:33 2010 +0300 Updated Hebrew translation. po/he.po | 224 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 116 insertions(+), 108 deletions(-) commit 1661d1a28020ae8ea02d3f817261b2edbb0bc45d Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sun Jul 11 16:26:57 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 233 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 121 insertions(+), 112 deletions(-) commit cd55b85e3371e071ca7209e7f88c295cdb641b91 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Wed Jul 7 18:01:11 2010 +0200 Updated Galician translations po/gl.po | 234 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 121 insertions(+), 113 deletions(-) commit 5874f54949ec72a5ed28b61feb5c3008d1532663 Author: Ivar Smolin <okul@linux.ee> Date: Wed Jul 7 17:13:34 2010 +0300 [l10n] Updated Estonian translation po/et.po | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit cf491e411ecacd1498c14c3fe6a579b1a84e8bf5 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Jul 6 05:17:25 2010 +0200 Updated Spanish translation po/es.po | 224 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 117 insertions(+), 107 deletions(-) commit 6a7b1bde17eccc47b1af09b2022586926f7b9f42 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 5 21:57:27 2010 +0200 Re-add P as shortcut to pause the slideshow Happens in the KeyEvent handler as it's not working when linking the shortcut key to the PauseSlideshow action. Fixes bug #553283. src/eog-window.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit cc27fe8575eb92cb13fc0ae4e5ae7e514b58b6e7 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jul 5 21:42:00 2010 +0200 Add toolbar button to pause the slideshow Basically switches between standard fullscreen and slideshow. Fixes bug #618886. data/eog-ui.xml | 2 ++ src/eog-window.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) commit 81f93b598e10b747bac692af4512599898efa814 Author: Felix Riemann <friemann@gnome.org> Date: Mon Jun 28 23:44:31 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 822fbc1e2762f62e71bf2391d28d4b0d47947d7a Author: Felix Riemann <friemann@gnome.org> Date: Mon Jun 28 23:39:43 2010 +0200 Update for release 2.31.4 NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) commit 21ced20430078aaa283b7925ce282ebb54e05e5d Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 27 14:16:07 2010 +0200 Switch EogPropertiesDialog netbook mode using a GSettings binding src/eog-window.c | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) commit c630747b02a9589a993c28d244448cdc291131e8 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 26 18:10:43 2010 +0200 Add API docs for EogScrollView's new properties src/eog-scroll-view.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) commit 8c7cf9f8938673eda2843be650b558084b44303e Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 26 17:59:17 2010 +0200 Switch scrollwheel zoom setting with GSettings Drops another simple value-forwarding signal callback from EogWindow. src/eog-scroll-view.c | 19 +++++++++++++++++-- src/eog-window.c | 32 ++------------------------------ 2 files changed, 19 insertions(+), 32 deletions(-) commit 0cadaebd5c7561991eceaf3ed9af32f50e63b1e9 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 26 17:47:05 2010 +0200 Bind zoom multiplier to GSettings instead of setting it by hand Another callback less in EogWindow. src/eog-scroll-view.c | 17 ++++++++++++++++- src/eog-window.c | 32 ++------------------------------ 2 files changed, 18 insertions(+), 31 deletions(-) commit 0a898703a9a19589e049a73d21c91898b0dbc51e Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 26 17:19:06 2010 +0200 Have the ThumbNav's scrollbuttons bound to the GSettings key One signal callback less in EogWindow. The setting is not updated on changes to the property (eg. by plugins). src/eog-window.c | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) commit 330c8b841a4f8d9af9b11c76e0d5eb01dce9837c Author: Gil Forcada <gforcada@gnome.org> Date: Sat Jun 26 12:22:09 2010 +0200 Updated Catalan translation help/ca/ca.po | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) commit c88808f4c06872c904da52595c6f8550da87f1e3 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jun 23 23:18:02 2010 +0200 Avoid walking string arrays from GSettings when converting to GSLists The arrays are returned NULL-terminated by GSettings. Making use of this we don't need to walk the array first to get it's size when converting it to a GSList. src/eog-plugin-engine.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) commit 643d8f405a2cfcb2a7fae702591aab7b3077a209 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jun 23 23:06:47 2010 +0200 Remove pre-GLib-2.25.8 compatibility code We depend on 2.25.9 now so these won't be needed any longer. src/eog-plugin-engine.c | 10 ---------- 1 file changed, 10 deletions(-) commit 4c340931764d65bd53a4ed53082f92302e942fc4 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Jun 22 23:01:53 2010 +0200 Updated Spanish translation po/es.po | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit 2ceb16357b385525b60babef6279ddb7d1185d46 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Jun 22 21:11:44 2010 +0200 Updated Spanish translation po/es.po | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) commit 5f1a6c32e8b88029803d9d2356bef4c402a3dc0d Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Mon Jun 21 10:32:44 2010 +0300 Updated Hebrew translation po/he.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 77c60139d5c7e1ddd51c8d553a642af6683ea0c6 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Sat Jun 19 19:26:14 2010 +0300 Updated Hebrew translation. po/he.po | 513 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 258 insertions(+), 255 deletions(-) commit 3d34c9e9242209c769417db4f4f9a2d6bf0a58e7 Author: Ivar Smolin <okul@linux.ee> Date: Sat Jun 19 17:49:53 2010 +0300 [l10n] Updated Estonian translation po/et.po | 69 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 34 insertions(+), 35 deletions(-) commit f28fa11035fbbb3715641e9924313547e32d1fb2 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat Jun 19 12:24:29 2010 +0200 Added Norwegian bokmål translation po/nb.po | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) commit ad75397562e3e253dac29846351259274cefc16d Author: Felix Riemann <friemann@gnome.org> Date: Fri Jun 18 22:56:03 2010 +0200 Update POTFILES.in to include eog-application.c The recent totem-scrsaver updates introduced a translatable string here. po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit b222bb232cf40336145c7450a8dc51536eab939e Author: Felix Riemann <friemann@gnome.org> Date: Fri Jun 18 22:45:36 2010 +0200 Depend on GIO 2.25.9 for latest GDBus patches configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ceccc72264ec27d56689846af88e73759cad2aa Author: Florian Müllner <fmuellner@gnome.org> Date: Fri Jun 18 15:42:34 2010 +0000 Adapt to GDBus API change cut-n-paste/totem-screensaver/totem-scrsaver.c | 77 +++++++++++++------------- 1 file changed, 40 insertions(+), 37 deletions(-) commit 63b4670443d0900f3203bd8ca2cd3fd84c82f9e9 Author: Bastien Nocera <hadess@hadess.net> Date: Sun Jun 13 13:31:40 2010 +0100 Update totem-scrsaver from upstream Update from recent evince and totem changes, port to libgdbus. https://bugzilla.gnome.org/show_bug.cgi?id=621439 configure.ac | 2 +- cut-n-paste/totem-screensaver/totem-scrsaver.c | 382 +++++++++++++++---------- cut-n-paste/totem-screensaver/totem-scrsaver.h | 24 +- po/POTFILES.in | 1 - src/eog-application.c | 5 +- 5 files changed, 242 insertions(+), 172 deletions(-) commit 523ed9e67749b94baee6d77c4273d1abb2cc7229 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Fri Jun 18 21:25:11 2010 +0200 Updated Galician translations po/gl.po | 272 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 136 insertions(+), 136 deletions(-) commit e636f3d7af15a0a902d492a4e35a25b71b26f320 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Thu Jun 17 07:27:38 2010 +0200 Updated Spanish translation help/es/es.po | 163 ++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 106 insertions(+), 57 deletions(-) commit 3fbb4d82b360d94217cb02dd6455bd5c2e2ae269 Author: Timo Jyrinki <timo.jyrinki@iki.fi> Date: Wed Jun 16 23:33:09 2010 +0300 Add Finnish help translation by Jukka Heikkilä. help/Makefile.am | 2 +- help/fi/fi.po | 1510 +++++++++++++++++++++++++ help/fi/figures/eog_save_as_window.png | Bin 0 -> 25648 bytes help/fi/figures/eog_start_window.png | Bin 0 -> 14190 bytes help/fi/figures/eog_toolbar_editor_window.png | Bin 0 -> 22618 bytes 5 files changed, 1511 insertions(+), 1 deletion(-) commit 68238a695a7b256d8db8a356d940ce636ede0fc7 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Wed Jun 16 06:21:25 2010 +0200 Updated Spanish translation po/es.po | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 101 insertions(+), 15 deletions(-) commit f6be24f5b3d2c015946c07a5d61f6fa03cf94e1e Author: Jorge González <jorgegonz@svn.gnome.org> Date: Wed Jun 16 06:17:18 2010 +0200 Updated Spanish translation po/es.po | 534 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 252 insertions(+), 282 deletions(-) commit 548e96ae2ef33d2ee58454cd00eab1a8e813f8e7 Author: Claudio Saavedra <csaavedra@igalia.com> Date: Tue Jun 15 18:47:18 2010 +0300 Fix build without libjpeg AM_CONDITIONAL calls should be called always, otherwise configure gets confused. Fixes bug #621616. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5d25772d45cee96633d8804e5e13211253db1621 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sun Jun 13 23:35:33 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 434 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 231 insertions(+), 203 deletions(-) commit 009a8205ccee9446a703b864e6baf81febe9b080 Author: Mario Blättermann <mariobl@gnome.org> Date: Sun Jun 13 21:14:35 2010 +0200 Updated German doc translation help/de/de.po | 580 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 309 insertions(+), 271 deletions(-) commit 47b84374f549e7c8b84497ad47a883c0a363dc77 Author: Mario Blättermann <mariobl@gnome.org> Date: Sun Jun 13 20:49:16 2010 +0200 Updated German translation po/de.po | 563 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 317 insertions(+), 246 deletions(-) commit 7d202bcf8df2563cd965b65930ff7a1ea32436bd Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 13 13:27:29 2010 +0200 Rename "Image Collection" to "Image Gallery" This is more fitting. Based on propsal by Allan Day. Fixes bug #618304. data/eog-toolbar.xml | 2 +- data/eog-ui.xml | 4 +- data/eog.schemas.in | 20 +-- data/gtkrc | 4 +- data/icons/16x16/Makefile.am | 2 +- ...-image-collection.png => eog-image-gallery.png} | Bin data/icons/22x22/Makefile.am | 2 +- ...-image-collection.png => eog-image-gallery.png} | Bin data/icons/24x24/Makefile.am | 2 +- ...-image-collection.png => eog-image-gallery.png} | Bin data/icons/32x32/Makefile.am | 4 +- ...-image-collection.png => eog-image-gallery.png} | Bin ...-image-collection.svg => eog-image-gallery.svg} | 0 data/icons/scalable/Makefile.am | 2 +- ...-image-collection.svg => eog-image-gallery.svg} | 0 data/org.gnome.eog.gschema.xml.in.in | 14 +- help/C/eog.xml | 18 +-- src/eog-config-keys.h | 6 +- src/eog-thumb-nav.c | 2 +- src/eog-window.c | 164 +++++++++++---------- src/eog-window.h | 2 +- src/main.c | 8 +- 22 files changed, 129 insertions(+), 127 deletions(-) commit 0365c8aa6b6ffb7e75af91234bfeb3aa651bb52a Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sun Jun 13 01:42:34 2010 +0200 Updated Galician translations po/gl.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit d47a84c1eb94518e9f82ab084964588344316570 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sat Jun 12 19:08:28 2010 +0200 Updated Galician translations po/gl.po | 236 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 118 insertions(+), 118 deletions(-) commit cd8d7e15cca41fa2234a8c2c87944d722ff6dfb4 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sat Jun 12 19:06:36 2010 +0200 Updated Galician translations po/gl.po | 390 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 213 insertions(+), 177 deletions(-) commit 573d5af2fe62d32972cce7b6089aabf6f34a79b5 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jun 9 23:18:12 2010 +0200 Support using a sealed GDK library Only works reliable as of GDK-2.21.2 due to API changes in that version. cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 14 ++++++++++++++ src/eog-window.c | 5 +++++ 2 files changed, 19 insertions(+) commit ff509b7df8fd17abceceb2baa37ef4d45b301461 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 12 18:52:53 2010 +0200 Make GSettings key description match the GConf one Saves one wrong translation. data/org.gnome.eog.gschema.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ea478326b68a8eba0a119eec92ac5374c00fe2b3 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 12 18:52:12 2010 +0200 Make GConf keys match the new GSettings keys data/eog.schemas.in | 58 ++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) commit 6cb2ce2c72ce91f4f56d9110d7326e5ede86d7f9 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 12 18:48:54 2010 +0200 Make forgotten GSettings keys use the key macros src/eog-window.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit afac01c63d764fc1b111698ef0b76473e8cfc96d Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 12 18:46:28 2010 +0200 Make GSettings keys follow the new naming conventions This caused build failures for other modules, so we had to do it now. Fixes bug #621370. data/Makefile.am | 3 +-- data/org.gnome.eog.gschema.xml.in.in | 26 +++++++++++++------------- src/eog-config-keys.h | 24 ++++++++++++------------ 3 files changed, 26 insertions(+), 27 deletions(-) commit 41a34c8a7389d238b7e7fb936fe8c430ff4e4311 Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com> Date: Wed Jun 9 18:30:37 2010 +0200 Add Esperanto translation po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 1bc159046d15a445ff4f0fc64243704436a242c4 Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com> Date: Wed Jun 9 18:30:35 2010 +0200 Add Esperanto translation po/eo.po | 1427 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1427 insertions(+) commit 36657892fb847228d0b0f614c19b03c2441f32ee Author: Felix Riemann <friemann@gnome.org> Date: Mon Jun 7 22:51:56 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f2aaad9d04254543486b9016001fc421d3776a0b Author: Felix Riemann <friemann@gnome.org> Date: Mon Jun 7 22:49:51 2010 +0200 Readd GConf schema definition to tarball At least until we don't use GConf anymore. data/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 02caffcf23cf4d2e802f32fbe57f875b724b70de Author: Felix Riemann <friemann@gnome.org> Date: Mon Jun 7 22:46:03 2010 +0200 Prepare for release 2.31.3 NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit ddc6aba85b8df524e918fa37e88bd5be8797a068 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Mon Jun 7 16:12:44 2010 +0300 Updated Hebrew translation. po/he.po | 403 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 220 insertions(+), 183 deletions(-) commit 3377dc887ccf8caab4bc69fc69d2320c6e947628 Author: Ivar Smolin <okul@linux.ee> Date: Mon Jun 7 10:48:33 2010 +0300 Estonian translation updated po/et.po | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) commit caf81e8f9e27419dd8ec96ebaaf616b669e04977 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 6 22:07:08 2010 +0200 Allow setting a user-defined background color This allows the user to have another color instead of the theme defined color as background. For now requires a loaded image until we can finally fix bug 538279. Fixes bug 502992. data/eog-preferences-dialog.ui | 595 ++++++++++++----------------------- data/org.gnome.eog.gschema.xml.in.in | 10 + src/eog-config-keys.h | 2 + src/eog-preferences-dialog.c | 13 + src/eog-scroll-view.c | 93 +++++- src/eog-scroll-view.h | 2 +- 6 files changed, 315 insertions(+), 400 deletions(-) commit 4087bc9130b489935a6460061d166ef23524bf7f Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 6 16:41:26 2010 +0200 [GSettings] Fix whitespace errors src/eog-plugin-engine.c | 2 +- src/eog-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 2ef93aa989530950c675a336661475afd29cd1e6 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 6 16:31:31 2010 +0200 [GSettings] Remove more unneeded gconf-client.h includes src/eog-file-chooser.c | 2 -- 1 file changed, 2 deletions(-) commit 1207e0f363e06f977eb6f9fb82519f9d421845ad Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 6 16:16:19 2010 +0200 [GSettings] Remove now obsolete gconf_client_add_dir call src/eog-config-keys.h | 1 - src/eog-window.c | 4 ---- 2 files changed, 5 deletions(-) commit edd73fd3f31d7e9e10729546643b4a06a9d58572 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 6 16:12:26 2010 +0200 [GSettings] Port EogPluginEngine to GSettings Reuses the GSettings list helpers from gedit by Ignacio Casal Quinteiro, modified to empty lists. Also has a temporary workaround for an API change in the upcoming glib-2.25.8 which can go out again once we can hard-depend on that version. src/eog-config-keys.h | 2 +- src/eog-plugin-engine.c | 150 +++++++++++++++++++++++++++++------------------- 2 files changed, 93 insertions(+), 59 deletions(-) commit 8a554fc717522b12b79260c82ad6328760cfcf8e Author: Felix Riemann <friemann@gnome.org> Date: Sun Jun 6 14:44:09 2010 +0200 [GSettings] Turn settings keys into preprocessor macros again src/eog-config-keys.h | 49 +++++++++++--------- src/eog-preferences-dialog.c | 43 +++++++++--------- src/eog-window.c | 105 +++++++++++++++++++++++++------------------ 3 files changed, 109 insertions(+), 88 deletions(-) commit 68f8d67f01435f840a8fbff976e056f091b6c436 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 5 17:17:03 2010 +0200 [GSettings] Hook GSettings schema into intltool These translations seem to be of no use yet, but we avoid possibly losing the former GConf schema translations this way. configure.ac | 1 + data/org.gnome.eog.gschema.xml | 114 ----------------------------------- data/org.gnome.eog.gschema.xml.in.in | 114 +++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + po/POTFILES.skip | 1 + 5 files changed, 117 insertions(+), 114 deletions(-) commit 5090409a75274ac091901c9afe7d02d06e9e1ad2 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 5 16:57:10 2010 +0200 [GSettings] Migrate EogWindow to GSettings as fas as currently possible This is a dumb migration. It's not taking any advantage of GSettings' advanced features yet, as the task was to get it running first. Next would be moving several settings onto EogScrollView itself. Also some settings still use GConf as they belong to other packages. src/eog-window.c | 431 ++++++++++++++++++++----------------------------------- 1 file changed, 156 insertions(+), 275 deletions(-) commit dd7c43457ac1602e49e43a4d79ad26dd09aeaad8 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jun 5 12:45:30 2010 +0200 [GSettings] Call glib-compile-schemas with allow-any-name parameter for now This needed as our schema keys are not yet following the new naming scheme. Until we've fixed them we need to override this error check. data/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 667693ec829779ae96cb2c9b2fb0e692796c1d2e Author: Felix Riemann <friemann@gnome.org> Date: Sun May 30 22:52:07 2010 +0200 [GSettings] Convert EogPreferencesDialog to GSettings src/eog-preferences-dialog.c | 287 ++++++++++--------------------------------- src/eog-preferences-dialog.h | 4 +- src/eog-window.c | 3 +- 3 files changed, 69 insertions(+), 225 deletions(-) commit e5dd87f49e311b11681c84b06254ff2bc675d676 Author: Felix Riemann <friemann@gnome.org> Date: Sun May 30 22:49:10 2010 +0200 [GSettings] Add GSettings schema file configure.ac | 1 + data/Makefile.am | 13 +++-- data/org.gnome.eog.gschema.xml | 114 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+), 4 deletions(-) commit 7ad810cd28733d3288665dbdc77ef582ec321fb2 Author: Felix Riemann <friemann@gnome.org> Date: Sun May 30 15:00:47 2010 +0200 [GSettings] Use the gconf GSettings backend At least until the whole desktop is migrated. src/main.c | 2 ++ 1 file changed, 2 insertions(+) commit a288a19e78bcf23edd60b6d07250f198f792326b Author: Felix Riemann <friemann@gnome.org> Date: Sun May 30 15:00:10 2010 +0200 [GSettings] Bump GLib and GConf requirements for GSettings migration GConf 2.31+ is only needed for the corresponding backend until the whole desktop is converted. configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 0ac09ea58b240285b7e57ff1498b23a8b704b882 Author: Sira Nokyoongtong <gumaraa@gmail.com> Date: Fri Jun 4 21:02:55 2010 +0700 Updated Thai translation. po/th.po | 664 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 333 insertions(+), 331 deletions(-) commit b9c1cb99bf7b6df3c9d7af00996fdc704732e45f Author: Felix Riemann <friemann@gnome.org> Date: Thu Jun 3 23:30:39 2010 +0200 Move Python.h include into the right spot Python.h is required to be included before any standard header. Also it's not needed in its old position, but is in its new. This fixes compiler warnings about redefining _POSIX_C_SOURCE. src/eog-python-module.c | 4 ++++ src/eog-python-module.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) commit d1fb2e4b8f74b4944af86347654dd57e22358230 Author: Felix Riemann <friemann@gnome.org> Date: Sun May 30 22:52:28 2010 +0200 Remove unneeded gconf-client.h include src/main.c | 1 - 1 file changed, 1 deletion(-) commit c8c35a264eddbc68197d76dc58de17960ec5366d Author: Felix Riemann <friemann@gnome.org> Date: Thu Jun 3 23:06:04 2010 +0200 Possibly delete the SVG background when changing the background color If the transparency is set to show the viewing area's background color while changing the area's color the SVG background needs to be updated. To achieve this it's simply deleted. The next redraw, which will be triggered by changing the view's background color, will recreate it. src/eog-scroll-view.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 6d72a53126dd881fac55280b27b06be659335696 Author: Felix Riemann <friemann@gnome.org> Date: Thu Jun 3 23:01:34 2010 +0200 Delete SVG background when changing transparency settings This has it recreated with the correct transparency settings on the next redraw (which is triggered directly afterwards). Fixes wrong SVG display when changing the transparency settings with an image loaded. src/eog-scroll-view.c | 5 +++++ 1 file changed, 5 insertions(+) commit b065620dbed2101c40fbf97e1e0f18e99dd9825d Author: Felix Riemann <friemann@gnome.org> Date: Thu Jun 3 21:07:52 2010 +0200 Fix API docs about new background color property src/eog-scroll-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 81c54cef2b4017b1a510e4d4d3d163799e8540fb Author: Felix Riemann <friemann@gnome.org> Date: Thu Jun 3 17:20:18 2010 +0200 Cleanup the updating code for the two bg color fields in EogScrollView Looks a lot cleaner now. src/eog-scroll-view.c | 71 +++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 39 deletions(-) commit c42a931817a07554379d90c44d5923b358a9998b Author: Felix Riemann <friemann@gnome.org> Date: Thu Jun 3 16:52:27 2010 +0200 Add fallback background color support to EogScrollView This allows to temporarily set the view's background color and fallback to a predetermined default or the theme's color. Necessary to make the color user settable and still allowing us to override it, e.g. for the fullscreen mode. src/eog-scroll-view.c | 146 ++++++++++++++++++++++++++++++++++++++++++++++++-- src/eog-scroll-view.h | 5 +- src/eog-window.c | 5 +- 3 files changed, 150 insertions(+), 6 deletions(-) commit 2f6bd8b2bb348c8875157d6fd5b4dfae76686e79 Author: Yaron Shahrabani <sh.yaron@gmail.com> Date: Thu May 27 17:32:58 2010 +0300 Updated Hebrew translation. po/he.po | 284 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 140 deletions(-) commit 4aee935ab8a3794dae3b02b1f3d3fbb1f7cb763d Author: Felix Riemann <friemann@gnome.org> Date: Tue May 25 21:14:16 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6c5d8107af975db20f738f0f57fe7ccfb7fdf9f8 Author: Felix Riemann <friemann@gnome.org> Date: Tue May 25 21:06:08 2010 +0200 Prepare for release 2.31.2 NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit a7744868630186234e1918739d937391ba790667 Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Sun May 23 14:23:20 2010 +0200 Dutch translation updated by Wouter Bolsterlee po/nl.po | 282 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 144 insertions(+), 138 deletions(-) commit 3dde1e5ebc0364851b561e9243a26717df947a72 Author: Thomas Thurman <tthurman@gnome.org> Date: Mon May 17 13:23:02 2010 -0400 Update Shavian translation po/en@shaw.po | 209 ++++++++++++++++++---------------------------------------- 1 file changed, 65 insertions(+), 144 deletions(-) commit acf50a975145771c9de3158fba0080bca5806333 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri May 14 20:15:12 2010 +0200 Updated Slovenian translation po/sl.po | 450 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 226 insertions(+), 224 deletions(-) commit ef490b69f6edddc4b3ed739feefa0302f07a59d9 Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Date: Fri May 14 00:26:59 2010 +0300 Updated Belarusian translation po/be.po | 2311 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 1038 insertions(+), 1273 deletions(-) commit 5078ea5e0a38c898c26f35fa8b22568f19ca72c6 Author: Felix Riemann <friemann@gnome.org> Date: Thu May 13 21:37:41 2010 +0200 Finish making EogScrollView GSEAL-compatible. Eog should be completely GSEAL-compatible now. Completes bug 606883. src/eog-scroll-view.c | 62 ++++++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 28 deletions(-) commit 7dd81d8d4b1a67a89cb33880df48a63a464db4dd Author: Felix Riemann <friemann@gnome.org> Date: Thu May 13 21:22:45 2010 +0200 Make the easy parts of EogScrollView GSEAL-compatible Part of bug 606883. src/eog-scroll-view.c | 98 ++++++++++++++++++++++++++------------------------- 1 file changed, 50 insertions(+), 48 deletions(-) commit 2fc271e3b0c918ee07608efc96bc9e7890be56be Author: Felix Riemann <friemann@gnome.org> Date: Thu May 13 15:08:46 2010 +0200 Constify transform lookup table src/eog-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c2647d86d7a79d276fae4c395cdf52075d96205f Author: Thomas Thurman <tthurman@gnome.org> Date: Wed May 12 18:41:42 2010 -0400 Updated Shavian transliteration po/en@shaw.po | 923 ++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 614 insertions(+), 309 deletions(-) commit 8680c068d6c9b4513b10cdc3c42bd8a8ea0b96dd Author: Manoj Kumar Giri <mgiri@mgiri.csb> Date: Wed May 12 12:15:15 2010 +0530 Updated Oriya Translation po/or.po | 825 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 493 insertions(+), 332 deletions(-) commit 15d23daf9b43d9cb632033518ec88458b26d61e8 Author: Felix Riemann <friemann@gnome.org> Date: Sun May 9 22:16:12 2010 +0200 Make EogPluginEngine GSEAL-compatible Has a workaround for the different behaviour of gtk_window_get_group() that makes sure that the configure dialog and its parent share a window group of their own as before. Not sure if it's needed. Part of bug 606883. src/eog-plugin-engine.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit d53d169824923c4851f8b2abac520be10846415e Author: Felix Riemann <friemann@gnome.org> Date: Sun May 9 21:19:25 2010 +0200 Make EogThumbNav GSEAL-compatible Part of bug 606883. src/eog-thumb-nav.c | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) commit fd8fac07cfc426d4b419155874e2417c118de92f Author: Felix Riemann <friemann@gnome.org> Date: Sun May 9 14:37:00 2010 +0200 When generating the settings directory also create it's parents Fixes warnings and unsaved toolbars when ~/.gnome2 does not exists yet. Also set the directory permissions less permissive by default. See: http://mail.gnome.org/archives/eog-list/2010-May/msg00003.html src/eog-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6a7a94e6ded816050e1eb002a77f047a955891f0 Author: Felix Riemann <friemann@gnome.org> Date: Mon May 3 22:22:55 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 30e3348dc261a96d35347b6c8983cfdba49e1324 Author: Felix Riemann <friemann@gnome.org> Date: Mon May 3 22:18:40 2010 +0200 Prepare for 2.31.1 NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) commit 3f5ee79db7689bfa2a2ad4d813efdeb8e8d95dc3 Author: Felix Riemann <friemann@gnome.org> Date: Mon May 3 00:26:13 2010 +0200 Generate separator pixbuf using an offscreen window cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 75 +++-------------------- 1 file changed, 7 insertions(+), 68 deletions(-) commit f10411901ad9b8d3a87f7e8ef4312d016a76407d Author: Andre Klapper <a9016009@gmx.de> Date: Wed Apr 14 17:24:49 2010 +0200 Make libegg code and EogWindow GSEAL-compatible. See bug 606883. configure.ac | 2 +- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 50 ++++++++++++----------- cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 8 ++-- src/eog-window.c | 24 +++++++++++ 4 files changed, 55 insertions(+), 29 deletions(-) commit db5f8cf7eaf39337a9d0a03069e4e7d852125908 Author: Fran Diéguez <fran.dieguez@mabishu.com> Date: Sat May 1 21:35:44 2010 +0200 Updated Galician translation po/gl.po | 201 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 102 insertions(+), 99 deletions(-) commit 41e9d8bf5adbfdb0b8bf72b1b96394e4c1d358ce Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sat May 1 19:25:07 2010 +0200 Updated Norwegian bokmål translation po/nb.po | 292 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 144 insertions(+), 148 deletions(-) commit 15123149313ccfcc423d45238308d155ec1a31c7 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Thu Apr 29 17:39:30 2010 +0200 Updated Spanish translation po/es.po | 201 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 102 insertions(+), 99 deletions(-) commit e633cf790c20e4d6ae692c307b9106cdb98746c8 Author: Ivar Smolin <okul@linux.ee> Date: Thu Apr 29 17:28:47 2010 +0300 Estonian translation updated po/et.po | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) commit 92207fdf7a2148e13e890b8ab1aa32e02a6436b8 Author: Gabriel Corvalan Cornejo <just.the.boss@gmail.com> Date: Wed Apr 28 22:34:56 2010 +0200 Make strings during image opening consistent with menu item The menu item talks about opening an image. So should the file open dialog and the status while the image is opened. (bug 614497) src/eog-file-chooser.c | 2 +- src/eog-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit f55ae89b086d864e0c47af1432fda6d6c8ca42dc Author: Felix Riemann <friemann@gnome.org> Date: Wed Apr 28 20:25:24 2010 +0200 Reorder menu items to make menus more intuitive and less confusing Based on a proposal by Hylke Bons. Most visible change is the 'File' menu now being more specifically called as 'Image' now as that's what we're talking about in this case. Also the action names were adjusted to be in line with the others. This causes custom toolbars to loose these items on the first start. (bug 614457) data/eog-toolbar.xml | 8 +++---- data/eog-ui.xml | 57 +++++++++++++++++++++++++------------------------- src/eog-window.c | 59 ++++++++++++++++++++++++++-------------------------- 3 files changed, 61 insertions(+), 63 deletions(-) commit 6c3ee0d11b05e8bd40038834999f492ffb22e682 Author: Carles Ferrando <carles.ferrando@gmail.com> Date: Thu Apr 22 22:54:03 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 735 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 416 insertions(+), 319 deletions(-) commit 0d9a230e81c2b33ef0fac744601483c3c5083826 Author: Amitakhya Phukan <aphukan@fedoraproject.org> Date: Thu Apr 22 16:24:58 2010 +0530 Updating Assamese translations. po/as.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cf9e24cd77513db9384c875494ea00d5657a8525 Author: Shankar Prasad <sprasad@git.gnome.org> Date: Thu Apr 22 12:34:46 2010 +0530 Updated Kannada translations po/kn.po | 692 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 398 insertions(+), 294 deletions(-) commit 871c2c2c97bc5bb3ada342c8ef27c310f4d22847 Author: Felix Riemann <friemann@gnome.org> Date: Sun Apr 18 15:42:57 2010 +0200 Add simple printing support for SVGs Use librsvg to draw the SVGs to the cairo context during printing. Should improve print quality quite a bit. Fixes bug 518055. src/eog-print.c | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) commit 1e488a50cfd86c056bc4128a83d50e8b92b373ea Author: Hiroyuki Ikezoe <poincare@ikezoe.net> Date: Sat Apr 10 17:00:48 2010 +0900 Use rsvg_handle_set_base_uri to resolve relative path. (bug 615344) src/eog-image.c | 4 ++++ 1 file changed, 4 insertions(+) commit 21caf5f03041e236157e967bf2c07832b5ba551b Author: Hiroyuki Ikezoe <hiikezoe@gnome.org> Date: Sun Apr 18 14:12:17 2010 +0200 Render SVGs using librsvg when filtering is enabled Redraws scaled SVGs correctly instead of just showing a scaled and filtered pixbuf. Note that depending on the filters used by the image rendering can be quite slow at large zoom factors. Fixes bug 108435. configure.ac | 18 ++++ src/eog-image-private.h | 6 ++ src/eog-image.c | 68 ++++++++++++++- src/eog-image.h | 10 +++ src/eog-scroll-view.c | 226 +++++++++++++++++++++++++++++++++++++++++++----- src/eog-transform.c | 11 +++ src/eog-transform.h | 2 + src/main.c | 6 ++ 8 files changed, 320 insertions(+), 27 deletions(-) commit e89ebc3220f2cab15c998af8891d93c2499afe72 Author: Francisco Diéguez <fran.dieguez@mabishu.com> Date: Sat Apr 17 22:12:54 2010 +0200 Updated Galician translations po/gl.po | 258 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 130 insertions(+), 128 deletions(-) commit d0b25ee106aefd325445ebd755c2ef95ecddeb40 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Apr 17 19:00:52 2010 +0200 Updated Spanish translation po/es.po | 255 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 130 insertions(+), 125 deletions(-) commit a662d6822112fd173b7ce9a803e7e4a593a26b18 Author: Hylke Bons <hylkebons@gmail.com> Date: Sat Apr 17 17:58:12 2010 +0200 Merge smaller SVG variants of eog's logo into a single one-canvas SVG (bug 615356) data/icons/16x16/Makefile.am | 1 - data/icons/16x16/apps/eog.svg | 339 --------- data/icons/22x22/Makefile.am | 1 - data/icons/22x22/apps/eog.svg | 530 -------------- data/icons/32x32/Makefile.am | 1 - data/icons/32x32/apps/eog.svg | 537 --------------- data/icons/scalable/Makefile.am | 5 + data/icons/scalable/apps/eog-onecanvas.svg | 1025 ++++++++++++++++++++++++++++ 8 files changed, 1030 insertions(+), 1409 deletions(-) commit 62ff42f013a17135e12b4f02480bdbaa80cf288b Author: Hylke Bons <hylkebons@gmail.com> Date: Sat Apr 17 16:15:41 2010 +0200 Add 256x256 high resolution app icon This is going to be used by gnome-shell's ALT+TAB switcher for example. (bug 615356) configure.ac | 1 + data/icons/256x256/Makefile.am | 7 +++++++ data/icons/256x256/apps/eog.png | Bin 0 -> 47467 bytes data/icons/Makefile.am | 2 +- 4 files changed, 9 insertions(+), 1 deletion(-) commit e39dae81cbe687bfd10c4c854e4defd871841486 Author: Felix Riemann <friemann@gnome.org> Date: Sat Apr 17 16:08:29 2010 +0200 Add --version command line parameter (bug 615531) src/main.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit 07e1128a516ceea68add62808a7cc4bb9a5d325d Author: Felix Riemann <friemann@gnome.org> Date: Wed Apr 14 21:20:57 2010 +0200 Make silent build more silent eggtypebuiltins were still built verbosely cut-n-paste/toolbar-editor/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d8ab8cb6e4ba80962003b75f2aaa50d17d4ad48a Author: Hylke Bons <hylkebons@gmail.com> Date: Wed Apr 14 20:48:44 2010 +0200 Force-show icons for recent file list in File menu (bug 614405) src/eog-window.c | 1 + 1 file changed, 1 insertion(+) commit cffc41e7b0f255cdaf82052dad83ff1539599fdb Author: Marek Kasik <mkasik@redhat.com> Date: Fri Apr 2 15:00:26 2010 +0200 Embed page setup in the print dialog This patch activates paper size combo and orientation combo in the Page Setup tab in the print dialog. It removes "Page Setup..." from the file menu. It also actualize paper size in Image Settings each time it changes. (bug 614451) data/eog-ui.xml | 1 - src/eog-print-image-setup.c | 31 +++++++++++++++++++++++++++++++ src/eog-print-image-setup.h | 5 +++++ src/eog-print.c | 7 ++++++- src/eog-window.c | 44 +------------------------------------------- 5 files changed, 43 insertions(+), 45 deletions(-) commit 30986c8d4c95ec804c6e93251fa69c3ff371bbe6 Author: Felix Riemann <friemann@gnome.org> Date: Wed Apr 14 20:43:18 2010 +0200 Post-branch version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 55583e9f2cdbe39dbfeb1c09c6c4d2a852342552 Author: Felix Riemann <friemann@gnome.org> Date: Wed Apr 14 20:25:36 2010 +0200 Fix msgfmt errors that prevent branching Mark strings fuzzy that prevent creating a new branch. The affected strings are not used anyway, so there's no impact to users. po/ug.po | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1f519331070f4fc7f2f3f01a54880db18defa8c0 Author: Yannig Marchegay <yannig@marchegay.org> Date: Wed Apr 14 13:54:13 2010 +0200 Occitan translation update po/oc.po | 1 + 1 file changed, 1 insertion(+) commit 7f06d2bd3e0d895fd8b3f8cc4241830a5c31777b Author: Yannig Marchegay <yannig@marchegay.org> Date: Wed Apr 14 13:53:27 2010 +0200 Occitan translation update po/oc.po | 3 +++ 1 file changed, 3 insertions(+) commit 88bace02ff11500600088264e6df7703a1ed9d39 Author: Yannig Marchegay <yannig@marchegay.org> Date: Wed Apr 14 13:51:59 2010 +0200 Occitan translation update po/oc.po | 1000 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 619 insertions(+), 381 deletions(-) commit 3e60de77b38ad35fed4336666af3b12e6532d1ca Author: Ani Peter <apeter@redhat.com> Date: Wed Apr 14 14:57:56 2010 +0530 Updated Malayalam Translation po/ml.po | 687 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 410 insertions(+), 277 deletions(-) commit 6ba8f5bc495dd2da1edac7447149c20018df10f8 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 13 23:57:44 2010 +0200 Fix typo preventing build with libjpeg-6 jpegutils/transupp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f9ee2fc69f19b864af3e3eadfed005a7d31c52a9 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 13 23:16:29 2010 +0200 Update to latest git.mk from Pango git.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit a9fda91a1482ba9efb99e439ead89fe0972f032e Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 13 23:06:39 2010 +0200 Ship header forgotten in last commit Forgot to add this header with commit 620ee28f. jpegutils/jpegint-8a.h | 407 +++++++++++++++++++++++++++++++++++++++++++++++++ jpegutils/jpegint.h | 7 + 2 files changed, 414 insertions(+) commit 620ee28f8896e7a195c0a6169abd251d9e82da25 Author: Felix Riemann <friemann@gnome.org> Date: Tue Apr 13 22:55:06 2010 +0200 Fix lossless JPEG rotation when using libjpeg-8 This is mostly a port of the corresponding patch for gThumb by Paolo Bacchilega (bug 612809). Since it's needed by the newer transupp we also ship the internal jpegint.h header as done by digiKam to workaround distros that do not ship it by default. Fixes bug 615387. configure.ac | 17 + jpegutils/Makefile.am | 15 +- jpegutils/{README => README.6b} | 0 jpegutils/README.8a | 325 +++++++ jpegutils/{transupp.c => transupp-6b.c} | 2 +- jpegutils/{transupp.h => transupp-6b.h} | 0 jpegutils/transupp-8a.c | 1609 +++++++++++++++++++++++++++++++ jpegutils/transupp-8a.h | 215 +++++ jpegutils/transupp.h | 162 +--- src/eog-image-jpeg.c | 5 +- 10 files changed, 2189 insertions(+), 161 deletions(-) commit 9c1de12ccb106a54d8555281155a800725244d1c Author: Runa Bhattacharjee <runab@redhat.com> Date: Tue Apr 13 12:27:06 2010 +0530 Typos corrected po/bn_IN.po | 42 +++++++----------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) commit 9b2d8c5d186e2c7b1379b11c92ce2245b1669867 Author: Runa Bhattacharjee <runab@redhat.com> Date: Tue Apr 13 12:05:39 2010 +0530 Typos corrected po/bn_IN.po | 702 ++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 424 insertions(+), 278 deletions(-) commit 9cd3607bb481ed0e16c6f9dd2a89fb2f1b53dfc7 Author: Sandeep Shedmake <sshedmak@redhat.com> Date: Tue Apr 13 09:49:49 2010 +0530 Updated Marathi Translations po/mr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 9698c9de5c7b9a6219d0a97da38b9972400c8700 Author: Žygimantas Beručka <zygis@gnome.org> Date: Sat Apr 10 21:55:21 2010 +0300 Updated Lithuanian translation po/lt.po | 96 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 46 insertions(+), 50 deletions(-) commit 5777a486416cd63fb4dc78ea0d2d8426c97c24a5 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Tue Apr 6 14:16:39 2010 +0700 Updated Thai translation. po/th.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 16ebac9877c836a44d5145d2e1b7fca455409e6d Author: Anita Reitere <nitalynx@gmail.com> Date: Mon Apr 5 18:11:37 2010 +0300 Updated Latvian translation. po/lv.po | 773 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 466 insertions(+), 307 deletions(-) commit 77aa9d1900538d8eee3a62d736cb0433316877f3 Author: Jordi Serratosa <jordis.lists@gmail.com> Date: Thu Apr 1 21:45:45 2010 +0200 Fixes to Catalan translation po/ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 021b9aa48630eae14e10eb8a10d9ad3f155bc645 Author: krishnababu k <kkrothap@redhat.ocm> Date: Thu Apr 1 19:05:18 2010 +0530 Updated Telugu Translations po/te.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c75691b3c0a50049bbe66ddae34711eedefb45e Author: Sandeep Shedmake <sshedmak@redhat.com> Date: Thu Apr 1 18:20:59 2010 +0530 Updated Marathi Translations po/mr.po | 295 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 163 insertions(+), 132 deletions(-) commit 8190fd06910e70506ff8a7287c43267f3ac9a415 Author: krishnababu k <kkrothap@redhat.ocm> Date: Thu Apr 1 18:04:11 2010 +0530 Updated Telugu Translations po/te.po | 680 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 409 insertions(+), 271 deletions(-) commit 98672a01280338078ac5a06a9b66663c99470bef Author: Wouter Bolsterlee <wbolster@gnome.org> Date: Wed Mar 31 19:49:12 2010 +0200 Dutch translation updated by Wouter Bolsterlee po/nl.po | 1109 +++++++++++++++++++++++++------------------------------------- 1 file changed, 444 insertions(+), 665 deletions(-) commit 62c8626fd1da1a652e2e4f802d1cfe000d732610 Author: Felix Riemann <friemann@gnome.org> Date: Mon Mar 29 23:52:53 2010 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 15a2915dad0f88cf4097d062bd0dfd32153c1652 Author: Felix Riemann <friemann@gnome.org> Date: Mon Mar 29 23:51:21 2010 +0200 Update for 2.30.0 NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) commit 8d0ac7f2d3573121ff81a702904b6b6e1521b07d Author: Jamil Ahmed <itsjamil@gmail.com> Date: Sun Mar 28 15:38:20 2010 +0600 Updated Bengali translation po/bn.po | 107 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 53 insertions(+), 54 deletions(-) commit 41de56165b6af3c4cde53dd8ddc3bbe0ae6af95e Author: Kenneth Nielsen <k.nielsen81@gmail.com> Date: Sun Mar 28 10:52:01 2010 +0200 Updated Danish translation po/da.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit 0811afe631135a9eb40a7889bf053b51c0bcd261 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Sat Mar 27 16:01:43 2010 +0100 Updated Basque language po/eu.po | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit bba51ad1dda283a90d8bbc47cb01c8d389670efc Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Sat Mar 27 15:38:41 2010 +0100 Updated Basque language po/eu.po | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) commit 0927cc788169cf8a753f279d7dc2e0a6fd164a18 Author: Jamil Ahmed <itsjamil@gmail.com> Date: Sat Mar 27 19:45:31 2010 +0600 Updated Bengali translation po/bn.po | 565 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 297 insertions(+), 268 deletions(-) commit c1bbba508a128b2e9b06f6f7467813c54f3f062d Author: Maxim V. Dziumanenko <dziumanenko@gmail.com> Date: Fri Mar 26 13:35:23 2010 +0200 Updated Ukrainian translation po/uk.po | 300 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 140 insertions(+), 160 deletions(-) commit 065056f7bf922cef925337721531840b36c3196d Author: Sweta Kothari <swkothar@redhat.com> Date: Wed Mar 24 17:32:40 2010 +0530 Updated Gujarati Translations po/gu.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit b7705afb0d677db872d17df87ac2101099528111 Author: Sweta Kothari <swkothar@redhat.com> Date: Wed Mar 24 17:20:44 2010 +0530 Updated Gujarati Translations po/gu.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 6cbfd5bcb6ea7f104c51c8f0b945aefb8722fd6e Author: Gintautas Miliauskas <gintautas@miliauskas.lt> Date: Tue Mar 23 20:32:46 2010 +0200 Updated Lithuanian translation. po/lt.po | 613 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 357 insertions(+), 256 deletions(-) commit a368826009d3dc4ab347499c02261e7228065ee7 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Mon Mar 22 17:38:01 2010 +0100 Updated Basque language po/eu.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8b86f7e805a20d59d82e2bc5217fcd330644b062 Author: Mattias Põldaru <mahfiaz gmail com> Date: Mon Mar 22 15:57:26 2010 +0200 Estonian translation updated po/et.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 639326a268634b35d05bf692f8e021daa3524ae0 Author: Gianvito Cavasoli <gianvito@gmx.it> Date: Fri Mar 19 23:46:59 2010 +0100 Updated Italian translation po/it.po | 611 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 329 insertions(+), 282 deletions(-) commit c35c7592fab25c687fada80c97180dc424bdce0a Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Thu Mar 18 00:27:35 2010 +0000 Updated Portuguese translation po/pt.po | 665 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 376 insertions(+), 289 deletions(-) commit 76157831fc26b4c0d1c4abc9acdc91fcf029a9aa Author: A S Alam <aalam@users.sf.net> Date: Mon Mar 15 07:25:01 2010 +0530 updating for Punjabi by A S Alam po/pa.po | 642 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 386 insertions(+), 256 deletions(-) commit 26159767eb5c3a58bbde1844884931bcf8da220b Author: Kenneth Nielsen <k.nielsen81@gmail.com> Date: Mon Mar 15 00:10:57 2010 +0100 Updated Danish translation po/da.po | 623 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 358 insertions(+), 265 deletions(-) commit 625824fc09130ffa06cf245329a00c5fb3e0174e Author: Changwoo Ryu <cwryu@debian.org> Date: Sun Mar 14 03:32:06 2010 +0900 Updated Korean translation po/ko.po | 642 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 372 insertions(+), 270 deletions(-) commit 6c3c76d6c3a0f097ea0f4fa005d97e98e70a8524 Author: Daniel Nylander <po@danielnylander.se> Date: Sat Mar 13 12:30:17 2010 +0100 Updated Swedish translation po/sv.po | 288 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 150 insertions(+), 138 deletions(-) commit daaa858441dbd8295b88713c3ebc8db64056ff8f Author: Gil Forcada <gforcada@gnome.org> Date: Wed Mar 10 15:07:46 2010 +0100 Updated Catalan translation po/ca.po | 651 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 359 insertions(+), 292 deletions(-) commit 37f2b2524e586dc4444c28b46861cb70c3be0abd Author: Tommi Vainikainen <thv@iki.fi> Date: Wed Mar 10 15:45:58 2010 +0200 Updated Finnish translation po/fi.po | 698 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 387 insertions(+), 311 deletions(-) commit d025360cfe9592459b675f2922a90d50c4ead66e Author: Felix Riemann <friemann@gnome.org> Date: Sun Mar 7 20:51:47 2010 +0100 Mark EogCloseConfirmationDialog's functions as internal src/eog-close-confirmation-dialog.h | 7 +++++++ 1 file changed, 7 insertions(+) commit cef2bbf0efc316b75ce7f4d06f860d07ff087c7f Author: Miloš Popović <mpopovic@src.gnome.org> Date: Sun Mar 7 17:12:32 2010 +0100 Updated Serbian translations po/sr.po | 707 ++++++++++++++++++++++++++++++++++----------------------- po/sr@latin.po | 707 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 856 insertions(+), 558 deletions(-) commit 0f95dbe9387eecdda26379c2bc21f03d9801c5e4 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Mar 6 21:46:41 2010 +0100 Updated Hungarian translation po/hu.po | 594 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 323 insertions(+), 271 deletions(-) commit ec9a39d0ff355dd57a727688cde2bc37e240b6e1 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Sat Mar 6 11:14:14 2010 +0100 Updated Basque language po/eu.po | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) commit 2d7ca03c6cfe212a44e5b2576ee7c9baa6167dcb Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Fri Mar 5 09:08:16 2010 +0100 Updated Basque language po/eu.po | 598 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 334 insertions(+), 264 deletions(-) commit 314329487bdc2c39f0b791508250a97c4f8ee8de Author: Claude Paroz <claude@2xlibre.net> Date: Sun Feb 28 22:42:40 2010 +0100 Updated French translation po/fr.po | 270 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 144 insertions(+), 126 deletions(-) commit 0088c6e56a3fdf14f4578dad9720261245cdf16c Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> Date: Sun Feb 28 21:59:51 2010 +0900 Updated Japanese translation. Original update by Hideki Yamane (Debian-JP). http://l10n.gnome.org/vertimus/eog/master/po/ja Merged bug report by SUGITA Toshinori. https://bugzilla.gnome.org/show_bug.cgi?id=611279 po/ja.po | 771 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 473 insertions(+), 298 deletions(-) commit 2e3c931c31993cb51ee35b67cfebd0bf12d127e2 Author: Piotr Drąg <piotrdrag@gmail.com> Date: Sat Feb 27 14:43:14 2010 +0100 Updated Polish translation po/pl.po | 634 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 352 insertions(+), 282 deletions(-) commit 08b05b059971697e527544637878e3eed03f0804 Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Sat Feb 27 20:23:04 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 13 ++++++------- po/zh_TW.po | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) commit f80cb854f215a2cc59782337fc6bea35b1a384b8 Author: Liel Fridman <lielft@gmail.com> Date: Sat Feb 27 00:09:19 2010 +0200 Updated Hebrew translation po/he.po | 582 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 306 insertions(+), 276 deletions(-) commit 965770938bf0681ba4f89a4800756731c43fcdd8 Author: Thanos Lefteris <alefteris@gmail.com> Date: Thu Feb 25 00:40:52 2010 +0200 Updated Greek translation po/el.po | 712 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 425 insertions(+), 287 deletions(-) commit 4cbf235122ebed0ba4247a8e8aeec7341efaf859 Author: Bruce Cowan <bcowan@fastmail.co.uk> Date: Wed Feb 24 14:05:30 2010 +0000 Updated British English translation po/en_GB.po | 550 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 293 insertions(+), 257 deletions(-) commit d4b79c16b4c31a8aab1d52f189a6127b2ee642a4 Author: Alexander Shopov <ash@contact.bg> Date: Tue Feb 23 08:59:56 2010 +0200 Updated Bulgarian translation po/bg.po | 242 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 131 insertions(+), 111 deletions(-) commit 84fe63eaffc954d996fba99a6ad4c2a17254d668 Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 22 23:36:26 2010 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ba50484d88a1b791aa1d49507742b2de01483db9 Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 22 23:28:02 2010 +0100 Prepare for release 2.29.91 NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) commit b50cd2f99d948bc94fed9d58a21b3a3d25fe1612 Author: Felix Riemann <friemann@gnome.org> Date: Fri Feb 12 17:41:33 2010 +0100 Explicitly link to libX11 Explicitly links eog to libX11 if necessary. Should fix linker errors using non-recursive linkers. Includes fallback for X11 distributions without pkg-config support. Fixes bug #609184. configure.ac | 24 ++++++++++++++++++++++++ cut-n-paste/totem-screensaver/Makefile.am | 3 +++ src/Makefile.am | 9 ++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) commit ef29f7cd409e8f0708196c7eef7beff7b6df9dbd Author: Maciej Piechotka <uzytkownik2@gmail.com> Date: Mon Feb 22 23:03:26 2010 +0100 Fix missing stdlib.h includes Fixes build failures and warnings with more strict compiler settings. See bug#610692. src/eog-scroll-view.c | 1 + src/eog-thumb-view.c | 1 + 2 files changed, 2 insertions(+) commit a331097b8ea87868b6c5c4ad0f7ec064d7dc5035 Author: Amitakhya Phukan <aphukan@fedoraproject.org> Date: Mon Feb 22 17:17:24 2010 +0530 Updated Assamese translations po/as.po | 709 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 368 insertions(+), 341 deletions(-) commit 1322905ee44d07312bbd994bb5e344acdb353b13 Author: Leonid Kanter <leon@asplinux.ru> Date: Sun Feb 21 17:54:18 2010 +0200 Updated Russian translation from Alexander Saprykin po/ru.po | 637 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 356 insertions(+), 281 deletions(-) commit 3599e0635c415bcff33514e4cf77069eba6bddcc Author: vasudeven <agnihot3@gmail.com> Date: Thu Feb 18 08:39:16 2010 +0530 updated Tamil translation po/ta.po | 329 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 144 insertions(+), 185 deletions(-) commit 6890308e08c580625f56d6742f9c6dd9478637ef Author: Felix Riemann <friemann@gnome.org> Date: Mon Feb 15 22:19:01 2010 +0100 Fix typos in API comments Spotted by gtk-doc-1.13. src/eog-application.c | 4 ++-- src/eog-print-image-setup.c | 2 +- src/eog-thumb-view.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) commit 5116d814b7d42d33c88cd211f3e0f308d5bec72f Author: Vladimir Melo <vmelo@gnome.org> Date: Sun Feb 14 11:02:51 2010 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 213 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 116 insertions(+), 97 deletions(-) commit 814b952a14400db8c6bead95ae3b9e937efc1b89 Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Date: Sat Feb 13 00:08:50 2010 +0200 Update Romanian translation po/ro.po | 658 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 379 insertions(+), 279 deletions(-) commit cc5d36604d5a90b03a7328f6484c4b7d8de9cf54 Author: Fran Diéguez <frandieguez@ubuntu.com> Date: Fri Feb 12 10:38:35 2010 +0100 Updated Galician Translation po/gl.po | 667 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 370 insertions(+), 297 deletions(-) commit 64156898d4ee346b6ea0c73f66d266f7cb732461 Author: Petr Kovar <pknbe@volny.cz> Date: Thu Feb 11 22:04:16 2010 +0100 Update Czech translation by Adrian Gunis po/cs.po | 585 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 326 insertions(+), 259 deletions(-) commit d4782d40fd43e7ffc3c57588767ad62fbc798ac5 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Thu Feb 11 15:00:39 2010 +0100 Updated Slovenian translation po/sl.po | 272 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 146 insertions(+), 126 deletions(-) commit eab8f052b248faa98b46629d1200d51091badd89 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Feb 10 21:55:31 2010 +0100 Updated Norwegian bokmål translation po/nb.po | 243 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 133 insertions(+), 110 deletions(-) commit 01cfc78d6139ffe49ddc6152294139a93c07b271 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Wed Feb 10 07:55:39 2010 +0100 Updated Spanish translation po/es.po | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) commit 2ef52cd26f3fa035150b037161fb6f6666f6e44a Author: Khaled Hosny <khaledhosny@eglug.org> Date: Wed Feb 10 00:38:35 2010 +0200 Updated Arabic translation po/ar.po | 249 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 134 insertions(+), 115 deletions(-) commit 0b8a7aca612af015fa627a5d1f01b80b2e69623e Author: Felix Riemann <friemann@gnome.org> Date: Tue Feb 9 20:34:44 2010 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 260a5440f50173dbad61a3117a8d4f1c77f8c273 Author: Felix Riemann <friemann@gnome.org> Date: Tue Feb 9 20:27:11 2010 +0100 Prepare for release 2.29.90 We missed 2.29.6 (Oops!), so version number had to be adjusted. NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) commit 6cebe233786101783ae3e649bc3241e9c490ef22 Author: Daniel Macks <dmacks@netspace.org> Date: Mon Feb 8 12:31:07 2010 +0100 Explicitly link to GThread Should fix linker errors related to GThread on systems that don't recursively resolve linked libraries like OS X. See bug #609184. configure.ac | 1 + 1 file changed, 1 insertion(+) commit 2afc8080568c8778e33c0b42475d5a6864662a83 Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Mon Feb 8 14:07:03 2010 +0700 Updated Thai translation. po/th.po | 638 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 362 insertions(+), 276 deletions(-) commit 7b338b986c612593002a87186f3957202769b54a Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> Date: Sun Feb 7 19:57:02 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 628 ++++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 628 ++++++++++++++++++++++++++++++++---------------------------- 2 files changed, 680 insertions(+), 576 deletions(-) commit ab7c60cf183dbe5955eb8f966294cf32a9adda19 Author: Ivar Smolin <okul@linux.ee> Date: Sun Feb 7 12:13:30 2010 +0200 Updating Estonian translation po/et.po | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) commit 8470c2f8232be89a76141047a20a41833d4c8068 Author: Lucas Rocha <lucasr@gnome.org> Date: Sat Feb 6 13:01:46 2010 +0000 [window] Update about dialog with new maintainers src/eog-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0c7fa22735fc0137d416e39eece9676e2dde38db Author: Lucas Rocha <lucasr@gnome.org> Date: Sat Feb 6 12:51:18 2010 +0000 MAINTAINERS: maintainers are now Claudio and Felix Thanks for all the good work guys! MAINTAINERS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 444e57447fd1c7e5d738950743f547cb41c65a90 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Fri Feb 5 20:18:55 2010 +0100 Updated Spanish translation po/es.po | 321 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 141 insertions(+), 180 deletions(-) commit 19e1f0dde875863c819ecd8eec3d7c46e559a6d7 Author: Felix Riemann <friemann@gnome.org> Date: Fri Feb 5 18:39:27 2010 +0100 Updated German translation po/de.po | 241 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 132 insertions(+), 109 deletions(-) commit f2de185ed25c03d2bf1f60d7311448b26f7ee027 Author: Felix Riemann <friemann@gnome.org> Date: Fri Feb 5 16:06:11 2010 +0100 Cleanup random image patch This adds a mnemonic to the random image menu entry and actually makes it visible in the application. It also removes the short label of the action as it can't be used in the toolbar for now anyway since we don't have a fitting icon. data/eog-ui.xml | 2 ++ src/eog-window.c | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) commit 9221716bc34aa8cf78293b89160920260018fe48 Author: Quinten Lansu <knight666@gmail.com> Date: Fri Feb 5 15:54:05 2010 +0100 Make it possible to select a random image from the collection This allows the user to crawl randomly through his collection. Patch posted to eog-list: http://mail.gnome.org/archives/eog-list/2009-December/msg00003.html src/eog-thumb-view.c | 9 +++++++++ src/eog-thumb-view.h | 3 ++- src/eog-window.c | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) commit f71a40269ae3b3ec3400e4d5352c064a6a7ffed5 Author: Felix Riemann <friemann@gnome.org> Date: Fri Feb 5 15:29:17 2010 +0100 Ask before showing Appearance capplet after setting wallpaper This displays an info bar asking if the user actually wants to edit the style of his wallpaper. The info bar is hidden either by answering it or by selecting the next image. Confirming the question still opens the Appearance capplet as before. Fixes bug #606935. src/eog-window.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 6 deletions(-) commit 20400bfe00c20e4efb1b18eef714007b376b27f1 Author: Felix Riemann <friemann@gnome.org> Date: Thu Feb 4 19:19:15 2010 +0100 Sync screensaver code with latest upstream Import latest screensaver inhibitor code from Totem's trunk. Keep our local modifications mostly alive for now. cut-n-paste/totem-screensaver/totem-scrsaver.c | 91 ++++++++++++++++++-------- cut-n-paste/totem-screensaver/totem-scrsaver.h | 6 +- 2 files changed, 67 insertions(+), 30 deletions(-) commit 1ec9b08149e7dce8fed82c67542fda2446809a29 Author: Michel Recondo <michel@recondo.com.br> Date: Thu Feb 4 10:33:14 2010 -0300 Updated Brazilian Portuguese Translation po/pt_BR.po | 588 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 319 insertions(+), 269 deletions(-) commit b6aa6dd2209b09850a03bde1765e059b432eb6ed Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 29 21:37:54 2010 +0100 Make EogWindow GSEAL-compatible as far as possible There are some GTK_WIDGET_REALIZED calls left for which there's no replacement yet in GTK+. src/eog-window.c | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) commit d7a07bd0985e9540f869ebdfc6b4a950828c1df4 Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 29 21:15:14 2010 +0100 Make EogPluginManager GSEAL-compatible src/eog-plugin-manager.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit b5cacd8f5c843053b204064eba9ab6a828490b00 Author: Alexander Shopov <ash@contact.bg> Date: Thu Jan 28 09:06:47 2010 +0200 Updated Bulgarian translation po/bg.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3a415fd073421c26a5e49b36d7cb6d10c54bdfbf Author: Krasimir Chonov <mk2616@abv.bg> Date: Thu Jan 28 09:00:52 2010 +0200 Updated Bulgarian translation po/bg.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 5daf0a0939c9d7ce4d7f3e1ad5e2e35cbdeec458 Author: Krasimir Chonov <mk2616@abv.bg> Date: Thu Jan 28 09:00:52 2010 +0200 Updated Bulgarian translation po/bg.po | 538 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 287 insertions(+), 251 deletions(-) commit 41d7aa05eb230a9019ea252a29b1d6f526358288 Author: Ivar Smolin <okul@linux.ee> Date: Wed Jan 27 18:23:45 2010 +0200 Updating Estonian translation po/et.po | 238 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 126 insertions(+), 112 deletions(-) commit 0bd003034f58093eff92037a78fd484005110301 Author: Jamil Ahmed <itsjamil@gmail.com> Date: Wed Jan 27 20:05:41 2010 +0600 Updated Bengali translation po/bn.po | 876 ++++++++++++++++----------------------------------------------- 1 file changed, 220 insertions(+), 656 deletions(-) commit 456b121b4f75889ec58f70a72d8b18908a76d4e8 Author: Sweta Kothari <swkothar@redhat.com> Date: Mon Jan 25 15:13:41 2010 +0530 Updated Gujarati Translations po/gu.po | 302 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 161 insertions(+), 141 deletions(-) commit 405a7483a5073c730c32678ae58b8900fce5e0e0 Author: Aron Xu <aronxu@gnome.org> Date: Sun Jan 24 15:33:10 2010 +0800 Update Simplified Chinese translation. po/zh_CN.po | 579 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 282 insertions(+), 297 deletions(-) commit a81e4600e1d64609d5afd754ad4cb27097271b64 Author: vasudeven <agnihot3@gmail.com> Date: Sun Jan 24 09:38:13 2010 +0530 updated Tamil translation po/ta.po | 600 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 354 insertions(+), 246 deletions(-) commit 04dbab668c78e251fe66f112d63ab68a9ed4694a Author: Jamil Ahmed <itsjamil@gmail.com> Date: Fri Jan 22 02:42:56 2010 +0600 Updated Bengali translation po/bn.po | 2379 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1798 insertions(+), 581 deletions(-) commit f46f50c88f6cff3b46643bd33eea3807c2c0c819 Author: Christian.Kirbach <Christian.Kirbach@googlemail.com> Date: Wed Jan 20 13:52:33 2010 +0100 Updated German translation po/de.po | 594 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 324 insertions(+), 270 deletions(-) commit 5d2fa608fc2ba92d4f12dab69d754c7d3ff969c0 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Jan 19 14:15:31 2010 +0100 Updated Norwegian bokmål translation po/nb.po | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) commit 35e354e9530e1915c0bca0653af378788c2369a7 Author: Felix Riemann <friemann@gnome.org> Date: Sun Jan 17 13:58:55 2010 +0100 Make EogCloseConfirmationDialog GSEAL-compatible src/eog-close-confirmation-dialog.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) commit 1fb61f05ff2a59e3bb579b8731c263c4308ca722 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Jan 15 19:29:03 2010 +0100 Updated Slovenian translation po/sl.po | 624 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 316 insertions(+), 308 deletions(-) commit ac6f518e1870af98dc47389d695f7773debe3dda Author: Felix Riemann <friemann@gnome.org> Date: Wed Jan 13 22:15:14 2010 +0100 Make EogPrintPreview GSEAL-compatible src/eog-print-preview.c | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) commit f0837c4a76e5c95a140776e4421b3e094c306024 Author: Felix Riemann <friemann@gnome.org> Date: Wed Jan 13 19:53:48 2010 +0100 Make EogSidebar GSEAL-compatible src/eog-sidebar.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 327f1b3c20e46bce6dfdb2a4b7f6a8daf7191593 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Jan 13 19:10:14 2010 +0100 Updated Norwegian bokmål translation po/nb.po | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) commit 574cd7d56ce64f49e0904fde5cfe2e9a9795e99a Author: Khaled Hosny <khaledhosny@eglug.org> Date: Tue Jan 12 16:03:56 2010 +0200 Updated Arabic translation po/ar.po | 541 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 278 insertions(+), 263 deletions(-) commit 59a9cf3289fcd5fe84091ddf841de344ded340bd Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 11 23:40:44 2010 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 805e461b8874006a221890847ab79d38c41d28bf Author: Felix Riemann <friemann@gnome.org> Date: Mon Jan 11 23:37:25 2010 +0100 Prepare for release 2.29.5 NEWS | 30 ++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) commit 15cc51ef3ab524025611e7e4dcfee78450efad6d Author: Maxim V. Dziumanenko <dziumanenko@gmail.com> Date: Sun Jan 10 16:09:02 2010 +0200 Update Ukrainian translation help/uk/uk.po | 214 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 109 insertions(+), 105 deletions(-) commit e9ab49afe4efe94e54b8302136f92226fa4db6c1 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jan 9 23:49:58 2010 +0100 Improve compatibility with GSEALed GtkWidget First steps to GSEAL-compatibility of eog's "core". Handles some GtkWidget-related seals. src/eog-error-message-area.c | 4 ++-- src/eog-plugin-manager.c | 5 ++-- src/eog-print-preview.c | 18 ++++++++------- src/eog-properties-dialog.c | 10 ++++---- src/eog-scroll-view.c | 55 ++++++++++++++++++++++---------------------- src/eog-sidebar.c | 4 ++-- src/eog-window.c | 29 ++++++++++++----------- 7 files changed, 65 insertions(+), 60 deletions(-) commit 9533661e753a77e19716ae7a791ef66739cb08ed Author: Daniel Nylander <po@danielnylander.se> Date: Sat Jan 9 17:58:44 2010 +0100 Updated Swedish translation po/sv.po | 606 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 326 insertions(+), 280 deletions(-) commit 8cc898563d13b185f60c4d2c36eedfa7aff55307 Author: Felix Riemann <friemann@gnome.org> Date: Sat Jan 9 00:11:53 2010 +0100 Fix critical warning We called eog_is_animation() in a location where it was possible the passed image wasn't set. src/eog-scroll-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 238a42350bd066686aee46f72a3017862b493d2f Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 8 22:24:34 2010 +0100 Remove EogMessageArea from the API docs doc/reference/eog-docs.sgml.in | 1 - doc/reference/eog-sections.txt | 24 ------------------------ 2 files changed, 25 deletions(-) commit b0c6f3dfb537a8f855c268f91a788eaf5ce7bdba Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 8 22:21:23 2010 +0100 Remove now unneeded EogMessageArea widget bindings/python/eog.defs | 112 -------- bindings/python/eog.override | 1 - src/Makefile.am | 2 - src/eog-error-message-area.c | 1 - src/eog-message-area.c | 636 ------------------------------------------- src/eog-message-area.h | 99 ------- src/eog-window.c | 3 +- 7 files changed, 1 insertion(+), 853 deletions(-) commit cdcf54b123c3f2ac9274dfe9cd0559909b42b320 Author: Felix Riemann <friemann@gnome.org> Date: Fri Jan 8 22:06:56 2010 +0100 Use GtkInfoBar instead of our custom message area widget GTK+ ships with the GtkInfoBar message area widget since version 2.18. Use that instead of our own copy of gedit's widget which was also the base for GtkInfoBar. src/eog-error-message-area.c | 24 +++++++++++++----------- src/eog-window.c | 4 ++-- 2 files changed, 15 insertions(+), 13 deletions(-) commit 8024648adaa4cf059e023909731e82838385abba Author: Claude Paroz <claude@2xlibre.net> Date: Thu Jan 7 22:35:24 2010 +0100 Updated French translation Contributed by Laurent Coudeur and Claude Paroz po/fr.po | 553 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 290 insertions(+), 263 deletions(-) commit be03516a57f0456636223e1b42af0969e0913a19 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Wed Jan 6 16:00:32 2010 +0100 Updated Spanish translation po/es.po | 585 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 328 insertions(+), 257 deletions(-) commit b9f70011788a7394df8b5503357bd65377119912 Author: Maxim V. Dziumanenko <dziumanenko@gmail.com> Date: Tue Jan 5 18:15:34 2010 +0200 Update Ukrainian translation po/uk.po | 601 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 339 insertions(+), 262 deletions(-) commit a15dd42053d5ef43495da747321ddbebd080d2fd Author: Kjartan Maraas <kmaraas@gnome.org> Date: Tue Jan 5 16:09:20 2010 +0100 Updated Norwegian bokmål translation. po/nb.po | 479 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 243 insertions(+), 236 deletions(-) commit 36f6627b43776776b199a109ab982996b8d12905 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 1 14:02:35 2010 +0000 Remove Pango markup from translatable strings where possible Use GtkBuilder attributes on labels instead. Fixes bug #605852. data/eog-image-properties-dialog.ui | 120 ++++++++++++++++++++++++------------ data/eog-multiple-save-as-dialog.ui | 30 ++++++--- data/eog-preferences-dialog.ui | 24 +++++--- 3 files changed, 118 insertions(+), 56 deletions(-) commit 7dd5435f7640a9bdeced67f4a6f66c90327eb18a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 1 13:54:30 2010 +0000 Miscellaneous string fixes Various string fixes, including capitalisation, punctuation and terminology fixes. Proper Unicode ellipsis characters have been introduced, as well as proper multiplication symbols. Fixes bug #605851. data/eog.schemas.in | 29 ++++++++++++++--------------- src/eog-print-image-setup.c | 2 +- src/eog-window.c | 16 ++++++++-------- src/main.c | 4 ++-- 4 files changed, 25 insertions(+), 26 deletions(-) commit ae756b809595a96bf687436a0e2aa3a754d856bf Author: Philip Withnall <philip@tecnocode.co.uk> Date: Fri Jan 1 13:47:26 2010 +0000 Updated British English translation po/en_GB.po | 349 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 204 insertions(+), 145 deletions(-) commit 34fec6b71cead8ab09ca2ebc4d16d79acbbcc803 Author: Felix Riemann <friemann@gnome.org> Date: Wed Dec 30 19:55:02 2009 +0100 Reuse the last path used for Save As in the single-file Save As dialog If the path that was last used for Save As is still existing reuse it the next time. If it's not or it's the first Save As operation of the session the old behaviour (using the source path) is applied. Fixes bug #604230. src/eog-window.c | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) commit 7f76e382a911f71a8e834f2c4bf74570b8ca9c9a Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Date: Thu Dec 24 12:50:00 2009 +0700 po/vi.po: Updated Vietnamese translation po/vi.po | 545 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 341 insertions(+), 204 deletions(-) commit acae4185ff648807f0f4a638eaf057d389f75130 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Wed Dec 16 12:22:04 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 3e31c95abb26cd780aacc3c296a95023b05824c8 Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de> Date: Mon Dec 14 01:44:12 2009 +0100 Updated LowGerman translation po/nds.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8d0bae91544599515da8222d4ddd92732eb05085 Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de> Date: Mon Dec 14 01:35:35 2009 +0100 Added LowGerman translation po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 802d7e5d8f8c94d3f60afe1428eea237d4ff1748 Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de> Date: Mon Dec 14 01:35:28 2009 +0100 Added LowGerman translation po/nds.po | 1343 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1343 insertions(+) commit f4766644dd558a1c5c6a149226a4ab3d4c81796b Author: Felix Riemann <friemann@gnome.org> Date: Sun Dec 13 11:53:01 2009 +0100 Fix compiler warning src/eog-close-confirmation-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3793023b1bb6ec41890f7c84c488370cc1a1c655 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Tue Dec 8 17:58:05 2009 +0100 Updated Spanish translation, fixed typo po/es.po | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit 96f98ee67b782e907cbdf1917bf76568edf5182e Author: Yair Hershkovitz <yairhr@gmail.com> Date: Sun Dec 6 08:52:03 2009 +0200 Updated Hebrew translation po/he.po | 352 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 204 insertions(+), 148 deletions(-) commit 996fd335c7c4450216658afa6f9bc02cdaebfc5c Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Dec 4 21:50:37 2009 +0100 Updated Norwegian bokmål translation. po/nb.po | 278 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 147 insertions(+), 131 deletions(-) commit 453ec626bb9af69482c3cf9c3ac8668764a72016 Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 1 13:48:40 2009 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3f8d698bebc1899cc61fd232044a41b2051977a9 Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 1 13:42:38 2009 +0100 Update for 2.29.3 NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) commit a84ad69aac7ac4c9274037bfc8968c455590dfd4 Author: Felix Riemann <friemann@gnome.org> Date: Tue Dec 1 13:26:23 2009 +0100 Avoid warnings in CloseConfirmDlg when thumbs are not loaded This is merely a workaround until we find the real fix. This avoids the warnings when some thumbnails of changed images are not loaded (e.g. because the collection is hidden). Instead a generic icon is shown. src/eog-close-confirmation-dialog.c | 46 +++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 5 deletions(-) commit 74268d4bac49d5c15268c9375f8b853e5b860df6 Author: Tao Wei <weitao1979@gmail.com> Date: Mon Nov 30 16:42:24 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 250 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 127 insertions(+), 123 deletions(-) commit 8cbf69edca2c35c7ac81f150b6cb2c9653498cd2 Author: Felix Riemann <friemann@gnome.org> Date: Fri Nov 27 21:33:23 2009 +0100 Remove unneeded variable The variable 'next_state' was a lost carry-on from the JPEG reader, which was the base for the PNG reader. It was never used here and was even faulty in one case. 'chunk_len' was likely used during initial development of the PNG reader but was never in the final version. src/eog-metadata-reader-png.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit 17d4f73537c4b3792b693cc643c50b0fd7544510 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Thu Nov 26 07:49:32 2009 +0200 Updated Arabic translation po/ar.po | 263 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 150 insertions(+), 113 deletions(-) commit 659403e321ef02fca024342773042c96300a16d6 Author: Felix Riemann <friemann@gnome.org> Date: Sun Nov 22 12:32:59 2009 +0100 Raise gtk+ dependency to 2.17.5 This version is needed for commit d6b1a635 due to the accessor to the activatable property of the ToggleCellRenderer. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d6b1a6351ccb2e87ecdbfb071120247bfc79b79b Author: Felix Riemann <friemann@gnome.org> Date: Sun Nov 22 12:23:51 2009 +0100 Add func to get the close confirmation dialog in an insensitive state This state is special therein that it is not making the whole dialog insensitive, but only the buttons and the checkbox column in the treeview. That way the main window doesn't need to be made insensitive during saving to avoid interaction. Alltogether this should improve the situation visually quite a bit. src/eog-close-confirmation-dialog.c | 18 +++++++++++++++++- src/eog-close-confirmation-dialog.h | 1 + src/eog-window.c | 3 +-- 3 files changed, 19 insertions(+), 3 deletions(-) commit aca371d4aafafc3290a770a29516bbf95f9c256e Author: Ivar Smolin <okul@linux.ee> Date: Sun Nov 22 12:17:14 2009 +0200 Updating Estonian translation po/et.po | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) commit 206d79cd0d8c0dabc907dd9e1c3aab39e6a3ab13 Author: Aron Xu <aronxu@gnome.org> Date: Sat Nov 21 20:50:26 2009 +0800 Correct a typo po/zh_CN.po | 457 ++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 291 insertions(+), 166 deletions(-) commit 71b38a132362e79581a86aa68d8d0d1ce7492411 Author: Felix Riemann <friemann@gnome.org> Date: Tue Nov 17 21:36:43 2009 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 51226113da011a49faa56516c4ea95cddd0a533d Author: Felix Riemann <friemann@gnome.org> Date: Tue Nov 17 21:26:21 2009 +0100 Update for release 2.29.2 NEWS | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) commit 478928adeb7b49506cac094014ffdd6d1b119324 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Tue Nov 17 08:28:03 2009 +0100 Updated Slovenian translation po/sl.po | 335 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 185 insertions(+), 150 deletions(-) commit 2acd79bddaf91bf39b01a80821dc7ee1c64dcb49 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sun Nov 15 23:03:07 2009 +0100 Updated Spanish translation po/es.po | 264 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 152 insertions(+), 112 deletions(-) commit 295675deeaf0506c38190e9d4e8f95ece9cf0f8f Author: Felix Riemann <friemann@gnome.org> Date: Sun Nov 15 21:18:11 2009 +0100 Keep the dialog alive during saving to lock the main window Make both window and dialog insensitive to avoid any further change to the images during longer save operations. src/eog-window.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 90f583ced89d53c851edd29acf6316c96fb8d660 Author: Felix Riemann <friemann@gnome.org> Date: Sun Nov 15 21:03:44 2009 +0100 Reword save confirm dialog and hook it into intltool Makes the secondary labels sound a bit less dramatic. po/POTFILES.in | 1 + src/eog-close-confirmation-dialog.c | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) commit b53f8c99ea0a3265e746a0711449dd8b2720170b Author: Felix Riemann <friemann@gnome.org> Date: Sun Nov 15 20:52:39 2009 +0100 Update copyright year in the save conirmation dialog sources src/eog-close-confirmation-dialog.c | 2 +- src/eog-close-confirmation-dialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c7e758832bc1db897c01cce32e04735c01b879ae Author: Marcus Carlson <marcus@mejlamej.nu> Date: Sun Nov 15 20:50:11 2009 +0100 Add dialog asking wheter to save changes on exit The dialog used is based on the one used by gedit. It allows to decide for every changed image. Fixes bgo#322243. src/Makefile.am | 2 + src/eog-close-confirmation-dialog.c | 648 ++++++++++++++++++++++++++++++++++++ src/eog-close-confirmation-dialog.h | 71 ++++ src/eog-window.c | 152 ++++++++- 4 files changed, 863 insertions(+), 10 deletions(-) commit 62f1a9c1a05208cf28f9c26f248d15883e6dc8fd Author: Sebastien Bacher <seb128@ubuntu.com> Date: Sun Nov 15 20:20:49 2009 +0100 Don't use LOCALMODLIBS in configure LOCALMODLIBS is supposed to be used only when linking the interpreter. Fixes build problems with certain python configs and bgo#600893. configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 380767cac05ec7c994621c7a7441bd942aa1eb55 Author: Antón Méixome <meixome@mancomun.org> Date: Fri Nov 13 11:23:54 2009 +0100 Updated Galician Translation po/gl.po | 296 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 159 insertions(+), 137 deletions(-) commit a107a3666666be4763fdf79f513260b158dd6f2b Author: Thomas Thurman <tthurman@Dorothy.plexq.com> Date: Sun Nov 8 12:02:13 2009 +0000 Shavian translation po/LINGUAS | 1 + po/en@shaw.po | 1192 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1193 insertions(+) commit b8efaa708248e7e8f20043078765564cb35053bb Author: Alexander Shopov <ash@contact.bg> Date: Sat Nov 7 10:11:05 2009 +0200 Updated Bulgarian translation po/bg.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 2bb4170beeeba0bd50b9bac1d66ef70f29236ac2 Author: Alexander Shopov <ash@contact.bg> Date: Sat Nov 7 10:06:56 2009 +0200 Updated Bulgarian translation po/bg.po | 256 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 139 insertions(+), 117 deletions(-) commit 4f4e3ffa04e2c48d2f3786bf2d908a6db56aae82 Author: Felix Riemann <friemann@gnome.org> Date: Tue Oct 27 22:54:55 2009 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 47dc25cc1dc5f567f5fb3e6829edead9ea9ef978 Author: Felix Riemann <friemann@gnome.org> Date: Tue Oct 27 23:49:45 2009 +0100 Prepare for Release 2.29.1 NEWS | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) commit f8e7122d306020a1d6eaa21fd13aa684c3ddb173 Author: drtvasudevan <agnihot3@gmail.com> Date: Tue Oct 27 13:17:29 2009 +0530 Updated Tamil translation po/ta.po | 332 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 174 insertions(+), 158 deletions(-) commit 24f960d26cdfc4b69f690eba3cd02dd69bc46bf8 Author: drtvasudevan <agnihot3@gmail.com> Date: Tue Oct 27 13:15:38 2009 +0530 Updated Tamil translation po/ta.po | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) commit 230e7f1d9181de5296a396d52d9a41b67baffe4f Author: Felix Riemann <friemann@gnome.org> Date: Sun Oct 25 20:21:29 2009 +0100 Update git.mk git.mk | 174 ++++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 90 insertions(+), 84 deletions(-) commit 53d23233729079bf5e9c00eb9b50d173ab81fb9e Author: Raoul Berger <contact@raoulito.info> Date: Thu Oct 22 19:16:46 2009 +0200 Fix mem leak when rotating animations src/eog-scroll-view.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 8871921af177bc83bd65cc3e8d8a84bada52576e Author: Petr Kovar <pknbe@volny.cz> Date: Mon Oct 19 15:08:31 2009 +0200 Updated Czech translation by Adrian Gunis Reviewed by: Petr Kovar. po/cs.po | 266 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 145 insertions(+), 121 deletions(-) commit f7cc7ba9c2eb2d12c96ef3a509519e4fc00bdc4f Author: Felix Riemann <friemann@gnome.org> Date: Sun Oct 18 17:44:24 2009 +0200 Prepare development branch configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a8133caa982f783c615eec8c8aa7eb6b0e5a9a95 Author: Raoul Berger <contact@raoulito.info> Date: Sun Oct 18 17:31:12 2009 +0200 Add support for animated images Plays animated images in eog as supported by GdkPixbufAnimation. Fixes bgo#335093. src/eog-image-private.h | 3 ++ src/eog-image.c | 139 +++++++++++++++++++++++++++++++++++++++++++++++- src/eog-image.h | 7 +++ src/eog-scroll-view.c | 31 ++++++++++- 4 files changed, 177 insertions(+), 3 deletions(-) commit 10d243bb8e6f5d0ea4e8005b49851498153efe4d Author: A S Alam <aalam@users.sf.net> Date: Thu Oct 15 13:14:34 2009 +0530 Complete Translation for Punjabi po/pa.po | 281 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 149 insertions(+), 132 deletions(-) commit 376ffe828bc48df79a41ac6dc97dc44d5741e270 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Tue Oct 13 14:56:55 2009 +0200 Updated Slovenian translation po/sl.po | 272 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 150 insertions(+), 122 deletions(-) commit 7cc64dad66df4b71c0bf162db05b14894598dc7d Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Tue Oct 13 02:35:05 2009 +0200 Small update po/hu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 011d68548f93cfe2fcf20c51075d4d5f71389472 Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 12 16:23:00 2009 +0200 Set sensitivity for Save and Undo on image load They were disabled before which made it impossible to do changes to an image, switch to another, switch back and try to save/undo the changes. Respect lockdown settings for Save. src/eog-window.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit bab906c52f31e96e4b7311cd04fd8e92299a8791 Author: Felix Riemann <friemann@gnome.org> Date: Mon Oct 12 16:08:27 2009 +0200 Fix arrow key behavior without collection in RTL locales Left/Right arrows are simply mapped to Up/Down. This makes sure this mapping gets inverted in RTL locales. Fixes bgo#566104. src/eog-window.c | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) commit c790e8f6a65d4854ecbd0a2b2c05036c78792b26 Author: Luca Ferretti <elle.uca@libero.it> Date: Mon Oct 12 09:13:57 2009 +0200 Fix previous commit po/it.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 646f59bff50231fce27a365cc8bb7524a25f60dd Author: Luca Ferretti <elle.uca@libero.it> Date: Mon Oct 12 09:10:32 2009 +0200 Updated Italian translation po/it.po | 250 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 139 insertions(+), 111 deletions(-) commit 089402401b9c8f6123c58f019fb3564aea81e444 Author: Leonid Kanter <leon@asplinux.ru> Date: Sun Oct 11 14:49:52 2009 +0300 Updated Russian translation po/ru.po | 562 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 331 insertions(+), 231 deletions(-) commit e180037074fb74143b767282afaee256baa52f78 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Sun Oct 11 12:46:43 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 319 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 169 insertions(+), 150 deletions(-) commit 4d37adc13e3ebe010f86ae9a31f59b5ad967d260 Author: Christian Kirbach <Christian.Kirbach@googlemail.com> Date: Sun Oct 11 00:04:30 2009 +0200 Updated German translation po/de.po | 260 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 143 insertions(+), 117 deletions(-) commit e941e58e6d4c4f1f34f1bb4bb3ff263ff3d41ae2 Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Oct 10 21:58:37 2009 +0200 Updated Hungarian translation po/hu.po | 261 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 142 insertions(+), 119 deletions(-) commit bd249b2ec8dab2355a6d34fe13108bb19fefa63e Author: Ivar Smolin <okul@linux.ee> Date: Sat Oct 10 16:08:45 2009 +0300 Updating Estonian translation po/et.po | 60 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 27 deletions(-) commit 2667d9e607102f762294e3c2b2dd1382ae53fe64 Author: Wancharle Sebastião Quirino <wancharle@gmail.com> Date: Sat Oct 10 08:25:08 2009 -0300 Updated the Brazilian Portuguese translation. po/pt_BR.po | 264 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 144 insertions(+), 120 deletions(-) commit cc032f145727c4182e24ac4f2de3c3f1299e7ac8 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Sat Oct 10 12:47:01 2009 +0200 Minor Arabic fix help/ar/figures/eog_save_as_window.png | Bin 35751 -> 35692 bytes po/ar.po | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) commit 38f7d373e90b9d062050a8a6446230dd1e5ee7d8 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Sat Oct 10 12:35:26 2009 +0200 Updated Arabic translation help/ar/ar.po | 1196 +++++++++++++++++++------ help/ar/figures/eog_save_as_window.png | Bin 28773 -> 35751 bytes help/ar/figures/eog_start_window.png | Bin 18496 -> 16121 bytes help/ar/figures/eog_toolbar_editor_window.png | Bin 25066 -> 31158 bytes 4 files changed, 925 insertions(+), 271 deletions(-) commit aa32c3254014cb060dff9fe10dbdd32417914d26 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Sat Oct 10 11:59:12 2009 +0200 Updated Arabic translation po/ar.po | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit 2e1c0143565812264250e62ed4e38c368cf028f7 Author: Jorge González <jorgegonz@svn.gnome.org> Date: Sat Oct 10 10:54:24 2009 +0200 Updated Spanish translation po/es.po | 323 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 171 insertions(+), 152 deletions(-) commit 4491cf5d64374e41ded5fdeef5593b3122c7704b Author: Gil Forcada <gforcada@gnome.org> Date: Sat Oct 10 00:05:54 2009 +0200 Minor fix to Catalan translation po/ca.po | 244 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 133 insertions(+), 111 deletions(-) commit 45512b79af27089db2d6d8b3a3356cf614be1c8a Author: Claude Paroz <claude@2xlibre.net> Date: Fri Oct 9 19:42:22 2009 +0200 Updated French translation po/fr.po | 259 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 142 insertions(+), 117 deletions(-) commit 5c0a4f8192e17bcd64853162dc1335a1dc4b5f48 Author: Daniel Nylander <po@danielnylander.se> Date: Fri Oct 9 19:13:36 2009 +0200 Updated Swedish translation po/sv.po | 342 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 175 insertions(+), 167 deletions(-) commit b9b42eeab629a05c3e162eb8f2caca7b2830ae6b Author: Khaled Hosny <khaledhosny@eglug.org> Date: Fri Oct 9 17:21:22 2009 +0200 Updated Arabic translation po/ar.po | 269 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 149 insertions(+), 120 deletions(-) commit f3902a4159d04bcb2f80203507178e7b01970575 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Fri Oct 9 19:06:28 2009 +0200 Make statusbar strings translatable Fixes #597059. Makes statusbar message and image counter translatable. src/eog-statusbar.c | 12 +++++++++++- src/eog-window.c | 19 ++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) commit ec87c9b2919995503122b966c900de8156d10e32 Author: Josh Lee <jleedev@gmail.com> Date: Thu Oct 8 13:28:45 2009 +0200 Fix slideshow display with invalid timer values Timer values smaller than 1 (only settable by hand in GConf) should stop the automatic image switching. This fixes broken image view in those cases. Fixes bgo#597754. src/eog-window.c | 3 +++ 1 file changed, 3 insertions(+) commit 00ff0cf6c523dac1cbb5ec869c78ef0f598a008a Author: Denis ARNAUD <darnaud@src.gnome.org> Date: Mon Oct 5 06:19:53 2009 +0200 Updated breton translation po/br.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 90295b612ef85dfca4f94a20efe4c48efccf530e Author: Joan Duran <jodufi@gmail.com> Date: Fri Oct 2 00:28:13 2009 +0200 Updated Catalan translation po/ca.po | 425 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 250 insertions(+), 175 deletions(-) commit 18da0a94d357d12d5b6e80669bf39dfbfb51f07f Author: Felix Riemann <friemann@gnome.org> Date: Tue Sep 22 23:00:29 2009 +0200 Pre-init conditionally used pointers on stack This is to avoid problems (eg. crashes) in case the stack is not clean. src/eog-properties-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cf06700f8d2d45c3d582e2dc071c8fce72db468c Author: Felix Riemann <friemann@gnome.org> Date: Tue Sep 22 22:57:39 2009 +0200 Remove unused variables and unnecessary assignments plugins/reload/eog-reload-plugin.c | 3 --- src/eog-properties-dialog.c | 1 - 2 files changed, 4 deletions(-) commit 213a4c70f34cb4319ee39422569fbdb533456d09 Author: Felix Riemann <friemann@gnome.org> Date: Mon Sep 21 17:41:44 2009 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8743a2f863e4c7edc0e075af197a355ee0852a31 Author: Felix Riemann <friemann@gnome.org> Date: Mon Sep 21 17:37:53 2009 +0200 Update for Release 2.28.0 NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) commit e9deee52d8a5cdec316843307ebbbf807d285fda Author: Amitakhya Phukan <aphukan@fedoraproject.org> Date: Mon Sep 21 13:08:13 2009 +0530 Updating Assamese translations po/as.po | 533 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 304 insertions(+), 229 deletions(-) commit 8199af0725f975f5c920ed2ed4a8d2fe4498eaf9 Author: Ask H. Larsen <asklarsen@gmail.com> Date: Mon Sep 21 00:03:17 2009 +0200 Updated Danish translation help/da/da.po | 720 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 359 insertions(+), 361 deletions(-) commit e76786389211eebfe73f9d234893fa7d9ba83df1 Author: Matej Urbančič <mateju@svn.gnome.org> Date: Fri Sep 18 14:10:02 2009 +0200 Updated Slovenian translation po/sl.po | 518 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 240 insertions(+), 278 deletions(-) commit ea0da4220b46512abe7bc41daad0c07effaeb102 Author: Manoj Kumar Giri <mgiri@mgiri.csb> Date: Thu Sep 17 22:37:40 2009 +0530 Upadated Oriya Translation po/or.po | 264 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 130 deletions(-) commit caaf518e5c795320cf6d904f8bcdae912178ad92 Author: Maxim V. Dziumanenko <dziumanenko@gmail.com> Date: Wed Sep 16 17:26:39 2009 +0300 Added Ukrainian translation po/uk.po | 341 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 189 insertions(+), 152 deletions(-) commit f312803660a1455d0ac1a0164fc3a859ff7b9d59 Author: Rajesh Ranjan <rranjan@rranjan.csb> Date: Wed Sep 16 16:21:46 2009 +0530 hindi update by Rajesh Ranjan po/hi.po | 425 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 246 insertions(+), 179 deletions(-) commit b1b2d5fd8b16d20b4a78bafd85f74399addc9d36 Author: Runa Bhattacharjee <runab@redhat.com> Date: Wed Sep 16 15:21:40 2009 +0530 Updated Bengali India Translation po/bn_IN.po | 55 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 24 deletions(-) commit a2464be0252f2dda780c2d5e5fa9d904b23370c5 Author: Adi Roiban <adi@roiban.ro> Date: Tue Sep 15 00:01:35 2009 +0300 Updated Romanian translation po/ro.po | 583 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 361 insertions(+), 222 deletions(-) commit a99a97d7b98f69fead677bda14a54b3d83a2070c Author: Astur <malditoastur@gmail.com> Date: Mon Sep 14 16:41:54 2009 +0200 Added Asturian translation po/LINGUAS | 1 + po/ast.po | 1394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1395 insertions(+) commit ba377a3d0741b1303efd41b1cab9fe2f9f3855e0 Author: Ask H. Larsen <asklarsen@gmail.com> Date: Sun Sep 13 03:01:54 2009 +0200 Updated Danish translation po/da.po | 418 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 246 insertions(+), 172 deletions(-) commit 62f6e109060de427e37282407b6b1e26027a810b Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Sep 12 23:53:24 2009 +0100 Updated British English translation po/en_GB.po | 435 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 254 insertions(+), 181 deletions(-) commit c717837f9b8b75cafcb081b5ed9611a85d0d5ead Author: Sweta Kothari <swkothar@redhat.com> Date: Fri Sep 11 18:49:21 2009 +0530 Updated Gujarati Translations po/gu.po | 426 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 248 insertions(+), 178 deletions(-) commit e1a959345967e2036e529286a30f184c0a7491da Author: Shankar Prasad <svenkate@redhat.com> Date: Fri Sep 11 14:45:47 2009 +0530 Updated Kannada(kn) translation po/kn.po | 247 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 128 deletions(-) commit 4b9fcfcae1cdd2f2bf128cd936d6bab74041a460 Author: Ani <peter.ani@gmail.com> Date: Fri Sep 11 14:30:04 2009 +0530 Updated Malayalam Translations po/ml.po | 440 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 257 insertions(+), 183 deletions(-) commit f834c7501ada3c7c3812b361ad94c12ed7e23bc6 Author: A S Alam <aalam@users.sf.net> Date: Fri Sep 11 07:23:44 2009 +0530 Updating Translation for Punjabi po/pa.po | 396 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 228 insertions(+), 168 deletions(-) commit cf30dd5202e445ae461824da11821cc5c5af48af Author: Kostas Papadimas <pkst@gnome.org> Date: Thu Sep 10 18:31:49 2009 +0300 Updated Greek translation. help/el/el.po | 1274 +++++++++++++++++++++++++++++++++++++++++++++------------ po/el.po | 342 +++++++++------- 2 files changed, 1201 insertions(+), 415 deletions(-) commit 92bbab51e73942bafaf90158dfccceb971a99d1c Author: Gintautas Miliauskas <gintautas@miliauskas.lt> Date: Thu Sep 10 14:10:24 2009 +0300 Updated Lithuanian translation. po/lt.po | 377 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 215 insertions(+), 162 deletions(-) commit 1f8510da7c8790ec95648eed641784031a82a936 Author: krishnababu k <kkrothap@redhat.ocm> Date: Thu Sep 10 15:46:11 2009 +0530 Updated Telugu Translation po/te.po | 506 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 271 insertions(+), 235 deletions(-) commit 336d8807341caf617a39a07abcde64865dcc3ffe Author: Sandeep Shedmake <sshedmak@redhat.com> Date: Wed Sep 9 14:03:47 2009 +0530 Updated Marathi Translations po/mr.po | 443 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 251 insertions(+), 192 deletions(-) commit 97c9c36cc7e71706c50f599c34297bfef04b2e33 Author: Denis ARNAUD <darnaud@src.gnome.org> Date: Wed Sep 9 06:06:56 2009 +0200 Updated breton translation po/br.po | 381 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 196 insertions(+), 185 deletions(-) commit 5d158eec52b733df7d2b2da54fb8d743ad0f8677 Author: Felix Riemann <friemann@gnome.org> Date: Tue Sep 8 12:28:43 2009 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c57516a5e8ed7ef5d8760afcd5588ca07046a70e Author: Felix Riemann <friemann@gnome.org> Date: Tue Sep 8 12:17:05 2009 +0200 Update for Release 2.27.92 NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) commit a3723c53bd30d65cd91a443387fb463131e0abe5 Author: Felix Riemann <friemann@gnome.org> Date: Tue Sep 8 11:47:13 2009 +0200 Compare collate keys case-sensitively when sorting the image list Fixes broken image order in some locales (eg. cs_CZ). Fixes bgo#594403. src/eog-list-store.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ec41a2a8c1db6d8bdb3cf953c7309c3e3fd2940e Author: Gabor Kelemen <kelemeng@gnome.hu> Date: Sat Sep 5 19:04:05 2009 +0200 Hungarian translation updated po/hu.po | 445 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 258 insertions(+), 187 deletions(-) commit b92c806ff87a6846a49a0e405367ee8cf985ba51 Author: Shankar Prasad <svenkate@redhat.com> Date: Tue Sep 1 10:48:22 2009 +0530 Updated Kannada(kn) translation po/kn.po | 459 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 272 insertions(+), 187 deletions(-) commit c472da8747ab6ffbf2f3f98b7af5e5fe6c6885de Author: Runa Bhattacharjee <runab@redhat.com> Date: Mon Aug 31 16:50:19 2009 +0530 Updated Bengali India Translations po/bn_IN.po | 435 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 252 insertions(+), 183 deletions(-) commit b314ba281a3799410dce7bb71a33d47116a6663b Author: Baris Cicek <baris@teamforce.name.tr> Date: Sun Aug 30 06:37:46 2009 +0300 Updated Turkish translation from Askin Yollu. po/tr.po | 690 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 404 insertions(+), 286 deletions(-) commit bddc830b4ec5cac8633849da395d2d96f55f3503 Author: Changwoo Ryu <cwryu@debian.org> Date: Sun Aug 30 07:55:02 2009 +0900 Update Korean translation po/ko.po | 413 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 225 insertions(+), 188 deletions(-) commit de6c0ca0dd173ca590b13ed5c9229b389ffda56c Author: Davide Falagna <davide.falagna@alice.it> Date: Fri Aug 28 14:42:06 2009 +0200 Updated Italian translation po/it.po | 446 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 261 insertions(+), 185 deletions(-) commit e5919d15240cde5fcdb824b643a848a73e4e4c88 Author: Miloš Popović <mpopovic@src.gnome.org> Date: Fri Aug 28 03:13:50 2009 +0200 Updated Serbian translation po/sr.po | 412 ++++++++++++++++++++++++++++++++++----------------------- po/sr@latin.po | 412 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 494 insertions(+), 330 deletions(-) commit 09fd5393fb8f9e48289735a80960976a57a12ec8 Author: Inaki Larranaga Murgoitio <dooteo@zundan.com> Date: Wed Aug 26 10:50:43 2009 +0200 Updated Basque language po/eu.po | 257 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 128 insertions(+), 129 deletions(-) commit 881fa5a4ad4f9ecd7a6d0f5415f063086813a614 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 25 20:00:21 2009 +0200 Don't try to autorotate before the metadata was loaded Autorotation would fail in that case. As it is only performed once for each image a simple image dimension query could prevent autorotation entirely for an image. Fixes bgo#592945. Closes: http://bugzilla.gnome.org/show_bug.cgi?id=592945 src/eog-image.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 3c501d254c968bcd955194a6881c7b5bb8868c34 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 25 19:56:17 2009 +0200 Fix check if only the image dimensions need to be loaded The check was assuming that if there's more requested than only image dimensions. This breaks with the image collection tooltips which don't request image data but Exif data in addition to the dimensions. src/eog-image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit f54d50e992ed57bb06ea433de65d9cce8d129463 Author: Denis Arnaud <darnaud@src.gnome.org> Date: Tue Aug 25 04:58:26 2009 +0200 Updated breton translation and added br in LINGUAS po/LINGUAS | 1 + po/br.po | 1288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1289 insertions(+) commit b04ccc996dfe73a52d4b6f5bace88728c61cf8f3 Author: Duarte Loreto <happyguy_pt@hotmail.com> Date: Tue Aug 25 00:29:06 2009 +0100 Updated Portuguese translation po/pt.po | 433 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 252 insertions(+), 181 deletions(-) commit 0dcd4b684c76c094b065851cecb99a69fc8a4599 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 25 00:06:42 2009 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e72af0a4681585e871c25697f36d2d87063feb5 Author: Felix Riemann <friemann@gnome.org> Date: Tue Aug 25 00:02:30 2009 +0200 Update for Release 2.27.91 NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) commit 66d71ddf5d7129a02bcee28931ba6e8d8d592289 Author: Felix Riemann <friemann@gnome.org> Date: Mon Aug 24 18:08:42 2009 +0200 Don't access Exif data unconditionally, even in EogImage itself This could lead to a race condition with broken Exif data when having certain plugins like the statusbar-date plugin enabled. This hopefully fixes bgo#590693. src/eog-image.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) commit bc010e9885f3be9f50f37366e4f6fd6910c103db Author: Felix Riemann <friemann@gnome.org> Date: Mon Aug 24 17:59:25 2009 +0200 Fix critical warnings in last commit Avoids critical warnings because we forgot that g_app_info_get_icon can return NULL in commit 7bba458. src/eog-window.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 7bba45892744820d252fd981029ee93a22fec21e Author: Marcus Carlson <gnomebugzilla@mejlamej.nu> Date: Mon Aug 24 17:47:15 2009 +0200 Make "Open with" menu look similar to Nautilus's Removes the duplicate "Open with..," prefix for menu entries and displays the application icon if available. This will make the menu look more like the "Open with" list in nautilus (not identical though). Closes: http://bugzilla.gnome.org/show_bug.cgi?id=592649 (bgo#592649). src/eog-window.c | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) commit c3defb14a992bce58018c16872b22f9aa32fc25f Author: Theppitak Karoonboonyanan <thep@linux.thai.net> Date: Sun Aug 23 12:33:34 2009 +0700 Updated Thai translation. po/th.po | 416 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 244 insertions(+), 172 deletions(-) commit fb24fbe8e4234a6a55afca55180c254512ac24a4 Author: Adrian Guniš <andygun696@gmail.com> Date: Thu Aug 20 22:14:51 2009 +0200 Update Czech translation po/cs.po | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) commit fdf87686a8330f3632d102ac1ed8a6384d7f0ea8 Author: Khaled Hosny <khaledhosny@eglug.org> Date: Thu Aug 20 22:54:23 2009 +0300 Updated Arabic translation po/ar.po | 291 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 142 insertions(+), 149 deletions(-) commit 17a79876415702dfa64e37b1c4e3cb9f9cd3dd38 Author: Antón Méixome <meixome@mancomun.org> Date: Wed Aug 19 14:50:57 2009 +0200 Updated Galician Translation po/gl.po | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) commit 1efb4057a91ff6c6407ba4c809c58369baeeb450 Author: Alexander Shopov <ash@contact.bg> Date: Wed Aug 19 00:32:56 2009 +0300 Updated Bulgarian translation po/bg.po | 418 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 246 insertions(+), 172 deletions(-) commit ebb800f8dc28472774bf87b57e41510e2dda441d Author: Piotr Drąg <piotrdrag@gmail.com> Date: Mon Aug 17 22:29:18 2009 +0200 Updated Polish translation po/pl.po | 617 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 366 insertions(+), 251 deletions(-) commit aba6e4b6ddad8cd8cfcc1c74ee41d8ab2ffe38d0 Author: Claude Paroz <claude@2xlibre.net> Date: Sat Aug 15 15:19:20 2009 +0200 Updated French translation Contributed by Laurent Coudeur and Claude Paroz po/fr.po | 420 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 251 insertions(+), 169 deletions(-) commit 6c9d310d60326be246bfed0ab9d357753e8348ad Author: Seán de Búrca <leftmostcat@gmail.com> Date: Sat Aug 15 02:01:20 2009 -0600 Updated Irish translation po/ga.po | 807 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 533 insertions(+), 274 deletions(-) commit 06de0332fa6e6723e53891a81cb7a3ca01b3095d Author: Tommi Vainikainen <thv@iki.fi> Date: Fri Aug 14 00:34:06 2009 +0300 Updated Finnish translation po/fi.po | 338 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 185 insertions(+), 153 deletions(-) commit e890698c1a770d6efcb7e27d4b1c4335349d2c83 Author: Felix Riemann <friemann@gnome.org> Date: Wed Aug 12 20:43:05 2009 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e03da70dd745f016b906d431f928aa5cebd7c0f7 Author: Felix Riemann <friemann@gnome.org> Date: Wed Aug 12 20:36:23 2009 +0200 Update for Release 2.27.90 NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit d31866afb98d8d01691bbf958bae3e40224af397 Author: Felix Riemann <friemann@gnome.org> Date: Wed Aug 12 20:18:09 2009 +0200 Only put commits into autogenerated log that are not in the old ones The autogenerated ChangeLog only needs to contain the commits that have not been entered in the old ChangeLog files. This means everything before commit 3b9b307 can be filtered out. Also detect renames as such. Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 83e4007766533ff1b6d2fa4c56f22921cd59b63d Author: Manoj Kumar Giri <mgiri@mgiri.csb> Date: Wed Aug 12 15:05:44 2009 +0530 Updated Oriya Translation po/or.po | 611 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 311 insertions(+), 300 deletions(-) commit f2b2d6c8b2a9808fbdc1e8dcaf26805f42dc9e09 Author: Lucas Rocha <lucasr@gnome.org> Date: Tue Aug 11 00:18:12 2009 +0100 [build] Autogenerate ChangeLog on distcheck Makefile.am | 14 ++++++++++++++ configure.ac | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) commit 7ed8e2ce643ca57ffb2954d2a669f6b3b4c1c326 Author: Lucas Rocha <lucasr@gnome.org> Date: Mon Aug 10 22:37:13 2009 +0100 Add ChangeLog with commit message instructions ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) commit 3b9b3078297cbcf594f8f0c9e2331a4f62018b6e Author: Lucas Rocha <lucasr@gnome.org> Date: Mon Aug 10 22:36:23 2009 +0100 Rename ChangeLog to ChangeLog.pre-git ChangeLog => ChangeLog.pre-git | 0 1 file changed, 0 insertions(+), 0 deletions(-)