commit 07e21d799c1b81e344669e64d144f43b069c8c42 Author: Felix Riemann Date: Fri Jun 8 19:09:11 2012 +0200 Prepare for release 3.4.2 NEWS | 15 +++++++++++++++ 1 Datei geändert, 15 Zeilen hinzugefügt(+) commit df654e3b38bdfefaca3ade12f4fdb6843b8591cf 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 a02fe91bbc8d7bb4c4f2945ac577481ee3d0bba7 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 535d42f6). 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 535d42f62d5cf940cdd1fe92cf6d44e45a4dd1b7 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 45c2a6728aa9a097ecf05d3e8302a1561acfbde0 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 e3901b93c37d655392c308df6d251136daf9403a Author: Christian Kirbach Date: Tue May 22 23:59:03 2012 +0200 Updated German help translation help/de/de.po | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 Datei geändert, 266 Zeilen hinzugefügt(+), 36 Zeilen entfernt(-) commit 9773b462408ba7f2817b1864eb6a12ace24800de Author: Felix Riemann Date: Mon Apr 16 23:38:34 2012 +0200 Post-release version bump configure.ac | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)