commit 4da018e6ebb8a713b5611a403914f20976c88691
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:   2012-08-20

    distribute filmholes.png

M	data/icons/Makefile.am

commit 29caaee5ece807d637fb89a9a9c14a17f65d5be4
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-08-20

    updated for version 3.0.2

M	NEWS
M	configure.ac

commit 294c1e6b36db65fb3f2943bf07d67892595fba52
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-08-18

    fixed broken video thumbnail

    [bug #666303]

M	data/Makefile.am
M	data/icons/Makefile.am
R100	data/filmholes.png	data/icons/filmholes.png
M	gthumb/Makefile.am
M	gthumb/gth-grid-view.c

commit 87e7e525fcab4d80da5791c0516595f604b9f27f
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-08-14

    do not make modal dialogs block other windows as well

M	gthumb/gth-window.c
M	gthumb/gtk-utils.c
M	gthumb/gtk-utils.h

commit b1b91408233d37fdcf2bdafacc7c151d607c898f
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-08-14

    Delete key does nothing when image first opened

    [bug #678441]

M	gthumb/gth-browser.c

commit e15ad6cac0bb91b3d9b4ee51f1fb37917a6423f1
Author: Ross Burton <ross.burton@intel.com>
Date:	2012-07-31

    build: Fix parallel build problems with enum generation

    If the enum rule is triggered because one of the dependencies changed,
    but the
    resulting enum-types file is identical, it isn't copied across.
    This causes
    problems in parallel builds because make busy-loops on the file
    changing instead
    of just running the commands sequentially.

    The upshot is that a make -j where this happens (simply touching a
    .h file will
    do it) will sit spinning inside make.

    Fix this by pruning the dependencies to only those actually required,
    and doing
    a mv instead of cmp||cp.  If the headers have been modified then
    we'll be
    rebuilding anyway so the optimisation of the cmp is simply causing
    bugs.

    https://bugzilla.gnome.org/show_bug.cgi?id=680925

M	extensions/contact_sheet/Makefile.am
M	extensions/file_tools/Makefile.am
M	extensions/importer/Makefile.am
M	extensions/pixbuf_savers/Makefile.am
M	gthumb/Makefile.am

commit 71a087d1b61f715c2d9ed9a98298866a5a76e0f0
Author: Daniel Winzen <d@winzen4.de>
Date:	2012-07-23

    Updated German help translation

M	help/de/de.po

commit 69822bd701e6ad155093f1503dfd1971de181834
Author: tuhaihe <1132321739qq@gmail.com>
Date:	2012-07-22

    Update Chinese simplified translation for ui

M	po/zh_CN.po

commit e159f04952a01321f52ac30c78af786f2316dd19
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-07-07

    grid view layout not updated if size_allocate is called before realize

    [bug #679546]

M	gthumb/gth-grid-view.c

commit 9ee6510fabcbad9f0873877fb0ad9d0f2e20a7c5
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-07-07

    Picasa Web exporter: images not displayed in the export dialog

    [bug #679546]

M	extensions/picasaweb/data/ui/export-to-picasaweb.ui

commit cef2df7fa1779db4ac69968108df88be42ccddbc
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-07-07

    photobucket exporter: fixed crash when closing the dialog

M	extensions/photobucket/dlg-export-to-photobucket.c
M	gthumb/gth-file-list.c

commit 576a0f48fb18075cb721a795ff07b9ca6c9a8c7e
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-07-04

    fixed error when rotating keeping the origina size

M	extensions/file_tools/gth-image-rotator.c

commit e5f295500a0462e48c1bd94eb91168370a05d348
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-07-04

    optimized the interpolation function

    removed CLAMP from the interpolate_value function otherwise the
    interpolation is calculated twice.

M	extensions/file_tools/cairo-blur.c
M	extensions/file_tools/cairo-rotate.c
M	extensions/file_tools/gth-file-tool-adjust-colors.c
M	gthumb/cairo-utils.h
M	gthumb/glib-utils.h
M	gthumb/gth-image-navigator.c

commit 9f91d232328cda1182aa179c98ea6d3f28344845
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:	2012-07-02

    Updated Slovenian translation

M	help/sl/sl.po

commit b50eaade626c898bc70c3eb6124a71aaff8b1db0
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-06-14

    Updated Greek translation

M	po/el.po

commit 9a002b7d31391df08fb28174ed72f4bf3f463c65
Author: Chris Triantafillis <christriant1995@gmail.com>
Date:	2012-06-14

    Updated Greek translation

M	po/el.po

commit 376b88aa764831574aea492d78362fb015ce8f8d
Author: Paolo Bacchilega <paobac@src.gnome.org>
Date:	2012-06-13

    fixed fullscreen toolbars with multiple monitors

    keep the toolbars on the main window monitor

M	extensions/gstreamer_tools/gth-media-viewer-page.c
M	gthumb/gth-browser.c

commit e28861a33a0f2e4e86f9bf918523fdbfe795d041
Author: Taijuin <taijuin@gmail.com>
Date:	2012-05-28

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 62005629d834faa5ddc3799c6c43247182b3a814
Author: Antoine Jacoutot <ajacoutot@gnome.org>
Date:	2012-05-21

    build: OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3)

    strptime(3) was introduced in XPG4. On OpenBSD, just defining
    _XOPEN_SOURCE gets you the older XPG3 wich doesn't include
    strptime(3),
    so we need to define _XOPEN_SOURCE_EXTENDED to get XPG4v2.

M	gthumb/gth-time-selector.c

commit ddee8b598df1294ac12b01640bec38e67aab51d8
Author: Taijuin <taijuin@gmail.com>
Date:	2012-05-17

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 4dd5a21bccbfebeb99352123a51cf42ac2f94831
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:	2012-05-17

    Updated Latvian translation

M	po/lv.po