commit 0aee2eff302e66a12d65f5798919ecea9a0ce3fd Author: Paolo Bacchilega Date: 2011-01-02 Updated for version 2.12.2 M NEWS M configure.ac commit 66e16c6dd7535d76f64aa2252b4fd3d9b221ef53 Author: Yuri Myasoedov Date: 2011-01-10 Updated Russian translation M po/ru.po commit e4b2425331ecb25bb73ddfcdefee98beb58063c0 Author: Michael J. Chudobiak Date: 2011-01-02 Fixed folder renaming [bug #635417] M gthumb/gth-browser.c commit 1c076032fd04e560712ab84301f2d846af8ba774 Author: Paolo Bacchilega Date: 2011-01-02 Fixed search in catalogs [bug #638009] M extensions/catalogs/gth-file-source-catalogs.c commit f320d2a487718e1bf87b199150490861b5106ab2 Author: Paolo Bacchilega Date: 2011-01-01 fixed the history list update M gthumb/gth-browser.c commit bcab64e77b8245564235d7df37aab17f3bd54023 Author: Paolo Bacchilega Date: 2010-12-28 add the file tags to the global tags when opening the metadata dialog M extensions/edit_metadata/gth-edit-comment-page.c M gthumb/gth-tags-entry.c M gthumb/gth-tags-file.c M gthumb/gth-tags-file.h commit f407bda38aeda7f5e9c0eb9db8df6ffb8e7d39eb Author: Paolo Bacchilega Date: 2010-12-28 comments: use only the general:: metadata when writing M extensions/comments/gth-metadata-provider-comment.c commit 4140465f77c59e3a0b5657381f21c11359f1dcac Author: Paolo Bacchilega Date: 2010-12-28 delete the exif attributes if not set M extensions/exiv2_tools/gth-metadata-provider-exiv2.c commit 3e09c1d09e79b2b48f53ffb0edd635054c825132 Author: Paolo Bacchilega Date: 2010-12-28 initialize error to NULL M extensions/catalogs/actions.c M extensions/catalogs/dlg-add-to-catalog.c M gthumb/gconf-utils.c M gthumb/gth-overwrite-dialog.c commit 7fb72a279dff40882d2d8588bea1979f07bcff35 Author: Paolo Bacchilega Date: 2010-12-28 check if filename is not null before using it M extensions/image_viewer/gth-metadata-provider-image.c commit 860b32550a3c4df025ad231b9dca7f40f111c217 Author: Paolo Bacchilega Date: 2010-12-28 webalbums: updated the changed info when scaling the original image change the extension to jpeg; update the mime type and the image dimensions info. [bug #637920] [bug #637922] M extensions/webalbums/gth-web-exporter.c M gthumb/gth-file-data.c commit feb3d757269291216babb1e9c202f57dc1f484d4 Author: Mario Blättermann Date: 2010-12-20 [l10n] Updated German translation M po/de.po commit a520bcbe5a7be15153d707fa9753b947cfe58810 Author: Alexandre Rostovtsev Date: 2010-12-19 Enable building with exiv2-0.21 (#349150) Due to API changes in exiv2-0.21 (see http://dev.exiv2.org/issues/show/0000721), gthumb with exiv2 support enabled fails to compile. This patch updates gthumb to allow compilation with both exiv2-0.20 and 0.21. Since ifd IDs are no longer part of the public API, the patch uses group names instead (which works with exiv2-0.20 as well, modulo the fact that 0.21 has isMakerGroup() instead of isMakerIfd() in 0.20). In addition, instead of numeric comparison with ids1Id (which wouldn't work with exiv2-0.21 in any case), isMakerGroup()/isMakerIfd() are now used to determine whether or not a tag is a MakerNote. Signed-off-by: Alexandre Rostovtsev M extensions/exiv2_tools/exiv2-utils.cpp commit b2073d492db6e21014665aaad2350a57dc2cc6a5 Author: Paolo Bacchilega Date: 2010-12-07 added some missing CGLAGS M gthumb/Makefile.am commit 7d031cebed03d9bf11a563e1bd91ca16e0797eb3 Author: Paolo Bacchilega Date: 2010-12-08 added some missing static keywords M extensions/webalbums/gth-web-exporter.c commit 13f0cd23ea425c7f12a66b1be49ac5c2c710f9a5 Author: Paolo Bacchilega Date: 2010-12-09 unref the object only if it's not NULL M gthumb/gth-icon-cache.c commit 822437b22f8336b63866d765d851426eb959e99b Author: Paolo Bacchilega Date: 2010-12-15 launch a single instance of gimp when opening many files at once [bug #637234] M extensions/file_manager/callbacks.c commit f39aa1c825478fb125d9d3af6789cf08f58f9bb1 Author: Mario Blättermann Date: 2010-12-11 [l10n] Updated German doc translation M help/de/de.po commit b5dd25bbf79af3451c8545ae1d0802653c31b72a Author: Paul Seyfert Date: 2010-12-11 [l10n] Updated German translation M po/de.po commit 2038a0441847924064a185a29b7ae923236da9ca Author: Inaki Larranaga Murgoitio Date: 2010-12-01 Updated Basque language M po/eu.po commit c91f7364a25ec325636490655b808416bc898541 Author: Takeshi AIHANA Date: 2010-11-28 Updated Japanese translation. M po/ja.po commit e993124640ff81c994d06b401922eab496474b49 Author: Paolo Bacchilega Date: 2010-11-22 [slideshow] fixed description of a parameter. M extensions/slideshow/gth-transition.c commit cc1ac5ee3a1f27040d310c24f55f6b76514f519c Author: Paolo Bacchilega Date: 2010-11-22 fixed crash on thumbnail generation check the number of components of an ExifDatum before converting it to a long int. M extensions/exiv2_tools/exiv2-utils.cpp commit 42bb51756bc4e9d95ae01c004f050ca183573809 Author: Paolo Bacchilega Date: 2010-11-22 Compile with -fPIC -DPIC re-applied patch from bug #572685 M Makefile.am commit 8302e856dae93b2df1cdb56c7683485aaec7727c Author: Paolo Bacchilega Date: 2010-11-22 correctly activate the default extensions when started the first time [bug #635475] M data/gthumb.schemas.in M gthumb/gth-main.c