commit fc36d38cea813a9431344fee786f40e9a897100e Author: Felix Riemann Date: Mon Jul 25 22:13:06 2011 +0200 Prepare for release 3.1.2 NEWS | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit 4e7e8e0f2841b8daaa2f9404ee9ba5fce01bc9a6 Author: Felix Riemann Date: Thu Jul 21 17:32:52 2011 +0200 map: Parse coordinate tags directly from the Exif data Beforehand the coordinates were parsed from libexif's formatted output strings. This has shown to be unreliable when the output format changed. https://bugzilla.gnome.org/show_bug.cgi?id=654650 plugins/map/eog-map-plugin.c | 73 ++++++++++++++++++++++++++++++----------- 1 files changed, 53 insertions(+), 20 deletions(-) commit b6d6dda487777804ecdea688993aad38a2e3bf42 Author: Mario Blättermann Date: Fri Jul 15 19:51:55 2011 +0200 [l10n] Updated German translation po/de.po | 110 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 56 insertions(+), 54 deletions(-) commit a96b44ca7b31ee41a88163fede07feb6ee001fac Author: Marek Černocký Date: Thu Jul 14 14:51:16 2011 +0200 Updated Czech translation po/cs.po | 127 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 69 insertions(+), 58 deletions(-) commit 07a75f60891768f57de35c2e6098efda9ccf8da2 Author: Matej Urbančič Date: Thu Jul 14 14:34:53 2011 +0200 Updated Slovenian translation po/sl.po | 112 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 58 insertions(+), 54 deletions(-) commit f2709914426ee5547a5436d54488f20185c17785 Author: Daniel Mustieles Date: Wed Jul 13 10:55:12 2011 +0200 Updated Spanish translation po/es.po | 119 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 62 insertions(+), 57 deletions(-) commit 15e0727e3fa3f26ed7f0e7c63b752de6f993fb51 Author: Felix Riemann Date: Tue Jul 12 18:40:00 2011 +0200 exif-display: Install UI files into datadir instead of libdir plugins/exif-display/Makefile.am | 6 +++--- .../exif-display/eog-exif-display-plugin-setup.c | 2 +- plugins/exif-display/eog-exif-display-plugin.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit febbe7c3a56be0f74900838a12e3541768cf1016 Author: Felix Riemann Date: Tue Jul 12 18:29:48 2011 +0200 postasa: Put UI definition files into data dir instead of libdir Those files don't belong into /usr/lib/ but into /usr/share. plugins/postasa/Makefile.am | 8 +++++--- plugins/postasa/eog-postasa-plugin.c | 5 ++--- 2 files changed, 7 insertions(+), 6 deletions(-) commit 720889d35b779978e1e636b2974bfce90f3cbe8e Author: Felix Riemann Date: Tue Jul 12 18:29:11 2011 +0200 Define plugin data and lib dir in configure Allows pre-defining from a central place. Ported from gedit. configure.ac | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 0c866719cb4ed22a76bceb507a3aa573c7a510f4 Author: Takeshi AIHANA Date: Tue Jul 12 07:30:33 2011 +0900 Updated Japanese translation. po/ja.po | 110 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 57 insertions(+), 53 deletions(-) commit 528e9121fae5970c799820e263f4b51510e3c3ff Author: Felix Riemann Date: Mon Jul 11 22:30:50 2011 +0200 postasa: Slight touch-ups on login dialog Margins between widgets were pretty much non-existent. Remove useless title label, use the dialog's title instead. plugins/postasa/postasa-config.xml | 131 ++++++++++++++++++++++-------------- 1 files changed, 79 insertions(+), 52 deletions(-) commit 700dce81d59fae820078396e4064bf02d424944a Author: Felix Riemann Date: Mon Jul 11 22:05:32 2011 +0200 postasa: Use correct library version in libgdata API defines configure.ac | 4 ++-- plugins/postasa/eog-postasa-plugin.c | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) commit 709565a8daf5d249db8212ec2ee25f1e0a6a17cc Author: Felix Riemann Date: Mon Jul 11 22:01:45 2011 +0200 postasa: Make sure cancelling the login dialog really cancels Beforehand it would try to resume the file uploads resulting in warnings on the console. plugins/postasa/eog-postasa-plugin.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 9d46bbfd50224e41f9d73933a7e31a60331691da Author: Felix Riemann Date: Mon Jul 11 21:42:59 2011 +0200 postasa: Add support for libgdata-0.9 API libgdata changed the authentication API in 0.9.0. https://bugzilla.gnome.org/show_bug.cgi?id=654302 configure.ac | 16 +++++++-- plugins/postasa/eog-postasa-plugin.c | 54 +++++++++++++++++++++++++++++++++- 2 files changed, 65 insertions(+), 5 deletions(-) commit 1e568775603c65ff86a3bdf242b2065dcdf18414 Author: Felix Riemann Date: Sun Jul 10 16:29:16 2011 +0200 postasa: Use correct printf-format string for goffset-value Fixes compiler warnings for 32bit targets. https://bugzilla.gnome.org/show_bug.cgi?id=654302 plugins/postasa/eog-postasa-plugin.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 1725645c89350182edf55c49f96d0497fe4d536b Author: Felix Riemann Date: Sat Jul 9 15:11:33 2011 +0200 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)