Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct comics scheme. This make evince create thumbnails for comic books.Nickolay V. Shmyrev2006-01-312-8/+15
| | | | | | | * 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-312-1/+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.
* Updated Lithuanian translation.Žygimantas Beručka2006-01-302-247/+145
| | | | | | 2006-01-30 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Updated Serbian translationSlobodan D. Sredojevic2006-01-303-532/+634
| | | | | | 2006-01-30 Slobodan D. Sredojevic <slobo@akrep.be> * sr.po, sr@Latn.po: Updated Serbian translation
* Fixed a few silly misprintsOle Laursen2006-01-291-5/+9
|
* Updated Danish translation.Ole Laursen2006-01-292-298/+752
| | | | | | 2006-01-29 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Macedonian translation <arangela@cvs.gnome.org>Arangel Angov2006-01-291-311/+216
|
* Append real filename to tmp filename since often document type isNickolay V. Shmyrev2006-01-292-1/+9
| | | | | | * shell/ev-job-xfer.c: (ev_job_xfer_run): Append real filename to tmp filename since often document type is determined by extension.
* Translation updated by Tino Meinen.Vincent van Adrighem2006-01-282-111/+112
| | | | | | 2006-01-28 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-282-303/+358
| | | | | | 2006-01-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Portuguese translation.Duarte Loreto2006-01-282-277/+324
| | | | | | 2006-01-28 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2006-01-272-274/+319
| | | | | | 2006-01-27 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Updated Traditional Chinese translation(Taiwan). Updated TraditionalChao-Hsiung Liao2006-01-263-201/+208
| | | | | | | 2006-01-27 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation(Taiwan). * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
* Updated Russian translation by <gvlat@pochta.ru>Nickolay V. Shmyrev2006-01-232-8/+11
| | | | * ru.po: Updated Russian translation by <gvlat@pochta.ru>
* Add keybindings for percision-scrolling of display area. Fix for the bugRicardo Markiewicz2006-01-232-6/+31
| | | | | | | | | | 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.
* Updated evince translation.Funda Wang2006-01-232-103/+123
|
* Add GTK to the list of categories. Fix for the bug #328034.Nickolay V. Shmyrev2006-01-212-1/+7
| | | | | | * data/evince.desktop.in.in: Add GTK to the list of categories. Fix for the bug #328034.
* Save last uri in file chooser dialog. Fix for the bug #327950.Nickolay V. Shmyrev2006-01-214-1/+33
| | | | | | | | | | * 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.
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-212-107/+113
| | | | | | 006-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Applied document standartization patch by Allessandro FerucciNickolay V. Shmyrev2006-01-212-2/+10
| | | | | * C/evince.xml: Applied document standartization patch by Allessandro Ferucci <a24@umbc.edu>. See bug #327791.
* Updated Japanese translation.Satoru SATOH2006-01-202-311/+357
| | | | | | 2006-01-20 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese translation.
* Final update for release 0.5.0Nickolay V. Shmyrev2006-01-194-3/+18
| | | | | | | | | | | | * 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.
* Use common save function for backends.Jani Monoses2006-01-198-138/+64
| | | | | | | | | | | | | | 2006-01-19 Jani Monoses <jani.monoses@gmail.com> * 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.
* Fix crash on saving pixbuf.Nickolay V. Shmyrev2006-01-171-0/+6
| | | | | | * backend/ev-document-types.c: Fix crash on saving pixbuf.
* Update from libegg, second partNickolay V. Shmyrev2006-01-170-0/+0
|
* Fix crash when saving pixbuf.Jani Monoses2006-01-171-0/+4
| | | | | | | | 2006-01-18 Jani Monoses <jani.monoses@gmail.com> * backend/ev-document-factory.c: (ev_document_factory_get_backend): Fix crash when saving pixbuf.
* Update from libegg.Nickolay V. Shmyrev2006-01-177-306/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Translation updated by Ivar Smolin.Priit Laes2006-01-122-100/+121
| | | | | | 2006-01-12 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Hungarian translation updated.Gabor Kelemen2006-01-112-302/+222
| | | | | | 2006-01-11 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* *** empty log message ***Ignacio Casal Quinteiro2006-01-092-100/+117
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-01-092-100/+122
| | | | | | | 2006-01-09 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Dual mode places even pages to the left. Fix for the bug #309393.Nickolay V. Shmyrev2006-01-077-91/+115
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* Updated Traditional Chinese Translation.(Taiwan) Updated TraditionalChao-Hsiung Liao2006-01-073-222/+262
| | | | | | | 2006-01-07 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese Translation.(Taiwan) * zh_HK.po: Updated Traditional Chinese Translation.(Hong Kong)
* Commit workaround Mozilla problem. Fix for the bug #325919Nickolay V. Shmyrev2006-01-063-16/+32
| | | | | | | | | | | * 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-062-3/+12
| | | | | | | | * 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.
* Add MAINTAINERS as requested on desktop-devel-list.Nickolay V. Shmyrev2006-01-062-0/+7
| | | | | * MAINTAINERS: Add MAINTAINERS as requested on desktop-devel-list.
* Don't add pixbuf mime types if pixbuf backend is disabled.Nickolay V. Shmyrev2006-01-065-82/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-064-4/+41
| | | | | | | | | | * 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.
* Reordered LINGUAS. (Alphabetically)Vincent van Adrighem2006-01-051-1/+1
|
* Correctly clamp adjustment value. Fix for the bug #325808.Nickolay V. Shmyrev2006-01-052-1/+11
| | | | | | | * shell/ev-view.c: (scroll_to_current_page): Correctly clamp adjustment value. Fix for the bug #325808.
* Translation updated by Tino Meinen.Vincent van Adrighem2006-01-042-96/+117
| | | | | | 2006-01-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Make print dialog non-modal. Fix for the bug #325622.Nickolay V. Shmyrev2006-01-043-96/+126
| | | | | | | | | | * 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-045-368/+356
| | | | | | | | | | | | | | | | | | | | | | | * 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.
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-01-032-275/+325
|
* Jan 01 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-015-5/+718
| | | | | | | * Jan 01 2006 Reinout van Schouwen <reinout@cs.vu.nl> * Added partial Dutch translation * Remove section on Quit from par. 3.10 (#325451)
* Updated Thai translation.Theppitak Karoonboonyanan2005-12-312-89/+97
| | | | | | 2005-12-31 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Make antialiasing gs options better and allow to change them duringNickolay V. Shmyrev2005-12-302-4/+17
| | | | | | | | * configure.ac: Make antialiasing gs options better and allow to change them during configure. Fix for the bug #319049.
* Updated Finnish translationIlkka Tuohela2005-12-302-371/+220
|
* Remember if last window was maximized. Fix for the bug #323797.Nickolay V. Shmyrev2005-12-292-1/+8
| | | | | | | * shell/ev-window.c: (setup_view_from_metadata): Remember if last window was maximized. Fix for the bug #323797.
* Updated TranslationAnkitkumar Rameshchandra Patel2005-12-292-89/+98
|