commit 92a30745ba625d38ddd5123b179e2fc7fd3c8d7a Author: Paolo Bacchilega Date: 2013-10-14 updated for version 3.2.4 M NEWS M configure.ac commit 6509768583f4f1c65652b01b80f60d9d3dca6353 Author: Paolo Bacchilega Date: 2013-10-11 organize folder: fixed missing tag icon M data/icons/hicolor/16x16/actions/Makefile.am A data/icons/hicolor/16x16/actions/tag.png M extensions/catalogs/data/ui/organize-files-task.ui M extensions/catalogs/data/ui/organize-files.ui M extensions/catalogs/dlg-organize-files.c commit db2c8c2e09af43e07591cf1c481fef6e26c28c66 Author: Paolo Bacchilega Date: 2013-10-11 rotation: removed old workaround for modal dialogs M extensions/image_rotation/gth-transform-task.c M extensions/image_rotation/rotation-utils.c M extensions/image_rotation/rotation-utils.h commit c912e14748cb54c3f8005f902af7059bbe697193 Author: Paolo Bacchilega Date: 2013-10-11 message dialog: set a max label size M gthumb/resources/message-dialog.ui commit 4f516b4ca8a6c5d2e92472002590ed7335f6978a Author: Paolo Bacchilega Date: 2013-10-11 message dialog: activate the text wrap M gthumb/resources/message-dialog.ui commit 0584493e4dfc16a4c4f2cbdff6985fe9f894982b Author: Paolo Bacchilega Date: 2013-10-11 image rotation: fixed error when using libjpeg_turbo M extensions/jpeg_utils/transupp-80.c M extensions/jpeg_utils/transupp-80.h commit 547d8cbb2b74fd7625da2939512618bad83e99ab Author: Paolo Bacchilega Date: 2013-10-10 web albums: fixed dialog layout M extensions/webalbums/data/ui/web-album-exporter.ui commit 25efabda87566c3d5e545e84b7e188d24e993244 Author: Paolo Bacchilega Date: 2013-10-10 bookmarks: fixed the dialog layout M extensions/bookmarks/dlg-bookmarks.c commit 6430bc6ec188db9499e54e9187be42412a480846 Author: Paolo Bacchilega Date: 2013-10-10 rename series: expand the file list M extensions/rename_series/dlg-rename-series.c commit 4ee66a36fa277f2eb9131d0da0296005f65e6fcc Author: Paolo Bacchilega Date: 2013-10-10 fixed crash when opening the preferences dialog M gthumb/dlg-preferences-extensions.c commit 190c2725d5b0dbbf6125ae77b46f26bd0fa4c3dd Author: Paolo Bacchilega Date: 2013-10-09 rotation: fixed the image position when rotating M extensions/file_tools/gth-image-rotator.c commit c7a5977782b05409de61df906f15027ed06420f7 Author: RÅ«dolfs Mazurs Date: 2013-10-08 Updated Latvian translation M po/lv.po commit f80e3bad3be9560b2690cf69ab5f7201d46f22c7 Author: Paolo Bacchilega Date: 2013-09-27 about dialog: use the 256 pixel icon instead of the scalable one there is a bug in the rendering of the svg icon, so use the pre-rendered 256 pixel icon instead. M gthumb/gth-browser-actions-callbacks.c commit a92607f1b3d9938bb05dca31ed1f796081902b6e Author: Paolo Bacchilega Date: 2013-09-27 fixed the browser-mode icon of 16 and 24 pixels size M data/icons/hicolor/16x16/actions/browser-mode.png M data/icons/hicolor/24x24/actions/Makefile.am A data/icons/hicolor/24x24/actions/browser-mode.png commit f11dba96e4f085167bed977ff4e4940db8334954 Author: Paolo Bacchilega Date: 2013-09-27 simplified the svg of the scalable app icon M data/icons/Makefile.am C100 data/icons/hicolor/scalable/apps/gthumb.svg data/icons/gthumb.svg M data/icons/hicolor/scalable/apps/gthumb.svg commit 42fd099c8302dd8ec15b0e73cd6cda4c192ba6b1 Author: Paolo Bacchilega Date: 2013-09-27 Fixed rendering of the color scales M gthumb/gth-color-scale.c commit 36ba0c99c1780ca9f23f220ced70a76b97ce8260 Author: Paolo Bacchilega Date: 2013-09-27 Fixed broken window layout with gtk+ 3.10 [bug #708800] M gthumb/gth-window.c commit c9f2c750c60e3d793b26f3574dd6c4643dac051b Author: Andika Triwidada Date: 2013-09-26 Updated Indonesian translation M po/id.po commit 04759155722d818934ae4b0dfd1044c30ff41d07 Author: Paolo Bacchilega Date: 2013-09-21 print: do not destroy an unowned image M extensions/image_print/actions.c commit 56dd7c49f2a6f398529cebaa6be3d48c127585b2 Author: Christian Krause Date: 2013-08-24 find duplicates: fixed crash when using a predefined directory [bug #706697] M extensions/find_duplicates/dlg-find-duplicates.c M extensions/find_duplicates/gth-find-duplicates.c commit 076323629d1976df4ab7766f52bd0d19aae5d1f7 Author: Christian Krause Date: 2013-08-20 gthumb crashes when attempting to play a video Gthumb crashes when attempting to play a video under special circumstances. How to reproduce: - start gthumb in a terminal - disable all extensions besides "Audio/Video support" (especially "Burn CD/DVD" must be turned off) - restart gthumb as requested - navigate to a directory containing a video - click on a video Current result: - gthumb is closed with the following error message: gthumb: symbol lookup error: /usr/lib64/gthumb/extensions/libgstreamer_tools.so: undefined symbol: gst_is_video_overlay_prepare_window_handle_message Comments: - with the port to gstreamer-1.0, the offending function call was introduced - however, that function is provided by libgstvideo-1.0.so which is not linked to the gstreamer_tools extension - that it works for some people and but not for others is caused by a different selection of enabled extensions: once "Burn CD/DVD" is enabled, it suddenly starts to work because that extension is linked against libbrasero-burn3.so which is linked against libgstvideo-1.0.so - the correct solution seems to link libgstvideo-1.0.so to libgstreamer_tools.so [bug #706343] M configure.ac commit 8535630899875e6486556362e7ef192f3db2eb3e Author: Paolo Bacchilega Date: 2013-08-15 fixed crash when copying or moving files [bug #705877] M extensions/file_manager/actions.c commit 82b3e645b6fc0583bc02112244ebf2bd777f99f6 Author: Paolo Bacchilega Date: 2013-07-14 selections: avoid possible deadlocks unlock the mutex before emitting the signals M extensions/selections/gth-selections-manager.c