commit ded0ca0aa1f589c36e819db07d6bcc6a62f1d890
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:   2012-03-25

    updated for version 2.90.2

M	NEWS
M	configure.ac

commit f82bf1e8cab644888b4649ded87e86a3d80e2fd0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-03-25

    Updated Spanish translation

M	po/es.po

commit eb30b96a3aa9508b20371c1ee26efe220730273c
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-25

    updated POTFILES.in

M	po/POTFILES.in

commit 402c96e2dcdb4705537088e6a3a99cfa77ec9077
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-25

    removed duplicated code

M	gthumb/gth-tags-entry.c

commit cc689b5b2f5c6e8d8befa6d5c65fe39b36b89ca1
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-25

    added a Location dialog to enter the path to display

    [new feature]

M	data/ui/Makefile.am
A	data/ui/location.ui
M	gthumb/Makefile.am
A	gthumb/dlg-location.c
A	gthumb/dlg-location.h
M	gthumb/gth-browser-actions-callbacks.c
M	gthumb/gth-browser-actions-callbacks.h
M	gthumb/gth-browser-actions-entries.h
M	gthumb/gth-browser-ui.h
M	gthumb/gth-browser.c

commit 3f89d7b9016e3254ffa2ef513b68521d1321b341
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-25

    keep a ref of the appinfo

M	extensions/file_manager/callbacks.c

commit be309ae4a4ef962dbd2adc4ef6371c8a8900072f
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-24

    require gtk+ 3.0 in the package config file

M	data/gthumb.pc.in

commit 72c3f05d0a9809231bfeda6f8c61d7829d295c97
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-24

    fixed a good amount of memory leaks

M	extensions/bookmarks/callbacks.c
M	extensions/cairo_io/cairo-io-png.c
M	extensions/catalogs/gth-catalog.c
M	extensions/catalogs/gth-file-source-catalogs.c
M	extensions/comments/gth-comment.c
M	extensions/exiv2_tools/exiv2-utils.cpp
M	extensions/file_manager/callbacks.c
M	extensions/selections/gth-selections-manager.c
M	gthumb/gio-utils.c
M	gthumb/glib-utils.c
M	gthumb/gnome-desktop-thumbnail.c
M	gthumb/gth-browser.c
M	gthumb/gth-extensions.c
M	gthumb/gth-file-data.c
M	gthumb/gth-file-list.c
M	gthumb/gth-file-store.c
M	gthumb/gth-filter-file.c
M	gthumb/gth-filter.c
M	gthumb/gth-image-loader.c
M	gthumb/gth-image-viewer.c
M	gthumb/gth-image.c
M	gthumb/gth-location-chooser.c
M	gthumb/gth-main.c
M	gthumb/gth-multipage.c
M	gthumb/gth-tags-file.c
M	gthumb/gth-test-chain.c
M	gthumb/gth-test.c
M	gthumb/gth-thumb-loader.c
M	gthumb/gth-time-selector.c
M	gthumb/gtk-utils.c

commit b51f6d66a4295f93e06db58217a5938abebdf18f
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-23

    grid view: fix display of the focused item

M	gthumb/gth-grid-view.c

commit bd575ae8ba2fa162d0ae5c75486dfbd1add6b789
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-23

    grid view: do not use the adjustment values as it may not be
    configured yet

M	gthumb/gth-grid-view.c

commit 543a706e6cfe41729acfc532179f2ae47713ef2d
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-23

    copy/move dialog: save the list of the last 10 choosed folders

    [new feature]

M	data/org.gnome.gthumb.file-manager.gschema.xml.in
M	extensions/file_manager/actions.c
M	extensions/file_manager/preferences.h

commit 2f66759e4732943aebd8d5f22f7a80274cc356a8
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-23

    fixed wrong behaviuor in navigation history

    steps to reproduce the problem:

    open A,  open B, back button, open C

    before the change the history was: C, B, A; but B wasn't the
    previuos visited folder, after the change the history is: C, A.

M	gthumb/gth-browser.c

