X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=5612ca13f4cb0d9287d0bc9c17c73cf5b6f7a8c0;hb=2380ada377881c8e6bf00368f713ebd72e355dda;hp=6c597088a740ea811b87e10e1f5112082c1af7e5;hpb=9a29009b83a1453fc57082bdf1651a3d972a5279;p=evince.git diff --git a/ChangeLog b/ChangeLog index 6c597088..5612ca13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,468 @@ +2005-06-07 Nickolay V. Shmyrev <> + + * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose): + + Cleanup links job on exit. + +2005-06-07 Nickolay V. Shmyrev + + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + (drag_data_get_cb), (drag_data_received_cb): + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + (drag_data_get_cb), (parse_item_list), + (egg_toolbar_editor_load_actions): + * cut-n-paste/toolbar-editor/egg-toolbars-model.c: + (egg_toolbars_model_to_xml), (egg_toolbars_model_save), + (parse_item_list), (parse_toolbars): + * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule), + (dvi_pixbuf_put_pixel): + + Fix gcc 4.0 warnings + +2005-06-06 Marco Pesenti Gritti + + * ps/ps-document.c: (start_interpreter): + + Fix warning when loading ps + +2005-06-06 Marco Pesenti Gritti + + * ps/ps-document.c: (output): + + Fix crash when priting gs error messages. + +2005-06-06 Marco Pesenti Gritti + + * backend/ev-page-cache.c: (_ev_page_cache_new): + * backend/ev-page-cache.h: + + Use a const to return title so that we dont double + free it. Small cleanup and fix a leak. + + * shell/ev-window.c: (update_window_title): + + strdup value from get_title. + +2005-06-06 Marco Pesenti Gritti + + * shell/ev-sidebar-links.c: (job_finished_callback), + (ev_sidebar_links_set_document): + + Cleanup the old job when changing document + +2005-06-05 Nickolay V. Shmyrev <> + + * shell/ev-stock-icons.c: + * shell/ev-stock-icons.h: + * shell/ev-window.c: + + Add stock icons for actions that can appear in toolbar. Fix for + bug 306566. + +2005-06-05 Nickolay V. Shmyrev + + * backend/ev-page-cache.c: (ev_page_cache_finalize), + (_ev_page_cache_new), (ev_page_cache_get_max_width), + (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page): + * backend/ev-page-cache.h: + * shell/ev-view.c: (scroll_to_current_page), + (view_update_range_and_current_page), (get_page_y_offset), + (get_page_extents), (ev_view_size_request_continuous_dual_page), + (ev_view_size_request_continuous), + (ev_view_zoom_for_size_continuous_and_dual_page), + (ev_view_zoom_for_size_continuous): + + More compact EvView layout in document with pages of different size. + +Sat Jun 4 19:20:57 2005 Jonathan Blandford + + * shell/ev-window.c (ev_window_cmd_file_properties): fix + compilation. + +2005-06-05 Nickolay V. Shmyrev + + * shell/ev-view.c: (view_set_adjustment_values): + * shell/ev-window.c: (ev_window_cmd_file_properties): + + A bit different fix for rounding problem but it has no + problems on startup. Make properties window transient to parent. + +2005-06-04 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + + More commenting of font stuff. + +2005-06-04 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Comment out some more fonts stuff. Should really + work without the poppler patch now. + +2005-06-04 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Adapt to api change + +2005-06-04 Marco Pesenti Gritti + + * data/evince-properties.glade: + * pdf/ev-poppler.cc: + * shell/ev-properties.c: (setup_fonts_view): + + Set the column title. Show the dialog only + once everything is setup. + Getting font info can be very slow... will + prolly need to make this threaded too. + +2005-06-04 Marco Pesenti Gritti + + * backend/Makefile.am: + * backend/ev-document-fonts.c: (ev_document_fonts_get_type), + (ev_document_fonts_get_fonts_model): + * backend/ev-document-fonts.h: + * data/evince-properties.glade: + * pdf/ev-poppler.cc: + * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new): + * shell/ev-properties.h: + * shell/ev-window.c: (ev_window_cmd_file_properties): + + Implement fonts list. Defined out for now, since it depends + on a not yet committed poppler patch. + +Fri Jun 3 21:07:57 2005 Jonathan Blandford + + * shell/ev-view.c (get_page_extents): other_page isn't necessarily + page + 1. + + * shell/ev-window.c: Make sure we add the timeout when we get a + focus-in event. + + * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to + adjustment->value before calculating the zoom factor to average + out all of our rounding errors. The page no longer 'drifts' when + resizing. + +2005-06-04 Nickolay V. Shmyrev + + * data/evince-properties.glade: + * shell/ev-properties.c: (ev_properties_format_date), + (set_property): + + Labels don't expand when the dialogue is resized. + strftime result needs to be converted to UTF-8. Thanks + to Christian Persch . + +2005-06-04 Marco Pesenti Gritti + + * data/evince-properties.glade: + + Hide the fonts tab + +2005-06-04 Marco Pesenti Gritti + + * backend/ev-document-info.h: + * backend/ev-document.c: (ev_document_info_free): + * data/evince-properties.glade: + * pdf/ev-poppler.cc: + * ps/ps-document.c: (ps_document_get_info): + * shell/ev-properties.c: (ev_properties_format_date), + (set_property), (ev_properties_new): + * shell/ev-properties.h: + * shell/ev-window.c: (ev_window_cmd_file_properties): + + Rework properties code to take only EvPropertyInfo + in the constructor so that it can be useful for + nautilus plugin too. + + Deal with backends that doesnt support some properties. + Make set property code generic. + +2005-06-04 Christian Persch + + * data/evince-properties.glade: + + fix spacings, make resizeable, and make data labels + selectable + ellipsised + +2005-06-03 Marco Pesenti Gritti + + * backend/ev-document-info.h: + * data/Makefile.am: + * data/evince-ui.xml: + * pdf/ev-poppler.cc: + * shell/Makefile.am: + * shell/ev-window.c: (update_action_sensitivity), + (ev_window_cmd_file_properties): + + Initial go at file properties. Patch by + Emil Soleyman-Zomalan . + Needs love see #169583 + +2005-06-02 Marco Pesenti Gritti + + * ps/ps-document.c: (output): + * ps/ps.c: (psscan): + + Try to render even if psscan fails. + +2005-06-01 Marco Pesenti Gritti + + * ps/ps.c: (psscan), (pscopydoc): + + Port buffered reading code from gv + +2005-06-01 Marco Pesenti Gritti + + * ps/ps-document.c: (interpreter_message), (output): + + Do not fail on interpreter messages + +2005-06-01 Marco Pesenti Gritti + + * backend/ev-document-misc.c: + (ev_document_misc_get_thumbnail_frame): + + Pages can be 0 x 0, dont assert on this case + +2005-05-31 Marco Pesenti Gritti + + * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), + (ev_sidebar_links_class_init), (ev_sidebar_links_set_document): + + Correctly manage our reference on document. Finally the reload + huge leak is gone... + +2005-05-31 Marco Pesenti Gritti + + * ps/ps-document.c: (ps_document_dispose): + + Forgot to chain it to the parent. Thanks chpe. + +2005-05-31 Marco Pesenti Gritti + + * ps/ps-document.c: (ps_document_dispose), + (ps_document_class_init), (stop_interpreter), (document_load): + + Cleanup dispose a bit. Dont leak the whole pixmap. + +2005-05-31 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Release the poppler document on dispose + +2005-05-31 Marco Pesenti Gritti + + * shell/ev-view.c: (ev_view_set_document): + + Release ref on the pixbuf cache when changing + document. + +2005-05-31 Marco Pesenti Gritti + + * ps/ps-document.c: (ps_document_get_info): + + Fix a double free + +2005-05-31 Nikolay V. Shmyrev + + * backend/ev-page-cache.c: (ev_page_cache_init), + (_ev_page_cache_new), (ev_page_cache_get_max_label_chars): + * backend/ev-page-cache.h: + * shell/ev-page-action.c: (page_changed_cb): + + Set page action entry width depending on labels width. Fix + for bug 305202. + +2005-05-31 Marco Pesenti Gritti + + * backend/ev-link.c: (ev_link_class_init): + + Allow -1 as page value (error) + +2005-05-31 Marco Pesenti Gritti + + * shell/ev-sidebar-thumbnails.c: + (ev_sidebar_thumbnails_set_document): + * shell/ev-view.c: (scroll_to_current_page), + (view_set_adjustment_values), (ev_view_set_scroll_adjustments), + (page_changed_cb), (on_adjustment_value_changed), + (ev_view_set_document): + + Slightly modified patch by Nickolay V. Shmyrev . + Fix bug 305377 + +2005-05-29 Nickolay V. Shmyrev + + * configure.ac: + * djvu/djvu-document.c: (djvu_document_get_page_size): + + Require djvulibre CVS. Now djvu loading is much faster. Fix for + bug 301993. + +Sat May 28 07:38:03 2005 Jonathan Blandford + + * shell/ev-view.c (draw_one_page): modify the expose handling to + get the shadows. + + * shell/ev-window.c (update_action_sensitivity): Respect + permissions field. Kowtow to the man. + + * pdf/ev-poppler.cc: Get the permissions field. + + * tiff/*c: Make a tiny bit more robust. + +2005-05-26 Nickolay V. Shmyrev + + * djvu/djvu-document.c: + + Pop messages from djvu context message queue. + +2005-05-24 Nickolay V. Shmyrev + + * configure.ac, Makefile.am, shell/Makefile.am: + * tiff/Makefile.am, shell/ev-document-types.c: + + Cleanup tiff configure checks. Fix for bug 305218. + +2005-05-24 Maxim V. Dziumanenko + + * configure.ac: Added "uk" to ALL_LINGUAS. + +2005-05-22 Nickolay V. Shmyrev + + * cut-n-paste/zoom-control/ephy-zoom.c: + (ephy_zoom_get_changed_zoom_level): + * cut-n-paste/zoom-control/ephy-zoom.h: + * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property), + (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom): + * shell/ev-window.c: (ev_window_cmd_view_zoom_in), + (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb), + (zoom_control_changed_cb), (ev_window_init): + + Fix minor points related to moving best fit up. Introduce + "zoom" property and make zoom control change it's value on + notify::zoom signals. Fix for 305080. + +2005-05-22 Nickolay V. Shmyrev + + * data/evince-ui.xml: + * shell/ev-window.c: (set_view_actions_sensitivity): + + Use + and - as accels for zoom in and zoom out. Fix for 305001. + +2005-05-22 Marco Pesenti Gritti + + * configure.ac: + + Depends on poppler 0.3.2 + +2005-05-22 Marco Pesenti Gritti + + * cut-n-paste/recent-files/egg-recent-item.c: + (egg_recent_item_get_short_name): + * cut-n-paste/toolbar-editor/Makefile.am: + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + (new_pixbuf_from_widget): + * cut-n-paste/toolbar-editor/egg-editable-toolbar.h: + * cut-n-paste/toolbar-editor/egg-marshal.c: + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + * cut-n-paste/toolbar-editor/egg-toolbars-model.c: + + Sync + +Sat May 21 23:18:30 2005 Jonathan Blandford + + * tiff/tiff-document.c: Rough TIFF backend. + +2005-05-21 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + * cut-n-paste/toolbar-editor/Makefile.am: + + Release 0.3.1 + +2005-05-21 Marco Pesenti Gritti + + * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next), + (ev_view_find_next), (ev_view_find_previous): + + Remove the locks around get_n_results + +2005-05-21 Juerg Billeter + + * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin): + + Pass correct number of pages to poppler. + +2005-05-21 Nickolay V. Shmyrev + + * configure.ac: + * data/Makefile.am: + * data/evince.desktop.in: + * data/evince.desktop.in.in: + * po/POTFILES.in: + + Add conditionally dvi and djvu to desktop types. Fix for 304658. + +Sat May 21 00:21:30 2005 Jonathan Blandford + + * shell/ev-view.c: (view_update_adjustments), + (view_set_adjustment_values): cast adjustmen->value to (int) + before using it. Otherwise, we get off by a pixel in some + situations. + + (draw_one_page): Draw the border on expose. + +Fri May 20 22:05:25 2005 Jonathan Blandford + + * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the + adjustment when the mode changes, #304923 + +Fri May 20 02:00:03 2005 Nickolay V. Shmyrev + + * shell/ev-view.c: Use gdk_widget_queue_draw to remove + flickering on resize but still use gdk_window_scroll on + scrolling + +Fri May 20 01:46:57 2005 Jonathan Blandford + + * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p + option, #170458 + +Fri May 20 01:27:01 2005 Jonathan Blandford + + * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to + second page on page_changed if possible, #304669 + +Fri May 20 01:07:15 2005 Jonathan Blandford + + * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll + instead of gtk_widget_queue_draw. Massive speedups in scrolling. + +Fri May 20 01:05:10 2005 Jonathan Blandford + + * .cvsignore: + * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init), + (zoom_for_size_fit_width), (zoom_for_size_best_fit), + (ev_view_zoom_for_size_presentation), + (ev_view_zoom_for_size_continuous_and_dual_page), + (ev_view_zoom_for_size_continuous), + (ev_view_zoom_for_size_dual_page), + (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size): + * shell/ev-view.h: + * shell/ev-window.c: (update_view_size), + (ev_window_sizing_mode_changed_cb): + + Patch from Nickolay Shmyrev to handle + the scrollbars. It's not 100% right, but it's much closer. Kills + an infinite loop, #304769 + + 2005-05-18 Marco Pesenti Gritti * data/evince-ui.xml: