2007-03-27 Paolo Bacchilega [ gthumb 2.10.1 released ] * configure.in: updated for 2.10.1 2007-03-27 Michael J. Chudobiak * NEWS: general updates. * libgthumb/gth-sort-utils.c: (gth_sort_by_filename_but_ignore_path): Use unescaped URI for file sorting. * libgthumb/gtk-utils.c: (_gtk_request_dialog_run): Convert user-typed Unicode input dialog into "NFC" normalized form for consistency, and to avoid catalogs/libraries/categories with apparently identical names. Bug 423271. * src/dlg-search.c: (pattern_matched_by_keywords), (match_patterns), (directory_load_cb): Convert Unicode search patterns and search targets into NFC normalized form, to account for the fact that Unicode strings with identical meaning can be stored in different ways (composite vs non-composite characters, for instace). Also, use unescaped URI for file searches. Bug 423272. 2007-03-24 Paolo Bacchilega * src/dlg-photo-importer.c: cancel the async operation before closing the dialog (#420614). 2007-03-23 Michael J. Chudobiak * NEWS: general updates. 2007-03-23 Michael J. Chudobiak * libgthumb/jpegutils/jpegtran.c: (jpegtran_internal), (jpegtran_thumbnail), (jpegtran): * libgthumb/jpegutils/jpegtran.h: * src/rotation-utils.c: (jpeg_mcu_dialog), (apply_transformation_jpeg): Do not add APPn and COM markers to the EXIF thumbnail. Bug 411861. Patch by Jef Driesen. 2007-03-23 Michael J. Chudobiak * libgthumb/file-utils.c: (prune_cache): Fix cache-pruning command on Solaris (bug 421787). 2007-03-22 Michael J. Chudobiak * src/gth-window-actions-entries.h: Added Alt+C for crop, Alt+R for resize. 2007-03-22 Paolo Bacchilega * src/dlg-search.c: * libgthumb/gth-image-list.c: * libgthumb/gth-file-list.c: stop loading the thumbnails before closing the search progress dialog. Remove all timeouts before finalizing the gth_file_list. Attempt to fix bug #420788. * src/main.c: insert the function show_grabbing_focus inside the #ifdef HAVE_GTKUNIQUE * libgthumb/file-utils.c: * libgthumb/file-utils.h: added remove_host_from_uri and get_uri_host. Fixed problems resolving relative symlinks for ssh: URIs (#159884) 2007-03-21 Paolo Bacchilega * src/dlg-photo-importer.c: removed forgotten debug code 2007-03-21 Michael J. Chudobiak * libgthumb/file-utils.c: (get_file_mime_type): CR2 files sometimes misdetected as TIFF. Add special override, like we do for NEF files. 2007-03-21 Michael J. Chudobiak * libgthumb/thumb-loader.c: (thumb_loader_save_to_cache): Do not thumbnail the thumbnail directory. Bug 414711. 2007-03-21 Michael J. Chudobiak * src/gth-browser.c: (gth_browser_set_toolbar_visibility), (gth_browser_show): * src/gth-viewer.c: (gth_viewer_set_toolbar_visibility): Fixed broken toolbar visibility pref. Bug 420557. 2007-03-21 Paolo Bacchilega * NEWS: updated. * data/glade/gthumb_redeye.glade: reverted commit, no string changes are allowed in the stable branch. 2007-03-20 Paolo Bacchilega * src/dlg-photo-importer.c: The progess bar in the import dialog shows the overall download progress. The delete operation is now asynchronous. (bug #156994). 2007-03-20 Michael J. Chudobiak * data/glade/gthumb_redeye.glade: Use "Position" instead of "Selection". http://launchpad.net/ubuntu/+source/gthumb/+bug/85780 2007-03-20 Paolo Bacchilega * src/gth-folder-selection-dialog.c: do not convert the path to utf8. * src/gth-browser-actions-callbacks.c: respect the 'go to destination folder' option in the copy/move dialogs. * src/dlg-file-utils.c: fixed a bug that prevented the user to choose 'overwrite this image' or 'do not overwrite this image' options in the overwrite dialog.