commit cee99d25df2f9d03cbc86764757eae69afe1858b
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:   2017-04-20

    updated for version 3.4.5

M	NEWS
M	configure.ac

commit bc00d56b1e17a3fc65fda4946cef76837ccf63cd
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    test simple: explicitly set the data type to none

M	gthumb/gth-test-simple.c

commit f3ea4973cc6b65ac107bc730d2d262721454d9b2
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    removed unused code

M	gthumb/gth-browser.c

commit 8a4f0a3829bc3859157e75b5795972761c758889
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    async task: faster execution

    use an idle callback instead of a timeout

M	gthumb/gth-async-task.c

commit 22c472773ddf6c59a2aecbfaa7471c82c217e4c7
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    preloader: make sure the cache size is below the max

M	gthumb/gth-image-preloader.c

commit 686106944410fa6b536c5dd28a07b58c9cd03bfb
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    fixed possible crash when switch from the image viewer to another
    viewer

    check if the viewer is still available after a callback

M	extensions/image_viewer/gth-image-viewer-page.c
M	gthumb/gth-image-dragger.c
M	gthumb/gth-image-overview.c

commit 0aa578e3d335fc3ca9c303a6f5d3cd9903a20579
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    fixed minor memory leaks

M	extensions/facebook/facebook-service.c
M	extensions/file_manager/callbacks.c
M	extensions/flicker_utils/flickr-service.c
M	extensions/image_viewer/gth-metadata-provider-image.c
M	extensions/photobucket/photobucket-service.c
M	extensions/picasaweb/picasa-web-service.c
M	gthumb/gnome-desktop-thumbnail.c
M	gthumb/gth-browser.c
M	gthumb/gth-empty-list.c
M	gthumb/gth-folder-tree.c
M	gthumb/gth-menu-manager.c
M	gthumb/gth-window.c

commit b56e60427dc9f8973048765e463e36e92420b4da
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    duplicate the file before adding it to the monitored locations set

M	gthumb/gth-folder-tree.c

commit c6d7bbb4f09c6817078faac58afed22b71ec9c4e
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-03

    fixed big memory leak

    call g_thread_join on the completed thread

M	gthumb/gth-async-task.c

commit 0b097cff8b46b616029126f99b3f26855d60af1e
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-02

    make the preloader actually preload the images

    requesting a better quality or the original image should not stop
    perloading the other images

M	extensions/image_viewer/gth-image-viewer-page.c

commit d30168f5526cf802268166ccae35174c65bc9080
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-04-02

    image overview: scale the image asynchronously

M	gthumb/gth-image-overview.c

commit 66d60feb08b970c769ee7ca1337d4f1db927fcda
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:	2017-03-09

    Update Basque language

M	po/eu.po

commit 2a92867818f3122338736f1a3c702faee7f7bb31
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-02-19

    fixed run-time warning when opening a file

M	gthumb/gth-browser.c

commit a9e78aa5f4aa45330825a32842f8e04d284836ba
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-02-19

    ensure the settings have been saved before exiting

M	gthumb/gth-browser.c

commit 7fa18d47292bb1f6a52b6982ac605977e060c092
Author: Andika Triwidada <atriwidada@gnome.org>
Date:	2017-02-17

    Update Indonesian translation

M	po/id.po

commit 869b94b3866589b423d1667aee033b3e56d17dfd
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2017-01-27

    fixed indentation

M	extensions/file_tools/gth-file-tool-resize.c

commit 7f8439330663d0a4cef6cc1eed0f4092f4620385
Author: Vaclav Brozek <vabr@chromium.org>
Date:	2017-01-01

    Set height if aspect ratio is None

    ratio_combobox_changed_cb handles, in particular, the case when the
    ratio is
    set to None. If this happens on initialisation of the resize tool UI,
    both the
    new_height and new_width need to be recomputed from the original
    height and
    width and the respective scale factors.

    However, ratio_combobox_changed_cb only calls
    selection_width_value_changed_cb, which only updates width if
    the aspect
    ration is not None.

    This patch adds a call to selection_height_value_changed_cb inside
    ratio_combobox_changed_cb if the aspect ratio is None, to ensure both
    dimensions are properly updated. An alternative would be to call
    selection_height_value_changed_cb from
    selection_width_value_changed_cb in the
    None aspect ratio case, but that seems unnecessary for other
    call-sites of
    selection_width_value_changed_cb (such as resize_width_spinbutton
    changing its
    value).

M	extensions/file_tools/gth-file-tool-resize.c