commit 74383a83a26e0ff08071137df3a3857cef3d2f3a Author: Paolo Bacchilega Date: 2011-08-22 updated POTFILES.in M po/POTFILES.in commit faefb6756b92826c98ac18fa6a921c4b76e42c6b Author: Paolo Bacchilega Date: 2011-08-22 updated for version 2.13.3 M NEWS M configure.ac commit eb414cd08b1bc5fde49872466da18479e41d2ab8 Author: Paolo Bacchilega Date: 2011-08-22 removed unused variables M extensions/contact_sheet/gth-contact-sheet-creator.c M extensions/file_viewer/gth-file-viewer-page.c M extensions/gstreamer_tools/gth-media-viewer-page.c M extensions/image_viewer/gth-image-viewer-page.c M extensions/jpeg_utils/jpeg-info.c M extensions/photobucket/photobucket-service.c M extensions/red_eye_removal/gth-file-tool-red-eye.c M gthumb/cairo-utils.c M gthumb/gth-file-list.c M gthumb/gth-file-store.c M gthumb/gth-file-tool.c M gthumb/gth-histogram.c M gthumb/gth-image-navigator.c M gthumb/main-migrate-catalogs.c commit 56c1a50514194977949153bf160ba77333e0c450 Author: Paolo Bacchilega Date: 2011-08-22 re-added check to see if libjpeg support progressive JPEGs M configure.ac M extensions/pixbuf_savers/gth-jpeg-saver.c commit e048c340b1a6b2b12863fcbbe149b4b802103138 Author: Paolo Bacchilega Date: 2011-08-13 fixed crash when the location is null M gthumb/gth-browser.c commit 886f5e1b8c0d27059f8976067967ac4809d194a3 Author: Paolo Bacchilega Date: 2011-08-12 recalc the free space only when required M gthumb/gth-browser.c commit 8420d4fd3e76942f8cb5af509209bfb2dc25e125 Author: Paolo Bacchilega Date: 2011-08-12 show the current disk free space in the status bar [new feature] M gthumb/gth-browser.c M gthumb/gth-file-source.c M gthumb/gth-file-source.h M gthumb/gth-statusbar.c commit c52a212f7263fbc490776e313c923163823f94ea Author: Paolo Bacchilega Date: 2011-08-12 fixed position and volume controls not working in the video player M extensions/gstreamer_tools/data/ui/mediabar.ui commit b4cd0554f871398f8e15a451b30b25f13763a279 Author: Guido Trentalancia Date: 2011-08-02 add support for libpng version 1.5.x M extensions/cairo_io/cairo-io-png.c commit e5b08b2d96391ff18e67b4a27059a7cd9d292bec Author: dooteo Date: 2011-07-29 removed pallete.png image D help/eu/figures/palette.png commit 9aa20740cefe09d2c5e65640a7e5fc99955b38f3 Author: dooteo Date: 2011-07-29 Changed image content M help/eu/figures/comment.png commit 5dedcdce8e7df730b1fb93472e0dd2cc6d5062e0 Author: Inaki Larranaga Murgoitio Date: 2011-07-29 Added Basque language M help/Makefile.am A help/eu/eu.po A help/eu/figures/comment.png A help/eu/figures/general-filter.png A help/eu/figures/main-win.png A help/eu/figures/nav-button.png A help/eu/figures/palette.png A help/eu/figures/preferences.png A help/eu/figures/specific-filter.png A help/eu/figures/thumbnail-pane.png commit dfd5b1a691b7566ebdffa9497f12f0e47191bc8a Author: Paolo Bacchilega Date: 2011-07-26 Added ability to import photos from a folder This is equivalent to importing from a removable device, with the difference that the user can select a folder instead of a device. [new feature, bug #452764 (partial)] M extensions/photo_importer/actions.c M extensions/photo_importer/actions.h M extensions/photo_importer/callbacks.c M extensions/photo_importer/data/ui/photo-importer.ui M extensions/photo_importer/dlg-photo-importer.c M extensions/photo_importer/dlg-photo-importer.h commit 5f8213c0197879c8825fd4aea723a20bc2c322d1 Author: Paolo Bacchilega Date: 2011-07-21 call pause/resume one time for each parent M extensions/edit_metadata/dlg-edit-metadata.c commit 03470057f8a6c6e793937dcbb7d7feed6f3a890e Author: Paolo Bacchilega Date: 2011-07-21 explicitly set all the values of the xmp date metadata instead of duplicating the exif date M extensions/exiv2_tools/gth-metadata-provider-exiv2.c commit 6875bcf6ac089ebb2900a85708dd3559c0e32315 Author: Paolo Bacchilega Date: 2011-07-20 use the application name (gThumb) in the Exif.Image.Software tag M extensions/exiv2_tools/exiv2-utils.cpp commit f08d7bb2bcbe1ab40141335bcb5712ce575e793a Author: Paolo Bacchilega Date: 2011-07-20 added missing declaration M extensions/exiv2_tools/gth-metadata-provider-exiv2.c commit 2950ef003bfac282ca47d45ac646d61b62c233b9 Author: Paolo Bacchilega Date: 2011-07-20 monitor: use a more fine grained way to pause and resume notifications M extensions/edit_metadata/dlg-edit-metadata.c M gthumb/gth-main.c M gthumb/gth-monitor.c M gthumb/gth-monitor.h commit e24669a3a40ddad4500c181eb49e7a2bc2de6746 Author: Paolo Bacchilega Date: 2011-07-20 added the dump_exif_data function useful to find exiv2 bugs M extensions/exiv2_tools/exiv2-utils.cpp commit 3dda6555fa182e4eba71c6b0a47a4a51f3b01c15 Author: Paolo Bacchilega Date: 2011-07-20 initialize the type to null and set it to null if a void string is returned M extensions/exiv2_tools/exiv2-utils.cpp commit 95f06aa8f6b9f0884a6fe236b98a753ec03e49dd Author: Paolo Bacchilega Date: 2011-07-20 edit metadata: fixed deletion of the date when the user selects "no date", delete the general::datetime attribute instead of setting its value to a void string. M extensions/edit_metadata/gth-edit-comment-page.c commit 74564d140eb7497617ee76ad8d2a1bde7e2c0fd7 Author: Paolo Bacchilega Date: 2011-07-20 Changed exif/xmp tag where the date is saved Save the date entered in the edit metadata dialog in Exif::Photo::DateTimeOriginal and in Xmp::exif::DateTimeOriginal Use Exif::Image::DateTime to save the last modified date. This fixes an error that prevented to delete the date from an image with the edit metadata dialog. M extensions/exiv2_tools/exiv2-utils.cpp M extensions/exiv2_tools/exiv2-utils.h M extensions/exiv2_tools/gth-metadata-provider-exiv2.c M extensions/exiv2_tools/main.c commit e594821ebe24a6069033c3b4b8fd8a98fce52c9a Author: Paolo Bacchilega Date: 2011-07-20 added _g_time_val_to_xmp_date to create dates in XMP format M configure.ac M gthumb/glib-utils.c M gthumb/glib-utils.h commit 0705c6f7a103a44281d14d4e2d4baeedd83f1d15 Author: Paolo Bacchilega Date: 2011-07-17 allow to extract files from file-roller dropping them in the gThumb file list M extensions/file_manager/callbacks.c commit 3b869716263f4118b7a657109c6707de87209279 Author: Paolo Bacchilega Date: 2011-07-17 edit metadata: update the file list only when the operation is completed M extensions/edit_metadata/dlg-edit-metadata.c commit f661280650be10ebd6ea38a21719b0aa20ee9942 Author: Paolo Bacchilega Date: 2011-07-17 edit metadata: correctly delete the file date when "no date" is selected M extensions/edit_metadata/gth-edit-comment-page.c commit 36c317a8fd550453049a4e829f06eb6727b70672 Author: Paolo Bacchilega Date: 2011-07-17 edit metadata: set date to "do not change" if more than one file is selected M extensions/edit_metadata/gth-edit-comment-page.c commit 526ee018b975f8df14861fa45282bf017954cc66 Author: Paolo Bacchilega Date: 2011-07-17 metadata-provider: added a cancellable argument to the read and write functions M extensions/comments/gth-comment.c M extensions/comments/gth-comment.h M extensions/comments/gth-metadata-provider-comment.c M extensions/exiv2_tools/exiv2-utils.cpp M extensions/exiv2_tools/exiv2-utils.h M extensions/exiv2_tools/gth-metadata-provider-exiv2.c M extensions/gstreamer_tools/gth-metadata-provider-gstreamer.c M extensions/image_viewer/gth-metadata-provider-image.c M gthumb/gth-metadata-provider-file.c M gthumb/gth-metadata-provider.c M gthumb/gth-metadata-provider.h commit 8cf51a7b92333e5222b723ad11b5fecd953102c1 Author: Paolo Bacchilega Date: 2011-07-17 do not free the error inside _gtk_error_dialog_from_gerror_(show|run) this caused crashes when more callbacks were registered for the "completed" signal of a GthTask object. M extensions/bookmarks/dlg-bookmarks.c M extensions/catalogs/actions.c M extensions/catalogs/dlg-add-to-catalog.c M extensions/catalogs/dlg-catalog-properties.c M extensions/catalogs/gth-file-source-catalogs.c M extensions/contact_sheet/dlg-contact-sheet.c M extensions/desktop_background/actions.c M extensions/edit_metadata/dlg-edit-metadata.c M extensions/exiv2_tools/gth-metadata-provider-exiv2.c M extensions/facebook/dlg-export-to-facebook.c M extensions/file_manager/actions.c M extensions/file_manager/callbacks.c M extensions/find_duplicates/gth-find-duplicates.c M extensions/flicker/dlg-export-to-flickr.c M extensions/flicker/dlg-import-from-flickr.c M extensions/gstreamer_tools/actions.c M extensions/image_print/actions.c M extensions/image_print/gth-image-print-job.c M extensions/image_viewer/gth-image-viewer-page.c M extensions/list_tools/dlg-personalize-scripts.c M extensions/photo_importer/dlg-photo-importer.c M extensions/photobucket/dlg-export-to-photobucket.c M extensions/picasaweb/dlg-export-to-picasaweb.c M extensions/picasaweb/dlg-import-from-picasaweb.c M extensions/picasaweb/picasa-account-properties-dialog.c M extensions/rename_series/dlg-rename-series.c M extensions/search/actions.c M extensions/search/gth-search-task.c M extensions/webalbums/gth-web-exporter.c M gthumb/dlg-personalize-filters.c M gthumb/dlg-preferences-extensions.c M gthumb/gth-browser.c M gthumb/gth-file-source-vfs.c M gthumb/gth-overwrite-dialog.c M gthumb/gth-pixbuf-list-task.c M gthumb/gth-source-tree.c M gthumb/gtk-utils.c M gthumb/gtk-utils.h commit f9c78be0288b26aaec61672852f57881a75705cc Author: Paolo Bacchilega Date: 2011-07-17 edit metadata: use a task to load and save the metadata This way a progress dialog is shown and the user can cancel the operation. Related to bug #638371. M extensions/edit_metadata/dlg-edit-metadata.c M gthumb/Makefile.am M gthumb/gth-load-file-data-task.c C052 gthumb/gth-load-file-data-task.c gthumb/gth-save-file-data-task.c A gthumb/gth-save-file-data-task.h commit 8c6b4e3d7b825ecf4619cd131d462b630c9a8f9b Author: Paolo Bacchilega Date: 2011-07-17 ignore null uris at startup M gthumb/main.c commit fcc51e7081122fb06713ba0b36df3f24e9cc0075 Author: Paolo Bacchilega Date: 2011-07-17 window title: separate the filename and position with a dash M gthumb/gth-browser.c commit 27869363712d23f55a4d18a3bb9636c6e8ba2a7a Author: Daniel Mustieles Date: 2011-07-16 Updated Spanish translation M po/es.po commit 364cbdd71b088b32b48a4ff7f8dabc544efc7727 Author: Paolo Bacchilega Date: 2011-07-15 Added Ctrl+Q to close all windows [bug #654496, new feature] M gthumb/dlg-preferences-extensions.c M gthumb/gth-browser-ui.h M gthumb/gth-window-actions-callbacks.c M gthumb/gth-window-actions-callbacks.h M gthumb/gth-window-actions-entries.h M gthumb/main.c M gthumb/main.h commit f01a9f2794ef9b2fca2887fc7e001705b2b72bda Author: Paolo Bacchilega Date: 2011-07-15 crop tool: use low quality zoom for higher precision [bug #654553] M extensions/file_tools/gth-file-tool-crop.c M gthumb/gth-image-dragger.c M gthumb/gth-image-selector.c M gthumb/gth-image-viewer.c M gthumb/gth-image-viewer.h commit 14e0b0c89696bc8f35a4509fea91594f76bd714f Author: Michael J. Chudobiak Date: 2011-07-14 added G_USER_DIRECTORY_DOCUMENTS to sidebar - bug 654635 M gthumb/gth-file-source-vfs.c commit 36adf7aea5b3ad417568cc9c47263c3ba26efbae Author: Paolo Bacchilega Date: 2011-07-14 updated POTFILES.in M po/POTFILES.in commit 08862aed797ee2d0a60c3647a3b8af6e2022879f Author: Paolo Bacchilega Date: 2011-07-14 removed _gtk_request_dialog_run as it is no longer used M gthumb/gtk-utils.c M gthumb/gtk-utils.h commit f1c04321522345512bd96106027e213495cf95c0 Author: Paolo Bacchilega Date: 2011-07-14 use gth_request_dialog for folder creation as well M extensions/file_manager/actions.c commit cbc1844e74f710fc7efc9b47904ec6ebb545b07b Author: Paolo Bacchilega Date: 2011-07-14 check whether gio_file is null before using it M extensions/catalogs/actions.c M extensions/catalogs/dlg-add-to-catalog.c commit f8b1898a99de9bbceab59efafa255ac97f801c31 Author: Paolo Bacchilega Date: 2011-07-14 do not allow the user to create catalogs with a / in the name [bug #652482] M extensions/catalogs/actions.c M extensions/catalogs/dlg-add-to-catalog.c M gthumb/Makefile.am A gthumb/gth-request-dialog.c A gthumb/gth-request-dialog.h M gthumb/gtk-utils.c M gthumb/gtk-utils.h commit 3f81d8a65f3e349c792f8635cc5ef4b88a81b8ad Author: Paolo Bacchilega Date: 2011-07-13 resize image: added buttons to set to the original image size or the screen size [bug #639012] M extensions/file_tools/data/ui/resize-options.ui M extensions/file_tools/gth-file-tool-resize.c commit d90edd8b8a56b0e0a5776d613c54cb038980a0c9 Author: Paolo Bacchilega Date: 2011-07-13 progress dialog: set the task description as dialog title if the main window is hidden [bug #628769] M gthumb/gth-progress-dialog.c commit 77bfa68f615b2a0f4e1f718371c94467e96764d7 Author: Paolo Bacchilega Date: 2011-07-13 null is an invalid value for gconf strings M gthumb/gth-browser.c commit e110908a50e80515b78a4a351ca754e3502217e7 Author: Paolo Bacchilega Date: 2011-07-13 photo importer: don't ref/unref source if it's null M extensions/photo_importer/callbacks.c commit 20b68d321862a6b8aa46d1237120a43785b54df0 Author: Paolo Bacchilega Date: 2011-07-13 importer: use the destination permissions for the imported files M extensions/importer/gth-import-task.c commit f3e30c5070c36b9476795308ac0a016fb77612db Author: Paolo Bacchilega Date: 2011-07-13 added a function to get the filterbar M gthumb/gth-browser.c M gthumb/gth-browser.h commit adf94ad4ffb1187beeb4646b91978500b6e1b975 Author: Paolo Bacchilega Date: 2011-07-13 automatically select the last viewed file on startup if "Go to last visited folder or catalogue" option is on [bug #451883, new feature] M data/gthumb.schemas.in M gthumb/gth-browser.c M gthumb/gth-preferences.h M gthumb/main.c commit 77f50257cb217bf892f635e3772c4e288af2485a Author: Paolo Bacchilega Date: 2011-07-10 use get_mapped instead of get_visible to determine if a widget is visible M extensions/image_viewer/gth-image-viewer-page.c commit 4c01720ba787bca74af2f0d6e275797ff221b12b Author: Paolo Bacchilega Date: 2011-07-10 web album: simplified code and fixed a memory leak [bug #644970] M extensions/webalbums/gth-web-exporter.c commit 38272d7e8e481d3d18faab0d3312f842001995b7 Author: Paolo Bacchilega Date: 2011-07-10 removed useless asignment M extensions/image_print/gth-image-print-job.c commit fa1ccdcb3012d6cf73e7ae7c3f015747356ac81d Author: Paolo Bacchilega Date: 2011-07-10 load the .desktop file from the local data dir if --enable-run-in-place is used M gthumb/Makefile.am M gthumb/gth-main.c commit 77758fa4a43f52bb8ea181595699f4f79591f9a5 Author: Paolo Bacchilega Date: 2011-07-10 use gThumb in the window title M gthumb/gth-browser.c commit c4b8e07a88ee96d4d3f7ea203ded323a4f4e8ffa Author: Paolo Bacchilega Date: 2011-07-10 make the keyboard editing shortcuts work from the file list as well when the file list or the image viewer are focused the user can use the following shortcuts to activate some editing tools: h : enhance l: flip m: mirror r: rotate right r: rotate left c: crop s: resize [bug #621922, new feature] M extensions/file_tools/callbacks.c commit 53119f86a0bd9a7d13102bb8cd39156f87110d7c Author: Paolo Bacchilega Date: 2011-07-08 removed debug code M gthumb/gth-browser.c commit 65becf5caabaa8f4f59b988380c2398067c36ad5 Author: Paolo Bacchilega Date: 2011-07-08 fixed crash opening an image from command line [bug #654241] M extensions/image_viewer/gth-image-viewer-page.c commit 46e48d6efffbc66c4868e3c738f841e833653664 Author: Paolo Bacchilega Date: 2011-07-08 update the properties and the titlebar when the current file is deleted... ... and it's the last file in the list M gthumb/gth-browser.c M gthumb/gth-file-properties.c commit e0ad31e73185be5301e9bf235454e12df42cc7e1 Author: Paolo Bacchilega Date: 2011-07-07 use the FSF web site instead of the address in gthumb.h [bug #652027] M gthumb/gthumb.h.template commit 3369fda400f9caf382dca07134f1c81d3880e828 Author: Paolo Bacchilega Date: 2011-07-07 ask confirmation before deleting a command/script [bug #627475] M extensions/list_tools/dlg-personalize-scripts.c commit 52b34eb9ae80235556be9b5389b530c6b01e4e49 Author: Paolo Bacchilega Date: 2011-07-07 Disabled refresh in viewer mode [bug #627183] M gthumb/gth-browser.c commit c89bcc1792de3d8082c7e673af490a321af12cbd Author: Paolo Bacchilega Date: 2011-07-07 webalbums: always use subfolders removed the relative option from the dialog [bug #624334] M extensions/webalbums/data/gthumb_webalbums.schemas.in M extensions/webalbums/data/ui/web-album-exporter.ui M extensions/webalbums/dlg-web-exporter.c M extensions/webalbums/preferences.h commit 0ccb9123282f05fd033e360c11fffa1d88877e6c Author: Paolo Bacchilega Date: 2011-07-07 added "gthumb" to the window title [bug #627159] M gthumb/gth-browser.c commit 29d3c7a325af1b105a304247ee7cdef9a4493805 Author: Paolo Bacchilega Date: 2011-07-06 reset size to sensible defaults when switchin between % and pixels [bug #622427] M extensions/resize_images/dlg-resize-images.c commit 0d3debdc0a32643a331493ae2dd5d08184a3a06f Author: Paolo Bacchilega Date: 2011-07-06 EXIF tags listed more than once when disabling and then re-enabling the EXIF extension [bug #621454] M gthumb/gth-extensions.c commit 55a571bfc59437400938c5193be3b0da2cbfb24d Author: Paolo Bacchilega Date: 2011-07-06 give the focus to the viewer after changing the image [bug #595575] M extensions/image_viewer/gth-image-viewer-page.c commit 5bb2f8aff9409e86de7beb1491dfee23e16b67fb Author: Paolo Bacchilega Date: 2011-07-06 image rotation: show the correct progress fraction and current file name in the progress dialog [bug #594796] M extensions/image_rotation/gth-reset-orientation-task.c M extensions/image_rotation/gth-transform-task.c commit e42ad76bcd479009c0b7115703d398337c89b2d5 Author: Paolo Bacchilega Date: 2011-07-05 copying or moving a file will copy or move its XMP sidecar as well [bug #581641] M extensions/exiv2_tools/exiv2-utils.cpp M extensions/exiv2_tools/exiv2-utils.h M extensions/exiv2_tools/gth-metadata-provider-exiv2.c M extensions/exiv2_tools/main.c commit a276eff5fb77c6f03899acb45565ae692a50d42d Author: Paolo Bacchilega Date: 2011-07-05 webalbums: fixed hotkeys binding in the main dialog [bug #575176] M extensions/webalbums/data/ui/web-album-exporter.ui commit ccc8641c3c5de36fa29910dbbd2e6471fa12c68e Author: Paolo Bacchilega Date: 2011-07-05 contact sheet: fixed some hotkey bindings in the main dialog [bug #575171, bug #575170] M extensions/contact_sheet/data/ui/contact-sheet.ui commit 9467134be62888555ba62deda64ce7c6ef31948c Author: Paolo Bacchilega Date: 2011-07-05 adjust colors: added a preview check button to compare the image with the original [bug #566040] M extensions/file_tools/data/ui/adjust-colors-options.ui M extensions/file_tools/gth-file-tool-adjust-colors.c commit e8343e867b02edb374415ea960f4d94ae8bb3347 Author: Paolo Bacchilega Date: 2011-07-05 importer: check if there is enough free space before importing the files M extensions/importer/gth-import-task.c M extensions/importer/gth-import-task.h M extensions/photo_importer/dlg-photo-importer.c M extensions/picasaweb/dlg-import-from-picasaweb.c commit d8d4b52a16006f6a200dc51e943d00c0983ac491 Author: Paolo Bacchilega Date: 2011-07-05 resize images: bind width and height if size is expressed in percentage and keep ratio is active [bug #564827] M extensions/resize_images/dlg-resize-images.c commit d49910cf1a54b912dd2bde5f67f76753517cf9ff Author: Paolo Bacchilega Date: 2011-07-05 increased the number of preloaded images preload the next 4 and the previous 4 images, instead of the next 2 and the previous one. [bug #564017] M extensions/image_viewer/gth-image-viewer-page.c commit df9269602c6820949709962672c666b55f35f6e0 Author: Paolo Bacchilega Date: 2011-07-05 slideshow: avoid a double BUTTON_PRESS emission that seems to be a Clutter bug M extensions/slideshow/gth-slideshow.c commit 039a62180eb38762ec75e51e568cecc4511bb990 Author: Paolo Bacchilega Date: 2011-07-05 fixed crash when closing the slideshow don't call uninhibit in the screensaver finalize function M extensions/gstreamer_tools/gth-media-viewer-page.c M extensions/slideshow/gth-slideshow.c M gthumb/gth-screensaver.c commit 815c3edfab2c937438ddcc657fde5b0739cd97c0 Author: Paolo Bacchilega Date: 2011-07-04 Improved insertion of files in catalogs * when using the paste command the files are inserted after the last selected file; * when using drag&drop the files are inserted in the current position as when moving files inside a catalog. [bug #371697] M extensions/catalogs/callbacks.c M extensions/catalogs/gth-file-source-catalogs.c M extensions/change_date/gth-change-date-task.c M extensions/file_manager/actions.c M extensions/file_manager/callbacks.c M extensions/file_manager/gth-copy-task.c M extensions/file_manager/gth-copy-task.h M extensions/find_duplicates/gth-find-duplicates.c M gthumb/glib-utils.c M gthumb/gth-browser.c M gthumb/gth-file-list.c M gthumb/gth-file-list.h M gthumb/gth-file-source-vfs.c M gthumb/gth-file-source.c M gthumb/gth-file-source.h M gthumb/gth-file-store.c M gthumb/gth-file-store.h M gthumb/gth-marshal.list M gthumb/gth-monitor.c M gthumb/gth-monitor.h M gthumb/gth-source-tree.c commit 5f0789bcf4c445d5419b066d05a38b71448fbcc6 Author: Paolo Bacchilega Date: 2011-07-04 Exclude hidden folders from search result when view->hidden files is not active [bug #502524] M extensions/search/gth-search-task.c M gthumb/gth-browser.c commit 47287b1c24a303d5c8d7fe3f5179251a1a740084 Author: Paolo Bacchilega Date: 2011-07-03 fixed crash when going fullscreen with no image in the file list [fixed bug] M gthumb/gth-browser.c commit 1b1458a888a0aa860fa96ea4dc9a6f89fa83b398 Author: Paolo Bacchilega Date: 2011-07-03 updated POTFILES.in M po/POTFILES.in commit 9c61f6bbfafb10973cd69f921457e8fa66b0aae7 Author: Paolo Bacchilega Date: 2011-07-03 Save and restore the settings in the change date dialog [bug #451803, new feature] M extensions/change_date/Makefile.am M extensions/change_date/data/Makefile.am A extensions/change_date/data/gthumb_change_date.schemas.in M extensions/change_date/dlg-change-date.c A extensions/change_date/preferences.h commit 079a161cb8434c92672640c6bd2ca2db63b05ce8 Author: Kjartan Maraas Date: 2011-07-03 Updated Norwegian bokmål translation M po/nb.po commit 2c1e1893d4355513932b75bddb13cf0b676db7b6 Author: Paolo Bacchilega Date: 2011-07-03 find duplicates: remove the files from the list after deleting them from disk M extensions/find_duplicates/gth-find-duplicates.c M gthumb/gth-file-source-vfs.c commit 0a1089dc7ff28cd943f4e9aa66d4e18f5a806131 Author: Paolo Bacchilega Date: 2011-07-03 find duplicates: fixed ordering by modification date M extensions/find_duplicates/gth-find-duplicates.c commit 74736d25f173c4e59ac3146ac987f4b55995d484 Author: Paolo Bacchilega Date: 2011-07-03 updated POTFILES.in M po/POTFILES.in commit a70202fb3bca61ff29157717dd16a36e8b6babe8 Author: Paolo Bacchilega Date: 2011-07-03 find duplicates: added ability to eliminate all the duplicates at once leaving only the newest or the oldest one [bug #342887, new feature] M extensions/find_duplicates/Makefile.am M extensions/find_duplicates/data/ui/Makefile.am A extensions/find_duplicates/data/ui/find-duplicates-choose-folders.ui M extensions/find_duplicates/data/ui/find-duplicates-dialog.ui M extensions/find_duplicates/gth-find-duplicates.c A extensions/find_duplicates/gth-folder-chooser-dialog.c A extensions/find_duplicates/gth-folder-chooser-dialog.h commit 55e3e3fa0172d6be246210f254c6c751b44e3d7f Author: Paolo Bacchilega Date: 2011-07-03 menu-button: hide the image if button images are hidden in system settings M gthumb/gth-menu-button.c commit ba0f350d159ca84d114b54862e0fb3beb5213d13 Author: Paolo Bacchilega Date: 2011-07-02 reset the automatic value to the scrollbar policy M extensions/webalbums/data/ui/web-album-exporter.ui commit ddef62f72f7572ec2fa2c36bda464294439f4acd Author: Paolo Bacchilega Date: 2011-07-02 F2 renames the folder if the folder tree is focused [bug #448588] M extensions/file_manager/actions.c M extensions/file_manager/actions.h M extensions/file_manager/callbacks.c M extensions/file_manager/main.c M extensions/rename_series/Makefile.am D extensions/rename_series/actions.c D extensions/rename_series/actions.h M extensions/rename_series/callbacks.c M extensions/rename_series/callbacks.h M extensions/rename_series/main.c M extensions/rename_series/rename_series.extension.in.in M gthumb/gth-main-default-hooks.c commit 84e485301f6a9c69135d60ebf332faa7a3dc1f99 Author: Paolo Bacchilega Date: 2011-07-02 webalbums: changed fields descriptions M extensions/webalbums/data/ui/web-album-exporter.ui commit 14cdbc87a60cc9eae22a9ed999268f07eb4c5ef5 Author: Paolo Bacchilega Date: 2011-07-02 collapse all other folders when selecting an entry point to reduce clutter in the folder list M gthumb/gth-browser.c commit 0feddad4c765a94cf94a55c5995962070d648539 Author: Paolo Bacchilega Date: 2011-07-02 removed the close button on the filterbar it's better to use the command view->filterbar, this way the user knowns how to display the filterbar again. M gthumb/gth-filterbar.c commit 2dac524ee50ac2afc40f81606af936775a63b38c Author: Paolo Bacchilega Date: 2011-07-02 Allow %F (filename) and %C (comment) in Web Album headers and foooters [bug #166579] M extensions/webalbums/data/ui/web-album-exporter.ui M extensions/webalbums/gth-web-exporter.c commit 62bf1ec15f70e4334a421915cd283e14c4ea3036 Author: Paolo Bacchilega Date: 2011-07-02 added the "open folder" command to the image context menu. M extensions/catalogs/callbacks.c M gthumb/gth-browser-ui.h commit 1b2ac579e52556f63dd652b2219d2518bbf47804 Author: Paolo Bacchilega Date: 2011-07-01 fixed the "paste into folder" command sensitivity M extensions/file_manager/callbacks.c M extensions/file_manager/callbacks.h commit de13058a924a5ff57205e08066d6611427501563 Author: Gabor Kelemen Date: 2011-06-28 Updated Hungarian translation by Balazs Ur M po/hu.po commit c4559e54574b9499c96e637fdef320b20ef9929b Author: Paolo Bacchilega Date: 2011-06-27 extensions preferences: reset the hscrollbar policy to automatic M data/ui/extensions-preferences.ui commit 2c32367a624a367c045412a24d20eacf383cd727 Author: Paolo Bacchilega Date: 2011-06-26 set the about button insensitive when no extension is selected M data/ui/extensions-preferences.ui M gthumb/dlg-preferences-extensions.c commit 23b763c6ddeb604ec5f75362c628545ee2308fb1 Author: Paolo Bacchilega Date: 2011-06-26 jpeg options: expand the scales horizontally M extensions/pixbuf_savers/data/ui/jpeg-options.ui commit f3c96a081ab25b19c75bd59135927c9ab975d5ee Author: Paolo Bacchilega Date: 2011-06-19 added "copy to" and "move to" commands in the folder list as well [new feature] M extensions/file_manager/actions.c M extensions/file_manager/actions.h M extensions/file_manager/callbacks.c commit 32c946dcdff58388a2223fe389163c8757b63187 Author: Rene Pärts Date: 2011-06-17 [l10n] Updated Estonian translation M po/et.po commit df9d0756ff00eea648f6956b35a63f895db77b64 Author: Christian Kirbach Date: 2011-06-08 [l10n] Updated German help translation. M help/de/de.po