X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=0020ea309815f952ed7f564ebe788176bc5f707a;hb=32b5a68cb6949a383556284c528d686bb666e0c9;hp=d3bd74310d8764c9195be2c9a6ea0b05de46dc29;hpb=c947601041a06d85b887f60899c092ea5a02d693;p=evince.git diff --git a/ChangeLog b/ChangeLog index d3bd7431..0020ea30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,190 @@ +2006-01-24 Ricardo Markiewicz + + * shell/ev-view.c: (add_scroll_binding_keypad), + (ev_view_binding_activated), (ev_view_class_init): + + Add keybindings for percision-scrolling of display area. + Fix for the bug #314072. + +2006-01-24 Nickolay V. Shmyrev + + * shell/ev-view.c: (add_scroll_binding_keypad), + (ev_view_binding_activated), (ev_view_class_init): + +2006-01-21 Nickolay V. Shmyrev + + * data/evince.desktop.in.in: + + Add GTK to the list of categories. Fix for the bug #328034. + +2006-01-21 Nickolay V. Shmyrev + + * shell/ev-application.c: (ev_application_shutdown), + (ev_application_set_chooser_uri), (ev_application_get_chooser_uri): + * shell/ev-application.h: + * shell/ev-window.c: (file_open_dialog_response_cb), + (ev_window_cmd_file_open): + + Save last uri in file chooser dialog. Fix for the bug #327950. + +2006-01-20 Nickolay V. Shmyrev + + * NEWS: + * README: + + Final update for release 0.5.0 + + * shell/Makefile.am: + + Remove disable deprecated until we'll require libgnome-2.13.7 + and port to GOption argument parsing. See bug 327518. + +2006-01-19 Jani Monoses + + * comics/comics-document.c: (comics_document_save): + * djvu/djvu-document.c: (djvu_document_save): + * dvi/dvi-document.c: (dvi_document_save): + * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple): + * lib/ev-file-helpers.h: + * pixbuf/pixbuf-document.c: (pixbuf_document_save): + * tiff/tiff-document.c: (tiff_document_save): + + Use common save function for backends. + +2006-01-18 Jani Monoses + + * backend/ev-document-types.c: + + Fix crash on saving pixbuf. + +2006-01-18 Nickolay V. Shmyrev + + * cut-n-paste/recent-files/egg-recent-item.c: + (get_uri_shortname_for_display), (egg_recent_item_get_short_name): + * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init), + (parse_info_free), (valid_element), (start_element_handler), + (end_element_handler), (text_handler), (egg_recent_model_filter), + (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout), + (egg_recent_model_monitor), (egg_recent_model_read), + (egg_recent_model_open_file), (egg_recent_model_lock_file), + (egg_recent_model_unlock_file), (egg_recent_model_finalize), + (egg_recent_model_set_property), (egg_recent_model_class_init), + (egg_recent_model_init), (egg_recent_model_add_full), + (egg_recent_model_delete), (egg_recent_model_get_list), + (egg_recent_model_clear), (egg_recent_model_clear_mime_filter), + (egg_recent_model_set_filter_mime_types), + (egg_recent_model_clear_group_filter), + (egg_recent_model_set_filter_groups), + (egg_recent_model_clear_scheme_filter), + (egg_recent_model_set_filter_uri_schemes), + (egg_recent_model_remove_expired): + * cut-n-paste/recent-files/egg-recent-util.c: + (egg_recent_util_get_icon): + * cut-n-paste/recent-files/egg-recent-util.h: + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + (connect_proxy_cb), (egg_recent_view_uimanager_set_list), + (egg_recent_view_uimanager_set_empty_list), (model_changed_cb), + (egg_recent_view_uimanager_set_property), + (egg_recent_view_uimanager_get_property), + (egg_recent_view_uimanager_class_init), + (egg_recent_view_uimanager_init), + (egg_recent_view_uimanager_set_label_width), + (egg_recent_view_uimanager_get_label_width): + * cut-n-paste/recent-files/egg-recent-view-uimanager.h: + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + * cut-n-paste/toolbar-editor/egg-editable-toolbar.h: + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + * cut-n-paste/toolbar-editor/egg-toolbars-model.c: + * cut-n-paste/toolbar-editor/egg-toolbars-model.h: + + Update from libegg. + +2006-01-07 Nickolay V. Shmyrev + + * shell/ev-page-cache.c: (build_height_to_page), + (ev_page_cache_get_height_to_page): + * shell/ev-page-cache.h: + * shell/ev-view.c: (view_update_range_and_current_page), + (get_page_y_offset), (get_page_extents), (ev_view_next_page), + (ev_view_previous_page): + + Dual mode places even pages to the left. Fix for the bug #309393. + + * shell/ev-view.h: + * shell/ev-window.c: (update_action_sensitivity), + (setup_view_from_metadata), (view_menu_popup_cb): + + Don't restore presentation in empty windows, more intelligent + next page behaviour in dual mode. + + * shell/ev-pixbuf-cache.c: (check_job_size_and_unref), + (ev_pixbuf_cache_clear_job_sizes): + + Cleanup job callback on removal. Fix for the bug #325886. + +2006-01-07 Nickolay V. Shmyrev + + * ps/ps.c: (psscan): + + Commit workaround Mozilla problem. Fix for the bug #325919 + + * shell/ev-metadata-manager.c: (parse_value), (parseItem), + (save_item): + + Fix for year 2038 problem. + +2006-01-06 Nickolay V. Shmyrev + + * shell/ev-window.c: (setup_document_from_metadata), + (ev_window_cmd_view_reload): + + Clamp page recieved from metadata in valid values. Fix + for the bug #325986. + +2006-01-06 Nickolay V. Shmyrev + + * MAINTAINERS: + Add MAINTAINERS as requested on desktop-devel-list. + +2006-01-06 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list), + (mime_type_supported_by_gdk_pixbuf), + (ev_document_factory_get_mime_types), + (ev_document_factory_get_all_mime_types): + + Don't add pixbuf mime types if pixbuf backend is disabled. + + * shell/ev-application.c: (ev_application_get_uri_window): + + Fix for the bug 325815 - unhandled MIME type message doesn't + appear a second time. + + * shell/ev-document-types.c: (ev_document_types_add_filters): + * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document), + (password_dialog_response), (ev_window_popup_password_dialog), + (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb), + (ev_window_run_fullscreen), (ev_window_stop_fullscreen), + (ev_window_run_presentation), (ev_window_stop_presentation), + (save_sizing_mode), (ev_window_zoom_changed_cb), + (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb), + (ev_window_dual_mode_changed_cb), + (ev_window_sidebar_current_page_changed_cb), + (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose), + (window_state_event_cb), (window_configure_event_cb): + + Cleanup additional uris holded by EvWindow. + +2006-01-06 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page), + (ev_view_can_previous_page), (ev_view_can_next_page): + * shell/ev-view.h: + * shell/ev-window.c: (update_action_sensitivity): + + Two page scrolling with Space and PageUp in dual mode. Second fix + for the bug #316608. + 2006-01-05 Nickolay V. Shmyrev * shell/ev-view.c: (scroll_to_current_page):