Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Evince use it's own icon. Fix for the bug #313392.Nickolay V. Shmyrev2006-05-021-0/+17
| | | | | | | | | | | | | | | | | * data/Makefile.am: * data/evince.png: * data/evince-16.png: * data/evince-22.png: * data/evince.svg: * shell/main.c: (main): Evince use it's own icon. Fix for the bug #313392. * shell/ev-window.c: (fullscreen_timeout_cb), (fullscreen_set_timeout), (fullscreen_clear_timeout), (ev_window_cmd_help_about), (ev_window_dispose): Simplify fullscreen timeout code.
* Fix ChangeLog a bitNickolay V. Shmyrev2006-05-011-2/+2
|
* Allow multiple selection of attachmentsCarlos Garcia Campos2006-04-301-0/+8
| | | | | | | | 2006-04-29 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-attachment.c: * shell/ev-attachment-bar.c: * shell/ev-window.c: Allow multiple selection of attachments
* Fix for the bug #312573 – Optimal selection of current page amongNickolay V. Shmyrev2006-04-291-0/+8
| | | | | | | | * shell/ev-view.c: (view_update_range_and_current_page), (ev_view_scroll): Fix for the bug #312573 – Optimal selection of current page among visible pages.
* Update to djvulibre-3.5.17, now it uses pkg-config. Fix for the bugNickolay V. Shmyrev2006-04-291-0/+9
| | | | | | | | | * configure.ac: * djvu/Makefile.am: * djvu/djvu-text.h: Update to djvulibre-3.5.17, now it uses pkg-config. Fix for the bug 339868.
* Fix the LINGUAS stuff here too so it builds.Kjartan Maraas2006-04-221-0/+4
| | | | | | 2006-04-22 Kjartan Maraas <kmaraas@gnome.org> * configure.ac: Fix the LINGUAS stuff here too so it builds.
* Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. FixesWouter Bolsterlee2006-04-211-0/+5
| | | | | | | 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl> * shell/ev-window.c: Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. Fixes bug #339235.
* Add support for "Find Previous" as dictated by the GNOME HIG. A menu itemWouter Bolsterlee2006-04-201-0/+12
| | | | | | | | | | | | | | 2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl> * data/evince-ui.xml: * shell/ev-view.c: (ev_view_can_find_previous): * shell/ev-view.h: * shell/ev-window.c: (ev_window_update_actions), (ev_window_cmd_edit_find_previous): Add support for "Find Previous" as dictated by the GNOME HIG. A menu item is added and some glue code to make it all work is added to various files.
* Award myself the "useless use of cat" award.Wouter Bolsterlee2006-04-091-0/+4
| | | | | | 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.ac: Award myself the "useless use of cat" award.
* New file listing all supported languages.Wouter Bolsterlee2006-04-091-0/+8
| | | | | | | | | | 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas
* Do not load the document twice when there isn't errorsCarlos Garcia Campos2006-04-061-0/+6
| | | | | | 2006-04-06 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-document-factory.c: Do not load the document twice when there isn't errors
* Fix a crash when there isn't a default application to open an attachmentCarlos Garcia Campos2006-04-041-0/+7
| | | | | | | 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-attachment.c: Fix a crash when there isn't a default application to open an attachment
* Added missing files.Carlos Garcia Campos2006-04-031-1/+8
| | | | | | | 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-attachment.[ch]: * shell/ev-attachment-bar.[ch]: Added missing files.
* Add support for PDF attachments. Fixes bug #325143Nickolay V. Shmyrev2006-04-031-0/+16
| | | | | | | | | | | | | | | | * 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
* Cleanup mime type detection on document load. Fix for the bug #336448.Nickolay V. Shmyrev2006-04-021-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Fix crash on exit, described in the bug #336825.Nickolay V. Shmyrev2006-04-011-0/+6
| | | | | | | | 2006-04-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose): Fix crash on exit, described in the bug #336825.
* Rework factory functions so they are placed now in a single fileNickolay V. Shmyrev2006-03-301-0/+20
| | | | | | | | | | | | | | | | | | | | * 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
* Fix for the bug 166566 - don't show menubar in fullscreen mode.Nickolay V. Shmyrev2006-03-281-0/+7
| | | | | | | * shell/ev-window.c: (update_chrome_visibility): Fix for the bug 166566 - don't show menubar in fullscreen mode.
* Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> AddedTommi Vainikainen2006-03-221-0/+4
| | | | | | | 2006-03-22 Tommi Vainikainen <thv@iki.fi> * configure.ac (ALL_LINGUAS): Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> * dz.po: Added Dzongkha translation from Pema Geyleg.
* More correctly draw loading text when document is empty.Nickolay V. Shmyrev2006-03-211-0/+7
| | | | | | | * shell/ev-view.c: (ev_view_expose_event): More correctly draw loading text when document is empty.
* Fix for the bug #334854, page down and page up switch pages inNickolay V. Shmyrev2006-03-211-0/+7
| | | | | | | * shell/ev-view.c: (ev_view_scroll): Fix for the bug #334854, page down and page up switch pages in presentation mode.
* Fix for the bug #333902, now it's possible to search words with slash.Nickolay V. Shmyrev2006-03-211-0/+17
| | | | | | | | | | | | | | | | | * 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.
* *** empty log message ***Jeremy Le Floc'h2006-03-161-0/+5
|
* Fix memory leak in window title. Fixes bug #333944Carlos Garcia Campos2006-03-141-0/+6
| | | | | | 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window-title (ev_window_title_update): Fix memory leak in window title. Fixes bug #333944
* Fix memory leaks. Fixes bug #333945Carlos Garcia Campos2006-03-141-0/+6
| | | | | | 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-metadata-manager.c (parseItem): Fix memory leaks. Fixes bug #333945
* 0.5.2 actuallyNickolay V. Shmyrev2006-03-131-1/+1
|
* Update for release 0.5.2Nickolay V. Shmyrev2006-03-131-1/+7
|
* Don't jump on scrolling, fix for the bug #333127.Nickolay V. Shmyrev2006-03-051-0/+7
| | | | | | | * shell/ev-view.c: (view_update_range_and_current_page), (page_changed_cb): Don't jump on scrolling, fix for the bug #333127.
* Scroll by one page in presentation mode. Fix for the bug #332993.Nickolay V. Shmyrev2006-03-011-0/+7
| | | | | | | * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): Scroll by one page in presentation mode. Fix for the bug #332993.
* Added Georgian TranslationVladimer Sichinava2006-03-011-1/+5
|
* configure.ac Added lv in ALL_LINGUAS line.Clytie Siddall2006-02-281-1/+5
| | | | * configure.ac Added lv in ALL_LINGUAS line.
* Update for release 0.5.1Nickolay V. Shmyrev2006-02-271-5/+6
| | | | | | * NEWS, configure.ac: Update for release 0.5.1
* Clairfy what page the toolbar page number applies to. Fix for the bugNickolay V. Shmyrev2006-02-241-0/+9
| | | | | | | | | * 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-241-0/+12
| | | | | | | | | | | | * 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-201-0/+16
| | | | | | | | | | | | | | | | | | 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-191-0/+11
| | | | | | | | | | | * 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.
* Text search in djvu. Fix for the bug #303415.Nickolay V. Shmyrev2006-02-191-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Ask filechooser to confirm overwrite. Fix for the bug #328266. Thanks toNickolay V. Shmyrev2006-02-181-0/+8
| | | | | | | | * 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-0/+6
| | | | | | * 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-0/+8
| | | | | | | | * data/evince-toolbar.xml: * shell/ev-window.c: Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577.
* Add checks that are useful in the case of empty ps document.Nickolay V. Shmyrev2006-02-161-2/+7
|
* Include PS in mime types list.Nickolay V. Shmyrev2006-02-151-0/+5
| | | | | * configure.ac: Include PS in mime types list.
* Runtime check for gs interpreter. Fix for the bug #320868. Thanks toNickolay V. Shmyrev2006-02-121-0/+10
| | | | | | | | | | * 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
* Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method whenCarlos Garcia Campos2006-02-121-0/+7
| | | | | | | 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-101-0/+14
| | | | | | | | | | | | | | * 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-071-0/+12
| | | | | | | | | | | | * 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.
* Correcly quote regexp before passing it to unzip.Nickolay V. Shmyrev2006-02-021-0/+7
| | | | | | | * comics/comics-document.c: (comics_regex_quote), (comics_document_load), (extract_argv): Correcly quote regexp before passing it to unzip.
* Place even pages to the left if document has less then two pages. Fix forNickolay V. Shmyrev2006-02-011-0/+12
| | | | | | | | | | | | * 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.
* Correct comics scheme. This make evince create thumbnails for comic books.Nickolay V. Shmyrev2006-01-311-0/+7
| | | | | | | * thumbnailer/evince-thumbnailer-comics.schemas.in: Correct comics scheme. This make evince create thumbnails for comic books. Fix for the bug 329088.
* Don't explicitly set invisible_char to the current default value in caseChristopher Aillon2006-01-311-0/+6
| | | | | | | | 2006-01-31 Christopher Aillon <caillon@redhat.com> * 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.