X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=603bfa1f71f868fa3f99a56a4f8faa1f4a35f47b;hb=d1e23d13d52f06f2aba2ece7ff17091110d8a3bb;hp=cb92d3646a945c16dae2fa51316b2d99fe731505;hpb=81ab197b294eaaba8b6b99bf2c259c5adb1e2251;p=evince.git diff --git a/ChangeLog b/ChangeLog index cb92d364..603bfa1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2005-01-04 Marco Pesenti Gritti + + * data/evince-ui.xml: + + Change the layout to match clarkbw design. + + * shell/Makefile.am: + * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb), + (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init), + (ev_navigation_action_finalize), + (ev_navigation_action_set_property), + (ev_navigation_action_get_property), + (ev_navigation_action_class_init): + * shell/ev-navigation-action.h: + + Implement clarkbw toolbar navigation controls (incomplete) + + * shell/ev-page-action.c: (update_label), (update_spin), + (value_changed_cb), (create_tool_item), (connect_proxy), + (ev_page_action_init), (ev_page_action_finalize), + (ev_page_action_set_property), (ev_page_action_get_property), + (ev_page_action_set_current_page), + (ev_page_action_set_total_pages), (ev_page_action_class_init): + * shell/ev-page-action.h: + + Implement a page switcher in the toolbar + + * shell/ev-view.c: (ev_view_scroll_view): + * shell/ev-window.c: (update_total_pages), (ev_window_open), + (update_current_page), (view_page_changed_cb), (goto_page_cb), + (register_custom_actions), (ev_window_init): + + Change page on PageUp/Down. + +Tue Jan 4 03:22:56 2005 Jonathan Blandford + + * pdf/xpdf/pdf-document.cc + (pdf_document_thumbnails_get_thumbnail): initial stab at + implementing thumbnail support for pdfs. It only does documents + with precached pdfs now. + +Mon Jan 3 17:22:25 2005 Jonathan Blandford + + * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the + thumbnail code into a time-based idle as well. Also, turn off the + shadow temporarily as it's really slow. + 2005-01-03 Marco Pesenti Gritti * backend/ev-document.c: (ev_document_class_init):