commit 533e7b981f0676413d9f1e4ee377346da3b52103
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-22

    Thumbnail pane stays empty until directory change

    [bug #672184]

M	gthumb/gth-grid-view.c

commit f4cfc0cea2a68659f7307b8d1eae7dcfff5960da
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-03-22

    Updated Slovenian translation

M	po/sl.po

commit 69ec88345124cd707ece0b8b5855f287ad3dd3ef
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-22

    fixed some performance issues when updating thumbnails

    use a state machine to avoid to scan the whole list for each thumbnail

M	gthumb/gth-file-list.c

commit 2548663bab27ce2ed810e11588b8089ca37a8115
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-22

    added some comments to make the code clearer

M	gthumb/gth-browser.c

commit 8b615efa748b181cf3987d7f5a9cf656baf37e51
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-22

    added a tool to import the embedded metadata in the gThumb comment
    system

    [new feature]

M	extensions/comments/Makefile.am
A	extensions/comments/actions.c
A	extensions/comments/actions.h
A	extensions/comments/callbacks.c
A	extensions/comments/callbacks.h
M	extensions/comments/gth-comment.c
M	extensions/comments/gth-comment.h
A	extensions/comments/gth-import-metadata-task.c
A	extensions/comments/gth-import-metadata-task.h
M	extensions/comments/main.c
M	extensions/list_tools/callbacks.c
M	po/POTFILES.in

commit 964c6a87a8d8eb5cf3f528ef5369ded9fc236dea
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:	2012-03-21

    fixed help button in preferences window, bug 671290

M	gthumb/dlg-preferences.c

commit 81342db39125f0cc28932255ac3b2f3c5275e03a
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-20

    show "Moving" instead of "Copying" when moving a file

    Use _g_copy_file_async_private to move files as well.  To do this
    we have
    to ignore non-existing metadata files to avoid false error messages
    and to
    delete the original directories after moving all the files.

M	gthumb/gio-utils.c

commit 3a0c8e0eb38dc47533ee25840ce3e2a0801486fb
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-18

    map view: added a scale on the map

M	extensions/map_view/gth-map-view.c

commit 4e4c2a635f9f8e20348258a3aee2a2d8f3100812
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-12

    added librsvg libs to gthumb

M	gthumb/Makefile.am

commit e244de4b5b3cc7b7053f5830bee66942db27bd0c
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-12

    always compile the cairo png loader

    [bug #671940]

M	extensions/cairo_io/Makefile.am

commit 30219aeba7b8e8924730690a7e771a4c5df54dc1
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-12

    fixed compilation when libtiff is not available

    [bug #671892]

M	extensions/pixbuf_savers/gth-tiff-saver.c

commit eb9be1c9bd32a3c7c4ec919226a5aaa87a8589ad
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    removed wrong use of GDK_EXTENSION_EVENTS_ALL

    this prevents compilation with gtk+ 3.3.18

    [bug #671451]

M	gthumb/gth-image-navigator.c
M	gthumb/gth-time-selector.c

commit c077f8ad588a261cba1fc30583c64534f9534215
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    GthTestCategory: fixed possible crashes

    *) do not connect to the "tags-changed" signal more than once;
    *) reset the tag store when the control is destroyed.

M	gthumb/gth-test-category.c

commit 978d63ab83e13bafa84ef0c100e8df0639c3f136
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    Revert "test category: keep a ref of the store until the object
    is finilized"

    This reverts commit ebd96c2336ce2996dcc092edc373e2bcb38f5e63.

M	gthumb/gth-test-category.c

commit 5a03d2cde0322bfb817f4a1921850c39bde18fd4
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    strip the tags when setting the list from a text value

M	gthumb/gth-tags-entry.c

commit 4ddab1bc6e4c41b4af3543ab4cbb6954e17be827
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    fixed test for embedded title and description

    use the GthTestSimple object with data-type STRING instead of a
    GthTestCategory.

M	gthumb/gth-main-default-tests.c

commit 076508f6964241a4cdc378a87b8d3e0df120ba09
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    test category: keep a ref of the store until the object is finilized

M	gthumb/gth-test-category.c

commit 1356e815635321efb31051c70da4743add843be0
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    removed use of gdk_window_get_pointer

M	gthumb/gth-browser.c
M	gthumb/gth-image-navigator.c

commit d33d31bc07b2da1c6c00a5cacb007c0eb6fd582b
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-03-06

    removed use of Gtk[HV]Box and Gtk[HV]Separator

M	extensions/edit_metadata/gth-edit-general-page.c
M	extensions/edit_metadata/gth-edit-general-page.h
M	extensions/exiv2_tools/gth-edit-iptc-page.c
M	extensions/exiv2_tools/gth-edit-iptc-page.h
M	extensions/map_view/gth-map-view.c
M	extensions/map_view/gth-map-view.h
M	extensions/rename_series/gth-template-selector.c
M	extensions/rename_series/gth-template-selector.h
M	extensions/search/gth-search-editor.c
M	extensions/search/gth-search-editor.h
M	extensions/slideshow/gth-slideshow-preferences.c
M	extensions/slideshow/gth-slideshow-preferences.h
M	gthumb/gedit-message-area.c
M	gthumb/gedit-message-area.h
M	gthumb/gth-file-properties.c
M	gthumb/gth-file-properties.h
M	gthumb/gth-filterbar.c
M	gthumb/gth-filterbar.h
M	gthumb/gth-multipage.c
M	gthumb/gth-multipage.h
M	gthumb/gth-progress-dialog.c
M	gthumb/gth-statusbar.c
M	gthumb/gth-tags-entry.c
M	gthumb/gth-tags-entry.h
M	gthumb/gth-test-selector.c
M	gthumb/gth-test-selector.h
M	gthumb/gth-time-selector.c
M	gthumb/gth-time-selector.h
M	gthumb/gth-toolbox.c

commit d5cbd36ce5a3a6344dff336535a2341f095cb891
Author: Martin Srebotnjak <miles@filmsi.net>
Date:	2012-03-06

    Updated Slovenian translation

M	po/sl.po