commit ff7fdfa3cbb7ed56db959f122ce02a2196928865 Author: Felix Riemann Date: Wed Feb 10 20:37:05 2010 +0100 Prepare for release 2.29.90 NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletions(-) commit f2560e1ca69cfe96a70310d3ae472505d455b12a Author: Felix Riemann Date: Wed Feb 10 20:23:01 2010 +0100 Order POTFILES.in alphabetically po/POTFILES.in | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 8b2e2ec4e3f777662746c66ef87b1266a4f14764 Author: Felix Riemann Date: Wed Feb 10 20:17:53 2010 +0100 Integrate postasa plugin into translation infrastructure po/POTFILES.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6d1bff198809c480bd05f675021e7c368475ae27 Author: Felix Riemann Date: Wed Feb 10 19:43:50 2010 +0100 Make postasa plugin independent from the predefined menu slots plugins/postasa/eog-postasa-plugin.c | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) commit eb977167acfac45c3fdd6e3a7c13227f1c953a8f Author: Felix Riemann Date: Wed Feb 10 19:27:02 2010 +0100 Use default pixmap icon from icon theme for unloaded thumbnails If an image's thumbnail isn't loaded use the default icon from the icon theme. This is a workaround for eog's thumbnailing behaviour. plugins/postasa/Makefile.am | 2 +- plugins/postasa/eog-postasa-plugin.c | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) commit 6fb64e0ae158c3a580376044610e4e4312e488fe Author: Richard Schwarting Date: Wed Feb 10 19:16:14 2010 +0100 Add Postasa plugin allowing uploads to PicasaWeb This new plugin supports uploading images to PicasaWeb using libgdata. It requires the yet unreleased libgdata-0.6.0, but it should be out in time. See bug #600190. configure.ac | 26 +- plugins/postasa/Makefile.am | 43 ++ plugins/postasa/eog-postasa-plugin.c | 824 +++++++++++++++++++++++++ plugins/postasa/eog-postasa-plugin.h | 78 +++ plugins/postasa/postasa-config.xml | 155 +++++ plugins/postasa/postasa-uploads.xml | 171 +++++ plugins/postasa/postasa.eog-plugin.desktop.in | 9 + 7 files changed, 1302 insertions(+), 4 deletions(-) commit 74951e0343129efe848e89e373ead3e6e065e034 Author: Matej Urbančič Date: Wed Feb 10 16:30:30 2010 +0100 Updated Slovenian translation po/sl.po | 44 +++++++++++++++++++++++++++++--------------- 1 files changed, 29 insertions(+), 15 deletions(-) commit af4d323e60e99f9df44bc57283a100b9bfc2180e Author: Gianvito Cavasoli Date: Mon Feb 8 22:19:19 2010 +0100 Updated Italian translation po/it.po | 46 +++++++++++++++++++++++++++++++++++++--------- 1 files changed, 37 insertions(+), 9 deletions(-) commit 562ef6a518eb15ff0cccc849f9c13706a33ad17c Author: Pierre-Luc Beaudoin Date: Mon Feb 8 11:30:11 2010 -0500 Disable the jump to button when the image has no geolocation plugins/map/eog-map-plugin.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit e884550d54c8d231e8927aa80df63ac313986dce Author: Felix Riemann Date: Mon Feb 8 13:24:36 2010 +0100 Fix map plugin path for translations We forgot to update the path to the renamed map plugin. po/POTFILES.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4c16cf55ddaaa282bb858299d6757813a0dd89ea Author: Pierre-Luc Beaudoin Date: Sun Feb 7 17:45:37 2010 -0500 Add a tooltip to buttons plugins/map/eog-map-plugin.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1f9a331e4f3f9992ab2bcffbf4a43520aade94be Author: Pierre-Luc Beaudoin Date: Fri Feb 5 17:33:11 2010 -0500 Do not change the zoom level when changing picture Users find this annoying plugins/map/eog-map-plugin.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit 597ff4f4e3bdf3c97c64dd627777473e3dc4e5b0 Author: Pierre-Luc Beaudoin Date: Fri Feb 5 17:31:27 2010 -0500 Turn on Scale plugins/map/eog-map-plugin.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 05880fd225119200c7db49eb639e690ea123011d Author: Pierre-Luc Beaudoin Date: Fri Feb 5 17:27:44 2010 -0500 Add a jumpt to button to jump at the picture's location plugins/map/eog-map-plugin.c | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) commit 7cd7dff52b4ce86bb6c7410c63b5447ac171b9cd Author: Pierre-Luc Beaudoin Date: Fri Feb 5 17:08:27 2010 -0500 Rename the map plugin in the code too plugins/map/eog-map-plugin.c | 18 +++++++++--------- plugins/map/eog-map-plugin.h | 30 +++++++++++++++--------------- 2 files changed, 24 insertions(+), 24 deletions(-) commit efcf3abe5196ec1af4b90e5102f491f5d9c7b0b0 Author: Pierre-Luc Beaudoin Date: Fri Feb 5 17:04:36 2010 -0500 Fix coding style plugins/map/eog-map-plugin.c | 66 +++++++++++++++++++++++------------------ plugins/map/eog-map-plugin.h | 4 +- 2 files changed, 39 insertions(+), 31 deletions(-) commit 73ec8ebd5903c2c9c3e87f327162b1bbcefd4e73 Author: Pierre-Luc Beaudoin Date: Fri Feb 5 15:52:38 2010 -0500 Update Map plugin information plugins/map/map.eog-plugin.desktop.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit d6688233dc202c5860b68191ed84511b614370d3 Author: Pierre-Luc Beaudoin Date: Fri Feb 5 15:50:07 2010 -0500 Rename champlain plugin as "map". configure.ac | 24 ++++++++++---------- plugins/{champlain => map}/Makefile.am | 12 +++++----- .../eog-map-plugin.c} | 2 +- .../eog-map-plugin.h} | 0 .../map.eog-plugin.desktop.in} | 0 po/POTFILES.in | 4 +- 6 files changed, 21 insertions(+), 21 deletions(-) commit ff7631e429d4f559b6f017b25ca2192e25de6bcf Author: Felix Riemann Date: Mon Jan 11 23:49:04 2010 +0100 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)