X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=f037b555a1ac09d19cbf6758e5db0d735af3117d;hb=e53e8a7ba14b5156d41e84d56cab85cbe195e344;hp=0d76ce9cab4af2965881fee4bd620bffa950b533;hpb=d24883d57ff3806d9c2002e8f800e9d69762c335;p=evince.git diff --git a/ChangeLog b/ChangeLog index 0d76ce9c..f037b555 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +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: + + Use mozilla style vs gtk style, way better for links. + + * shell/ev-view.c: (ev_view_motion_notify_event), + (ev_view_destroy), (ev_view_init): + + Deactive tooltip when the link hovered is changed. + +2005-09-07 Marco Pesenti Gritti + + * backend/ev-document.h: + * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top), + (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property), + (ev_link_set_property), (ev_window_dispose), (ev_link_class_init), + (ev_link_new_page), (ev_link_new_page_xyz): + * backend/ev-link.h: + * pdf/ev-poppler.cc: + * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link), + (go_to_link), (tip_from_link): + + Implement xyz links, still not functional. Links are a total + mess, will need to refactor and bugfix a lot :( + +2005-09-05 Alessio Frusciante + + * configure.ac: Added "it" (Italian) to ALL_LINGUAS. + 2005-09-05 Marco Pesenti Gritti * data/evince-ui.xml: