X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=8208ec9e7908185dc58745b07e32dbf669354274;hb=e044f1f34f994c99ed4cd7744ef3d8af877ca103;hp=80be1ca164f0a91532148b1112afb1d50cbec871;hpb=02291c7a30eed2a32470219909c8cb96735f8f27;p=evince.git diff --git a/ChangeLog b/ChangeLog index 80be1ca1..8208ec9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,221 @@ +2005-09-19 Marco Pesenti Gritti + + * shell/ev-view.c: (ev_view_can_find_next): + + Take all pages in consideration, not just current one + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-page-cache.c: + * shell/ev-page-cache.h: + * shell/ev-view.c: (ev_view_binding_activated), + (ev_view_next_page), (ev_view_previous_page), + (ev_sizing_mode_get_type): + * shell/ev-view.h: + * shell/ev-window.c: (ev_window_cmd_go_previous_page), + (ev_window_cmd_go_next_page): + + Move page next/previous functions from page chace to + view and change it to move by 2 page steps in dual mode. + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-window.c: (update_sidebar_visibility), + (setup_sidebar_from_metadata), (ev_window_setup_document), + (setup_view_from_metadata): + + Show the index by default when there is one + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-window-title.c: (ev_window_title_set_document): + + Missing null check + +2005-09-17 Nickolay V. Shmyrev + + * shell/ev-view.c: (view_update_range_and_current_page): + + Allow display of last odd page in dual view. Fix for 316347. + +2005-09-17 Wouter Bolsterlee + + * shell/ev-window.c: (ev_window_cmd_edit_toolbar): + + Make close button default. Fix for 316383. + +2005-09-17 Nickolay V. Shmyrev + + * shell/ev-properties-dialog.c: (ev_properties_dialog_init): + + Mark close button as default. Fix for 316381. + +2005-09-16 Marco Pesenti Gritti + + * backend/ev-link.c: (ev_link_class_init): + + Allow negative doubles in left/top properties + +2005-09-16 Marco Pesenti Gritti + + * shell/ev-window.c: + + Remove a bunch of strings that was used only + by the statusbar. + +2005-09-16 Marco Pesenti Gritti + + * shell/ev-window-title.c: (get_filename_from_uri), + (ev_window_title_set_document): + + When title has a confusing extension, show also + the document filename inside () + +2005-09-16 Marco Pesenti Gritti + + * shell/Makefile.am: + * shell/ev-window-title.c: (ev_window_title_new), + (ev_window_title_update), (ev_window_title_set_type), + (ev_window_title_set_document), (ev_window_title_free): + * shell/ev-window-title.h: + * shell/ev-window.c: (ev_window_setup_document), + (password_dialog_response), (ev_window_popup_password_dialog), + (ev_window_dispose), (ev_window_init): + + Factor out and cleanup window title code + +2005-09-16 Marco Pesenti Gritti + + * shell/ev-window.c: (unable_to_load_dialog_response_cb), + (unable_to_load): + + Make dialog transient so it doesnt block other windows + +2005-09-13 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + + Fix pdf thumbnails rendering. + +2005-09-13 Wouter Bolsterlee + + * shell/ev-window.c: (fullscreen_set_timeout): + + Increase timeout to hide full screen popup. Bug + 316123. + +2005-09-13 Nickolay V. Shmyrev + + * data/evince.schemas.in: + * shell/ev-window.c: (update_action_sensitivity): + + Allow the user to override document restrictions. Fix for bug + 305818. + +2005-09-13 Christian Persch + + * shell/ev-window.c: (ev_window_update_fullscreen_popup), + (ev_window_create_fullscreen_popup), (ev_window_screen_changed), + (ev_window_class_init): Fix multihead behaviour of fullscreen + toolbar popup. Fixes bug #315451. + +2005-09-13 Nickolay V. Shmyrev + + * configure.ac: + * data/evince-password.glade: + * shell/ev-password.c: (ev_password_dialog_set_property), + (ev_password_dialog_finalize), (ev_password_dialog_class_init), + (ev_password_dialog_init), (ev_password_set_bad_password_label), + (ev_password_dialog_entry_changed_cb), + (ev_password_dialog_entry_activated_cb), + (ev_password_dialog_save_password), (ev_password_keyring_found_cb), + (ev_password_search_in_keyring), (ev_password_dialog_get_password), + (ev_password_dialog_set_bad_pass): + * shell/ev-password.h: + * shell/ev-window.c: (password_dialog_response), + (ev_window_popup_password_dialog): + + Support for gnome-keyring for encrypted PDF's. + +2005-09-11 Nickolay V. Shmyrev + + * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize), + (ev_view_motion_notify_event), (ev_view_leave_notify_event), + (ev_view_enter_notify_event), (ev_view_class_init): + + More precise handling of enter_notify/leave_notify events + in EvView. Fix for bug 315470. + +2005-09-08 Christopher Aillon + + * shell/ev-window.c: (fullscreen_timeout_cb), + (fullscreen_set_timeout), (fullscreen_clear_timeout), + (ev_window_dispose): + + leak fix: unref fullscreen_timeout_source before clearing it + +2005-09-08 Nickolay V. Shmyrev + + * configure.ac, dvi/mdvi/Makefile.am: + + Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net + +2005-09-08 Marco Pesenti Gritti + + * backend/ev-link.c: (ev_link_new_page_xyz): + * pdf/ev-poppler.cc: + * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link): + + Fix some bugs with xyz links, respect zoom + +2005-09-08 Marco Pesenti Gritti + + * shell/ev-window.c: (page_changed_cb), + (setup_document_from_metadata), (update_sidebar_visibility), + (setup_view_from_metadata), (ev_window_run_fullscreen), + (ev_window_stop_fullscreen), (ev_window_run_presentation), + (ev_window_stop_presentation), (ev_window_continuous_changed_cb), + (ev_window_dual_mode_changed_cb), + (ev_window_sidebar_current_page_changed_cb): + + null check uri before setting and getting metadata + +2005-09-08 Marco Pesenti Gritti + + * dvi/Makefile.am: + * properties/Makefile.am: + * shell/Makefile.am: + * thumbnailer/Makefile.am: + + Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net + +2005-09-08 Marco Pesenti Gritti + + * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init), + (selection_changed_callback): + * shell/ev-sidebar-links.h: + + Add a signal for link activation. + + * shell/ev-view.c: (ev_view_goto_link), + (ev_view_button_release_event): + * shell/ev-view.h: + * shell/ev-window.c: (sidebar_links_link_activated_cb), + (ev_window_init): + + Implement the signal so that we can handle all link types. + + * shell/ev-page-cache.c: + + Remove unused set_link function + +2005-09-08 Marco Pesenti Gritti + + * lib/ev-tooltip.c: (ev_tooltip_set_position): + + Add some space from the cursor, hardcoded but I couldnt + find a better way. + 2005-09-07 Marco Pesenti Gritti * lib/ev-tooltip.c: