Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-292-94/+111
| | | | | | 2005-12-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2005-12-283-186/+225
| | | | | | | 2005-12-28 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Added "zh_HK" to ALL_LINGUAS.Abel Cheung2005-12-282-1/+5
| | | | | | 2005-12-28 Abel Cheung <maddog@linuxhall.org> * configure.ac: Added "zh_HK" to ALL_LINGUAS.
* New Chinese (Hong Kong) translation from GNOME HK TeamKwok-Koon Cheung2005-12-282-0/+963
| | | | * zh_HK.po: New Chinese (Hong Kong) translation from GNOME HK Team
* Updated Russian translation.Nickolay V. Shmyrev2005-12-282-360/+286
|
* Fix for the bug #325067 with more intelligent selection of current link inNickolay V. Shmyrev2005-12-286-28/+56
| | | | | | | | | | | | | | | | | * 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.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-12-282-94/+111
|
* Updated Canadian English translation.Adam Weinberger2005-12-282-87/+95
| | | | | | 2005-12-28 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Update context menu for internal links. Fix for the bug #325066Nickolay V. Shmyrev2005-12-273-15/+50
|
* Bind context menu to keyboard also. Fix for the bug #325065.Nickolay V. Shmyrev2005-12-272-0/+22
| | | | | | | * 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-272-2/+22
| | | | | | * shell/ev-view.c: (selection_scroll_timeout_cb): Horizontal scroll on selection also.
* Updated TranslationAnkitkumar Rameshchandra Patel2005-12-262-93/+107
|
* Updated Canadian English translation.Adam Weinberger2005-12-262-216/+233
| | | | | | 2005-12-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Thai translation.Theppitak Karoonboonyanan2005-12-262-92/+109
| | | | | | 2005-12-26 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Correct zoom setup and metadata save broken in some locales.Nickolay V. Shmyrev2005-12-254-5/+10
| | | | | | | | * 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-253-51/+67
| | | | | | | | | | | | * 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-257-10/+155
| | | | | | | | | | | | | | | | | | | | | | 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.
* Don't generate thumbnails with alpha. See bug #324077. Thanks to JeroenNickolay V. Shmyrev2005-12-254-4/+14
| | | | | | | | | | * 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 <jeroen.zwartepoorte@gmail.com>.
* Fix typo that was hiding toolbar.Nickolay V. Shmyrev2005-12-252-1/+7
| | | | | | * 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-253-38/+108
| | | | | | | | | | * 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>.
* Correctly check for comics option.Jani Monoses2005-12-212-1/+7
| | | | | | | | 2005-12-22 Jani Monoses <jani.monoses@gmail.com> * configure.ac: Correctly check for comics option.
* Included option in configure to make ps backend compilation optional withEduardo Lima2005-12-216-3/+40
| | | | | | | | | | | | 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.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-12-212-422/+313
|
* Updated TranslationAnkitkumar Rameshchandra Patel2005-12-212-53/+62
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-12-212-54/+61
| | | | | | 2005-12-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* *** empty log message ***Ignacio Casal Quinteiro2005-12-202-53/+61
|
* Comics mime types are added to shared-mime-info CVS. Now we don't need toNickolay V. Shmyrev2005-12-206-62/+16
| | | | | | | | | | | * 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.
* Add shortcut for "save a copy" menu entry. Fix for the bug #324582.Nickolay V. Shmyrev2005-12-202-1/+9
| | | | | | | * 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-182-11/+21
| | | | | | | | | * 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.
* Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.Abel Cheung2005-12-172-1/+5
| | | | | | 2005-12-17 Abel Cheung <maddog@linuxhall.org> * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
* Updated Belarusian translationAles Nyakhaychyk2005-12-152-61/+85
|
* Updated French translation.Christophe Merlet2005-12-132-367/+402
|
* Translation updated by Tino Meinen.Vincent van Adrighem2005-12-112-97/+112
| | | | | | 2005-12-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Updated Gujarati TranslationAnkitkumar Rameshchandra Patel2005-12-112-280/+189
|
* Updated Czech translation.Miloslav Trmac2005-12-022-96/+112
| | | | | | 2005-12-02 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-12-022-283/+313
| | | | | | 2005-12-02 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Enter as shortcut key for next page. Fix for the bug #321394.Nickolay V. Shmyrev2005-11-273-0/+16
| | | | | | | | * 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.
* Updated Spanish translation (QA)Francisco Javier F. Serrador2005-11-272-8/+12
| | | | | | 2005-11-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation (QA)
* Fixed another instance of "Properties".Frank Arnold2005-11-261-2/+2
| | | | | | 2005-11-26 Frank Arnold <farnold@cvs.gnome.org> * de.po: Fixed another instance of "Properties".
* Fixed wrong translation of "Properties". Closes #322163 reported by JürgFrank Arnold2005-11-262-293/+325
| | | | | | | 2005-11-26 Frank Arnold <farnold@cvs.gnome.org> * de.po: Fixed wrong translation of "Properties". Closes #322163 reported by Jürg Billeter.
* Updated Simplified Chinese translation of evinceFunda Wang2005-11-261-204/+119
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-252-8/+14
| | | | | | 2005-11-25 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-11-232-258/+164
| | | | | | | 2005-11-23 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Spanish translation.Francisco Javier F. Serrador2005-11-192-96/+111
| | | | | | 2005-11-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-11-192-292/+193
| | | | | | 2005-11-19 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation.
* Add Belarusian translationAles Nyakhaychyk2005-11-184-1/+946
|
* Updated Norwegian bokmål translation. SameKjartan Maraas2005-11-183-10/+19
| | | | | | | 2005-11-18 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same
* Added missing file. Updated Canadian English translation.Adam Weinberger2005-11-183-94/+99
| | | | | | | 2005-11-17 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation.