X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=4548cf82c6d1471784c3c84a65591e1719da81d2;hb=1ccae60a0df313211c8d2cf851d09a98d7eda1d6;hp=a1c8eb7653ff53d3e66a4bb275c3ff3d7137273a;hpb=fe02b5353e3c1abaef92be240b006842d645f899;p=evince.git diff --git a/ChangeLog b/ChangeLog index a1c8eb76..4548cf82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,204 @@ +2005-06-20 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + * shell/ev-sidebar-links.c: (job_finished_callback): + * shell/ev-view.c: (update_find_status_message): + + Some leaks fixed + +2005-06-19 Christian Persch + + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + (egg_recent_view_uimanager_set_list): + + Fix buglet in !show_numbers case. + +2005-06-19 Christian Persch + + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + (connect_proxy_cb), (egg_recent_view_uimanager_set_list): + + Use pango ellipsisation. + + * pdf/ev-poppler.cc: + + Fix refcount leak, from nsh. + +2005-06-19 Nickolay V. Shmyrev + + * cut-n-paste/recent-files/Makefile.am: + * cut-n-paste/recent-files/egg-recent-view-gtk.c: + * cut-n-paste/recent-files/egg-recent-view-gtk.h: + + Removed EggRecentViewGtk + + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + * cut-n-paste/recent-files/egg-recent-view-uimanager.h: + * shell/ev-window.c: (ev_window_cmd_recent_file_activate), + (ev_window_setup_recent): + + Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility + with other projects + +2005-06-19 Nickolay V. Shmyrev + + * cut-n-paste/recent-files/egg-recent-view-gtk.c: + (egg_recent_view_gtk_finalize): + + Fix memory leak + + * cut-n-paste/toolbar-editor/Makefile.am: + + Fix location of cursor icon. + + * pdf/ev-poppler.cc: + * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb), + (display_completion_text), (match_completion): + * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), + (selection_changed_callback), (create_loading_model), + (print_section_cb), (links_page_num_func), + (update_page_callback_foreach): + * shell/ev-window.c: (ev_window_dispose): + + Small memory fixes. Links model now store objects instead + of pointers to improve memory management. + +2005-06-19 Nickolay V. Shmyrev + + * shell/ev-window.c: (zoom_control_changed_cb): + + Fix update of zoom control (bug 308268). + +Sat Jun 18 22:46:42 2005 Jonathan Blandford + + * shell/ev-properties.c (set_property): escape the text correctly. + Handles non-UTF-8 properties and escaped properties. Also, sets + the text to "None" if the property isn't set. + + * data/evince-properties.glade: Change the label to be ellipsized, + and give it a minimum size. + +2005-06-19 Nickolay V. Shmyrev + + * lib/ev-file-helpers.c: (ev_file_helpers_shutdown): + * shell/ev-sidebar-links.c: (create_loading_model): + * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose): + * shell/ev-view.c: (ev_view_set_document): + * shell/ev-window.c: (ev_window_dispose): + + Various small fixes, mostly memory leaks. Thanks to valgrind. + +2005-06-19 Martin Kretzschmar + + * ps/ps-document.c: remove the locale.h include again ;-). And + kill the (bogus) setlocale/savelocale business. + +2005-06-19 Jaap A. Haitsma + + * ps/ps-document.c: + + Include locale.h to fix build + + * shell/ev-sidebar.c: + + Remove unnecessary includes + +2005-06-19 Nickolay V. Shmyrev + + * dvi/dvi-document.c: (dvi_document_load): + * dvi/mdvi-lib/dviread.c: (mdvi_init_context): + * po/POTFILES.in: + + Check for incorrect dvi files. Fix parsing dvi on AMD64 + platform. Thanks to tester@tester.ca (Olivier Crete). + +2005-06-18 Nickolay V. Shmyrev + + * shell/ev-page-action.c: (match_selected_cb), + (display_completion_text), (match_completion), (update_model): + * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), + (expand_open_links): + * shell/ev-sidebar.c: (ev_sidebar_destroy), + (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page), + (ev_sidebar_set_document): + * shell/ev-window.c: (ev_window_xfer_job_cb), + (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb): + + Fixed lot's of memory leaks, for example, memory leak on reload, + described in bug 307793. + +2005-06-18 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range), + (update_visible_range), (adjustment_changed_cb), + (ev_sidebar_thumbnails_fill_model), + (ev_sidebar_thumbnails_refresh), + (ev_sidebar_tree_selection_changed), + (ev_sidebar_icon_selection_changed), + (ev_sidebar_thumbnails_use_icon_view), + (ev_sidebar_thumbnails_set_document): + * shell/ev-sidebar-thumbnails.h: + * shell/ev-window.c: (ev_window_cmd_edit_rotate_left), + (ev_window_cmd_edit_rotate_right), (ev_window_init): + + Refresh thumbnails when changing orientation. Not fully + working yet becuase of a sidebar bug. + + Set page orientation to poppler page everywhere. This sucks + really need to fix poppler. + +2005-06-18 Marco Pesenti Gritti + + * cut-n-paste/recent-files/egg-recent-view-gtk.c: + (egg_recent_view_gtk_new_menu_item), + (egg_recent_view_gtk_set_property), + (egg_recent_view_gtk_get_property), + (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init), + (egg_recent_view_gtk_set_tooltip_func), + (egg_recent_view_gtk_set_label_width), + (egg_recent_view_gtk_get_label_width): + * cut-n-paste/recent-files/egg-recent-view-gtk.h: + + Sync with libegg (ellipsize labels) + +2005-06-18 Nickolay V. Shmyrev + + * data/evince-ui.xml: + * shell/ev-window.c: (ev_window_cmd_go_forward), + (ev_window_cmd_go_backward): + + Shift + PageUp moves 10 Pages. Fix for 306125 + +2005-06-17 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Add a flag to check if orientation has been overriden + +2005-06-17 Martin Kretzschmar + + * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator + field if necessary. + + * ps/ps.h: add creator field to document. + + * ps/ps-document.c (ps_document_get_info): set format to PostScript, + set creator field. + +2005-06-17 Marco Pesenti Gritti + + * data/evince-properties.glade: + * shell/ev-properties.c: (ev_properties_set_document): + + s/PDF Version/Format + +2005-06-17 Marco Pesenti Gritti + + * shell/ev-properties.c: (ev_properties_set_document): + + Remove unnecessary translations + 2005-06-17 Marco Pesenti Gritti * cut-n-paste/toolbar-editor/Makefile.am: