2004-03-21 Paolo Bacchilega * libgthumb/comments.c (save_comment): use unescape = FALSE for saving comments. * src/fullscreen.c (get_file_info): Fixes bug #137860 (New - full screen image info date is not from exif data). * libgthumb/file-utils.c (file_is_image): work around for bug in gnome_vfs_mime_type_from_name_or_default. Fix bug #136168 (Images with capitalized extensions (.JPG) are not found by the image search/browser). * libgthumb/gth-image-list.c (gth_image_list_button_press): do not emit the ITEM_ACTIVATED signal if Control of Shift is pressed. Fix bug #136451 (Quick multiple selection problem). * src/gthumb-window.c: Fix bug #133452 (thumbnail-pane is resized when the application window is resized). * libgthumb/gnome-print-font-picker.c: * libgthumb/gnome-print-font-dialog.c: updated from gedit. * src/gthumb-window.c (window_update_zoom_sensitivity): update the zoom commands sensitivity. * libgthumb/print-callbacks.c (DEF_COMMENT_FONT): Change default font. (print_catalog_dlg, print_image_dlg): Use the default font if the current one does not exist. * src/dlg-web-exporter.c (load_themes): automatically select the current theme. * data/glade/gthumb_web_exporter.glade: reorganized a bit. * src/gthumb-window.c (dir_list_drag_data_received): (image_list_drag_data_received): fix drag & drop. 2004-03-09 Paolo Bacchilega * data/albumthemes/Clean/Makefile.am: * data/albumthemes/NeatSquare/Makefile.am: * data/albumthemes/NeatRound/Makefile.am: * data/albumthemes/BlueStripes/Makefile.am: * data/albumthemes/ClassicClips/Makefile.am: * data/albumthemes/Classic/Makefile.am: Do not generate .gthtml files anymore. * data/albumthemes/*/index.xml.in: * data/albumthemes/*/image.xml.in: * data/albumthemes/*/thumbnail.xml.in: removed files. * data/albumthemes/*/index.gthtml: * data/albumthemes/*/image.gthtml: * data/albumthemes/*/thumbnail.gthtml: * data/albumthemes/text.h: new files. Fix bug #126452 (Compilation error in data/albumthemse/BlueStripes with index.xml.in parsing). * src/gthumb-window.c (ask_whether_to_save): removed unused variable. 2004-03-04 Paolo Bacchilega * src/gthumb-window.c (image_requested_error_cb): use window_image_view_set_void. (real_set_void): ask whether to save before setting the viewer to void. (ask_whether_to_save): make the dialog not modal. * src/dlg-web-exporter.c: remove the destination manager. * data/glade/gthumb_comments.glade: * src/dlg-comment.c (ok_clicked_cb): * libgthumb/comments.c (comments_get_comment_as_string): init time_txt to "" Fix bug #136097 (gthumb 2.2.1 ignores "save only changed fields" tickbox). 2004-02-24 Adam Weinberger * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS. 2004-02-22 Paolo Bacchilega * src/dlg-photo-importer.c (set_camera_model) (set_camera_model): Use gtk_label_set_text instead of _gtk_label_set_locale_text. Fix bug #135110 (An UTF8 string was not converted to the current locale (again)).