2005-01-22 Paolo Bacchilega [ gthumb 2.6.3 released ] 2005-01-19 Paolo Bacchilega * src/dlg-photo-importer.c (ok_clicked_cb): check write permissions and free space before exporting. Fixes bug #164325: "Import Photos" error handling when import destination is read-only or device if full. 2005-01-18 Paolo Bacchilega * src/fullscreen.c: hide the prev and next buttons if in slideshow mode. * data/albumthemes/ClassicClips/Makefile.am (theme_DATA): added css files. * data/gthumb.schemas.in: * libgthumb/file-utils.c: * libgthumb/preferences.h: * src/dir-list.c: * src/dlg-catalog.c (new_catalog_cb): automatically select the new catalog. (dlg_add_to_catalog, add_to_catalog__ok_cb): save the last used catalog and auto select it when the dialog is created. Fixes bug #149707: Remember last catalog for next catalog operation * src/dir-list.c (dir_list_refresh_continue): select row. Fixes bug #143161: Select previous directory in directory list. Patch by Jason Tackaberry. 2005-01-17 Paolo Bacchilega * src/gth-exif-utils.c (get_exif_time): set isdst to -1 Fixes bug #164344: EXIF hour off by one (DST) Fixes bug #164293: bad time in rename functionnality 2005-01-15 Paolo Bacchilega * doc/C/gthumb-C.omf: set category to GNOME|Applications|Graphics 2005-01-12 Paolo Bacchilega * src/gthumb-window.c (close__step6): Fixed bug #143102: gThumb SHOULD save sizes when window is maximized. 2005-01-11 Paolo Bacchilega * src/gthumb-window.c (content_radio_action, window_new) (set_action_important): Fixed bug #160003: gthumb toolbar horizontal icons + text only shows icons. * src/dlg-photo-importer.c (check_thread, set_camera_model): Fixed bug #162323: Doesn't remember settings for serial port cameras. * src/catalog-web-exporter.c (line_is_void): added const * src/dlg-photo-importer.c (main_dialog_set_sensitive) (async_operation_step, async_operation_start): Fixed bug #162852: pressing the camera icon while importing photos does bad things * src/dlg-rename-series.c (get_image_date): Fixed bug #163417: Filename in Rename Series (date %d) contains ":" which is invalid filename under Windows 2005-01-08 Paolo Bacchilega * src/actions.c (activate_action_help_about): * data/gthumb-logo.png: new file Added gthumb logo to the about dialog. Logo by Cristian Correa. 2005-01-06 Paolo Bacchilega * src/ui.h: * src/gthumb-window.c (key_press_cb): removed GDK_f and GDK_s commands. Fixes bug #156677: - ctrl+S should be the save shortcut, not the Slide Show 2005-01-02 Paolo Bacchilega * data/albumthemes/ClassicClips/*: updated to generate valid xhtml files. 2004-12-31 Paolo Bacchilega * data/albumthemes/Classic/thumbnail.gthtml: * data/albumthemes/Classic/style.css: * data/albumthemes/Classic/Makefile.am: * data/albumthemes/Classic/layout.css: * data/albumthemes/Classic/index.gthtml: * data/albumthemes/Classic/image.gthtml: Applied patch #35273 * src/catalog-web-exporter.c: * src/albumtheme.y: * src/albumtheme-private.h: * src/albumtheme.l: Applied patch #35272 Started fixing bug #145325: xhtml/xml support for Web Albums. 2004-12-27 Paolo Bacchilega * src/gthumb-window.c: use "text/uri-list" only as dnd target type. 2004-12-23 Paolo Bacchilega * libgthumb/file-utils.c (file_is_image): simplify the function to get the mime type from the filename. 2004-12-20 Paolo Bacchilega * data/glade/gthumb_comments.glade: Fixed bug #142897: Selected Categories area of Categories window appears to be directly editable, but it is not. * libgthumb/dlg-save-image.c (file_save_ok_cb): Fixes bug #149883: Saving pictures with files extensions in uppercase doesn't work. * src/dlg-catalog.c (add_to_catalog__activated_cb): change to library only if a library was activated. * libgthumb/catalog.c (catalog_add_item): Fixes bug #156870: Duplicates allowed in catalogues. * libgthumb/image-viewer.c (image_loaded): reset the scrollbar offsets after loading an image. Fixes bug #161635: Scrollbar doesn't reset when viewing with next and previous.