commit ffdc7a28395e533f9732a6354eee62027f982972 Author: Claudio Saavedra Date: Wed Jun 15 10:03:04 2011 +0300 Prepare for 3.1.2 release NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) commit 757699b9e5f963dd7d8be7779fc8ca00b7d336e7 Author: Felix Riemann 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 files changed, 0 insertions(+), 2 deletions(-) commit 0d3c812764252e7582d05147b2724c9e272d0e7b Author: Felix Riemann Date: Sun Jun 12 13:03:28 2011 +0200 Fix critical warning when closing empty windows src/eog-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8e6a2e88f7cbfe267b34e8cb5eb1077ababdb135 Author: Милош Поповић 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: Мирослав Николић 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č Date: Sat Jun 11 17:37:00 2011 +0200 Updated Slovenian translation po/sl.po | 280 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 161 insertions(+), 119 deletions(-) commit 3d39587751ead63a5f6458ce6daf5dd1acf8165a Author: Claudio Saavedra 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 Date: Thu Jun 9 13:57:17 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 220 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 116 insertions(+), 104 deletions(-) commit ecd5bf02d8f227f3b1a38f42c164ccb3a970a583 Author: Claudio Saavedra Date: Wed Jun 8 22:32:04 2011 +0300 Silent a unused-variable warning src/eog-image.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8ac825bea9ce49e500efd8ed94bd3177b03f9731 Author: Felix Riemann 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 Date: Tue Jun 7 19:35:17 2011 -0400 help/C/index.page: added role attribute to title. help/C/index.page | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0609802455eee05eb25f417bdffbdd4240783986 Author: Fran Diéguez Date: Mon Jun 6 11:20:47 2011 +0200 Updated Galician translations po/gl.po | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 73dd35c815883bc00cfd7ce190ce10daefb28f41 Author: Fran Diéguez Date: Mon Jun 6 00:29:53 2011 +0200 Updated Galician translations po/gl.po | 267 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 140 insertions(+), 127 deletions(-) commit 4c0b5c84dc4c5a6fce6285f492d5f3c1a8724f45 Author: Felix Riemann 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(+), 0 deletions(-) commit 682e323c878fffb14cb5f425218ca242cb5b392b Author: Yaron Shahrabani Date: Sat Jun 4 13:43:07 2011 +0300 Updated Hebrew translation. po/he.po | 218 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 115 insertions(+), 103 deletions(-) commit 0f9e861e10bacf1df50ddc344194b4bb3b09b1c5 Author: krishnababu k Date: Sat Jun 4 02:18:54 2011 +0530 Updated Telugu Translations done by Praveen Illa po/te.po | 1380 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 735 insertions(+), 645 deletions(-) commit 1a948b3f5bb6dc5af8d407c8d7b9cc55cc47b6fa Author: Carles Ferrando Date: Sun May 29 17:57:08 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 696 ++++++++++++++++++++++++++++------------------------- 1 files changed, 374 insertions(+), 322 deletions(-) commit d57936817e1738aaa6d359de45aeab7a48a280c8 Author: Felix Riemann 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 files changed, 54 insertions(+), 27 deletions(-) commit 66357c088a72d3f9f61de292a2b4275ab425f23f Author: Daniel Mustieles Date: Sat May 21 09:30:50 2011 +0200 Updated Spanish translation po/es.po | 217 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 115 insertions(+), 102 deletions(-) commit f43d5933761437fce5af78e7da6dd78832d6fa63 Author: Felix Riemann 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 files changed, 2 insertions(+), 2 deletions(-) commit 9df5fd43cc9cea9ded47953d22d82cfea1ace015 Author: Akshay Gupta 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(+), 0 deletions(-) commit 4247b716a9f1692dd1424dd0ba15109cf4a56385 Author: Mario Blättermann Date: Thu May 19 21:24:37 2011 +0200 Updated German doc translation help/de/de.po | 3303 ++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1986 insertions(+), 1317 deletions(-) commit db0fe961f44d94f9029e4bb49a8e2692998d6b03 Author: Christian Kirbach 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 Date: Thu May 12 20:18:04 2011 +0200 Updated Spanish translation help/es/es.po | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 3a01b7679e727408b4f937ed8b9ddc61ab7461fb Author: Daniel Mustieles Date: Thu May 12 20:15:32 2011 +0200 Updated Spanish translation help/es/es.po | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 146 insertions(+), 12 deletions(-) commit 1c3a5f6b0137de0c1e8829b4aa8e23a92c657082 Author: Jorge González 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 files changed, 1 insertions(+), 1 deletions(-) commit 93803031ff5e2d128ad35662e834ef463c577555 Author: Felix Riemann Date: Mon May 9 22:46:43 2011 +0200 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)