2005-03-10 Paolo Bacchilega <
[email protected]>
[ gthumb 2.6.4 released ]
2005-03-02 Paolo Bacchilega <
[email protected]>
* src/gth-exif-utils.c (get_exif_tag): check that data pointer != NULL
Fixes bug #168938: Crash when loading a photo.
2005-02-27 Paolo Bacchilega <
[email protected]>
* data/albumthemes/*/style.css: justify comments.
* libgthumb/comments.c (_g_escape_text_for_html): new function
* src/catalog-web-exporter.c (gth_parsed_doc_print):
escape xml special characters. Patch by Christophe Bisière
* libgthumb/comments.c (comments_get_comment_as_xml_string): new
function.
* data/albumthemes/*/*.gthtml: Added summary to tables.
Patch by Christophe Bisière.
2005-02-26 Paolo Bacchilega <
[email protected]>
* data/albumthemes/BlueStripes/image.gthtml:
* data/albumthemes/BlueStripes/index.gthtml:
* data/albumthemes/BlueStripes/layout.css:
* data/albumthemes/BlueStripes/Makefile.am:
* data/albumthemes/BlueStripes/style.css:
* data/albumthemes/BlueStripes/thumbnail.gthtml:
* data/albumthemes/Classic/layout.css:
* data/albumthemes/Classic/style.css:
* data/albumthemes/Classic/thumbnail.gthtml:
* data/albumthemes/ClassicClips/layout.css:
* data/albumthemes/ClassicClips/style.css:
* data/albumthemes/ClassicClips/thumbnail.gthtml:
* data/albumthemes/Clean/image.gthtml:
* data/albumthemes/Clean/index.gthtml:
* data/albumthemes/Clean/layout.css:
* data/albumthemes/Clean/Makefile.am:
* data/albumthemes/Clean/style.css:
* data/albumthemes/Clean/thumbnail.gthtml:
* data/albumthemes/NeatRound/image.gthtml:
* data/albumthemes/NeatRound/index.gthtml:
* data/albumthemes/NeatRound/layout.css:
* data/albumthemes/NeatRound/Makefile.am:
* data/albumthemes/NeatRound/style.css:
* data/albumthemes/NeatRound/thumbnail.gthtml:
* data/albumthemes/NeatSquare/image.gthtml:
* data/albumthemes/NeatSquare/index.gthtml:
* data/albumthemes/NeatSquare/layout.css:
* data/albumthemes/NeatSquare/Makefile.am:
* data/albumthemes/NeatSquare/style.css:
* data/albumthemes/NeatSquare/thumbnail.gthtml:
Fixes bug #145325: xhtml/xml support for Web Albums
Patch by Christophe Bisière.
2005-02-16 Paolo Bacchilega <
[email protected]>
* src/gth-exif-data-viewer.c (update_exif_data): declare value as
const.
Fixes bug #167502: crash trying to open specific image.
2005-02-15 Paolo Bacchilega <
[email protected]>
* src/gth-exif-data-viewer.c (update_exif_data): ensure g_locale_to_utf8
gets a non NULL string.
2005-02-13 Paolo Bacchilega <
[email protected]>
* src/gthumb-window.c (window_notify_files_changed): restore commented
out code.
Fixes bug #165478: Rotated images no longer auto-refresh in image
viewer.
2005-02-06 Paolo Bacchilega <
[email protected]>
* src/dlg-photo-importer.c (get_file_list, ok_clicked_cb): do not use
context here, check return value only.
* libgthumb/file-utils.c (get_filename_extension): new function.
* src/dlg-photo-importer.c (valid_mime_type): check filename if
mime type fails.
Attempt to fix bug #160232: gthumb doesn't import pictures from
ARGUS DC1500 camera.
2005-02-01 Paolo Bacchilega <
[email protected]>
* libgthumb/thumb-loader.c:
Fixes bug #152441: fuzzy thumbnails, not sharp thumbnails.
Patch by Robert Schultz.
2005-01-31 Paolo Bacchilega <
[email protected]>
* src/catalog-web-exporter.c (get_current_language): use strlen
instead of the non-standard strnlen.
2005-01-26 Paolo Bacchilega <
[email protected]>
* src/dlg-web-exporter.c (export): unescape destination.
Fixes bug #164961: Browsing for Web Album location adds %20 to names
with spaces.
* src/dlg-photo-importer.c (notify_cb): notify images creation in an
idle callback.
2005-01-24 Paolo Bacchilega <
[email protected]>
* configure.in: changed AC_PROG_LIBTOOL to AM_PROG_LIBTOOL as suggested
by David Moore.
2005-01-25 Nikos Charonitakis <
[email protected]>
* configure.in: Added 'el' (Greek) to ALL_LINGUAS.