commit 38e32f933c2a4f8630924e39ad75f65495148f72 Author: Felix Riemann Date: Mon Jun 25 21:32:21 2012 +0200 Prepare for release 3.5.2 NEWS | 31 +++++++++++++++++++++++++++++++ 1 Datei geändert, 31 Zeilen hinzugefügt(+) 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 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) 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 Dateien geändert, 5 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) 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 Dateien geändert, 98 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) commit 926c759772a9060ae72cedfb01468f4bd1a0246f Author: Felix Riemann Date: Sat Jun 16 19:28:20 2012 +0200 EogThumbView: Implement GtkOrientable src/eog-thumb-view.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 Datei geändert, 56 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) commit 9015c3d76da2d7e636567429f174ee3faccaf480 Author: Takayuki KUSANO Date: Sun Jun 24 00:33:36 2012 +0900 [l10n] Update Japanese translation po/ja.po | 514 +++++++++++++++++++++++++------------------------------------- 1 Datei geändert, 205 Zeilen hinzugefügt(+), 309 Zeilen entfernt(-) commit d4adc0f97c0e58ec9bce461e9e52c399b7e0e07c Author: Andrej Žnidaršič Date: Fri Jun 22 09:31:22 2012 +0200 Updated Slovenian translation po/sl.po | 6 +++--- 1 Datei geändert, 3 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) commit c9ca0669bb638d754cc93d5818be7ca261842521 Author: Aleksej Kabanov Date: Sun Jun 17 20:56:38 2012 +0400 Updated Russian translation po/ru.po | 583 ++++++++++++++++++++++++++++++++++++-------------------------- 1 Datei geändert, 341 Zeilen hinzugefügt(+), 242 Zeilen entfernt(-) commit 4761ae0cf0411fb539b191efa61c4cdfabc5992e Author: Nilamdyuti Goswami Date: Wed Jun 13 21:14:37 2012 +0530 Assamese translation reviewed po/as.po | 417 ++++++++++++++++++++++++++++++-------------------------------- 1 Datei geändert, 205 Zeilen hinzugefügt(+), 212 Zeilen entfernt(-) commit 5dbf8a8b2b94ebaa42b45e5e2b763ebae1a31342 Author: Khaled Hosny Date: Tue Jun 12 17:54:41 2012 +0200 Updated Arabic translation po/ar.po | 283 ++++++++++++++++++++++++++++++++------------------------------ 1 Datei geändert, 146 Zeilen hinzugefügt(+), 137 Zeilen entfernt(-) 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 Datei geändert, 11 Zeilen hinzugefügt(+) 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 Datei geändert, 7 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-) 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 Dateien geändert, 5 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-) 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 Dateien geändert, 11 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) 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 Datei geändert, 2 Zeilen hinzugefügt(+) commit f8788a73cef17db329a59a08d628c52f2fb868d4 Author: Daniel Mustieles Date: Thu May 31 13:14:20 2012 +0200 Updated Spanish translation po/es.po | 8 +++----- 1 Datei geändert, 3 Zeilen hinzugefügt(+), 5 Zeilen entfernt(-) commit 05aa696fbad1e9e60acf2cc29136b4215054174f Author: Bruno Brouard Date: Wed May 23 23:21:31 2012 +0200 Updated French translation po/fr.po | 303 +++++++++++++++++++++++++++++++------------------------------- 1 Datei geändert, 152 Zeilen hinzugefügt(+), 151 Zeilen entfernt(-) 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 Datei geändert, 1 Zeile hinzugefügt(+) commit 3c11be7ab2560450e4ba4704b6b196f374f49f49 Author: Christian Kirbach Date: Wed May 23 00:03:47 2012 +0200 Updated German help translation help/de/de.po | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 Datei geändert, 266 Zeilen hinzugefügt(+), 36 Zeilen entfernt(-) commit ea8c106712e5c37fb7dd4510c3fed84b22ce911e Author: Rūdolfs Mazurs Date: Fri May 18 17:55:14 2012 +0300 Updated Latvian translation po/lv.po | 472 ++++++++++++++++++++++++++++++++------------------------------ 1 Datei geändert, 245 Zeilen hinzugefügt(+), 227 Zeilen entfernt(-) commit 710597f9f25cab797793dc1e6689e60474476d97 Author: Tom Tryfonidis Date: Wed May 2 13:03:15 2012 +0300 Updated Greek translation po/el.po | 846 ++++++++++++++++++++++++++++++++------------------------------ 1 Datei geändert, 430 Zeilen hinzugefügt(+), 416 Zeilen entfernt(-) commit 232a5dd4b435af5173d8003621c3f0bed96dfc74 Author: Felix Riemann Date: Mon Apr 30 23:34:40 2012 +0200 Post-release version bump configure.ac | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)