Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Clairfy what page the toolbar page number applies to. Fix for the bugNickolay V. Shmyrev2006-02-241-2/+6
| | | | | | | | | * 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.
* Dont't jump to find result if window was scrolled during search. Fix forNickolay V. Shmyrev2006-02-244-2/+18
| | | | | | | | | | | | * 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.
* Fix for the bug 319133 - Find entry should allow text scroll.Stanislav Slusny2006-02-207-70/+104
| | | | | | | | | | | | | | | | | | 2006-02-21 Stanislav Slusny <slusnys@gmail.com> * 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.
* Fix for the bug #319137. Search now takes account for scrolling.Nickolay V. Shmyrev2006-02-192-39/+37
| | | | | | | | | | | * 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.
* Ask filechooser to confirm overwrite. Fix for the bug #328266. Thanks toNickolay V. Shmyrev2006-02-181-1/+4
| | | | | | | | * 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 <gary@lyranthe.org>
* Inverse order printing, bug #320919.Nickolay V. Shmyrev2006-02-181-6/+10
| | | | | | * shell/ev-print-job.c: (idle_print_handler): Inverse order printing, bug #320919.
* Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577.Nickolay V. Shmyrev2006-02-161-1/+1
| | | | | | | | * data/evince-toolbar.xml: * shell/ev-window.c: Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577.
* Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method whenCarlos Garcia Campos2006-02-121-0/+10
| | | | | | | 2006-02-12 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Make printing support optional. Patch from Eduardo de Barros LimaNickolay V. Shmyrev2006-02-106-8/+41
| | | | | | | | | | | | | | * 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 <eduardo.lima@indt.org.br> for the bug #330546.
* Draw Loading message during xfer job. Fix for the bug #329495.Nickolay V. Shmyrev2006-02-074-7/+26
| | | | | | | | | | | | * 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.
* Place even pages to the left if document has less then two pages. Fix forNickolay V. Shmyrev2006-02-013-12/+23
| | | | | | | | | | | | * 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.
* Append real filename to tmp filename since often document type isNickolay V. Shmyrev2006-01-291-1/+3
| | | | | | * shell/ev-job-xfer.c: (ev_job_xfer_run): Append real filename to tmp filename since often document type is determined by extension.
* Add keybindings for percision-scrolling of display area. Fix for the bugRicardo Markiewicz2006-01-231-6/+18
| | | | | | | | | | 2006-01-24 Ricardo Markiewicz <rmarkie@fi.uba.ar> * 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.
* Save last uri in file chooser dialog. Fix for the bug #327950.Nickolay V. Shmyrev2006-01-213-1/+23
| | | | | | | | | | * 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.
* Final update for release 0.5.0Nickolay V. Shmyrev2006-01-191-2/+1
| | | | | | | | | | | | * 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.
* Dual mode places even pages to the left. Fix for the bug #309393.Nickolay V. Shmyrev2006-01-076-91/+92
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* Commit workaround Mozilla problem. Fix for the bug #325919Nickolay V. Shmyrev2006-01-061-7/+5
| | | | | | | | | | | * 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.
* Clamp page recieved from metadata in valid values. Fix for the bugNickolay V. Shmyrev2006-01-061-3/+4
| | | | | | | | * 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.
* Don't add pixbuf mime types if pixbuf backend is disabled.Nickolay V. Shmyrev2006-01-063-67/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Two page scrolling with Space and PageUp in dual mode. Second fix for theNickolay V. Shmyrev2006-01-063-4/+31
| | | | | | | | | | * 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.
* Correctly clamp adjustment value. Fix for the bug #325808.Nickolay V. Shmyrev2006-01-051-1/+4
| | | | | | | * shell/ev-view.c: (scroll_to_current_page): Correctly clamp adjustment value. Fix for the bug #325808.
* Make print dialog non-modal. Fix for the bug #325622.Nickolay V. Shmyrev2006-01-042-96/+116
| | | | | | | | | | * 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.
* Setting saving behaviour fixes.Nickolay V. Shmyrev2006-01-044-368/+333
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* Remember if last window was maximized. Fix for the bug #323797.Nickolay V. Shmyrev2005-12-291-1/+1
| | | | | | | * shell/ev-window.c: (setup_view_from_metadata): Remember if last window was maximized. Fix for the bug #323797.
* Fix for the bug #325067 with more intelligent selection of current link inNickolay V. Shmyrev2005-12-283-14/+29
| | | | | | | | | | | | | | | | | * 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.
* Update context menu for internal links. Fix for the bug #325066Nickolay V. Shmyrev2005-12-271-10/+37
|
* Bind context menu to keyboard also. Fix for the bug #325065.Nickolay V. Shmyrev2005-12-271-0/+15
| | | | | | | * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init): Bind context menu to keyboard also. Fix for the bug #325065.
* Horizontal scroll on selection also.Nickolay V. Shmyrev2005-12-271-2/+16
| | | | | | * shell/ev-view.c: (selection_scroll_timeout_cb): Horizontal scroll on selection also.
* Correct zoom setup and metadata save broken in some locales.Nickolay V. Shmyrev2005-12-253-5/+2
| | | | | | | | * shell/ev-metadata-manager.c: (parse_value): * shell/ev-view.c: (goto_xyz_link): Correct zoom setup and metadata save broken in some locales.
* Fix very small typo.Nickolay V. Shmyrev2005-12-251-2/+5
|
* Delay scroll until allocation to correctly position page. Fix for the bugNickolay V. Shmyrev2005-12-252-51/+55
| | | | | | | | | | | | * 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.
* Fix memory managementNickolay V. Shmyrev2005-12-251-1/+4
|
* Update NEWS and require poppler 0.5.0.Nickolay V. Shmyrev2005-12-253-9/+119
| | | | | | | | | | | | | | | | | | | | | | 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update NEWS and require poppler 0.5.0. 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * 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.
* Fix typo that was hiding toolbar.Nickolay V. Shmyrev2005-12-251-1/+1
| | | | | | * shell/ev-window.c: (setup_chrome_from_metadata): Fix typo that was hiding toolbar.
* Small cleanup and autoscrolling during selection. Thanks to RicardoNickolay V. Shmyrev2005-12-252-38/+98
| | | | | | | | | | * 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 <rmarkie@fi.uba.ar>.
* Included option in configure to make ps backend compilation optional withEduardo Lima2005-12-211-0/+2
| | | | | | | | | | | | 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br> * 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.
* Add shortcut for "save a copy" menu entry. Fix for the bug #324582.Nickolay V. Shmyrev2005-12-201-1/+2
| | | | | | | * shell/ev-window.c: Add shortcut for "save a copy" menu entry. Fix for the bug #324582.
* Rework selection job info logic and fix critical warning.Nickolay V. Shmyrev2005-12-181-11/+12
| | | | | | | | | * 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.
* Enter as shortcut key for next page. Fix for the bug #321394.Nickolay V. Shmyrev2005-11-271-0/+6
| | | | | | | | * 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.
* Too early for 0.5. Pixbuf cache code cleaned a bit.Nickolay V. Shmyrev2005-11-161-46/+30
| | | | | | | | | | | * 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): * shell/ev-view.c: (draw_one_page): Too early for 0.5. Pixbuf cache code cleaned a bit.
* Release 0.5.0Nickolay V. Shmyrev2005-11-141-1/+1
| | | | | | | | | | | | | | | | | 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Release 0.5.0 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * comics/Makefile.am: * configure.ac: * shell/ev-document-types.c: (ev_document_types_add_filters): More advanced handling of custom mime type installation.
* Save last document settings and reuse them for new documents.Nickolay V. Shmyrev2005-11-143-95/+172
| | | | | | | | | | | | | | | | | | * 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.
* New CBR/CBZ backend for comic books.Nickolay V. Shmyrev2005-11-142-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * 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.
* Thanks to Robert McQueen <robot101@debian.org>. Dbus warning on startup ofNickolay V. Shmyrev2005-11-101-1/+1
| | | | | | | | * shell/main.c: (load_files_remote): Thanks to Robert McQueen <robot101@debian.org>. Dbus warning on startup of second instance is fixed. It is bug #320353.
* Fix double free that cause crash.Nickolay V. Shmyrev2005-10-301-1/+0
| | | | | | * shell/ev-window.c: (ev_window_finalize): Fix double free that cause crash.
* Initial accessibility support.Nickolay V. Shmyrev2005-10-296-103/+790
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/POTFILES.in: * shell/Makefile.am: * shell/ev-view-accessible.c: (ev_view_accessible_get_priv), (ev_view_accessible_free_priv), (ev_view_accessible_class_init), (ev_view_accessible_get_text), (ev_view_accessible_get_character_at_offset), (ev_view_accessible_get_text_before_offset), (ev_view_accessible_get_text_at_offset), (ev_view_accessible_get_text_after_offset), (ev_view_accessible_get_character_count), (ev_view_accessible_get_caret_offset), (ev_view_accessible_set_caret_offset), (ev_view_accessible_get_run_attributes), (ev_view_accessible_get_default_attributes), (ev_view_accessible_get_character_extents), (ev_view_accessible_get_offset_at_point), (ev_view_accessible_get_n_selections), (ev_view_accessible_get_selection), (ev_view_accessible_add_selection), (ev_view_accessible_remove_selection), (ev_view_accessible_set_selection), (ev_view_accessible_text_iface_init), (ev_view_accessible_idle_do_action), (ev_view_accessible_action_do_action), (ev_view_accessible_action_get_n_actions), (ev_view_accessible_action_get_description), (ev_view_accessible_action_get_name), (ev_view_accessible_action_set_description), (ev_view_accessible_action_iface_init), (ev_view_accessible_get_type), (ev_view_accessible_new), (ev_view_accessible_factory_get_accessible_type), (ev_view_accessible_factory_create_accessible), (ev_view_accessible_factory_class_init), (ev_view_accessible_factory_get_type): * shell/ev-view-accessible.h: * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init): * shell/ev-view.h: Initial accessibility support.
* Fix for bug Bug 318916: Printing multiple pages.Nickolay V. Shmyrev2005-10-261-4/+21
| | | | | | * shell/ev-print-job.c: (idle_print_handler): Fix for bug Bug 318916: Printing multiple pages.
* Thumnail dimensions unified with other backends.Nickolay V. Shmyrev2005-10-171-1/+1
| | | | | | | | | | * pdf/ev-poppler.cc: Thumnail dimensions unified with other backends. * shell/ev-window-title.c: (ev_window_title_update): Fix warning.
* Fixed warnings on reload and probably crash reason.Nickolay V. Shmyrev2005-10-111-1/+1
| | | | | | * shell/ev-window.c: (ev_window_setup_document): Fixed warnings on reload and probably crash reason.
* Add .indd files (Adobe Indesign) to the list of "bad extensions".Nickolay V. Shmyrev2005-10-021-0/+1
| | | | | | | * shell/ev-window-title.c: Add .indd files (Adobe Indesign) to the list of "bad extensions".