2006-02-13 Paolo Bacchilega [ gthumb 2.7.3 released ] * configure.in: * NEWS: updated for 2.7.3. * libgthumb/thumb-loader.h: * libgthumb/thumb-loader.c: Fixed bug #329889 - thumbnail generation and accentuated characters in path. 2006-02-12 Paolo Bacchilega * libgthumb/file-utils.h (get_mime_type): * libgthumb/file-utils.c (get_mime_type): new function * src/gth-exif-data-viewer.c (update_file_info): * src/dlg-image-prop.c (update_general_info): * src/dlg-open-with.c (dlg_open_with): * src/gth-viewer.c (viewer_update_open_with_menu): * libgthumb/file-utils.c (file_is_image): Fixed bug #329139 - Doesn't determine image type from content anymore * libgthumb/gth-file-list.c (gth_file_list_pos_from_path) (gth_file_list_get_all_from_view): Fixed memleaks found by Søren Wedel Nielsen (#166275) * src/dlg-crop.c (dlg_crop): fit and focus image at startup. * src/gth-image-selector.h: * src/gth-image-selector.c: * src/dlg-crop.c: * libgthumb/image-viewer.c: * data/glade/gthumb_crop.glade: misc fixes. 2006-02-11 Paolo Bacchilega * src/gth-image-selector.h: * src/gth-image-selector.c: * src/dlg-crop.c (selection_x_value_changed_cb) (selection_y_value_changed_cb): * libgthumb/gth-iviewer.h (double): fixed virtual functions signature. more changes to the crop dialog. 2006-02-10 Paolo Bacchilega * libgthumb/gth-iviewer.c: new file * libgthumb/gth-iviewer.h: new file * libgthumb/gth-nav-window.c: new file * libgthumb/gth-nav-window.h: new file * libgthumb/icons/nav_button.xpm: new file * src/icons/Makefile.am (EXTRA_DIST): * src/gth-viewer.c: * src/gth-image-selector.h (struct _GthImageSelectorClass): * src/gth-image-selector.c: * src/gth-browser.c: * src/dlg-crop.c: * libgthumb/icons/Makefile.am (pixbufs.h): * libgthumb/nav-window.h: * libgthumb/nav-window.c: * libgthumb/image-viewer.h: * libgthumb/image-viewer.c: * libgthumb/Makefile.am (HEADER_FILES): * data/glade/gthumb_crop.glade: first step to improve the crop dialog. * src/gth-browser-actions-callbacks.c: use CATALOG_PERMISSIONS instead of 0660 * libgthumb/dlg-save-image.h: * libgthumb/dlg-save-image.c (dlg_save_image_as): use set uri instead of set_filename 2006-02-07 Paolo Bacchilega * src/gth-browser-actions-callbacks.c (gth_browser_activate_action_edit_current_catalog_new): use 0600 as catalog permissions. * libgthumb/catalog.c (catalog_write_to_disk): * libgthumb/bookmarks.c (bookmarks_write_to_disk): use gnome_vfs_create instead of gnome_vfs_open Fixes bug #329600 – Deleting the Catalogue Search\ Results causes erroneous behaviour. 2006-01-22 Paolo Bacchilega * data/gthumb.desktop.in (Categories): added GNOME;GTK; Fixes bug #328010 - Add GNOME or GTK categories o the .desktop file * src/rotation-utils.c (apply_transformation_jpeg): Fixed bug #327049 – Fix build with gcc 2.95 Patch by Jens Granseuer * src/gth-browser.c (go_to_uri, gth_browser_construct): do not attempt to open a NULL uri. * src/Makefile.am (gthumb_LDADD): include GPHOTO_LIBS * libgthumb/thumb-loader.c (thumb_loader): fix compiler warning. * libgthumb/pixbuf-utils.c: include stdlib.h * configure.in (HAVE_PROGRESSIVE_JPEG, HAVE_LIBEXIF): fixed. * src/gth-exif-utils.h: * src/gth-exif-data-viewer.c: * src/dlg-jpegtran.c: Fixed bug #325846 - gthumb refuses to compile with libexif-0.6.13. Patch by Raffaele Sandrini 2006-01-14 Chao-Hsiung Liao * configure.in: Add "zh_HK" to ALL_LINGUAS. 2006-01-10 Paolo Bacchilega * src/Makefile.am (gthumb_LDADD, INCLUDES): * configure.in: added ability to enable/disable many features. Patch by Saleem Abdulrasool 2006-01-08 Paolo Bacchilega * src/dlg-open-with.c (dlg_open_with): do not include gthumb itself in the applications list. Fixes bug #307959 - "Open With..." dialog offers gthumb as an option. * src/gth-viewer-ui.h: * src/gth-viewer.c (viewer_update_open_with_menu): added the "Go to the image folder" command at the end of the "open with" popup menu. 2006-01-05 Paolo Bacchilega * src/dlg-photo-importer.c (ctx_progress_start_func) (ctx_error_func, ctx_status_func, ctx_message_func): * src/gth-exif-data-viewer.c (update_exif_data): Fixed bug #324017 - failed to initialize Canon powerShot G5 due an GTK bug. Patch by Frederic Crozat. * libgthumb/pixbuf-utils.c (_gdk_pixbuf_save_as_jpeg): set default quality to 85. Fixes buf #325211 - Image quality in web album.