Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix printing with poppler splash backend. Fixes bug #489774.Carlos Garcia Campos2007-10-262-13/+29
| | | | | | | | | | 2007-10-24 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin), (pdf_document_file_exporter_begin_page), (pdf_document_file_exporter_end_page): Fix printing with poppler splash backend. Fixes bug #489774. svn path=/trunk/; revision=2721
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-252-15/+24
| | | | svn path=/trunk/; revision=2720
* Updated Slovenian translationMatej Urbančič2007-10-251-23/+29
| | | | svn path=/trunk/; revision=2719
* Let GnomeVFS check the URL, this allow more URL (like mailto:), and reportPascal Terjan2007-10-252-22/+25
| | | | | | | | | | | | 2007-10-25 Pascal Terjan <pterjan@linuxfr.org> * shell/ev-window.c: (launch_external_uri): Let GnomeVFS check the URL, this allow more URL (like mailto:), and report error if the URL is not supported (#489910). svn path=/trunk/; revision=2718
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-242-79/+61
| | | | svn path=/trunk/; revision=2717
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-10-232-181/+214
| | | | svn path=/trunk/; revision=2715
* Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.Carlos Garcia Campos2007-10-223-1/+10
| | | | | | | | | | 2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin): * shell/ev-print-job.c: (ev_print_job_class_init): Fix a crash when printing with the gnome-print dialog. Fixes bug #488939. svn path=/trunk/; revision=2713
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-10-211-0/+4
| | | | svn path=/trunk/; revision=2711
* Updated Belarusian Latin translation.Ihar Hrachyshka2007-10-181-166/+163
| | | | svn path=/trunk/; revision=2710
* Fix an implicit function definition warning (#487655)Sebastien Bacher2007-10-182-0/+7
| | | | | | | | | | 2007-10-18 Sebastien Bacher <seb128@ubuntu.com> * backend/pixbuf/pixbuf-document.c: Fix an implicit function definition warning (#487655) svn path=/trunk/; revision=2708
* Updated Slovenian translationMatej Urbančič2007-10-162-261/+287
| | | | svn path=/trunk/; revision=2707
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-162-195/+188
| | | | svn path=/trunk/; revision=2705
* Updated Occitan translationYannig MARCHEGAY2007-10-141-201/+203
| | | | svn path=/trunk/; revision=2702
* Fix conflicting shortcut for view sade pane and presentation.Carlos Garcia Campos2007-10-112-1/+7
| | | | | | | | 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: Fix conflicting shortcut for view sade pane and presentation. svn path=/trunk/; revision=2701
* When printing multiple pages per sheet in reverse option, do not invertCarlos Garcia Campos2007-10-115-39/+101
| | | | | | | | | | | | | | | | | | | 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin_page), (pdf_document_file_exporter_do_page), (pdf_document_file_exporter_end_page), (pdf_document_file_exporter_iface_init): * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin_page), (ev_file_exporter_end_page): * shell/ev-jobs.c: (ev_job_print_get_page_list), (ev_job_print_run): When printing multiple pages per sheet in reverse option, do not invert the order of the pages in every sheet, but the order of the sheets. Do not print blank pages when page range is invalid. Fixes bugs #484857 and #485521. svn path=/trunk/; revision=2700
* Respect ranges order when printing more than one range in random order.Carlos Garcia Campos2007-10-113-27/+90
| | | | | | | | | | | 2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.c: (ev_job_print_get_page_list), (ev_job_print_run): * shell/ev-window.c: (ev_window_print_dialog_response_cb): Respect ranges order when printing more than one range in random order. svn path=/trunk/; revision=2699
* Rotate also the window icon when document is rotated. Fixes bug #474681.Martin Schanzenbach2007-10-102-21/+41
| | | | | | | | | | 2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com> * shell/ev-window.c: (ev_window_refresh_window_thumbnail), (ev_window_setup_document), (ev_window_rotation_changed_cb): Rotate also the window icon when document is rotated. Fixes bug #474681. svn path=/trunk/; revision=2696
* Updated Danish translationKenneth Nielsen2007-10-072-114/+118
| | | | svn path=/trunk/; revision=2694
* Added Brazilian Portuguese translation, by Hugo Doria and Pedro deJonh Wendell2007-10-053-1/+1017
| | | | | | | | | | 2007-10-05 Jonh Wendell <jwendell@gnome.org> * pt_BR/pt_BR.po: Added Brazilian Portuguese translation, by Hugo Doria and Pedro de Medeiros * Makefile.am: Added pt_BR to DOC_LINGUAS svn path=/trunk/; revision=2693
* Silently ignore unknown form fields. Fixes bug #482654. Patch by MatthiasCarlos Garcia Campos2007-10-042-4/+17
| | | | | | | | | | 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field), (pdf_document_forms_get_form_fields): Silently ignore unknown form fields. Fixes bug #482654. Patch by Matthias Drochner. svn path=/trunk/; revision=2692
* Use poppler_page_render_for_printing() instead of poppler_page_render() ifCarlos Garcia Campos2007-10-043-1/+16
| | | | | | | | | | | 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page): Use poppler_page_render_for_printing() instead of poppler_page_render() if available when exporting to a ps or pdf file. Fixes bug #476627. svn path=/trunk/; revision=2691
* Do not show the toolbar in fullscreen mode if the main toolbar is notCarlos Garcia Campos2007-10-042-1/+12
| | | | | | | | | 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_run_fullscreen): Do not show the toolbar in fullscreen mode if the main toolbar is not visible. Fixes bug #483048. svn path=/trunk/; revision=2690
* Give priority to form fields over images when deciding whether a buttonCarlos Garcia Campos2007-09-292-3/+12
| | | | | | | | | | | 2007-09-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_button_press_event): Give priority to form fields over images when deciding whether a button press event is over an image or form field. It allows edit form fields when they are over a background image. Fixes bug #477841. svn path=/trunk/; revision=2689
* Updated Finnish translation (fix for bug #479254)Ilkka Tuohela2007-09-232-2/+6
| | | | svn path=/trunk/; revision=2688
* Updated Korean translation.Changwoo Ryu2007-09-222-250/+292
| | | | | | | | 2007-09-22 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=2687
* Updated Italian translation fixing some typos.Luca Ferretti2007-09-202-8/+22
| | | | | | | | | | 2007-09-20 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation fixing some typos. svn path=/trunk/; revision=2686
* Update for release 2.20.0Nickolay V. Shmyrev2007-09-173-2/+36
| | | | | | | | | | | | 2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.20.0 svn path=/trunk/; revision=2684
* Fixes changelog format issueNickolay V. Shmyrev2007-09-171-1/+1
| | | | svn path=/trunk/; revision=2683
* Updated Lithuanian translation.Gintautas Miliauskas2007-09-171-7/+11
| | | | | | | | | | 2007-09-17 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=2682
* Updated Italian translation by Francesco MarlettaLuca Ferretti2007-09-172-236/+281
| | | | | | | | | | 2007-09-17 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Francesco Marletta <francesco.marletta@tiscali.it> svn path=/trunk/; revision=2681
* Updated Lithuanian translation.Gintautas Miliauskas2007-09-162-232/+268
| | | | | | | | | | 2007-09-17 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=2680
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-09-162-269/+305
| | | | | | | | | 2007-09-16 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=2679
* Updated Occitan translationYannig MARCHEGAY2007-09-164-24/+30
| | | | svn path=/trunk/; revision=2678
* Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>Mugurel Tudor2007-09-152-233/+271
| | | | | | | | | 2007-09-15 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro> svn path=/trunk/; revision=2677
* Updated Arabic Translation by Youssef Chahibi. Djihed Afifi2007-09-132-252/+285
| | | | svn path=/trunk/; revision=2676
* Updated Slovak translation on behalf of Peter TuharskyClaude Paroz2007-09-132-557/+896
| | | | | | | | | 2007-09-13 Claude Paroz <claude@2xlibre.net> * sk.po: Updated Slovak translation on behalf of Peter Tuharsky <tuharsky@misbb.sk>. svn path=/trunk/; revision=2675
* Updated Albanian translation.Laurent Dhima2007-09-132-398/+755
| | | | | | * sq.po: Updated Albanian translation. svn path=/trunk/; revision=2674
* Remove #ifdef HAVE_FORMS, so that forms support works again.Carlos Garcia Campos2007-09-122-26/+6
| | | | | | | | 2007-09-12 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: Remove #ifdef HAVE_FORMS, so that forms support works again. svn path=/trunk/; revision=2673
* Updated Italian transation. Updated to new GNOME default theme.Luca Ferretti2007-09-113-204/+193
| | | | | | | | | | | 2007-09-11 Luca Ferretti <elle.uca@libero.it> * it/it.po: Updated Italian transation. * it/figures/evince_start_window.png: Updated to new GNOME default theme. svn path=/trunk/; revision=2672
* Update Ukrainian translation.Maxim Dziumanenko2007-09-102-232/+269
| | | | | | | | 2007-09-10 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=2671
* Updated Danish translationKenneth Nielsen2007-09-082-233/+270
| | | | svn path=/trunk/; revision=2670
* Updated Serbian translationGoran Rakic2007-09-073-504/+648
| | | | svn path=/trunk/; revision=2669
* Estonian translation updates by Ivar SmolinPriit Laes2007-09-062-2/+6
| | | | | | | | 2007-09-06 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation updates by Ivar Smolin svn path=/trunk/; revision=2668
* Updated Galician Translation.Ignacio Casal Quinteiro2007-09-052-217/+232
| | | | svn path=/trunk/; revision=2667
* Add ev-jobs.c Updated Norwegian bokmål translation.Kjartan Maraas2007-09-053-188/+197
| | | | | | | | | 2007-09-05 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add ev-jobs.c * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2666
* Fixes desktop file issues. See bug #473471.Götz Waschk2007-09-053-9/+15
| | | | | | | | | | | | 2007-09-05 Götz Waschk <waschk@mandriva.org> * configure.ac: * data/evince.desktop.in.in: Fixes desktop file issues. See bug #473471. svn path=/trunk/; revision=2665
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-045-128/+266
| | | | | | | | | | | | | | | | | | 2007-09-04 Carlos Garcia Campos <carlosgc@gnome.org> * 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-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose), (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run): * shell/ev-window.c: (ev_window_clear_save_job), (ev_window_save_job_cb), (file_save_dialog_response_cb), (ev_window_dispose): Move save a copy task to its own job so that it's carried out in a thread avoiding another lock in the main thread. Use ev_xfer_uri_simple() instead of gnome_vfs_move() so that document can be saved to a pathin another file system. Fixes bug #456891. svn path=/trunk/; revision=2664
* Update for release 2.19.92Nickolay V. Shmyrev2007-09-043-13/+41
| | | | | | | | | | | | 2007-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.19.92 svn path=/trunk/; revision=2662
* Bump requirements to poppler 0.6 and drop all ifdefs used. Double andCarlos Garcia Campos2007-09-033-21/+13
| | | | | | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text), (pdf_selection_get_selection_region), (pdf_selection_get_selection_map), (ev_form_field_from_poppler_field): Bump requirements to poppler 0.6 and drop all ifdefs used. Double and triple click selections are enabled again now. svn path=/trunk/; revision=2661
* Make sure not to use the history with documents not supporting links.Carlos Garcia Campos2007-09-032-2/+11
| | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_add_history): Make sure not to use the history with documents not supporting links. Fixes bug #468954. svn path=/trunk/; revision=2660