2008-08-04 Paolo Bacchilega [ gthumb 2.10.9 released ] * NEWS: updated 2008-08-02 Paolo Bacchilega * src/gth-browser.c (window_update_sensitivity): removed debug code. 2008-08-01 Paolo Bacchilega * src/gth-browser.c (window_update_sensitivity): set only_one_is_selected when n_selected is 1 (was 0). Fixes bug: doesn't allow to go to the image destination folder from the catalog list. * libgthumb/thumb-loader.c (thumb_loader_start__step2): move the 5 seconds test after the valid failed thumbnail test. * src/dlg-search.c (directory_load_cb): update the files mime type or the thumbnail will not be created if necessary. * libgthumb/comments.c (save_comment): just check if data is NULL before saving (#543771). * src/catalog-web-exporter.c (get_var_value): check whether ce->eval_image is NULL before using it. (export__save_html_files): init ce->eval_image to NULL. 2008-07-31 Michael J. Chudobiak * NEWS: * src/catalog-web-exporter.c: (gth_parsed_doc_print): Fix for Bug #544893: Crash in web album . Patch by Christophe Bisiere. 2008-07-21 Michael J. Chudobiak * NEWS: * libgthumb/comments.c: (save_comment): Fixed segfault when using edit->remove comment on image with no comments. Bug #543771. 2008-07-21 Michael J. Chudobiak * NEWS: * src/dlg-photo-importer.c: Added an #include needed for libgphoto2 2.4.2. Patch by Marcus Meissner . Bug #543584. 2008-04-24 Michael J. Chudobiak * src/catalog-png-exporter.c: (comp_func_exif_date), (image_loader_done): * src/catalog-web-exporter.c: (comp_func_exif_date): Make exif date sorting consistent with the other parts of gthumb. * src/dlg-png-exporter.c: * src/dlg-rename-series.c: * src/dlg-web-exporter.c: Fixed bug #512374 - array accessed past end. Patch by John Bryant (bryant@sover.net). 2008-02-09 Michael J. Chudobiak * NEWS: * libgthumb/gth-exif-utils.c: (get_exif_time): Fixed bug #507790. Sort by DateTimeOriginal instead of DateTime. 2008-01-28 Michael J. Chudobiak * NEWS: * src/dlg-web-exporter.c: (theme_dialog__install_theme_clicked): * src/gth-browser-actions-callbacks.c: (gth_browser_activate_action_go_location): Remove duplicated function calls. * src/gth-location.c: (gth_location_open_other): Fixed bug #477285 - Hitting enter in Open Location Dialog while text entry is focused does nothing. Patch by Manuel Braga . 2008-01-28 Michael J. Chudobiak * NEWS: * src/gth-browser.c: (save_pixbuf__image_saved_cb): * src/gth-viewer.c: (save_pixbuf__image_saved_cb): Fixed bug #510521 - Canceling Save stops movement between pictures. Patch by Manuel Braga . 2008-01-18 Michael J. Chudobiak * NEWS: * data/gthumb.desktop.in: Fixed bug #510326 - x-content/* support. Patch by Matthias Clasen. * src/gth-window-actions-callbacks.c: (gth_window_activate_action_help_about): Update copyright dates. 2008-01-16 Michael J. Chudobiak * NEWS: * libgthumb/async-pixbuf-ops.c: (scale_step): * libgthumb/gth-file-list.c: (get_pixbuf_from_mime_type): * libgthumb/gth-file-view-list.c: (get_sized_pixbuf): * libgthumb/pixbuf-utils.c: (scale_keeping_ratio): * libgthumb/pixbuf-utils.h: * libgthumb/print-callbacks.c: (image_loader_done_cb): * libgthumb/thumb-loader.c: (thumb_loader_done_cb): * src/catalog-png-exporter.c: (image_loader_done): * src/catalog-web-exporter.c: (gth_parsed_doc_print), (image_loader_done): * src/dlg-brightness-contrast.c: (dlg_brightness_contrast): * src/dlg-color-balance.c: (dlg_color_balance): * src/dlg-hue-saturation.c: (dlg_hue_saturation): * src/dlg-image-prop.c: (update_general_info): * src/dlg-jpegtran.c: (_gdk_pixbuf_scale_keep_aspect_ratio): * src/dlg-posterize.c: (dlg_posterize): * src/dlg-web-exporter.c: (theme_dialog__sel_changed_cb): * src/main.c: (get_fs_icon): Fixed bug #508873 - gthumb cannot scale up images, by adding boolean parameter to permit upscaling in scale_keeping_ratio. Spelling: scale_keepping_ratio -> scale_keeping_ratio. 2008-01-02 Michael J. Chudobiak * libgthumb/Makefile.am: * libgthumb/jpegutils/Makefile.am: * src/Makefile.am: Put local includes before global includes. Bug 506771. Patch by Daniel Macks .