2007-11-26 Lucas Rocha * NEWS: Update for 2.20.3 2007-11-17 Felix Riemann * src/eog-metadata-reader.c: (eog_metadata_reader_consume): Correctly increase the MetadataReader's position after reading an IPTC block (although it's unused). This ignored all the possible metadata following after the IPTC block. Fixes bug #496184. 2007-11-16 Felix Riemann * src/eog-image.c: (eog_image_real_load): Fix leaked mime string when loading image dimensions. 2007-11-16 Felix Riemann * src/eog-window.c: (eog_window_collection_mode_changed_cb): Fix leaking GConf data. 2007-11-13 Lucas Rocha * src/eog-window.[ch] (eog_window_get_mode, eog_window_set_mode): exposed EogWindow's modes and added new APIs for getting and setting the mode of EogWindow. * bindings/python/eog.defs: added eog_window_get_mode and eog_window_set_mode to the Python bindings accordingly. 2007-11-13 Lucas Rocha * src/eog-window.[ch] (eog_window_get_view): added an API for getting the scroll view for EogWindow. * bindings/python/eog.defs: added eog_window_get_view to the Python bindings accordingly. 2007-11-11 Sebastian Dröge * configure.ac: * src/eog-properties-dialog.c: Add support for exempi >= 1.99.5 and update for the API changes. Based on a patch by Michael Biebl . Fixes bug #494881. 2007-11-04 Felix Riemann * src/eog-util.c: (eog_util_string_array_make_absolute): Make sure the returned list is really NULL-terminated. This fixes segfaults when trying to load images (odd numbers seem to trigger it easily) into an existing instance from the commandline. 2007-10-30 Lucas Rocha * configure.in: post release version bump. 2007-10-30 Lucas Rocha * NEWS: Update for 2.20.2 2007-10-30 Lucas Rocha * data/eog.schemas.in: restored the default mousewheel-for-zooming behavior by setting /apps/eog/view/scroll_wheel_zoom key to true by default. Fixes bug #491826. 2007-10-30 Lucas Rocha * src/eog-window.c (eog_window_can_save_changed_cb, update_action_groups_state, eog_job_load_cb, eog_job_transform_cb), eog_job_save_cb, eog_window_construct_ui, eog_window_init): correctly update save actions according to image modification state and desktop save to disk lockdown key. Fixes bug #476919 (Cosimo Cecchi). 2007-10-25 Claudio Saavedra * src/eog-error-message-area.c: (create_error_message_area): Mark a forgotten string for translation. Fixes bug #490065 (Kelemen Gabor). 2007-10-21 Felix Riemann * src/eog-metadata-reader.c: (eog_metadata_reader_consume): Simply skip APP1 markers with unknown content in JPEG files. This makes such files work as first image again. Fixes bug #488808. 2007-10-20 Felix Riemann * src/eog-list-store.c: (eog_list_store_thumbnail_set): Convert an accidential pointer variable to a normal one. This should fix missing thumbnails in the collection on 64bit machines. Fixes bug #481096. 2007-10-19 Claudio Saavedra * src/eog-thumb-nav.c: (eog_thumb_nav_scroll_event), (eog_thumb_nav_scroll_step), (eog_thumb_nav_init): Store the adjustment in the private data to slightly improve performance (and actually complete previous patch). 2007-10-19 Claudio Saavedra * src/eog-thumb-nav.c: (eog_thumb_nav_scroll_step): Do not use static in the GtkAdjustment. Fixes bug #488344. 2007-10-16 Lucas Rocha * configure.in: post release version bump. 2007-10-16 Lucas Rocha * NEWS: Update for 2.20.1 2007-10-16 Lucas Rocha * src/eog-scroll-view.c (eog_scroll_view_button_press_event): enable dragging with button1 when scroll_wheel_zoom is enabled in order to make it possible to fully restore old wheel zooming and dragging behavior. Fixes bug #479884. 2007-10-16 Lucas Rocha Port a hack from gedit to make the style be correctly set to the message area. * src/eog-message-area.c: (style_set): get style for a temporary popup window and then apply it to the message area. (eog_message_area_class_init), (eog_message_area_init): do not handle style_set directly on message area anymore. 2007-10-15 Lucas Rocha Because of a bug in gnome-vfs file monitoring, we need to avoid an image that is being saved to be removed and re-added by the monitor handler. We do this by setting the image's status to "saving" and, in case the image is being monitored, the status is only restored after the "fake" image deletion is notified by gnome-vfs. Fixes bug #475645. * bindings/python/eog.defs: remove eog_image_add_image_from_uri() from public API. * src/eog-image-private.h: added "prev_status" and "is_monitored" private attributes. * src/eog-image.[ch]: (eog_image_init): initialize new attributes. (eog_image_save_by_info): store previous status and restore only in case the image is not monitored. (eog_image_save_as_by_info): store previous status and restore only in case the image is not monitored. (eog_image_get_status), (eog_image_restore_status), (eog_image_set_is_monitored): new utility methods in public API. * src/eog-list-store.[ch]: (eog_list_store_append_image_from_uri): turned into a private method and we already have eog_list_store_add_image(). (vfs_monitor_dir_cb): only remove image if it's not being saved. (directory_visit_cb), (eog_list_store_add_uris): set images as monitored accordingly. 2007-10-13 Felix Riemann * src/eog-window.c: (eog_window_cmd_wallpaper): Fix SetAsWallpaper functionality to show the background properties capplet again. Fixes bug #486057. 2007-10-05 Felix Riemann * src/eog-image.c: (eog_image_real_load): Just drop the error from gdk_pixbuf_loader_close() if the loader actually provides an incomplete image. This should avoid crashes which loaders not supporting this or because of an invalid file format. Fixes bug #482752. 2007-10-02 Felix Riemann * src/eog-image.c: (check_loader_threadsafety), (eog_image_pre_size_prepared), (eog_image_real_load): Try to check the GdkPixbufLoader's threadsafety as early as possible. This makes late-emitting loaders (like XPM-loader) work again. Fixes bug #482128. 2007-09-22 Claudio Saavedra * src/eog-list-store.c: (vfs_monitor_dir_cb): Add image to the store on file creation, if the mimetype is recognized. Fixes bug #479400. 2007-09-22 Felix Riemann * src/eog-thumb-view.c: (tb_on_query_tooltip_cb): Improve URI handling and catch the case where gnome-vfs is unable to determine a mimetype to avoid a crasher. Fixes bug #479029. 2007-09-19 Felix Riemann * data/eog.glade: Remove some accidentialy duplicated widgets. This makes the SaveAsMany dialog work again. Fixes bug #477550. 2007-09-19 Felix Riemann * src/eog-plugin-manager.c: (about_button_cb): Adapt the plugin about dialog to a changed property name in gtk+-2.11. Fixes bug #476313. 2007-09-17 Lucas Rocha * configure.in: post release version bump. 2007-09-17 Lucas Rocha * NEWS: Update for 2.20.0 2007-09-10 Claudio Saavedra * src/eog-image.c: (eog_image_size_prepared), (eog_image_set_exif_data): Emit "size-prepared" only after we have both the dimensions and the exif data (for images which could be autorotated). Fixes bug #459665. 2007-09-10 Claudio Saavedra * src/eog-window.c: Fix build error. 2007-09-10 Claudio Saavedra * src/eog-window.c: (eog_window_cmd_about): Updated the authors array. 2007-09-10 Lucas Rocha * configure.ac: better pygtk detection error reporting. Fixes bug #471530 (Paolo Borelli). 2007-09-10 Luca Ferretti * configure.in: remove help/it from AC_OUTPUT (moved to gnome-doc-utils) 2007-09-10 Lucas Rocha * src/eog-util.c (eog_util_make_valid_utf8): correctly commented out code chunk that adds new string for translation. 2007-09-09 Claudio Saavedra * src/eog-metadata-reader.c: (+eog_metadata_reader_get_next_block), (eog_metadata_reader_consume): Factore out some common code for the different metadata sources in the matadata consumer. Fixes bug #474931. 2007-09-09 Claudio Saavedra * src/eog-metadata-reader.c: (eog_metadata_reader_consume): Copy only the remaining bytes of EXIF/XMP data if these are smaller than the buffer that's being consumed. Fixes bug #474710. 2007-09-09 Lucas Rocha * src/eog-util.c (eog_util_make_valid_utf8): import implementation of this function from 2.18 in order to fix problems on handling non-utf8 image captions correctly. Fixes bug #440254. 2007-09-09 Lucas Rocha * src/eog-image-jpeg.c (init_transform_info): take the auto-orientation into account before saving image. * src/eog-image-private.h: added "trans_autorotate" attribute. * src/eog-image.c (eog_image_dispose, eog_image_init, eog_image_needs_transformation, eog_image_apply_transformations, eog_image_real_autorotate, eog_image_reset_modifications): create separate instance of EogTransform for the auto-orientation in order to avoid wrong orientation of thumbnails. Fixes bug #465583. 2007-09-08 Felix Riemann * src/eog-transform.c: (eog_transform_apply): Limit progress reporting during transformation. This should avoid slowdowns due to unnecessary progressbar updates when transforming large images. 2007-09-07 Claudio Saavedra * src/eog-window.c: (eog_window_run_fullscreen), (eog_window_stop_fullscreen): Build correctly without dbus. Fixes bug #474642 (Martin Olsson). 2007-09-07 Felix Riemann * data/eog.schemas.in: * src/eog-config-keys.h: Remove two obsoleted/unused GConf keys. 2007-09-07 Felix Riemann * data/eog.schemas.in: Remove obsoleted GConf key. 2007-09-07 Felix Riemann * data/eog.schemas.in: Use the same keyname in application and schema. 2007-09-06 Claudio Saavedra * src/eog-properties-dialog.c: Actually build without libexif. 2007-09-06 Felix Riemann * src/eog-application.c: (eog_application_get_uri_window): Avoid a critcal warning when loading an image into an empty window. 2007-09-05 Lucas Rocha * src/eog-image (eog_image_update_exif_data): reset EXIF orientation when the image modified in order to behave as expected by the user when the image is loaded again. Fixes bug #470521. 2007-09-05 Lucas Rocha * src/eog-image.c (eog_image_real_load): do not set error if the image was partially loaded when closing pixbuf loader. Fixes bug #354352. 2007-09-05 Lucas Rocha * src/eog-image.c (+eog_image_get_file_info, eog_image_real_load): force mime type on pixbuf loader in order to to recognize less usual image format like compressed SVG images. Fixes bug #394803 (Matthias Clasen, Felix Riemann). 2007-09-04 Lucas Rocha * src/eog-image-private.h: added threadsafe_format private attribute. * src/eog-image.c (+eog_image_pre_size_prepared, eog_image_size_prepared, eog_image_real_load): detect non-threadsafe loaders and disable any possible asyncronous task that could bring deadlocks to image loading process. Fixes bug #449409 and bug #447063 (Felix Riemann). 2007-09-04 Lucas Rocha * src/eog-jobs.c (eog_job_thumbnail_run): added safety checks in case thumbnail loading fails. * src/eog-list-store.c (eog_list_store_dispose, eog_list_store_get_icon, eog_list_store_init, eog_job_thumbnail_cb): use "image-missing" icon in case thumbnail loading fails. 2007-09-04 Lucas Rocha * configure.in: post release version bump. 2007-09-04 Lucas Rocha * NEWS: Update for 2.19.92 2007-09-04 Lucas Rocha * src/eog-window.c (eog_window_key_press): fix checks for masks in the key press event that were avoiding properties dialog to be activated. 2007-09-04 Lucas Rocha * src/eog-thumb-nav.c (eog_thumb_nav_scroll_event, eog_thumb_nav_init): use the mouse wheel to scroll through the image list only in case it's in one row mode. Fixes bug #427046. 2007-09-03 Lucas Rocha * src/eog-statusbar.c (eog_statusbar_init): revert part of the changed in statusbar layout to avoid consistency problem when showing/hidding progress bar. 2007-09-03 Lucas Rocha * src/eog-thumb-view.[ch] (eog_thumb_view_select_single): new mode for select single method for current image. * src/eog-window.c (eog_window_error_message_area_response): retry image loading in case the "Retry" button in presses in message area. 2007-09-03 Lucas Rocha * src/eog-statusbar.[ch] (eog_statusbar_init), (eog_statusbar_set_has_resize_grip): correctly set resize grip on internal statusbar to avoid broken look. * src/eog-window.c (eog_window_window_state_event): use new API for setting resize grip on EogStatusbar. 2007-09-03 Lucas Rocha * data/Makefile.am, data/gtkrc: new style definition for image collection horizontal scrollbars. * data/eog.schemas.in: continuous scrolling buttons by default. * src/eog-thumb-nav.c (eog_thumb_nav_adj_changed, eog_thumb_nav_adj_value_changed, eog_thumb_nav_scroll_step, eog_thumb_nav_button_clicked, eog_thumb_nav_start_scroll, eog_thumb_nav_stop_scroll, eog_thumb_nav_init): new thumbnails navigator layout with themed scrollbar and continuous scrolling buttons. Fixes bug #458663. * src/Makefile.am, src/main.c: renamed EOG_DATADIR to EOG_DATA_DIR for consistency. 2007-09-03 Felix Riemann * src/eog-list-store.c: (eog_list_store_add_uris): Fix leak. * src/eog-thumb-view.c: (tb_on_query_tooltip_cb): Unref the exif data after using it to avoid a leak. 2007-08-31 Felix Riemann * src/eog-exif-util.c: (eog_exif_util_get_value): Set the first byte in the result buffer to 0 before buffering the exif value in it. This should prevent empty values from displaying garbage. 2007-08-31 Lucas Rocha * src/eog-window.c (eog_window_construct_ui): correctly size the side bar with default width. 2007-08-29 Felix Riemann * src/eog-properties-dialog.c: (pd_update_general_tab): Fix a leak in my previous commit. 2007-08-29 Felix Riemann * src/eog-properties-dialog.c: (pd_update_general_tab): Make the unit (px) in the width/height fields translatable and distinguish between singular/plural form. This is unaffected by the string freeze as it uses an existing translation. 2007-08-29 Felix Riemann * src/eog-properties-dialog.c: (pd_update_metadata_tab): Use present private data pointer instead of permanently derefencing it from the main object. 2007-08-28 Felix Riemann * src/eog-application.c: (eog_application_real_open_uri_list): Fix segfault when starting without any images. 2007-08-28 Lucas Rocha * configure.in: post release version bump. 2007-08-28 Lucas Rocha * NEWS: Update for 2.19.91 2007-08-27 Lucas Rocha * src/eog-thumb-view.c (eog_thumb_view_init): set item width to avoid inconsistent looks with thin images. 2007-08-27 Lucas Rocha * src/eog-application.c (eog_application_get_uri_window, eog_application_real_open_uri_list): reuse window for the same image when opening application. Fixes bug #311308. * src/eog-window.c (eog_window_get_uri), bindings/python/eog.defs: removed useless method. 2007-08-27 Lucas Rocha * src/eog-plugin-manager.c (eog_plugin_manager_init): make plugin list HIG compliant. Fixes bug #467835 (Martin Ejdestig). 2007-08-27 Lucas Rocha * help/C/eog.xml: update new use of Ctrl+scroll wheel for zooming in the manual. Fixes bug #470686. 2007-08-27 Lucas Rocha * src/eog-thumbnail.c (eog_thumbnail_init): use thumbnail-frame.png from the new location. * configure.ac, data/icons/Makefile.am, data/icons/48x48/*: removed 48x48 icons as the "scalable" ones are enough. Fixes bug #470416. * data/pixmaps/Makefile.am: install pixmaps on $(pkgdatadir)/pixmaps instead of $(datadir)/pixmaps/eog/. 2007-08-27 Felix Riemann * src/eog-window.c: (update_action_groups_state): Only use gtk_widget_hide instead of _hide_all to allow loading images into an empty window. Fixes bug #470297. 2007-08-26 Lucas Rocha * src/eog-thumb-view.c (eog_thumb_view_init): do not colorize thumbnails on selection. 2007-08-17 Felix Riemann * src/eog-statusbar.c: Remove unused private structure member. 2007-08-16 Lucas Rocha * src/eog-window.c: make Page Setup/Properties/Trash menu items not accessible. Fixes bug #466681 (Patrick Wade). 2007-08-16 Lucas Rocha * bindings/python/eog.defs, bindings/python/eog.override: Wrap the sidebar for the python bindings. Patch from John Stowers .. 2007-08-14 Lucas Rocha * configure.in: post release version bump. 2007-08-14 Lucas Rocha * NEWS: Update for 2.19.5 2007-08-14 Lucas Rocha * src/Makefile.am, src/eog-pixbuf-cell-renderer.[ch]: new cell renderer that draws selection more clearly in the image collection pane. * src/eog-thumb-nav.c: small fixes in the sizing of thumb view widget. * src/eog-thumb-view.c: use new custom pixbuf cell renderer. 2007-08-13 Lucas Rocha Inhibit screensaver when running slideshow. Fixes bug #459819. * configure.ac, src/Makefile.am, cut-n-paste/totem-screensaver/totem-scrsaver.[ch]: local copy of totem screensaver management code. * src/eog-application.[ch] (eog_application_register_service, +eog_application_screensaver_enable, +eog_application_screensaver_disable): new methods for screensaver management. * src/eog-window.c (eog_window_run_fullscreen eog_window_stop_fullscreen): activate/deactivate screensaver when fullscreen or slideshow modes are activated. 2007-08-13 Felix Riemann * configure.ac: Make sure s-m-i >= 0.20 is installed. * data/eog.desktop.in.in: Add WBMP to supported filetypes. Fixes bug #408591 (Sven Arvidsson). 2007-08-12 Lucas Rocha * MAINTAINERS: changed file to new format. 2007-08-12 Lucas Rocha * src/eog-window.c (eog_window_cmd_about): simplified program description. 2007-08-11 Claudio Saavedra * configure.ac: Check for libexif/exif-data.h. Fixes bug #465628. 2007-08-10 Claudio Saavedra * src/eog-image.c: (eog_image_set_xmp_data): No need to define this function if exempi is not present. 2007-08-10 Felix Riemann * */.svnignore: Remove unneeded .svnignore files. 2007-08-10 Felix Riemann * src/eog-file-chooser.c: (save_response_cb), (eog_file_chooser_new): Display an error dialog when trying to save to an unsupported file format. Fixes bug #427806. 2007-08-09 Claudio Saavedra * src/eog-jobs.c: (eog_job_thumbnail_run): Remove unused variables. * src/eog-pixbuf-util.c: (eog_pixbuf_get_format_by_vfs_uri): Mark parameter as const. * src/eog-pixbuf-util.h: Ditto. * src/eog-preferences-dialog.c: Remove unused function pd_int_radio_toggle_cb. Several code cleanups. Fixes bug #465060 (Cosimo Cecchi). 2007-08-09 Claudio Saavedra * src/eog-list-store.c: (vfs_monitor_dir_cb): Update thumbnail on GNOME_VFS_EVENT_METADATA_CHANGED. Fixes bug #464709. 2007-08-09 Felix Riemann * src/eog-image-save-info.c: (get_save_file_type_by_uri): Remove duplicated code. 2007-08-08 Claudio Saavedra * src/eog-list-store.c: (eog_list_store_remove_thumbnail_job): Remove unused variable and mark function as static (Cosimo Cecchi). 2007-08-06 Lucas Rocha * src/eog-preferences-dialog.c, data/eog.glade: removed "Image Collection" tab from preferences dialog. The image collection positioting is a hidden feature from now on. 2007-08-06 Lucas Rocha * data/eog-ui.xml: added "Side Pane" menu item to main menubar. * src/Makefile.am: added eog-sidebar.[ch] to the build. * data/eog.schemas.in, src/eog-config-keys.h: new GConf key for showing/hiding sidebar. * src/eog-sidebar.[ch]: new sidebar widget with support for adding and removing pages. * src/eog-window.[ch] (eog_window_collection_mode_changed_cb, update_action_groups_state, update_ui_visibility, eog_window_run_fullscreen, eog_window_cmd_show_hide_bar, +eog_window_sidebar_visibility_changed, +eog_window_sidebar_page_added, +eog_window_sidebar_page_removed, eog_window_construct_ui, +eog_window_get_sidebar): added sidebar support which is only sensitive when the sidebar has at least one page. 2007-08-06 Claudio Saavedra * src/eog-list-store.c: (+on_image_changed): callback to update the displayed thumbnail if the image is modified. (+eog_list_store_remove): Wrap gtk_list_store_remove () to disconnect the handler for "changed" signal in images. (eog_list_store_append_image): Connect the "changed" signal of images to monitor image transformations. (vfs_monitor_dir_cb): Use eog_list_store_thumbnail_refresh() and eog_list_store_remove (). (eog_list_store_remove_image): Use eog_list_store_remove (). (+eog_list_store_remove_thumbnail_job), (+eog_list_store_add_thumbnail_job): Factor out some code. (eog_list_store_thumbnail_set), (eog_list_store_thumbnail_unset): Use eog_list_store_add/remove_job (). (+eog_list_store_thumbnail_refresh): Do the same as unset/set, but faster. * src/eog-list-store.h: Add eog_list_store_thumbnail_refresh() definition. Update thumbnails after applying transformations to images. Fixes bug #462973. 2007-08-06 Felix Riemann * src/eog-save-as-dialog-helper.c: (eog_save_as_dialog_new): Use g_build_filename instead of gnome_program_locate_file to find the glade datafile, just like it is done by EogDialog. 2007-08-06 Claudio Saavedra * src/eog-window.c: (eog_job_model_cb): Unrefer the images after autorotating them. 2007-08-06 Claudio Saavedra * src/eog-list-store.c: (eog_job_thumbnail_cb): Apply the image transformation to the thumbnail before setting it in the model. This is currently done by obtaining the thumbnail from the EogImage. Fixes bug #462971. 2007-08-03 Claudio Saavedra * src/eog-jobs.c: (eog_job_thumbnail_run): remove forgotten calls to gdk_pixbuf_get_width/height(). 2007-08-03 Felix Riemann * bindings/python/eog.defs: Remove eog_application_register_service from python bindings. There is no need to have it called again by a plugin and it breaks the build with dbus disabled. Fixes bug #462785. 2007-08-01 Felix Riemann * configure.ac: * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/48x48/actions/Makefile.am: * data/icons/scalable/Makefile.am: * data/icons/scalable/actions/Makefile.am: * src/main.c: (main): Install app specific icons into correct directory. Install the scalable action icons as well. Fixes bug #462362 (Jaap Haitsma). 2007-07-30 Felix Riemann * data/eog.glade: Fix several UI problems. Fixes bug #460780. 2007-07-29 Felix Riemann * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: * cut-n-paste/toolbar-editor/egg-toolbars-model.c: Update to latest code from libegg to fix a memory leak. 2007-07-29 Felix Riemann * configure.ac: Adjust the GtkTooltip check to work with Claudio's last commit. 2007-07-25 Claudio Saavedra * src/eog-thumb-view.c: (tb_on_query_tooltip_cb): Use the new gtk_icon_view_get_tooltip_context() function to build tooltips. Fixes bug #455700. 2007-07-24 Felix Riemann * src/eog-print-preview.c: (create_image_scaled): Fix a MIN/MAX mix-up. Really closes bug #453151 (Stefan Röllin). 2007-07-20 Claudio Saavedra * src/eog-print-preview.c: (eog_print_preview_set_property), (eog_print_preview_init), (create_surface), (size_allocate_cb), (eog_print_preview_draw): Do not create the surface each time the image is dragged in the preview. Finally closes bug #453151 (Stefan Röllin, Claudio Saavedra). 2007-07-20 Claudio Saavedra * src/eog-list-store.c: (is_file_in_list_store): Add a safety check to avoid a crasher when saving a modified file. Fixes bug #456451. 2007-07-20 Claudio Saavedra * src/eog-print-preview.c: (eog_print_preview_set_property), (eog_print_preview_finalize), (eog_print_preview_init), (create_image_scaled), (create_preview_buffer), (create_surface), (create_surface_when_idle), (size_allocate_cb), (eog_print_preview_draw): Store a widget size version of the image to improve responsiveness when the scale is changed. This scaled image is created once the dialog is ready through a g_idle, in order to avoid slowing down the dialog creation. Fixes bug #453151 (Stefan Röllin, Claudio Saavedra). 2007-07-19 Lucas Rocha * src/eog-exif-details.[c,h], src/main.c, src/eog-properties-dialog.[c.h], src/eog-metadata-reader.[c,h], src/eog-image.[c,h], src/eog-image-private.h, src/Makefile.am, data/eog.glade, configure.ac: Optional XMP metadata support. Fixes bug #451101 (Hubert Figuiere). 2007-07-16 Claudio Saavedra * configure.ac: Bumped gnome-icon-theme requirement to 2.19.1. * src/eog-window.c: Use "document-page-setup" icon from g-i-t. Fixes bug #455672 (Luca Ferretti) 2007-07-14 Felix Riemann * src/eog-file-chooser.c: (set_preview_pixbuf): * src/eog-thumb-view.c: (tb_on_query_tooltip_cb): Correct plural form. * src/eog-window.c: (update_status_bar): The same and fix typo. 2007-07-14 Felix Riemann * data/eog.glade: Remove some unnecessary translations. 2007-07-09 Lucas Rocha * configure.in: post release version bump. 2007-07-09 Lucas Rocha * NEWS: Update for 2.19.4 2007-07-09 Felix Riemann * src/eog-jobs.c: (eog_job_save_as_real_run): Make file overwriting actually work in single-SaveAs mode. 2007-07-07 Lucas Rocha Add ability to enable collection pane when in fullscreen. Fixes bug #449741. * data/eog-ui.xml: added image collection action to fullscreen toolbar. * src/eog-window.c (update_action_groups_state, eog_window_create_fullscreen_popup, (update_ui_visibility, eog_window_run_fullscreen, eog_window_stop_fullscreen, eog_window_cmd_show_hide_bar): explicitly set the fullscreen toolbar to icons-only style. Enable show/hide image collection action in fullscreen mode. Several small code cleanups. Keep track of motion events on image collection pane when in fullscreen mode in order to keep toolbar visible. 2007-07-05 Felix Riemann * src/eog-window.c: (eog_window_trans_color_changed_cb): Use correct operator in fix for bug #453503. 2007-07-05 Lucas Rocha * src/eog-list-store.c (vfs_monitor_dir_cb, eog_list_store_append_directory, get_uri_info): small code cleanups. * src/eog-window.c (update_image_pos, update_status_bar, eog_window_list_store_image_added, eog_window_list_store_image_removed, eog_job_model_cb): update the action groups states when a new image is added or removed from the list store. Fixes bug #435408. 2007-07-05 Lucas Rocha * src/eog-window.c (eog_window_key_press): don't handle Alt+Return to be able to use it for image properties dialog. 2007-07-05 Lucas Rocha * src/eog-window.c (set_action_properties, eog_window_construct_ui): set the short name for the image collection toolbar item to simplify the label. Fixes bug #453064. 2007-07-05 Lucas Rocha * src/eog-window.c (eog_window_trans_color_changed_cb): check value returned from gconf before using it. Fixes bug #453503. 2007-07-04 Lucas Rocha Added Python support in the plugin system. * Makefile.am, bindings/Makefile.am, bindings/python/Makefile.am, bindings/python/eog.defs, bindings/python/eog.override: python bindings for plugin API. A lot of improvement needed here. * configure.ac: check for Python libraries in order to activate or deactivate Python support. * src/Makefile.am, data/eog.pc.in: includedir is now @includedir@/eog-API_VERSION to allow future parallel deployments. * src/eog-python-*: * src/eog-window.c (eog_window_transparency_changed_cb, eog_window_trans_color_changed_cb), src/eog-scroll-view.[ch] (paint_rectangle, eog_scroll_view_set_transparency, eog_scroll_view_init): adapt enum names to be more friendly for bindings. 2007-07-03 Jaap Haitsma * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added This script syncs the toolbar with libegg 2007-07-02 Felix Riemann Update from upstream (bug #452923): * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (egg_editable_toolbar_dispose), (egg_editable_toolbar_class_init): * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (egg_toolbar_editor_class_init), (egg_toolbar_editor_finalize): * cut-n-paste/toolbar-editor/egg-toolbars-model.c: (egg_toolbars_model_class_init), (egg_toolbars_model_finalize): * cut-n-paste/toolbar-editor/eggtreemultidnd.c: (egg_tree_multi_drag_source_get_type): Use G_DEFINE_TYPE macros instead of defining types by hand. 2007-07-01 Jaap Haitsma * cut-n-paste/toolbar-editor/egg*: Sync from libegg. Fixes bug #452849 2007-07-01 Felix Riemann * data/eog.schemas.in: Fix typo. Fixes bug #452886 (Bob Mauchin). 2007-06-30 Lucas Rocha * data/eog-toolbar.xml: added image collection show/hide action button to the available list of toolbar items. Fixes bug #340831. * src/eog-window.c: use new image collection icon. * data/icons/*/actions/eog-image-collection.[png|svg]: new image collection icon. Thanks to Andreas Nilsson and Jakub Steiner. 2007-06-26 Lucas Rocha * src/eog-window.c: use slideshow icon from gnome-icon-theme for slideshow action. Fixes bug #374582 (Felix Riemann). 2007-06-26 Lucas Rocha * src/eog-window.c (eog_window_drag_data_received), (eog_window_set_drag_dest), (eog_window_construct_ui), (eog_window_class_init): enabled drop of URI list on main window for opening images. 2007-06-26 Lucas Rocha * src/eog-properties-dialog.c (eog_properties_dialog_init, pd_exif_details_activated_cb, pd_resize_dialog): resize dialog when exif details expander is closed. Fixes bug #313676. 2007-06-25 Felix Riemann * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (event_box_realize_cb): Make named drag icons toolbar-sized like the others. 2007-06-24 Felix Riemann * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (editor_create_item_from_name): Even more cleanup to my last commit. Fixes bug #450590 (Felix Riemann, Jaap Haitsma) 2007-06-24 Lucas Rocha * src/eog-image.c (eog_image_apply_transformations, eog_image_real_load): improved error handling on image loading so that it catches all failure cases. Fixes bug #413211 (Chris Wilson). 2007-06-24 Lucas Rocha * src/eog-window.c (eog_window_key_press): don't use GDK_Q and GDK_q to close window in order to keep HIG compliance. 2007-06-24 Felix Riemann * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (editor_create_item_from_name): Check for icon-name first as it is only set if the icon is a named one 2007-06-24 Felix Riemann * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (editor_create_item_from_name): Add a workaround to take into account that Gtk{Radio,Toggle}Actions only set either the stock-id or the icon-name property depending on the image type. This makes it possible to display the icon of such actions in the toolbar editor. 2007-06-23 Felix Riemann * src/eog-exif-details.c: (eog_exif_details_dispose), (eog_exif_details_init), (exif_entry_cb), (eog_exif_details_reset): Display EXIF MakerNotes supported by libexif. Fixes bug #350809 (Jef Driesen). * configure.ac: Bump libexif requirement to 0.6.14. 2007-06-22 Lucas Rocha * src/eog-thumb-view.[ch] (eog_thumb_view_init, eog_thumb_view_set_item_height): added a method for setting the items height. * src/eog-window.c (eog_window_construct_ui): set thumbview margin. * src/eog-thumb-nav.c (eog_thumb_nav_set_mode): set item's height accodingly depending on the mode. 2007-06-22 Lucas Rocha * src/eog-window.c (eog_window_run_fullscreen, eog_window_stop_fullscreen): removed grey border when in fullscreen mode. Fixes bug #425613 (Felix Riemann). 2007-06-22 Lucas Rocha * src/eog-scroll-view.c (eog_scroll_view_button_press_event, eog_scroll_view_button_release_event): enable dragging with Ctrl+Button1. Fixes bug #438242. 2007-06-22 Lucas Rocha Use the same thumbnail frame than nautilus. Fixes bug #441138. Change alignment in thumbnail pane to make it work better on vertical and horizontal orientations. Fixes bug #440168. * src/eog-thumbnail.[ch] (eog_thumbnail_add_frame, eog_thumbnail_fit_to_size): added functions to add shadow frame and thumbnail resizing. * src/eog-thumb-view.c (eog_thumb_view_init): changed the pixbuf cell renderer to make improve the aligment among thumbnails. * src/eog-plugin-engine.c, src/eog-application.c, src/eog-window.c, src/eog-dialog.c, src/Makefile.am: renamed EOG_DATADIR and EOG_PLUGINDIR to EOG_DATA_DIR and EOG_PLUGIN_DIR respectively. * configure.ac, data/Makefile, data/pixmaps/*: added new pixmap for thumbnail frame. * src/eog-thumb-shadow.[ch]: removed. 2007-06-19 Lucas Rocha * src/eog-properties-dialog.[ch] (eog_properties_dialog_init, eog_properties_dialog_update, eog_properties_dialog_page_switch): remember which tab was selected in the dialog. Fixes bug #435456. 2007-06-16 Felix Riemann * src/eog-exif-details.c: (eog_exif_details_init), (eog_exif_details_reset), (eog_exif_details_update): Add a function to reset the exif details before updating it. This should remove the phantom entries which were in previous images but not in the current one. 2007-06-12 Claudio Saavedra * src/eog-plugin-manager.c: (eog_plugin_manager_init): Capitalize "Active Plugins" consistently. 2007-06-12 Lucas Rocha * src/eog-plugin-manager.c (create_tree_popup_menu, show_tree_popup_menu): don't show contextual menu when there are no plugins available in order to avoid crashers. Fixes bug #445535. 2007-06-10 Felix Riemann * src/eog-window.c: (eog_window_cmd_about): Make about dialog work correctly with gtk+ >= 2.11. 2007-06-04 Claudio Saavedra * configure.ac: Post release version bump. 2007-06-04 Claudio Saavedra * NEWS: Update for 2.19.3 2007-06-04 Claudio Saavedra * src/eog-plugin-engine.c: (eog_plugin_engine_load_dir): Check for the existence of the requested directory. Fixes a critical warning when trying to load nonexistent plugin directories. Fixes bug #439907. (eog_plugin_engine_load_all): Remove check before the user plugins directory load. 2007-05-28 Claudio Saavedra * data/eog-ui.xml: Remove some accelerators. * src/eog-window.c: (eog_window_key_press): Allow toolbar to be keyboard navigable. Allow keyboard navigation in the application toolbar. Fixes bug #385327 (Patrick Wade, Claudio Saavedra). 2007-05-28 Felix Riemann * src/eog-thumb-view.c: (tb_on_button_press_event_cb): Fix leak. 2007-05-27 Lucas Rocha * src/eog-window.c (): don't use duplicated action ids when updating the "Open with" submenu. Fixes bug #440207 (Christian Persch). 2007-05-27 Felix Riemann * data/eog.glade: Move image collection tab to second place. 2007-05-27 Felix Riemann * data/eog.glade: * src/eog-preferences-dialog.c: (pd_check_toggle_cb), (pd_int_radio_toggle_cb), (eog_preferences_dialog_constructor): Add preferences tab for new image collection view positioning/sizing features. Fixes bug 426186. 2007-05-26 Claudio Saavedra * src/eog-window.c: (eog_window_transparency_changed_cb): Add an extra check for NULL values to avoid some critical warnings if eog is not properly installed. Fixes bug #430021. 2007-05-23 Claudio Saavedra * src/eog-util.c: Include to fix build in Solaris. Fixes bug #440716 (Damien Carbery). 2007-05-15 Lucas Rocha * configure.in: post release version bump. 2007-05-15 Lucas Rocha * NEWS: Update for 2.19.2 2007-05-15 Lucas Rocha Plugin system in place and activated now. Here we go! * src/eog-preferences-dialog.c (eog_preferences_dialog_constructor), data/eog.glade: activated plugin manager inside the preferences dialog. * src/eog-window.[ch] (eog_window_get_ui_manager, eog_window_get_store, eog_window_get_thumb_view, eog_window_get_thumb_nav, eog_window_get_image, eog_Window_get_statusbar): added several accessor method to be used by plugins in order to change application UI and behavior. Added the plugin engine calls. * src/main.c (main): init and destroy plugin engine. * src/Makefile.am: several changes to work with plugin manager and more maintainability. * configure.ac: several cleanups. Added new icons to the build. * data/eog.pc.in: added more metainfo and a better package description. * data/eog-ui.xml: added placeholders for "Tools" menu. * data/icons/*: new icon for plugins called "eog-plugin". 2007-05-11 Claudio Saavedra * README, AUTHORS: Update README and AUTHORS. Fixes bug #437691. 2007-05-10 Felix Riemann * src/eog-uri-converter.c: (free_token): * src/eog-window.c: (eog_window_retrieve_save_as_uri): Forgot these in the last commit. 2007-05-10 Felix Riemann * src/eog-pixbuf-util.c: (eog_pixbuf_get_common_suffix): * src/eog-save-as-dialog-helper.c: (update_preview): * src/eog-thumbnail.c: (eog_thumb_data_free): * src/eog-uri-converter.c: (update_counter_format_str), (append_filename): Remove some unneeded guards around g_free calls as it checks for NULL itself. 2007-05-07 Lucas Rocha Initial code for the plugin system. Still deactivated while some subversion surgery is not done. * eog-debug.[ch]: added DEBUG_PLUGINS to debuf plugin system related stuff. * src/eog-preferences-dialog.c (eog_preferences_dialog_constructor): added the "Plugins" tab to preferences dialog. * src/eog-config-keys.h, data/eog.schemas.in: added GConf key that stores the list of active plugins (/apps/eog/plugins/active_plugins). * src/eog-module.[ch]: GTypeModule implementation. * src/eog-plugin.[ch]: abstract class which EOG plugins should inherit from. * src/eog-plugin-engine.[ch]: plugin engine responsible for loading, unloading, disabling, enabling plugins. * src/eog-plugin-manager.[ch]: plugin manager that is shown in the application preferences dialog. * data/Makefile.am, src/Makefile.am, configure.ac: added new files from the plugin system to the build. * data/eog.pc.in: pc file for EOG plugin dependency checks. * po/POTFILES.in: added src/eog-plugin-manage.c * src/eog-image.h, src/eog-preferences-dialog.h, src/eog-list-store.h, src/eog-transform.h, src/eog-print-preview.h, src/eog-properties-dialog.h, src/eog-jobs.h, src/eog-thumb-nav.h, src/eog-thumb-view.h, src/eog-scroll-view.h, src/eog-window.h, src/eog-statusbar.h, src/eog-exif-details.h, src/eog-dialog.h, src/eog-image-save-info.h: added G_GNUC_CONST to all *_get_type functions. 2007-05-05 Felix Riemann * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (event_box_realize_cb), (editor_create_item_from_name): Fix usage of themed icons and have them displayed under the pointer while dragging them to the toolbar. Fixes bug #435614. 2007-05-02 Felix Riemann * src/eog-preferences-dialog.c: (eog_preferences_dialog_constructor): Correctly set slideshow delay when being entered with the keyboard. Patch by Ryan Cumming . 2007-05-01 Lucas Rocha * data/eog.schemas.in: removed unused GConf keys related to image info pane. 2007-05-01 Lucas Rocha * src/eog-window.c (update_ui_visibility): hide editable application toolbar when in fullscreen/slideshow mode. 2007-04-30 Lucas Rocha * configure.in: post release version bump. 2007-04-30 Lucas Rocha * NEWS: Update for 2.19.1 * configure.ac: added bug reporting info. 2007-04-30 Claudio Saavedra * data/eog-toolbar.xml: Add missing file. 2007-04-29 Lucas Rocha * src/eog-window.c (eog_job_load_cb): disable image related actions in case of a image loading error. 2007-04-29 Lucas Rocha * src/eog-window.c (eog_window_cmd_properties), src/eog-properties-dialog.[ch] (-pd_previous_button_clicked_cb, pd_next_button_clicked_cb, eog_properties_dialog_new, eog_properties_dialog_init): correctly use action proxies for the next and previous image buttons in image properties dialog. 2007-04-29 Lucas Rocha * src/eog-window.c (eog_window_set_message_area): fixed build warning. 2007-04-29 Lucas Rocha Multiple save as dialog UI cleanup. Patch from Claudio Saavedra. Fixes bug #429156. * src/eog-save-as-dialog-helper.c (update_preview, on_format_combobox_changed, prepare_format_combobox, get_selected_format, prepare_token_options, destroy_data_cb), data/eog.glade: multiple save as dialog cleanup. 2007-04-29 Lucas Rocha Editable toolbar support. Patch from Claudio Saavedra. Fixes bug #393586. * src/eog-application.[ch] (eog_application_init, eog_application_dispose, eog_application_get_toolbars_model, eog_application_save_toolbars_model): add centralized toolbar model handling for all application windows. * src/eog-window.c (eog_window_construct_ui): use toolbar model and editable toolbar. eog_window_cmd_edit_toolbar, eog_window_cmd_edit_toolbar_cb) * src/eog-util.[ch] (eog_util_dot_dir): added function to get the user EOG's directory. * cut-n-paste/toolbar-editor/*: local copy of editable toolbar from libegg. * data/eog-ui.xml: added toolbar to Edit menu. * data/eog-toolbar.xml: new editable toolbar definition file. * configure.ac, Makefile.am, src/Makefile.am: added editable toolbar bits to the build. 2007-04-26 Lucas Rocha Show tooltips with image's general information on thumbnails pane. Patch from Claudio Saavedra. Fixes bug #416321. * src/eog-thumb-view.c (tb_on_query_tooltip_cb, eog_thumb_view_get_image_from_path, eog_thumb_view_popup_menu, eog_thumb_view_init): added tooltip handling in thumbnails view. * src/eog-window.c (update_status_bar): improve i18n details for status bar content. * src/Makefile.am: made all EXIF-related code optional. * src/eog-image.c (eog_image_get_dimension_from_thumbnail, eog_image_real_load): added support for loading only image dimensions. * configure.ac: added checks for new tooltip API in GTK+. 2007-04-25 Felix Riemann * src/eog-exif-details.c: (eog_exif_details_dispose): * src/eog-image-save-info.c: (eog_image_save_info_dispose): * src/eog-metadata-reader.c: (eog_metadata_reader_finalize), (eog_metadata_reader_dispose): * src/eog-transform.c: (eog_transform_finalize): * src/eog-uri-converter.c: (eog_uri_converter_finalize), (eog_uri_converter_dispose): Chain up dispose/finalize handlers. Fixes bug 433127. 2007-04-24 Brian Pepple * data/icons/Makefile.am (update-icon-cache): fix gtk-update-icon-cache for uninstall-hook. Fixes bug #432439 2007-04-20 Claudio Saavedra * src/eog-window.c: (eog_window_run_fullscreen), (eog_window_stop_fullscreen): Set the background black in fullscreen/slideshow mode. Patch by Diego Escalante Urrelo . Fixes bug #419756. 2007-04-18 Felix Riemann * src/eog-window.c: (move_to_trash_real): Fix trash functionality on mounted media and automatically create a trash directory if needed. Based on patch by . Fixes bug 338653. 2007-04-16 Claudio Saavedra * src/eog-print-image-setup.c: (get_max_percentage): Calculate correctly the maximum printed image size. Fixes a bug when printing an image in a landscape page (it wouldn't fit the page). 2007-04-14 Felix Riemann * data/eog.schemas.in: Add missing autorotation key. 2007-04-13 Felix Riemann * src/eog-file-chooser.c: (eog_file_chooser_new): Ask user if the wants to overwrite an existing file. Partially fixes bug 421637 as we still need to realize the same for saving multiple files. Patch by Jaap A. Haitsma 2007-04-13 Changwoo Ryu * configure.ac: Removed help/ko/Makefile due to gnome-doc-utils migration. 2007-04-07 Felix Riemann * src/eog-save-as-dialog-helper.c: (prepare_token_options): Apply forgotten patch from stable branch. Hide unsupported tokens. Make sure the token descriptions are being translated. (bug #427154) 2007-04-05 Felix Riemann * src/eog-save-as-dialog-helper.c: (prepare_format_options), (eog_save_as_dialog_new): * src/eog-uri-converter.c: (eog_uri_converter_preview): Fix several leaks. 2007-03-28 Felix Riemann * src/eog-marshal.list: Remove unused marshallers from list. 2007-03-25 Lucas Rocha * src/eog-statusbar.[ch] (eog_statusbar_set_progress, eog_statusbar_init, eog_statusbar_set_has_resize_grip): removed hack for handling resize grip. Image number/position hides when progress bar is active. Adjust the progress bar height to make it look nicer. Coding style cleanups. * src/eog-window.c (eog_window_window_state_event): use GtkStatusBar API for setting resize grip. 2007-03-23 Felix Riemann * src/eog-window.c: (eog_window_cmd_save_as): Fix crash when cancelling SaveAs dialog (fixes bug 421633). Patch by Jaap Haitsma . 2007-03-22 Felix Riemann * src/eog-window.c: (image_thumb_changed_cb): Use stack for GtkTreeIter variable. 2007-03-20 Felix Riemann * data/eog.glade: No need to translate the string "EXIF". 2007-03-19 Felix Riemann * src/eog-image-jpeg.c: (eog_image_jpeg_save_file): * src/eog-image-jpeg.h: Remove long unused and deprecated code. * src/eog-transform.c: * src/eog-transform.h: Disable scaling transformation until it is supported. 2007-03-19 Felix Riemann * src/eog-exif-details.c: (set_row_data): Remove duplicate code provided by utility function. 2007-03-18 Felix Riemann * data/eog.glade: Remove placeholders from translation. 2007-03-18 Felix Riemann * src/eog-transform.c: (eog_transform_identity_new): * src/eog-transform.h: Fix compiler warning. 2007-03-18 Felix Riemann * src/eog-application.c: (eog_application_show_window), (eog_application_real_open_uri_list): Use correct GPOINTER macros to pass guint to callback. * src/eog-image.c: (eog_image_size_prepared): Make JPEG loading work again when autorotating is disabled. 2007-03-18 Claudio Saavedra * src/eog-thumb-nav.c: (eog_thumb_nav_set_mode): Use GTK_POLICY_AUTOMATIC to show only scrollbars when needed. 2007-03-18 Claudio Saavedra * Makefile.am: Add ChangeLog-2.6 and ChangeLog-2.16 to EXTRA_DIST. 2007-03-18 Lucas Rocha * src/Makefile.am: Fix the linker library include order so that the linker searches the right path for pango (Fixes bug #398250). Patch from Elijah Newren . ============================================== ===== eog-ng branch merged back to trunk ===== ============================================== 2007-03-18 Lucas Rocha Restabilished ICC profiling functionality with full code refactoring. * src/eog-debug.[ch] (eog_debug_init): added EOG_DEBUG_LCMS for ICC profiles debugging. * src/eog-image.[ch] (eog_image_get_profile, eog_image_apply_display_profile, eog_image_set_icc_data, eog_image_real_load): load embedded ICC profile from the image if present. * src/eog-metadata-reader.[ch] (eog_metadata_reader_get_icc_chunk, eog_metadata_reader_get_icc_chunk_size): unify ICC functions for consistency. * src/eog-window.c (eog_job_load_cb, eog_window_init, eog_job_model_cb, eog_window_dispose, eog_window_get_display_profile): load and cache display profile to be applied on images just after they are successfully loaded. 2007-03-17 Lucas Rocha Restabilished move to trash functionality. Patch from Javier Sánchez . * src/eog-window.c (eog_window_cmd_move_to_trash, move_to_trash_real, show_move_to_trash_confirm_dialog, eog_window_error_quark): moved adapted code from trunk. 2007-03-14 Lucas Rocha Restabilished set as wallpaper functionality. * src/eog-window.c (eog_window_cmd_wallpaper), src/eog-util.[ch] (eog_util_launch_desktop_file): use currently selected image to define the wallpaper when respective action is activated. * src/eog-config-keys.h: added EOG_CONF_DESKTOP_WALLPAPER entry. 2007-03-10 Lucas Rocha * src/eog-save-dialog-helper.[ch]: removed obsolete files. 2007-03-10 Lucas Rocha Restabilished the image saving functionalities. Based on patch from Felix Riemann . Fixes bug #377123. A lot of polishing is still needed. * src/eog-image.[ch] (eog_image_class_init, eog_image_real_transform, handle_xfer_status, tmp_file_move_to_uri): added a "save-progress" signal. Some coding style fixes. * src/eog-job-queue.c (remove_job_from_queue, handle_job, no_jobs_available_unlocked, search_for_jobs_unlocked, eog_job_queue_init), src/eog-job.[ch] (eog_job_save_*, eog_job_save_as_*): implementation of EogJobSave and EogJobSaveAs. * src/eog-exif-util.h: fix small typo and coding style. * src/eog-transform.c: added progress feeback for transformations. * src/eog-save-as-dialog-helper.c: small fix on eog.glade path. 2007-03-09 Claudio Saavedra * src/eog-image.c: (eog_image_set_orientation): Some images may not have orientation information, and exif_data_get_entry () may return NULL. 2007-03-08 Claudio Saavedra * src/eog-jobs.c: (eog_job_thumbnail_run): Preserve original image dimensions metadata if available in the thumbnail. 2007-03-06 Claudio Saavedra * src/Makefile.am: Add eog-exif-util.[ch] * src/eog-exif-util.c: (eog_exif_util_format_date_with_strptime), (eog_exif_util_format_date_by_hand), (eog_exif_util_format_date), (eog_exif_util_get_value): * src/eog-exif-util.h: Add file for EXIF utilities. * src/eog-properties-dialog.c: (pd_update_exif_tab): update. * src/eog-util.c: Move exif date functions to eog-exif-util.[ch] * src/eog-util.h: Moved exif related functions to new files. 2007-03-06 Claudio Saavedra * data/eog.desktop.in.in: Remove 'Application' from the Categories field. 2007-03-05 Claudio Saavedra * src/eog-image.c: (eog_image_get_collate_key): * src/eog-image.h: eog_image_get_caption () returns a const gchar*. 2007-02-27 Claudio Saavedra * data/eog-ui.xml: Add a 'OpenImageWith' menu item. * src/eog-window.c: (eog_window_display_image): Update the 'open with' menu when displaying an image. (+open_with_launch_application_cb): Call the chosen application with the selected image as parameter. (+eog_window_update_openwith_menu): Updates the 'open with' menu according with the mimetypes of the selected image. (eog_window_construct_ui): Get a new merge id for the menu. (eog_window_init), (eog_window_dispose): Properly init and finish the mime application list. Add a 'Open file with' functionality (Fixes bug #319859). Patch from Rodrigo Aguilar and me. 2007-02-27 Lucas Rocha * shell/eog-statusbar.c: increase image position info width in statusbar to avoid ellipsizing with big numbers. Fixes bug #357427. 2007-02-27 Lucas Rocha Added support for placing the collection on top/bottom/right/left sides of the window. Also, the collection pane can be resizable or not. Fixes bug #334321. * src/eog-thumb-nav.[ch] (eog_thumb_nav_set_mode): added mode for multiple columns. * src/eog-window.c (eog_window_init, eog_window_collection_mode_changed_cb, eog_window_construct_ui): keep track of changes in GConf keys related to collection pane layout and change the UI accordingly. * data/eog.schema.in, src/eog-config-keys.c: added GConf keys to define collection pane position and whether it's resizable. * src/Makefile.am: removed unused constants. 2007-02-26 Lucas Rocha Messages for the most of common error: open a set of locations with no images, open a directory with no images, open a non-image file and open a corrupted/invalid image. Fixes bugs #326199, #399988, and #316175. * src/eog-list-store.c (eog_list_store_add_uris, eog_list_store_class_init, eog_list_store_init): add initial image even if it doesn't pass the mimetype tests. GObject love and code cleanups. * src/eog-application.c: comment unused function to fix build warning. * src/eog-window.c (eog_job_load_cb, eog_window_open_uri_list, eog_window_dispose, eog_job_model_cb): set window title with image caption even in image loading error cases. Set error message area when no images are found in given locations. * src/eog-error-message-area.[ch] (eog_no_images_error_message_area_new): new message area for errors when no images are found in given locations. 2007-02-24 Lucas Rocha * src/eog-thumb-nav.c: make hscrollbar always visible on one row mode. * data/eog.schema.in: make scroll buttons hidden by default. * src/eog-window.c: disable image collection if there's only one image in the image list. 2007-02-24 Lucas Rocha * src/eog-scroll-view.[ch] (eog_scroll_view_set_zoom_multiplier, display_key_press_event, eog_scroll_view_init), src/eog-window.c (eog_window_zoom_multiplier_changed_cb, eog_window_construct_ui, eog_window_init): use new GConf key to define the zoom multiplier used when scrolling with the mouse wheel (Fixes bug #89512). * src/eog-config-keys.h, data/eog.schema.in: added new GConf for zoom multiplier. 2007-02-23 Lucas Rocha * src/eog-image.c (eog_image_set_exif_data, eog_image_size_prepared, eog_image_real_load): fix loading for images with no metadata and automatic orientation. 2007-02-21 Lucas Rocha Added a GConf key to define the mouse scroll wheel behavior. Defaults to FALSE to be HIG compliant. By the default, Ctrl-Scroll-Wheel-[Up|Down] zooms in and out respectively (Fixes bug #341935). * src/eog-window.c: keep track of scroll wheel zoom GConf key to set the according behavior to EogScrolledView. * src/eog-scrolled-view.c: use GConf key to determine the mouse scroll wheel behavior. * src/eog-config-keys.h, data/eog.schema.in: added GConf key to define the mouse scroll wheel behavior. If true, use the wheel for zooming. 2007-02-20 Lucas Rocha * src/eog-list-store.c (eog_list_store_add_uris): take other images in same location into account even for remote URIs (if the image's parent URI is a directory) (Fixes bug #364426). 2007-02-15 Claudio Saavedra * src/eog-window.c: (eog_window_display_image), (eog_window_cmd_file_open): Unref URI's returned by eog_image_get_uri () and fix some string leaks. 2007-02-13 Claudio Saavedra * configure.ac: Add check for strptime. * src/eog-util.c: (eog_util_format_exif_date_with_strptime), (eog_util_format_exif_date_by_hand), (eog_util_format_exif_date): Parse and localize the EXIF date, using strptime when possible, and taking care of broken EXIF headers (Fixes bug #404907). Patch from Felix Riemann and me. 2007-02-13 Lucas Rocha * src/eog-transform.[ch], src/eog-image-private.h, src/eog-image.[ch], src/eog-window.c, data/eog.glade, src/eog-config-keys.h: ported preferences dialog and auto orientation from trunk to eog-ng branch. 2007-02-13 Lucas Rocha * src/eog-image.c, src/eog-scroll-view.c, src/eog-metadata-reader.c: replace all deprecated debug messages with new debug facilities (Fixes bug #404126). Patch from Claudio André . 2007-02-12 Lucas Rocha * src/main.c: remove uneeded gnome.config.h include. 2007-02-12 Lucas Rocha * eog.desktop.in.in: Change launcher description to match UI review (Fixes bug #383436). 2007-02-09 Felix Riemann * src/eog-window.c: (eog_window_print): Make sure the window is not finalized while we are printing. Fixes bug #404708. 2007-02-09 Claudio Saavedra * shell/eog-window.c: (eog_window_dispose), (eog_window_init): Initialize and finish properly the printing objects. 2007-02-07 Felix Riemann * src/eog-image.c: (eog_image_update_exif_data): According to the EXIF specs Pixel{X,Y}Dimension tags can be either of short or long datatype. Respect that. This fixes warnings in Valgrind and wrong values in images using the short type. 2007-02-05 Lucas Rocha Preliminary implementation of error/warning UI for EOG (Mostly based on Gedit). Code still needs to be written for the different kinds of error other than basic image loading ones. * src/eog-debug.[ch]: fixed copyright header. * src/eog-thumb-view.c: use eog_list_store_length () when applicable. * src/eog-window.c (update_status_bar, eog_job_load_cb, eog_window_display_image, eog_window_set_message_area, eog_window_obtain_desired_size, eog_window_error_message_area_response): use new message area widget to show error/warning messages. Changed the window default size. * src/eog-message-area.[ch], src/eog-error-message-area.[ch]: new widgets for showing error/warning messages. * configure.ac: set version to 2.19.1. 2007-02-05 Felix Riemann * src/eog-properties-dialog.c: (pd_update_general_tab): Fix leaks. 2007-02-03 Lucas Rocha * src/eog-thumb-nav.[ch]: support for different modes for image collection pane: one row (horizontal), one column (vertical) and multiple rows. * src/eog-window.c: keep track of changes in GConf keys for image colllection pane mode and show scroll buttons. * data/eog.schemas.in, src/eog-config-keys.h: added entry for image collection mode key. 2007-02-03 Lucas Rocha * data/eog.schemas.in: added new key for image collection scroll buttons. * src/eog-thumb-nav.[ch]: some refactorings, GObject love. Move EogThumbView setting to constructor. * src/eog-window.c: use GConf key to decide whether the image collection scroll buttons should be shown or not. 2007-02-03 Lucas Rocha * src/eog-image.c: several coding style fixes. * data/eog.glade, src/eog-properties-dialog.c: replaced shutter speed with exposure time for user-friendliness. * src/eog-util.[ch]: added function for formatting exif dates. 2007-02-01 Claudio Saavedra * configure.ac: Add checks for GLib D-Bus bindings. * src/Makefile.am: Generate eog-application-service.h * src/eog-application-service.xml: Instrospection XML file for D-Bus methods. * src/eog-application.c: (eog_application_register_service), (eog_application_open_window), (eog_application_real_open_uri_list), (eog_application_open_uri_list), (eog_application_open_uris): * src/eog-application.h: * src/eog-util.c: (eog_util_string_list_to_uri_list), (eog_util_strings_to_uri_list), (eog_util_string_array_to_list), (eog_util_string_array_make_absolute): Moved strings lists utility functions here to keep code better organized. * src/eog-util.h: * src/eog-window.c: (eog_window_open_recent_cb), (file_open_dialog_response_cb): * src/main.c: (load_files), (load_files_remote), (main): Use remote activation if EOG service is already registered. Implement D-Bus based activation. Fixes bug #401946. 2007-01-30 Claudio Saavedra * src/eog-thumb-view.c: (eog_thumb_view_select_single): Do nothing if the thumbview is empty. Fixes a critical warning when pressing arrow keys in an empty EOG window. 2007-01-29 Claudio Saavedra * configure.ac: * src/eog-application.c: * src/eog-application.h: * src/main.c: (main): Remove support for opening files tagged with leaftag. Unfortunately, leaftag has not seen the expected momentum, so it's preferable to leave it out of the core. Fixes bug #401939. 2007-01-27 Lucas Rocha * src/Makefile.am, src/eog-debug.[ch]: debugging and profiling for EOG. * src/eog-window.c: added debugging code on several places of EogWindow as a initial effort to make EOG more easily debuggable. 2007-01-27 Lucas Rocha * data/eog.glade: some fixes on the dialog container packing and ellipsing for some too long labels. 2007-01-24 Lucas Rocha * src/eog-info-view*: removed. * src/eog-exif-details.[ch]: dump of EXIF data in a tree view. Used in the "Details" expander in image properties dialog. * src/eog-properties-dialog.c, data/eog.glade, src/Makefile.am: added EXIF tab. Main tags are shown by default. Expander can be used to see all EXIF data. Polishing still needs to be done. 2007-01-22 Claudio Saavedra * src/eog-image.c: (eog_image_class_init): Hook signals to EOG_TYPE_IMAGE instead of G_TYPE_OBJECT to avoid duplicating signals in other GObject derived types. Fixes #399333. 2007-01-22 Lucas Rocha * src/eog-window.c: set status EOG_WINDOW_STATUS_INIT when opening uri list to avoid unexpected bevaviors when opening images on an empty window. 2007-01-22 Lucas Rocha * src/eog-window.c: small fix on using EogListSore API. * src/acessible-*: remove obsolete files. * src/Makefile.am: small cleanups. 2007-01-21 Lucas Rocha * src/eog-application.c, src/eog-window.[ch], src/main.c: windows open with dimensions according to image size. GTK+ thread safety garanteed with the use of GDK thread control. 2007-01-18 Lucas Rocha * src/eog-window.c: updated EOG's webpage in about dialog. 2007-01-15 Lucas Rocha * src/eog-image-private.h, src/eog-image.[ch]: complete code cleanup (small refactorings, removal of obsolete methods, coding style fixes, etc). * src/eog-print-image-setup.c: coding style fixes. * src/eog-info-view.c, src/eog-list-store.c, src/eog-save-dialog-helper.c, src/eog-properties-dialog.c, src/eog-print-image-setup.c, src/eog-image-private.h, src/eog-scroll-view.c, src/eog-window.c, src/eog-window.h, src/eog-image-save-info.c: update for EogImage new API. 2007-01-14 Felix Riemann * src/eog-jobs.c: (eog_job_model_run): Fix leaked list. 2007-01-10 Felix Riemann * src/eog-image.c: (eog_image_free_mem_private): Make the double free guard actually work. * src/eog-preferences-dialog.c: (pd_color_change_cb): Free color string after setting it in GConf. 2007-01-04 Claudio Saavedra * src/Makefile.am: Add new files. * src/eog-print-image-setup.c: * src/eog-print-image-setup.h: New custom widget for the GtkPrint UI to set the image position and size in a printed page. * src/eog-print-preview.c: * src/eog-print-preview.h: Widget to interactively preview the printing of an image. * src/eog-window.c: (eog_window_print_draw_page), (eog_window_print_create_custom_widget), (eog_window_print_custom_widget_apply), (eog_window_print_end_print), (eog_window_print), (eog_window_cmd_about): Use the above widgets to set the image position and size when printing instead of hardcoding its size. Fixes bugs #356947, #321815. 2007-01-04 Lucas Rocha * src/eog-window.c, src/main.c, data/icons/*, configure.ac, data/eog.desktop.in.in: install and use new EOG icons. 2007-01-04 Lucas Rocha * src/eog-application.c, src/eog-file-chooser.c: small code cleanups. 2007-01-01 Felix Riemann * .svnignore: Remove duplicate entries. * src/.svnignore: Re-add and update file. * po/.svnignore: Add missing ignore. Update the corresponding svn:ignore tags. 2006-12-28 Bruno Boaventura * eog.glade: Change "Slide Show" to "Slideshow". Fix #383090 2007-01-01 Lucas Rocha * shell/*, src/*: all source files moved to "src" directory. * autogen.sh, configure.ac, Makefile.am: update for new "src" directory. 2007-01-01 Lucas Rocha * *.cvsignore, *.svnignore: renamed all ignore files to subversion. 2007-01-01 Lucas Rocha * libeog/*, shell/Makefile.am, configure.ac: moved all files from libeog to shell. 2007-01-01 Lucas Rocha * shell/Makefile.am, shell/eog-window.c, shell/eog-preferences-dialog.[ch]: rename eog-preferences.* to eog-preferences-dialog.* 2006-12-28 Felix Riemann * shell/eog-window.c: (eog_window_construct_ui): gconf_entry_free() is deprecated. Use gconf_entry_unref() instead. 2006-12-27 Claudio Saavedra * configure.ac: Add dependence on gnome-icon-theme. * shell/eog-window.c: Use "print-setup" icon from g-i-t. Patch from Thomas Andersen . Fixes bug #389314. 2006-12-26 Lucas Rocha New command-line options for EOG: -s to start in slideshow mode, -f to start in fullscreen mode, and -c to disable collection pane on startup (Fixes bugs #308787, #336712, #376560, #376513). Based on patch from Bruno Boaventura . * shell/eog-window.[ch]: add startup flags to EogWindow. Consider those flags when constructing the UI. * shell/eog-application.[ch]: Update API to receive the EogWindow startup flags. * shell/main.c: initialize startup flags based on passed command-line options. 2006-12-21 Lucas Rocha EOG dialogs common infrastructure. Preferences and image properties dialogs share the same base code now. * eog-dialog.[ch]: new generic dialog implementation for dialogs. * eog-preferences.[ch], eog-properties-dialog.[ch]: both dialogs inherit from EogDialog. * eog-window.c: update for new preferences dialog API. * shell/Makefile.am: added eog-dialog.[ch] to the build. 2006-12-18 Claudio Saavedra * shell/eog-window.c: (eog_window_print_draw_page): Clip the pattern to workaround a bug in cairo's PDF backend. 2006-12-16 Lucas Rocha * data/eog-ui.xml: new "Properties" menu items in thumbview context menu and File menu. * data/eog.glade, shell/eog-window.c, eog-properties-dialog.[ch]: new image properties dialog. 2006-12-14 Claudio Saavedra * shell/eog-window.c (eog_window_print_draw_page): Do not use a group in the cairo context. Fixes bug #381358. 2006-12-04 Felix Riemann * shell/eog-window.c: (eog_window_stop_fullscreen): Unhide mouse cursor upon leaving fullscreen mode. Fixes bug #381867. Patch by Bruno Boaventura . 2006-12-02 Felix Riemann * libeog/eog-uri-converter.h: Reformat for better readability. 2006-11-28 Felix Riemann * configure.ac: Generate configure help strings using an autoconf macro instead of tabbing/spacing them by hand. 2006-11-28 Felix Riemann * configure.ac: Put GNOME_DOC_INIT down further and call PKG_PROG_PKG_CONFIG before it. Fixes bug #372820. 2006-11-25 Lucas Rocha * shell/Makefile.am, shell/eog-thumb-nav.[ch], libeog/eog-list-store.[ch], libeog/eog-thumb.view.c, eog-window.c: new thumbnail pane navigator widget. No captions shown anymore. Tooltips still need to be added. 2006-11-19 Felix Riemann * libeog/eog-list-store.c: (vfs_monitor_dir_cb): Update the thumbnail of a changed image by resetting it and not by removing and readding the whole image. 2006-11-18 Felix Riemann * libeog/eog-image.h: Remove prototype of long gone eog_image_save(). 2006-11-18 Felix Riemann * autogen.sh: We need to require pkg-config >= 0.16.0 because we use the PKG_PROG_PKG_CONFIG macro. 2006-11-17 Felix Riemann * autogen.sh: configure.ac asks for autoconf >= 2.57 and intltool >= 0.35.0. Do the same in autogen.sh. 2006-11-16 Claudio Saavedra * shell/eog-save-as-dialog-helper.c: Remove unused includes. 2006-11-16 Claudio Saavedra * libeog/eog-scroll-view.c: (paint_rectangle): Make check pattern for transparent images a bit lighter. Fixes bug #350183. 2006-11-15 Felix Riemann * libeog/eog-image.c: (eog_image_class_init): * libeog/eog-image.h: Remove some unneeded signals. Keep "loading-{update,size_prepared}" as they might become useful again. 2006-11-14 Claudio Saavedra * shell/eog-window.c: (eog_window_print): Remove unused call and mark string for translation. 2006-11-14 Claudio Saavedra * shell/eog-window.c: (eog_window_print_draw_page): Fix for big portrait images. 2006-11-14 Claudio Saavedra * configure.ac: Remove checks for libgnomeprint{ui} and add checks for gtk+-unix-print. * data/eog-ui.xml: Add "FilePageSetup" action. * libeog/eog-image.c: remove unused eog_image_print (). * libeog/eog-image.h: remove unused eog_image_print () definition. * libeog/test-eog-tb.c: (main): Minor fix. * shell/eog-config-keys.h: Add lockdown printing macros. * shell/eog-window.c: (update_action_groups_state), (eog_window_page_setup), (eog_window_print_draw_page), (eog_window_print_end_print), (eog_window_print), (eog_window_cmd_page_setup), (eog_window_cmd_print): Add support for GtkPrint. Remove old and unused libgnomeprint{ui} dependence. This is work in progress. See bug #356947. 2006-11-14 Felix Riemann * Makefile.am: * art/.cvsignore: * art/Makefile.am: * art/stock-flip-horizontal-16.png: * art/stock-flip-vertical-16.png: * art/stock-rotate-180-16.png: * art/stock-rotate-270-16.png: * art/stock-rotate-90-16.png: * configure.ac: * data/eog-ui.xml: * shell/Makefile.am: * shell/eog-stock-icons.c: * shell/eog-stock-icons.h: * shell/eog-window.c: * shell/main.c: (main): Remove custom flip and rotate icons and use stock icons instead. Remove now obsolete files. Based on patch for HEAD by Luca Ferretti . Fixes bug #305823. 2006-11-12 Felix Riemann * configure.ac: Remove unneeded AM_PROG_LIBTOOL and with it the unnecessary C++/Fortran checks. 2006-11-10 Felix Riemann * libeog/eog-image-save-info.c: * libeog/eog-image.c: * libeog/eog-info-view-detail.c: * libeog/eog-info-view-exif.c: * libeog/eog-info-view-file.c: * libeog/eog-info-view.c: * libeog/eog-metadata-reader.c: * libeog/eog-scroll-view.c: * libeog/eog-transform.c: * libeog/eog-uri-converter.c: * shell/eog-file-chooser.c: Remove unneeded gnome-macros.h includes. The code that used it was removed in 2.13.4. 2006-11-06 Claudio Saavedra * libeog/eog-list-store.c: (eog_list_store_get_loading_icon): Add 16 pixels to the loading-image icon to compensate the border size of the thumbnails. 2006-10-31 Claudio Saavedra * libeog/eog-thumb-shadow.c: (eog_thumb_shadow_add_rectangle): Slightly optimize the rectangle creation. 2006-10-20 Felix Riemann * configure.ac: Remove unneeded direct dependency on libgnomecanvas. 2006-10-16 Felix Riemann * libeog/eog-transform.c: (eog_transform_apply): Optimize calculation of dy variable. It is now only calulated dest_height times instead of dest_height*dest_width times. 2006-10-15 Felix Riemann * libeog/eog-image-save-info.c: (is_local_uri): * shell/eog-preferences.c: (eog_preferences_show): * shell/eog-window.c: (eog_window_transparency_changed_cb), (eog_window_trans_color_changed_cb): Replace deprecated g_strcasecmp() calls. 2006-10-11 Felix Riemann * shell/eog-file-chooser.c: (eog_file_chooser_add_preview): * shell/eog-save-dialog-helper.c: (update_counter_label): Replace deprecated gtk_label_set() and gtk_widget_set_usize() calls. 2006-10-09 Felix Riemann * libeog/eog-image-save-info.c: (eog_image_save_info_from_image), (eog_image_save_info_from_vfs_uri): Replace file_exists() with identical gnome_vfs_uri_exists(). 2006-10-09 Felix Riemann * libeog/eog-job-queue.c: (eog_job_queue_remove_job): Fix crash when removing transformation jobs from their queue. 2006-10-05 Claudio Saavedra - Store EogJobs to load thumbnails in the EogListStore model, so we can easily cancel them when they are no longer needed. This improves network performance, though it is not optimal yet. - Move the code to add eye candy to thumbnails inside the thumbnailing job. This improves responsiveness. * libeog/eog-jobs.c: (eog_job_thumbnail_run): Move the code to add eye candy to thumbnails inside the thumbnailing job. * libeog/eog-list-store.c: + New mutex element in structure, to make jobs storing/removing operations atomic. (eog_list_store_dispose): Free the mutex. (eog_list_store_init): Initialize the mutex. (eog_job_thumbnail_cb), (eog_list_store_thumbnail_set), (eog_list_store_thumbnail_unset): Removed eye candy code. Store/remove thumbnailing jobs in the model. * libeog/eog-list-store.h: Add EOG_LIST_STORE_EOG_JOB column. * libeog/eog-list-store.c: (eog_list_store_init): Add a column to store the EogJobs. (eog_job_thumbnail_cb): Once the EogJob is finished, remove it from the model. (eog_list_store_thumbnail_set): When scheduling the job, save it to the model. (eog_list_store_thumbnail_unset): If current scheduled job is still not complete, cancel it. * libeog/eog-list-store.h: Add a column to store the EogJob that loads the thumbnail. 2006-10-05 Felix Riemann * shell/eog-window.c: (image_thumb_changed_cb): Only start the manual thumbnail generation introduced by last commit if it is necessary. 2006-10-05 Felix Riemann * libeog/eog-image.c: (eog_image_class_init), (eog_image_set_thumbnail): * libeog/eog-image.h: Replace old unused thumbnail signals by a single one being emitted once the thumbnail is set. * shell/eog-window.c: (image_thumb_changed_cb), (eog_window_display_image): Set window icon using the new signal. Make it work when the collection view is hidden. 2006-10-05 Felix Riemann * libeog/eog-image.c: (eog_image_real_load), (eog_image_load): Merge eog_image_load_exif_data_only() into eog_image_real_load() as they are mostly identical. 2006-10-02 Felix Riemann * shell/eog-window.c: Add stock icon to undo action. 2006-09-27 Felix Riemann * libeog/eog-image-private.h: * libeog/eog-image.c: (eog_image_dispose), (image_transform), (eog_image_undo), (eog_image_reset_modifications): Replace undo stack GList with a sufficient GSList and replace some list iteration loops with g_slist_foreach(). 2006-09-20 Claudio Saavedra * libeog/eog-image.c: (eog_image_is_supported_mime_type): Check if given string is NULL. Fixes several critical warnings. 2006-09-18 Felix Riemann * shell/eog-window.c: (eog_window_clear_load_job), (handle_image_selection_changed_cb): make sure a possible loading job is cancelled when re-selecting the current image (Fixes bug #355858). 2006-09-13 Felix Riemann * libeog/accessible-image-view-factory.h: * libeog/accessible-image-view.h: replace "#ifdef __cplusplus" defines with the corresponding G_(BEGIN/END)_DECLS macros. 2006-09-11 Claudio Saavedra * shell/eog-preferences.c: (eog_preferences_show): * shell/eog-window.c: (eog_window_transparency_changed_cb), (eog_window_trans_color_changed_cb):Fixed memory leaks related to gconf_client_get_string (). (handle_image_selection_changed_cb): Fixed memory leak. 2006-09-06 Lucas Rocha * shell/main.c: save customized keybindings on application shutdown (Fixes bug #324757). 2006-09-06 Lucas Rocha * eog.glade: fix i18n bugs by removing empty messages (Fixes bug #335577). Patch from Felix Riemann . 2006-09-06 Lucas Rocha * shell/eog-window.c (add_uri_to_recent_files, eog_window_update_recent_files_menu): small fix for remote URIs on recently used resources file (Fixes bug #351040). Patch from Felix Riemann . 2006-09-01 Lucas Rocha * shell/recent-files/*: removed. 2006-09-01 Lucas Rocha * configure.ac * data/eog-ui.xml * shell/Makefile.am * shell/eog-application.c * shell/eog-application.h * shell/eog-window.c Migration to GtkRecent (Fixes bug #351040). Patch from Felix Riemann (felix@hsgheli.de) based on Gedit's patch from Paolo Borelli. 2006-08-10 Lucas Rocha * libeog/eog-image-list.c (eog_image_list_add_uris): fix critical warning when opening remote images (Fixes bug #350557). 2006-08-10 Lucas Rocha * shell/main.c (make_canonical_uri): fix error when loading images with ':' in their filenames from command line (Fixes bug #305129). Patch from Felix Riemann . 2006-08-04 Lucas Rocha * shell/eog-window.c: fix string "Counter Clockwise" with "Counterclockwise" (Fixes bug #349361). 2006-08-01 Lucas Rocha * libeog/eog-scroll-view.c (image_changed_cb): fix memory leak on image transformation (Fixes bug #349434). Patch from Felix Riemann . 2006-07-25 Lucas Rocha * libeog/cursor.[ch], libeog/cursors/*, eog-image-cache.[ch], eog-full-screen.[ch]: removed obsolete files. * libeog/eog-scroll-view.[ch] (+eog_scroll_view_create_invisible_cursor, +eog_scroll_view_set_cursor, +eog_scroll_view_show_cursor, +eog_scroll_view_hide_cursor, eog_scroll_view_button_press_event), shell/eog-window.c (fullscreen_set_timeout, fullscreen_clear_timeout): new cursor handling code. 2006-07-25 Lucas Rocha Initial support for opening images by tags with the --tags command-line option based on leaftag. No UI defined for this yet. * shell/main.c (main, string_array_to_list, +load_files_from_tags): changes for tag support. * shell/eog-application.[ch] (+eog_application_open_tag_list): new methods for opening images from tags. * configure.ac: optional dependency on leaftag library. * libeog/eog-image.[ch] (+eog_image_get_supported_mime_types, +eog_image_is_supported_mime_type, +compare_quarks): application wide methods for gettting supported image mime types. * libeog/eog-list-store.c (vfs_monitor_dir_cb): removed local mime type support functions. 2006-07-24 Lucas Rocha * shell/eog-window.c (eog_window_class_init, eog_window_button_press): mouse sidebuttons (6 and 7) for image navigation (Fixes bug #321400). 2006-07-24 Lucas Rocha * libeog/eog-image.c (extract_profile): removed debug messages. * libeog/eog-list-store.[ch] (+eog_list_store_length): new wrapper method to get model length. Coding style fixes. * libeog/eog-thumb-view.[ch]: Coding style fixes. * shell/eog-window.c (eog_window_update_slideshow_action, slideshow_is_loop_end, slideshow_switch_cb, slideshow_clear_timeout, slideshow_set_timeout, exit_fullscreen_button_clicked_cb, eog_window_create_fullscreen_popup, eog_window_run_fullscreen, eog_window_stop_fullscreen, eog_window_update_fullscreen_action, eog_window_cmd_slideshow, eog_window_init, eog_window_key_press): initial implementation of slideshow. 2006-07-24 Claudio Saavedra * shell/eog-preferences.c: (color_change_cb): Use correct syntax to retrieve color string (Fixes bug #347600). Patch from Felix Riemann . 2006-07-13 Lucas Rocha * libeog/eog-scroll-view.c (eog_scroll_view_button_press_event, eog_scroll_view_button_release_event, check_scrollbar_visibility): use middle mouse drag to scroll image (Fixes bug #335689). Based on patch from Wouter Bolsterlee . 2006-07-13 Lucas Rocha * libeog/eog-image-jpeg.c (_save_jpeg_as_jpeg): avoid losing EXIF data when saving changed jpeg images (Fixes bug #309219). Patch from Felix Riemann . 2006-06-28 Claudio Saavedra Add a frame around thumbnails to make the view behave uniformly. * libeog/eog-list-store.c: (eog_job_thumbnail_cb): Use eog_thumb_shadow_add_frame to add a frame around thumbnails. * libeog/eog-thumb-shadow.c: (eog_thumb_shadow_add_frame): Add frame around a thumbnail. * libeog/eog-thumb-shadow.h: Add definition. 2006-06-25 Claudio Saavedra * shell/eog-window.c: (fullscreen_timeout_cb), (fullscreen_set_timeout), (eog_window_dispose): Remove some duplicated code and use fullscreen_clear_timeout () instead of it (Fixes bug #344140). Patch from Felix Riemann . 2006-06-17 Claudio Saavedra * libeog/eog-list-store.c: (is_file_in_list_store), (eog_list_store_remove_image), (eog_list_store_get_pos_by_image), (eog_list_store_thumbnail_set): eog_image_get_uri() increases reference counter on the returned URI, so we have to decrease it when no longer needed. 2006-06-17 Claudio Saavedra Implement Drag and Drop for thumbnails. Currently only implemented the GDK_ACTION_COPY action. * libeog/eog-thumb-view.c: (tb_on_drag_data_get_cb): Send the uris of the selected images to the drop site. (eog_thumb_view_init): Enable drag source and connect "drag-data-get" signal. 2006-06-16 Lucas Rocha * data/eog-ui.xml: add separators between menu entries. 2006-06-08 Claudio Saavedra * data/eog-ui.xml: Add definition for thumbnail popup. * libeog/eog-thumb-view.c: (eog_thumb_view_set_thumbnail_popup): Simplified in order to use the same GtkUIManager than the EogWindow. Only request for the menu to be used as popup. * libeog/eog-thumb-view.h: ditto. * libeog/test-eog-tb.c: (main): Updated popup creation code. * shell/eog-window.c: (eog_window_construct_ui): Create popup for thumbnails and set it. 2006-06-07 Lucas Rocha * libeog/eog-image.[ch] (eog_image_real_load, eog_image_load_exif_data_only, eog_image_load), eog-jobs.[ch] (eog_job_init, eog_job_dispose, eog_job_class_init, +notify_progress, eog_job_set_progress, eog_job_load_run), shell/eog-statusbar.c (eog_statusbar_set_progress), shell/eog-window.c (eog_window_clear_load_job, +eog_job_load_progress_cb, eog_job_load_cb, handle_image_selection_changed): Image loading progress status implementation with the new job infrastructure. 2006-06-02 Claudio Saavedra * libeog/eog-thumb-view.c: (eog_thumb_view_finalize), (eog_thumb_view_destroy), (tb_on_parent_set_cb), (tb_on_button_press_event_cb), (eog_thumb_view_init), (eog_thumb_view_new), (eog_thumb_view_set_model), (eog_thumb_view_get_n_selected_helper), (eog_thumb_view_get_n_selected), (eog_thumb_view_get_image_from_path), (eog_thumb_view_get_first_selected_image), (eog_thumb_view_get_selected_images), (eog_thumb_view_set_current_image), (eog_thumb_view_select_single), (eog_thumb_view_set_thumbnail_context_menu), (eog_thumb_view_popup_menu): Renamed all 'thumb_view' and 'view' instances to tb, for consistence. Added a popup menu implementation for thumbnails. At libeog level I added only the facility to add the popup menu, but this must be defined at the application level. See libeog/test-eog-tb.c for an example of its usage. Add a GtkWidget pointer to the private data of EogThumbView, to maintain a reference to the popup menu. * libeog/eog-thumb-view.h: Added function to set a context menu for the thumbnails. See the implementation for an explanation on how to use it. * libeog/test-eog-tb.c: (do_something_with_test_1), (main): Added test code for the popup. 2006-06-01 Lucas Rocha * libeog/eog-image.c (eog_image_print): fix printing for images with alpha channel (Fixes bug #322057). Patch from Jan Kümmel . 2006-05-31 Lucas Rocha * libeog/eog-collection-item.c (set_pixbuf): making sure thumbnail is at least 1px large (Fixes bug #342817). Patch from Felix Riemann . 2006-05-31 Lucas Rocha * libeog/eog-list-store.c (eog_list_store_compare_func), libeog/eog-image.c (eog_image_get_collate_key): properly sort filenames containing numbers (Fixes bug #340957). Based on patch from Felix Riemann . 2006-05-29 Lucas Rocha * shell/eog-window.c (eog_job_load_cb, eog_job_transform_cb, eog_window_clear_load_job): fix memory leaks (Fixes bug #341831). 2006-05-27 Claudio Saavedra * libeog/eog-list-store.c: (vfs_monitor_dir_cb): Remove some debug output. * libeog/eog-thumb-view.c: (tb_on_adjustment_changed_cb), (tb_on_parent_set_cb): Update visible thumbnails when an image is added to the view. Useful for the case when images are added to a directory being monitored. 2006-05-22 Claudio Saavedra * art/Makefile.am: Removing loading.png. * art/loading.png: Removed. * libeog/Makefile.am: Remove DDATADIR define. No longer needed. * libeog/eog-list-store.c: (eog_list_store_get_loading_icon), (eog_list_store_init): Use a themeable icon for the "busy" icon. This way we don't need to ship our custom icon, and we use the gnome-icon-theme love. 2006-05-20 Claudio Saavedra * libeog/Makefile.am: Include DDATADIR define. * libeog/eog-list-store.c: (eog_list_store_init): Obtain the "busy" icon without introducing the need for gnome_program_*. Patch from Felix Riemann . 2006-05-19 Lucas Rocha * configure.ac: Require intltool 0.35.0. 2006-05-19 Claudio Saavedra * libeog/eog-list-store.c: (eog_list_store_thumbnail_unset): Actually unsetting the thumbnail and some cleanups. 2006-05-19 Lucas Rocha * shell/eog-statusbar.c (eog_statusbar_init): set the height of progressbar to avoid re-zooming image after loading (Fixes bug #327424). 2006-05-19 Claudio Saavedra * art/Makefile.am: Added loading.png to the file. * libeog/eog-list-store.c: (eog_list_store_dispose), (eog_list_store_init), (eog_job_thumbnail_cb), (eog_list_store_append_image), (eog_list_store_thumbnail_set), (eog_list_store_thumbnail_unset): Set a "busy" thumbnail to the model in the images that are not visible. * libeog/eog-list-store.h: Adding a EOG_LIST_STORE_THUMB_SET column to the model. Patch by Felix Riemann . 2006-05-19 Lucas Rocha * libeog/eog-job-queue.c (eog_render_thread, no_jobs_available_unlocked, -add_job_to_queue, +add_job_to_queue_locked): make the job manager thread sleep when there are no jobs on the queues (Fixed bug #341600). Patch from Paolo Borelli . 2006-05-19 Lucas Rocha * shell/eog-window.c (eog_window_cmd_about): about dialog update (Fixes bug #342103). Patch from Claudio Saavedra . 2006-05-18 Lucas Rocha * shell/eog-window.c (update_action_groups_state), shell/eog-config-keys.h: respect the disable_save_to_disk gconf lockdown key (Fixed bug #341862). 2006-05-18 Lucas Rocha * libeog/Makefile.am: removed reference to removed files. * libeog/access.[ch]: obsolete files removed. 2006-05-17 Claudio Saavedra * libeog/eog-image.c: (eog_image_set_thumbnail): Allow to unset the thumbnail by passing NULL. * libeog/eog-list-store.c: (eog_list_store_append_image): Do not set here the thumbnail, and just pass NULL to the model to indicate that the thumbnail is not set. (eog_list_store_thumbnail_set): Function to set a thumbnail to an image in the model. (eog_list_store_thumbnail_unset): Function to unset a thumbnail to an image in the model. * libeog/eog-thumb-view.c: Implemented a lazy thumbnail loading engine. Based on evince source code. Defined the private data for the class, which contains the visible range of thumbnails. (eog_thumb_view_class_init): Added the private structure to the class. (eog_thumb_view_clear_range), (eog_thumb_view_add_range): New functions to set and unset the thumbnails on a given range. (eog_thumb_view_update_visible_range): Function to update the thumbnails in the visible range, by unsetting the thumbnails in the old range, and setting the newly visible ones. (tb_on_visible_range_changed_cb): Callback to be called when the widget resizes, or when the widget is scrolled, so we can load/unload thumbnails. (tb_on_parent_set_cb): Callback for the "parent-set" signal of the widget. (eog_thumb_view_init): Set the default values for the private data, and connect the "parent-set" signal. 2006-05-15 Claudio Saavedra * libeog/eog-list-store.c: (eog_job_thumbnail_cb), (eog_list_store_remove_image), (eog_list_store_get_pos_by_image): Fixed some memory leaks. * libeog/test-eog-tb.c: (main): Initialize threading system so the test code actually works. 2006-05-13 Claudio Saavedra * libeog/eog-list-store.c: Make thumbnails a bit smaller. * shell/eog-window.c: (eog_window_construct_ui): GtkAdjustment for the icon view no longer needed. Removed. * shell/eog-window.c: (eog_window_construct_ui): Define some default values for the icon view, so it is usable and looks nice. 2006-05-08 Lucas Rocha * shell/eog-window.c (EogWindowMode): eog-window modes (UNKNOWN, NORMAL, FULLSCREEN, SLIDESHOW). (update_action_groups_state, update_ui_visibility): helper functions for UI updates depending on window mode. (eog_window_cmd_fullscreen, eog_window_update_fullscreen_action, eog_window_update_fullscreen_popup, screen_size_changed_cb, fullscreen_popup_size_request_cb, fullscreen_timeout_cb, fullscreen_clear_timeout, fullscreen_set_timeout, show_fullscreen_popup, fullscreen_motion_notify_cb, fullscreen_leave_notify_cb, exit_fullscreen_button_clicked_cb, eog_window_get_exit_fullscreen_button, eog_window_create_fullscreen_popup, eog_window_run_fullscreen, eog_window_stop_fullscreen, eog_window_construct_ui, eog_window_key_press, eog_window_focus_in_event, eog_window_focus_out_event, eog_window_class_init): Initial implementation of fullscreen mode of EOG window. * data/eog-ui.xml: new fullscreen toolbar definition. 2006-04-29 Lucas Rocha * libeog/eog-thumb-view.[ch]: coding style fixes and several GObject related code cleanups. * libeog/eog-config-keys.h: moved to shell. * libeog/eog-jobs.[ch] (eog_job_thumbnail_dispose, eog_job_thumbnail_new, eog_job_thumbnail_run): initial thumbnail loading job implementation. Based on patch from Claudio Saavedra . * libeog/eog-list-store.[ch] (eog_list_store_append_image_from_uri, eog_list_store_append_image, eog_job_thumbnail_cb): several code cleanups and coding style fixes. Use thumbnailing job to load image thumbnail. Based on patch from Claudio Saavedra . * libeog/eog-thumbnail.[ch]: removed job references. * shell/eog-window.c: small coding style fixes. 2006-04-20 Claudio Saavedra * libeog/Makefile.am: Added eog-thumb-shadow.[ch] * libeog/eog-list-store.c: (eog_list_store_append_image): Add a border and a drop shadow to the thumbnails. * libeog/eog-thumb-shadow.c: (gaussian), (create_blur_filter), (create_outline_filter), (create_effect), (eog_thumb_shadow_add_shadow), (eog_thumb_shadow_add_border), (eog_thumb_shadow_add_rectangle), (create_round_border), (eog_thumb_shadow_add_round_border): * libeog/eog-thumb-shadow.h: New files to add eyecandy to the thumbnails. 2006-04-16 Lucas Rocha * shell/eog-statusbar.c, shell/eog-statusbar.h: code cleanup. * shell/eog-window.c: coding style and a few cleanups. 2006-04-14 Lucas Rocha * configure.ac: update intltool dependency version for correct po/LINGUAS implementation. * art/Makefile.am, art/down-right.png, art/orient-horizontal.png, art/orient-vertical.png, art/right-down.png: removed obsolete images. * data/Makefile.am, data/eog-gtk-ui.xml, data/eog-ui.xml: renamed UI file (eog-gtk-ui.xml) to eog-ui.xml. * libeog/Makefile.am: update to work with new files. Removed references to removed files. * libeog/eog-job-manager.c, libeog/eog-job-manager.h, libeog/eog-job.c, libeog/eog-job.h: old job management removed to be replaced by a new one. * libeog/test-eog-job.c, libeog/test-image-load.c: obsolete test programs removed. * libeog/eog-job-queue.c, libeog/eog-job-queue.h, libeog/eog-jobs.c, libeog/eog-jobs.h: new job handling implementation. * libeog/eog-full-screen.c (job_image_load_do), libeog/eog-image.[ch] (eog_image_apply_transformations, eog_image_load_exif_data_only, eog_image_real_load, eog_image_load, image_transform, eog_image_save_by_info, eog_image_save_as_by_info), libeog/eog-transform.[ch] (eog_transform_apply), libeog/eog-thumbnail.h: removed all old job implementation references. * po/POTFILES.in: update. * shell/eog-stock-icons.c, shell/eog-stock-icons.h: new stock icons handling functions. * shell/eog-preferences.c, shell/eog-preferences.h: general code cleanup. * shell/eog-util.c, shell/eog-util.h: new place for util functions. * shell/eog-config-keys.h: obsolete gconf keys removed. * libeog/eog-list-store.c: removed debug outputs. * shell/Makefile.am: update to work with new files. Removed references to removed files. * shell/eog-application.c, shell/eog-application.h: port it to new eog-window API. Some basic cleanups. * shell/main.c: full code review and cleanup to use new APIs. * shell/eog-file-chooser.c (eog_file_chooser_add_open_new_window, eog_file_chooser_new): no option to open in same window anymore. * shell/eog-window.c, shell/eog-window.h: new implementation of eog-window. Full code review. Still incomplete. 2006-04-10 Michiel Sikkes * configure.ac: * po/LINGUAS: Modified to use po/LINGUAS. 2006-04-07 Claudio Saavedra * libeog/eog-thumb-view.c: (eog_thumb_view_select_single): Make the selection circular. 2006-04-07 Claudio Saavedra * libeog/eog-list-store.c: (eog_list_store_append_image): Resize the thumbnail if it is bigger than EOG_LIST_STORE_THUMB_SIZE. 2006-04-06 Claudio Saavedra * shell/eog-window.c: (update_ui_visibility), (eog_window_construct_ui): Changed GtkVPaned to a GtkVBox to give a fixed size to the thumbview. Set the thumbview to a one-row layout with only a horizontal scrollbar. 2006-04-06 Claudio Saavedra * libeog/eog-list-store.c: (eog_list_store_append_image_from_uri), (eog_list_store_add_uris), (eog_list_store_new_from_glist): * libeog/eog-thumb-view.c: (eog_thumb_view_set_model): Check if model is empty before trying to select the initial image. (eog_thumb_view_get_first_selected_image), (eog_thumb_view_get_selected_images), (eog_thumb_view_select_single): Several coding style changes. * libeog/test-eog-tb.c: (tb_on_selection_changed), (string_array_to_list), (main): Set the model for the view after filling it. Using eog_thumb_view_set_model (). Coding style changes. 2006-04-04 Lucas Rocha * shell/Makefile.am, shell/eog-gtk-ui.xml, data/eog-gtk-ui.xml, data/Makefile.am: ui file moved to data dir. 2006-04-04 Lucas Rocha * configure.ac: no need for X/pango checks. * help/bg/.cvsignore, help/eu/.cvsignore, libeog/.cvsignore: .cvsignore love. * libeog/eog-list-store.h: fixe typo. * shell/Makefile.am: update. * shell/eog-application.c, shell/eog-application.h: new EOG application facade. * shell/eog-preferences.c: util.h include removed. * shell/session.c, shell/session.h, shell/util.c, shell/util.h: removed. * shell/eog-session.c, shell/eog-session.h: initial EOG session handling implementation. * shell/eog-window.c, shell/eog-window.h: provisory "trash" implementation to use the eog-application facade. * shell/main.c: complete cleanup by using EogApplication. * libeog/Makefile.am, eog-collection-item.c, eog-collection-item.h, eog-wrap-list.h, eog-wrap-list.c, eog-image-list.h, eog-image-list.c, eog-canvas-pixbuf.c, eog-canvas-pixbuf.h: obsolete files removed. 2006-04-04 Claudio Saavedra * libeog/eog-thumb-view.c: (eog_thumb_view_set_model), Set model to the view and then select the initial image. (eog_thumb_view_select_single): Initialize path to NULL. * libeog/eog-thumb-view.h: New header for eog_thumb_view_set_model (). * shell/eog-window.c: (eog_window_open): Use eog_thumb_view_set_model () instead of gtk_icon_view_set_model (). 2006-04-04 Claudio Saavedra * libeog/Makefile.am: Adding eog-thumb-view.[ch], eog-list-store.[ch], and eog-test-tb.c. * libeog/eog-full-screen.c: (cancel_load_by_iter), (get_next_iter_in_direction), (display_image_on_screen), (delayed_display_image_on_screen), (is_loop_end), (check_automatic_switch), (eog_full_screen_key_press), (eog_full_screen_destroy), (eog_full_screen_init), (job_image_load_finished), (prepare_load_image), (prepare_data), (eog_full_screen_new), (eog_full_screen_get_last_image): Porting to EogThumbView and EogListStore. * libeog/eog-full-screen.h: Changing EogImageList and EogIter struct members to EogListStore and GtkTreeIter, respectively. * libeog/eog-list-store.c: (eog_list_store_finalize), (foreach_monitors_free), (eog_list_store_dispose), (eog_list_store_class_init), (eog_list_store_compare_func), (eog_list_store_init), (eog_list_store_new), (eog_list_store_append_image), (eog_list_store_append_image_from_uri), (compare_quarks), (get_supported_mime_types), (is_supported_mime_type), (is_file_in_list_store), (vfs_monitor_dir_cb), (directory_visit_cb), (eog_list_store_append_directory), (get_uri_info), (eog_list_store_add_uris), (eog_list_store_remove_image), (eog_list_store_new_from_glist), (eog_list_store_get_pos_by_image), (eog_list_store_get_image_by_pos), (eog_list_store_get_pos_by_iter), (eog_list_store_get_initial_pos): * libeog/eog-list-store.h: * libeog/eog-thumb-view.c: (eog_thumb_view_get_type), (eog_thumb_view_class_init), (eog_thumb_view_init), (eog_thumb_view_finalize), (eog_thumb_view_destroy), (eog_thumb_view_new), (eog_thumb_view_get_n_selected_helper), (eog_thumb_view_get_n_selected), (eog_thumb_view_get_first_selected_image), (eog_thumb_view_get_image_from_path), (eog_thumb_view_get_selected_images), (eog_thumb_view_set_current_image), (eog_thumb_view_select_single): * libeog/eog-thumb-view.h: New implementation for the collection pane. * libeog/test-eog-tb.c: (tb_on_selection_changed), (on_button_sfi_clicked), (on_button_next_clicked), (on_button_back_clicked), (on_button_first_clicked), (on_button_last_clicked), (make_canonical_uri), (string_array_to_list), (main): Test for the collection pane widget. * shell/eog-window.c: (verb_FileOpen_cb), (verb_SetAsWallpaper_cb), (verb_GoNext_cb), (verb_GoPrev_cb), (verb_GoFirst_cb), (verb_GoLast_cb), (slideshow_hide_cb), (verb_FullScreen_cb), (verb_ShowHideAnyBar_cb), (verb_Save_cb), (verb_Print_cb), (verb_SaveAs_cb), (apply_transformation), (verb_MoveToTrash_cb), (eog_window_destroy), (eog_window_init), (eog_window_key_press), (eog_window_has_contents), (update_ui_visibility), (obtain_desired_size), (update_status_bar), (update_selection_ui_visibility), (handle_image_selection_changed), (eog_window_construct_ui), (eog_window_open): * shell/eog-window.h: Porting to EogThumbView and EogListStore. * shell/main.c: (assign_model_to_window), (job_prepare_model_do): Porting to EogThumbView and EogListStore. Porting to the new EogThumbView and EogListStore widgets. Removing dependence on EogWrapList and EogImageList (#336973). 2006-04-02 Lucas Rocha * Makefile.am: fix typo. 2006-04-02 Lucas Rocha * TODO: link to task list at l.g.o 2006-04-02 Lucas Rocha * Makefile.am, configure.ac, eog.spec.in: spec file removed. 2006-04-02 Lucas Rocha * INSTALL, po/POTFILES.in: Update. * acconfig.h, eog.gladep: removed useless files. * configure.in, configure.ac: "renamed" configure.in to configure.ac. * eog.desktop.in.in, eog.glade, eog.schemas.in, data/.cvsignore, data/Makefile.am, data/eog.desktop.in.in, data/eog.glade, data/eog.schemas.in: moved eog.schemas.in, eog.desktop.in.in, and eog.glade to data directory. * Makefile.am, autogen.sh: lots of cleanups. * shell/eog-preferences.c, shell/eog-save-as-dialog-helper.c, shell/eog-save-dialog-helper.c: look for glade files on $datadir. 2006-04-02 Lucas Rocha * omf-install/*: old scrollkeeper dir removed. 2006-04-02 Lucas Rocha * .cvsignore, po/.cvsignore: cvsignore love. 2006-04-02 Lucas Rocha * macros/*: local copy of gnome-common macros removed. 2006-04-02 Lucas Rocha * doc/*: obsolete doc files remove. 2006-04-02 Lucas Rocha * gnome-eog.png: old logo removed. ========================= ===== eog-ng branch ===== =========================