2008-12-15 Felix Riemann * NEWS: Update for 2.25.3. 2008-12-14 Felix Riemann * src/eog-metadata-reader-png.c: (eog_metadata_reader_png_consume): Don't use a pointer->uint32 conversion to check the chunk configuration. Fixes SIGBUS crashes on SPARC systems. Fixes bug #564526 (Friedrich Oslage). 2008-12-13 Claudio Saavedra * src/eog-image.c: (eog_image_real_load): Clean the input stream GError before setting it. Fixes bug #564290 (Tom Parker). 2008-10-08 Claudio Saavedra * src/eog-thumb-view.c: (thumbview_get_tooltip_string), (thumbview_on_query_tooltip_cb): Asynchronously load the metadata for the tooltips. Fixes bug #558442. 2008-12-08 Claudio Saavedra * src/eog-image.c (+eog_image_metadata_get_status): New public method to retrieve metadata status. * src/eog-image.h: Add definition. 2008-12-08 Claudio Saavedra * src/eog-image-private.h: Add metadata status private element. * src/eog-image.c: (eog_image_init): Initialize the metadata status to not read. (eog_image_real_load): Set metadata status to ready if already loaded and to not available if the image has no metadata. * src/eog-image.h: Add EogImageMetadataStatus enumeration. 2008-12-08 Claudio Saavedra * bindings/python/eog.defs: * src/eog-jobs.c: (eog_job_load_new), (eog_job_load_run): * src/eog-jobs.h: * src/eog-window.c: (handle_image_selection_changed_cb): Add a EogImageData parameter to eog_job_load_new(), in order to let specify particular data to be loaded by the job. 2008-12-08 Claudio Saavedra * src/Makefile.am: Add eog-enums.h * src/eog-image.h: Move the EogImageData enum to a different file. * src/eog-enums.h: New file for misc enumerations. 2008-12-07 Claudio Saavedra * src/eog-image.c: Remove unnecessary include. Fixes bug #563570. 2008-12-05 Claudio Saavedra * src/eog-thumb-view.c: (+thumbview_get_tooltip_string): (thumbview_on_query_tooltip_cb): Factor out code to construct the tooltip string into a new method. 2008-12-05 Claudio Saavedra * data/eog-toolbar.xml: Add a "Trash" item. * src/eog-window.c: (set_action_properties): Add the action for the new "Trash" item. Fixes bug #555480 (Robin Sonefors) 2008-12-05 Felix Riemann * jpegutils/Makefile.am: Produce .la-file as well. * doc/reference/Makefile.am: * src/Makefile.am: Link to local convenience libs directly instead of using a library search path to avoid linking to wrong libs. Let automake calculate the dependencies list. Remove now unneeded vars. Fixes bug #560073 (Daniel Macks, Felix Riemann). 2008-12-05 Felix Riemann * src/Makefile.am: Sanitize include search path order. Fixes bug #560070 (Daniel Macks). 2008-12-05 Felix Riemann * src/eog-window.c: Use stock label for page setup menu item to stay in sync with HIG. Fixes bug #514352 (Bob Mauchin). 2008-12-01 Felix Riemann * configure.ac: Post release version bump.