X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=9198e594216c10e63f752ca41b1658bf05d6a9a2;hb=d89b1cb89ef2d589befbe7a7f0c9732ff72ecc7b;hp=a5f0566459cd8aaef9894f7b1f5fe40e53c3f39f;hpb=b9cd56928446803a87cb2b06be8dfd6db04b3d1e;p=evince.git diff --git a/ChangeLog b/ChangeLog index a5f05664..9198e594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,861 @@ +2006-04-03 Carlos Garcia Campos + + * backend/ev-attachment.[ch]: + * shell/ev-attachment-bar.[ch]: + + Added missing files. + +2006-04-03 Carlos Garcia Campos + + * backend/Makefile.am: + * data/evince-ui.xml: + * backend/ev-attachment.[ch]: + * backend/ev-document.[ch]: (ev_document_has_attachments), + (ev_document_get_attachments): + * pdf/ev-poppler.cc: (pdf_document_has_attachments), + (attachment_save_to_buffer), (pdf_document_get_attachments), + (pdf_document_document_iface_init): + * shell/Makefile.am: + * shell/ev-attachment-bar.[ch]: + * shell/ev-window.c: + + Add support for PDF attachments. Fixes bug #325143 + +2006-04-03 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: (get_document_from_uri), + (ev_document_factory_get_document): + * backend/ev-document-factory.h: + * properties/ev-properties-main.c: (ev_properties_get_pages): + * shell/Makefile.am: + * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked), + (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue), + (ev_job_queue_remove_job): + * shell/ev-job-queue.h: + * shell/ev-job-xfer.c: + * shell/ev-job-xfer.h: + * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init), + (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init), + (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new), + (ev_job_xfer_run): + * shell/ev-jobs.h: + * shell/ev-window.c: (ev_window_is_empty), + (password_dialog_response), (ev_window_clear_xfer_job), + (ev_window_xfer_job_cb), (ev_window_open_uri), + (ev_window_cmd_focus_page_selector), + (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward), + (ev_window_cmd_continuous), (ev_window_cmd_dual), + (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width), + (ev_window_dispose): + * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): + + * Cleanup mime type detection on document load. Fix for the + bug #336448. + +2006-04-02 Nickolay V. Shmyrev + + * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose): + + Fix crash on exit, described in the bug #336825. + +2006-03-31 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: + (ev_document_factory_get_from_mime), + (ev_document_factory_get_all_mime_types), (get_document_from_uri), + (ev_document_factory_get_document), + (file_filter_add_mime_list_and_free), + (ev_document_factory_add_filters): + * backend/ev-document-factory.h: + * properties/ev-properties-main.c: (ev_properties_get_pages): + * shell/Makefile.am: + * shell/ev-application.c: + * shell/ev-job-xfer.c: (ev_job_xfer_run): + * shell/ev-window.c: (ev_window_cmd_file_open), + (ev_window_cmd_save_as): + * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): + + Rework factory functions so they are placed now in a single + file ev-document-factory.c + +2006-03-28 Nickolay V. Shmyrev + + * shell/ev-window.c: (update_chrome_visibility): + + Fix for the bug 166566 - don't show menubar in fullscreen + mode. + +2006-03-22 Tommi Vainikainen + + * configure.ac (ALL_LINGUAS): Added Dzongkha (dz). + +2006-03-21 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_expose_event): + + More correctly draw loading text when document + is empty. + +2006-03-21 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_scroll): + + Fix for the bug #334854, page down and page up switch + pages in presentation mode. + +2006-03-21 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_set_action_sensitive), + (ev_window_setup_action_sensitivity), (ev_window_update_actions), + (ev_window_set_view_accels_sensitivity), + (update_chrome_visibility), (ev_window_cmd_focus_page_selector), + (ev_window_cmd_continuous), (ev_window_cmd_dual), + (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width), + (find_changed_cb), (page_changed_cb), (ev_window_setup_document), + (ev_window_cmd_edit_find), (ev_window_set_page_mode), + (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb), + (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb), + (view_actions_focus_in_cb), (ev_window_init): + + Fix for the bug #333902, now it's possible to search + words with slash. + +2006-03-16 Jérémy Ar Floc'h + + * configure.ac: Added Breton translation. + * po/br.po: Added Breton translation. + +2006-03-14 Carlos Garcia Campos + + * shell/ev-window-title (ev_window_title_update): + + Fix memory leak in window title. Fixes bug #333944 + +2006-03-14 Carlos Garcia Campos + + * shell/ev-metadata-manager.c (parseItem): + + Fix memory leaks. Fixes bug #333945 + +2006-03-13 Nickolay V. Shmyrev + + * NEWS, configure.ac, TODO: + + Update for release 0.5.2. + +2006-03-05 Nickolay V. Shmyrev + + * shell/ev-view.c: (view_update_range_and_current_page), + (page_changed_cb): + + Don't jump on scrolling, fix for the bug #333127. + +2006-03-01 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): + + Scroll by one page in presentation mode. Fix for the bug + #332993. + +2006-03-01 Vladimer SIchinava + + * configure.ac: Added ka (Georgian) to ALL_LINGUAS line. + +2006-02-28 Clytie Siddall + + * configure.ac Added lv in ALL_LINGUAS line. + +2006-02-27 Nickolay V. Shmyrev + + * NEWS, configure.ac: + + Update for release 0.5.1 + +2006-02-24 Ricardo Markiewicz + + * backend/ev-document-misc.c: (ev_document_misc_paint_one_page): + * backend/ev-document-misc.h: + * shell/ev-view.c: (draw_one_page): + + Clairfy what page the toolbar page number applies to. Fix + for the bug #328102. + +2006-02-24 Stanislav Slusny + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event), + (ev_view_init), (find_changed_cb), (ev_view_find_previous), + (ev_view_search_changed): + * shell/ev-view.h: + * shell/ev-window.c: (find_bar_search_changed_cb): + + Dont't jump to find result if window was scrolled during search. + Fix for the bug #313266. + +2006-02-21 Stanislav Slusny + + * shell/eggfindbar.c: (egg_find_bar_class_init): + * shell/eggfindbar.h: + * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action): + * shell/ev-view-private.h: + * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll), + (ev_view_class_init), (ev_sizing_mode_get_type), + (ev_scroll_type_get_type): + * shell/ev-view.h: + * shell/ev-window.c: (ev_window_cmd_scroll_forward), + (ev_window_cmd_scroll_backward), (find_bar_scroll), + (ev_window_init): + + Fix for the bug 319133 - Find entry should allow text scroll. + +2006-02-20 Antoine Dopffer + + * shell/ev-view-private.h: + * shell/ev-view.c: (view_update_range_and_current_page), + (highlight_find_results), (find_changed_cb), (page_changed_cb), + (ev_view_set_document), (update_find_status_message), + (jump_to_find_result), (jump_to_find_page), (ev_view_find_next), + (ev_view_find_previous): + + Fix for the bug #319137. Search now takes account for scrolling. + +2006-02-19 Michael Hofmann + + * configure.ac: + * djvu/Makefile.am: + * djvu/djvu-document-private.h: + * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE), + (djvu_handle_events), (djvu_document_load), (djvu_document_save), + (djvu_document_get_page_size), (djvu_document_render_pixbuf), + (djvu_document_can_get_text), (djvu_document_get_text), + (djvu_document_document_iface_init), + (djvu_document_thumbnails_get_thumbnail), + (djvu_document_find_begin), (djvu_document_find_get_n_results), + (djvu_document_find_get_result), + (djvu_document_find_page_has_results), + (djvu_document_find_get_progress), (djvu_document_find_cancel), + (djvu_document_find_iface_init): + * djvu/djvu-text-page.c: (djvu_text_page_selection_process), + (djvu_text_page_selection), (djvu_text_page_limits_process), + (djvu_text_page_limits), (djvu_text_page_copy), + (djvu_text_page_position), (djvu_text_page_union), + (djvu_text_page_sexpr_process), (djvu_text_page_sexpr), + (djvu_text_page_box), (djvu_text_page_append_text), + (djvu_text_page_search), (djvu_text_page_prepare_search), + (djvu_text_page_new), (djvu_text_page_free): + * djvu/djvu-text-page.h: + * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new), + (djvu_text_copy), (djvu_text_free), (djvu_text_get_text), + (djvu_text_n_results), (djvu_text_has_results), + (djvu_text_get_result), (djvu_text_get_progress): + * djvu/djvu-text.h: + + Text search in djvu. Fix for the bug #303415. + +2006-02-18 Nickolay V. Shmyrev + + * configure.ac: + * shell/ev-window.c: (ev_window_cmd_save_as): + + Ask filechooser to confirm overwrite. Fix for the bug #328266. + Thanks to Gary Coady + +2006-02-18 Nickolay V. Shmyrev + + * shell/ev-print-job.c: (idle_print_handler): + + Inverse order printing, bug #320919. + +2006-02-17 Nickolay V. Shmyrev + + * data/evince-toolbar.xml: + * shell/ev-window.c: + + Allow to add sidebar checkbutton on toolbar. Fix + for the bug #144577. + +2006-02-16 Nickolay V. Shmyrev + + * ps/ps-document.c: (push_pixbuf), (setup_pixmap): + + Add checks that have sense for empty ps document. + +2006-02-15 Luca Ferretti + + * configure.ac: Include PS in mime types list. + +2006-02-13 Nickolay V. Shmyrev + + * configure.ac: + * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes): + * ps/gsdefaults.h: + * ps/ps-document.c: (start_interpreter), (ps_document_load): + + Runtime check for gs interpreter. Fix for the bug #320868. + Thanks to Antoine Dopffer antoine.dopffer@free.fr + +2006-02-12 Carlos Garcia Campos + + * shell/ev-application.c: + + Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when + dbus>=0.60, so that the request is not queued. + +2006-02-10 Nickolay V. Shmyrev + + * configure.ac: + * shell/Makefile.am: + * shell/ev-sidebar-links.c: (print_section_cb): + * shell/ev-utils.c: + * shell/ev-utils.h: + * shell/ev-window.c: (update_action_sensitivity), + (ev_window_close_dialogs), (ev_window_print): + * shell/ev-window.h: + + Make printing support optional. Patch from Eduardo de Barros Lima + for the bug #330546. + +2006-02-07 Nickolay V. Shmyrev + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading), + (ev_view_set_document): + * shell/ev-view.h: + * shell/ev-window.c: (ev_window_load_job_cb), + (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose), + (ev_window_init): + + Draw Loading message during xfer job. Fix for the bug #329495. + +2006-02-03 Nickolay V. Shmyrev + + * comics/comics-document.c: (comics_regex_quote), + (comics_document_load), (extract_argv): + + Correcly quote regexp before passing it to unzip. + +2006-02-01 Nickolay V. Shmyrev + + * shell/ev-page-cache.c: (build_height_to_page), + (ev_page_cache_new), (ev_page_cache_get_max_label_chars), + (ev_page_cache_get_dual_even_left): + * shell/ev-page-cache.h: + * shell/ev-view.c: (view_update_range_and_current_page), + (get_page_y_offset), (get_page_extents): + + Place even pages to the left if document has less then + two pages. Fix for the bug #328856. + +2006-01-31 Nickolay V. Shmyrev + + * thumbnailer/evince-thumbnailer-comics.schemas.in: + + Correct comics scheme. This make evince create thumbnails + for comic books. Fix for the bug 329088. + +2006-01-31 Christopher Aillon + + * data/evince-password.glade: Don't explicitly set + invisible_char to the current default value in case + the default changes; let GTK+ do its magic. + +2006-01-29 Nickolay V. Shmyrev + + * shell/ev-job-xfer.c: (ev_job_xfer_run): Append + real filename to tmp filename since often document + type is determined by extension. + +2006-01-24 Ricardo Markiewicz + + * shell/ev-view.c: (add_scroll_binding_keypad), + (ev_view_binding_activated), (ev_view_class_init): + + Add keybindings for percision-scrolling of display area. + Fix for the bug #314072. + +2006-01-21 Nickolay V. Shmyrev + + * data/evince.desktop.in.in: + + Add GTK to the list of categories. Fix for the bug #328034. + +2006-01-21 Nickolay V. Shmyrev + + * shell/ev-application.c: (ev_application_shutdown), + (ev_application_set_chooser_uri), (ev_application_get_chooser_uri): + * shell/ev-application.h: + * shell/ev-window.c: (file_open_dialog_response_cb), + (ev_window_cmd_file_open): + + Save last uri in file chooser dialog. Fix for the bug #327950. + +2006-01-20 Nickolay V. Shmyrev + + * NEWS: + * README: + + Final update for release 0.5.0 + + * shell/Makefile.am: + + Remove disable deprecated until we'll require libgnome-2.13.7 + and port to GOption argument parsing. See bug 327518. + +2006-01-19 Jani Monoses + + * comics/comics-document.c: (comics_document_save): + * djvu/djvu-document.c: (djvu_document_save): + * dvi/dvi-document.c: (dvi_document_save): + * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple): + * lib/ev-file-helpers.h: + * pixbuf/pixbuf-document.c: (pixbuf_document_save): + * tiff/tiff-document.c: (tiff_document_save): + + Use common save function for backends. + +2006-01-18 Jani Monoses + + * backend/ev-document-types.c: + + Fix crash on saving pixbuf. + +2006-01-18 Nickolay V. Shmyrev + + * cut-n-paste/recent-files/egg-recent-item.c: + (get_uri_shortname_for_display), (egg_recent_item_get_short_name): + * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init), + (parse_info_free), (valid_element), (start_element_handler), + (end_element_handler), (text_handler), (egg_recent_model_filter), + (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout), + (egg_recent_model_monitor), (egg_recent_model_read), + (egg_recent_model_open_file), (egg_recent_model_lock_file), + (egg_recent_model_unlock_file), (egg_recent_model_finalize), + (egg_recent_model_set_property), (egg_recent_model_class_init), + (egg_recent_model_init), (egg_recent_model_add_full), + (egg_recent_model_delete), (egg_recent_model_get_list), + (egg_recent_model_clear), (egg_recent_model_clear_mime_filter), + (egg_recent_model_set_filter_mime_types), + (egg_recent_model_clear_group_filter), + (egg_recent_model_set_filter_groups), + (egg_recent_model_clear_scheme_filter), + (egg_recent_model_set_filter_uri_schemes), + (egg_recent_model_remove_expired): + * cut-n-paste/recent-files/egg-recent-util.c: + (egg_recent_util_get_icon): + * cut-n-paste/recent-files/egg-recent-util.h: + * cut-n-paste/recent-files/egg-recent-view-uimanager.c: + (connect_proxy_cb), (egg_recent_view_uimanager_set_list), + (egg_recent_view_uimanager_set_empty_list), (model_changed_cb), + (egg_recent_view_uimanager_set_property), + (egg_recent_view_uimanager_get_property), + (egg_recent_view_uimanager_class_init), + (egg_recent_view_uimanager_init), + (egg_recent_view_uimanager_set_label_width), + (egg_recent_view_uimanager_get_label_width): + * cut-n-paste/recent-files/egg-recent-view-uimanager.h: + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + * cut-n-paste/toolbar-editor/egg-editable-toolbar.h: + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + * cut-n-paste/toolbar-editor/egg-toolbars-model.c: + * cut-n-paste/toolbar-editor/egg-toolbars-model.h: + + Update from libegg. + +2006-01-07 Nickolay V. Shmyrev + + * shell/ev-page-cache.c: (build_height_to_page), + (ev_page_cache_get_height_to_page): + * shell/ev-page-cache.h: + * shell/ev-view.c: (view_update_range_and_current_page), + (get_page_y_offset), (get_page_extents), (ev_view_next_page), + (ev_view_previous_page): + + Dual mode places even pages to the left. Fix for the bug #309393. + + * shell/ev-view.h: + * shell/ev-window.c: (update_action_sensitivity), + (setup_view_from_metadata), (view_menu_popup_cb): + + Don't restore presentation in empty windows, more intelligent + next page behaviour in dual mode. + + * shell/ev-pixbuf-cache.c: (check_job_size_and_unref), + (ev_pixbuf_cache_clear_job_sizes): + + Cleanup job callback on removal. Fix for the bug #325886. + +2006-01-07 Nickolay V. Shmyrev + + * ps/ps.c: (psscan): + + Commit workaround Mozilla problem. Fix for the bug #325919 + + * shell/ev-metadata-manager.c: (parse_value), (parseItem), + (save_item): + + Fix for year 2038 problem. + +2006-01-06 Nickolay V. Shmyrev + + * shell/ev-window.c: (setup_document_from_metadata), + (ev_window_cmd_view_reload): + + Clamp page recieved from metadata in valid values. Fix + for the bug #325986. + +2006-01-06 Nickolay V. Shmyrev + + * MAINTAINERS: + Add MAINTAINERS as requested on desktop-devel-list. + +2006-01-06 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list), + (mime_type_supported_by_gdk_pixbuf), + (ev_document_factory_get_mime_types), + (ev_document_factory_get_all_mime_types): + + Don't add pixbuf mime types if pixbuf backend is disabled. + + * shell/ev-application.c: (ev_application_get_uri_window): + + Fix for the bug 325815 - unhandled MIME type message doesn't + appear a second time. + + * shell/ev-document-types.c: (ev_document_types_add_filters): + * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document), + (password_dialog_response), (ev_window_popup_password_dialog), + (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb), + (ev_window_run_fullscreen), (ev_window_stop_fullscreen), + (ev_window_run_presentation), (ev_window_stop_presentation), + (save_sizing_mode), (ev_window_zoom_changed_cb), + (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb), + (ev_window_dual_mode_changed_cb), + (ev_window_sidebar_current_page_changed_cb), + (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose), + (window_state_event_cb), (window_configure_event_cb): + + Cleanup additional uris holded by EvWindow. + +2006-01-06 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page), + (ev_view_can_previous_page), (ev_view_can_next_page): + * shell/ev-view.h: + * shell/ev-window.c: (update_action_sensitivity): + + Two page scrolling with Space and PageUp in dual mode. Second fix + for the bug #316608. + +2006-01-05 Nickolay V. Shmyrev + + * shell/ev-view.c: (scroll_to_current_page): + + Correctly clamp adjustment value. Fix for the bug + #325808. + +2006-01-04 Nickolay V. Shmyrev + + * shell/ev-sidebar-links.c: (print_section_cb): + * shell/ev-window.c: (ev_window_get_uri), + (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print), + (ev_window_print_dialog_response_cb), (ev_window_print_range), + (ev_window_dispose): + + Make print dialog non-modal. Fix for the bug #325622. + +2006-01-04 Nickolay V. Shmyrev + + * shell/ev-metadata-manager.c: + * shell/ev-utils.c: (using_pdf_printer), + (using_postscript_printer), (load_print_config_from_file), + (save_print_config_to_file): + * shell/ev-utils.h: + * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb), + (update_sidebar_visibility), (setup_sidebar_from_metadata), + (setup_view_from_metadata), (ev_window_setup_document), + (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb), + (ev_window_run_fullscreen), (ev_window_stop_fullscreen), + (ev_window_run_presentation), (ev_window_stop_presentation), + (save_sizing_mode), (ev_window_zoom_changed_cb), + (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb), + (ev_window_dual_mode_changed_cb), + (ev_window_sidebar_current_page_changed_cb), + (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose), + (window_state_event_cb), (window_configure_event_cb), + (ev_window_init): + + Setting saving behaviour fixes. + +2005-12-30 Nickolay V. Shmyrev + + * configure.ac: + + Make antialiasing gs options better and allow + to change them during configure. Fix for the + bug #319049. + +2005-12-29 Nickolay V. Shmyrev + + * shell/ev-window.c: (setup_view_from_metadata): + + Remember if last window was maximized. Fix for the + bug #323797. + +2005-12-28 Abel Cheung + + * configure.ac: Added "zh_HK" to ALL_LINGUAS. + +2005-12-28 Nickolay V. Shmyrev + + * backend/ev-link.c: (ev_link_get_page), (ev_link_init): + * shell/ev-page-action.c: (build_new_tree_cb): + * shell/ev-sidebar-links.c: (links_page_num_func), + (update_page_callback_foreach), (update_page_callback): + * shell/ev-view.c: (scroll_to_current_page): + + Fix for the bug #325067 with more intelligent selection + of current link in sidebar. Make sidebar handle links + of FITR-like type more correctly. + + * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule), + (dvi_pixbuf_put_pixel): + + Fix memory consumtion with disabled alpha channel. + +2005-12-28 Nickolay V. Shmyrev + + * data/evince-ui.xml: + * shell/ev-window.c: (view_menu_popup_cb), + (ev_popup_cmd_open_link), (ev_window_init): + + Update context menu for internal links. Fix for the bug + #325066. + +2005-12-28 Nickolay V. Shmyrev + + * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init): + + Bind context menu to keyboard also. Fix for the bug + #325065. + +2005-12-27 Nickolay V. Shmyrev + + * shell/ev-view.c: (selection_scroll_timeout_cb): + + Horizontal scroll on selection also. + +2005-12-26 Nickolay V. Shmyrev + + * shell/ev-metadata-manager.c: (parse_value): + * shell/ev-view.c: (goto_xyz_link): + + Correct zoom setup and metadata save broken in + some locales. + +2005-12-26 Nickolay V. Shmyrev + + * shell/ev-view-private.h: + * shell/ev-view.c: (scroll_to_current_page), + (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link), + (goto_fith_link), (goto_fit_link), (goto_xyz_link), + (page_changed_cb), (ev_view_set_continuous), + (ev_view_set_dual_page), (ev_view_set_presentation): + + Delay scroll until allocation to correctly position page. Fix + for the bug #317334. + +2005-12-25 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update NEWS and require poppler 0.5.0. + +2005-12-25 Carlos Garcia Campos + + * data/evince-ui.xml: + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_get_link_at_location), + (handle_link_over_xy), (ev_view_button_press_event), + (ev_view_button_release_event), (ev_view_class_init): + * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose), + (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address), + (ev_window_init): + + Implement right-click context menu. + +2005-12-25 Nickolay V. Shmyrev + + * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail): + * dvi/pixbuf-device.c: (dvi_pixbuf_create_image), + (mdvi_pixbuf_device_render): + * pdf/ev-poppler.cc: + + Don't generate thumbnails with alpha. See bug #324077. + Thanks to Jeroen Zwartepoorte . + +2005-12-25 Nickolay V. Shmyrev + + * shell/ev-window.c: (setup_chrome_from_metadata): + + Fix typo that was hiding toolbar. + +2005-12-25 Nickolay V. Shmyrev + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb), + (selection_scroll_timeout_cb), (ev_view_motion_notify_event), + (ev_view_button_release_event), (ev_view_destroy): + + Small cleanup and autoscrolling during selection. Thanks to + Ricardo Markiewicz . + +2005-12-22 Jani Monoses + + * configure.ac: + + Correctly check for comics option. + +2005-12-21 Eduardo Lima + * Makefile.am: + * configure.ac: + * backend/Makefile.am: + * backend/ev-document-factory.c: + * shell/ev-document-types.c: + + Included option in configure to make ps backend + compilation optional with --disable-ps. + +2005-12-20 Nickolay V. Shmyrev + + * backend/ev-document-factory.c: + * comics/Makefile.am: + * comics/comics-document.c: (comics_document_load): + * comics/ev-cbr-mime.xml: + * configure.ac: + + Comics mime types are added to shared-mime-info CVS. Now + we don't need to install our own mime types. + +2005-12-20 Nickolay V. Shmyrev + + * shell/ev-window.c: + + Add shortcut for "save a copy" menu entry. Fix for + the bug #324582. + +2005-12-19 Nickolay V. Shmyrev + + * shell/ev-pixbuf-cache.c: (dispose_cache_job_info), + (job_finished_cb), (new_selection_pixbuf_needed), + (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection), + (clear_job_selection), (ev_pixbuf_cache_set_selection_list): + + Rework selection job info logic and fix critical warning. + +2005-12-17 Abel Cheung + + * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS. + +2005-11-27 Jaap A. Haitsma + + * data/evince-ui.xml: + * shell/ev-window.c: (ev_window_set_view_accels_sensitivity): + + Enter as shortcut key for next page. Fix for the bug + #321394. + +2005-11-18 Ales Nyakhaychyk + + * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS. + +2005-11-17 Nickolay V. Shmyrev + + * shell/ev-pixbuf-cache.c: (dispose_cache_job_info), + (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed), + (new_selection_pixbuf_needed), + (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection), + (clear_job_selection): + + Too early for 0.5. Pixbuf cache code cleaned a bit. + +2005-11-14 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Release 0.5.0 preparation + +2005-11-14 Nickolay V. Shmyrev + + * comics/Makefile.am: + * configure.ac: + * shell/ev-document-types.c: (ev_document_types_add_filters): + + More advanced handling of custom mime type installation. + +2005-11-14 Nickolay V. Shmyrev + + * data/evince.schemas.in: + * shell/ev-metadata-manager.c: (value_free), + (ev_metadata_manager_get_last), (ev_metadata_manager_set_last), + (ev_metadata_manager_get), (ev_metadata_manager_set): + * shell/ev-metadata-manager.h: + * shell/ev-window.c: (update_chrome_flag), + (ev_window_cmd_focus_page_selector), (update_sidebar_visibility), + (setup_document_from_metadata), (setup_chrome_from_metadata), + (setup_sidebar_from_metadata), (setup_view_from_metadata), + (ev_window_cmd_edit_find), (ev_window_cmd_escape), + (ev_window_view_toolbar_cb), + (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb), + (view_actions_focus_in_cb), (ev_window_init), (ev_window_new): + + Save last document settings and reuse them for new documents. + +2005-11-14 Nickolay V. Shmyrev + + * Makefile.am: + * backend/Makefile.am: + * backend/ev-document-factory.c: + * backend/ev-document-factory.h: + * comics/Makefile.am: + * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE), + (comics_document_load), (comics_document_save), + (comics_document_get_n_pages), (comics_document_get_page_size), + (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize), + (comics_document_class_init), (comics_document_can_get_text), + (comics_document_get_info), (comics_document_document_iface_init), + (comics_document_init), (get_supported_image_extensions), + (comics_document_thumbnails_get_geometry), + (comics_document_thumbnails_get_thumbnail), + (comics_document_thumbnails_get_dimensions), + (comics_document_document_thumbnails_iface_init), (extract_argv): + * comics/comics-document.h: + * comics/ev-cbr-mime.xml: + * configure.ac: + * po/POTFILES.in: + * shell/ev-application.c: (ev_application_register_service): + * shell/ev-document-types.c: (ev_document_types_add_filters): + * thumbnailer/Makefile.am: + * thumbnailer/evince-thumbnailer-comics.schemas.in: + + New CBR/CBZ backend for comic books. + +2005-11-10 Nickolay V. Shmyrev + + * shell/main.c: (load_files_remote): + + Thanks to Robert McQueen . Dbus + warning on startup of second instance is fixed. It + is bug #320353. + +2005-10-30 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_finalize): + + Fix double free that cause crash. + 2005-10-29 Bastien Nocera * tiff/tiff-document.c: (tiff_document_load):