eog/ChangeLog

77 lines
2.3 KiB
Plaintext
Raw Normal View History

2004-05-11 Narayana Pattipati <narayana.pattipati@wipro.com>
* collection/GNOME_EOG_Collection.server.in.in:
Add viewer_label for Image Collection Viewer.
Bugzilla bug#142347.
2004-05-07 Jens Finke <jens@triq.net>
* libeog/eog-metdata-reader.[ch]: New files.
* libeog/Makefile.am (SOURCES): Added new files.
* libeog/eog-image-private.h: Added attributes for exif/iptc raw data.
* libeog/eog-image.c (real_image_load): Use EogMetadataReader object for
obtaining image metadata.
(check_for_metadata_img_format): New function.
(load_emit_signal_info_done): Removed InfoDone signal emission.
(eog_image_load): Always use EOG_IMAGE_LOAD_COMPLETE method
(significantly faster).
(image_changed_cb): Do explicit ExifData* cast.
(eog_image_free_mem_private): Free exif raw data if used.
* collection/eog-collection-view.c (create_user_interface):
Create always info view.
2004-04-26 Jens Finke <jens@triq.net>
* libeog/eog-info-view-exif.c: Build even without libexif. #141114
2004-04-26 Rhys Jones <rhys@sucs.org>
* eog.schemas.in: Fixed typos. #136833
2004-04-25 Jens Finke <jens@triq.net>
* libeog/eog-info-view.c: Reworked this completely. Derived from
GtkNotebook now with separate pages for file and exif data.
* libeog/eog-ifo-view-detail.[ch],
libeog/eog-info-view-file.[ch],
libeog/eog-info-view-exif.[ch]:
EogInfoViewDetail is the base class derived from a
GtkTreeView. EogInfoViewFile and EogInfoViewExif implement the
code for viewing file properties resp. EXIF tag information.
* collection/eog-collection-view.c (create_user_interface): Don't add
notebook with viewport.
2004-04-23 Jens Finke <jens@triq.net>
Synchron image loading.
* eog-image.[ch] (eog_image_load_sync): New.
(real_image_load): Broadcast thread finished msg
* eog-image-private.h: Added load_finished condition
2004-04-23 Jens Finke <jens@triq.net>
Faster image loading.
* eog-image-private.h: Removed deprecated loading status fields.
* eog-image.c (check_load_status): Removed.
(load_emit_signal_progress),
(load_emit_signal_info_done),
(load_emit_signal_size_prepared),
(load_size_prepared),
(load_emit_signal_done): New.
(real_image_load): Initiate signal emits where appropriate.
(eog_image_load): No more need for check_load_status idle func.
* configure.in: Bumped version to 2.7.0
===== 2.7.0 =====