]>
www.fi.muni.cz Git - evince.git/log
Matej Urban [Wed, 22 Apr 2009 10:09:27 +0000 (12:09 +0200)]
Updated Slovenian translation
Jorge Gonzalez [Sun, 19 Apr 2009 14:21:33 +0000 (16:21 +0200)]
Updated Spanish translation
Nickolay V. Shmyrev [Fri, 17 Apr 2009 07:22:33 +0000 (11:22 +0400)]
evince.doap: Added project description.
Nickolay V. Shmyrev [Wed, 15 Apr 2009 20:35:03 +0000 (20:35 +0000)]
Fixes the test
svn path=/trunk/; revision=3612
khaledh [Wed, 15 Apr 2009 11:04:36 +0000 (11:04 +0000)]
Updated Arabic translation.
svn path=/trunk/; revision=3607
Jorge Gonzalez Gonzalez [Sun, 12 Apr 2009 14:20:20 +0000 (14:20 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=3605
Priit Laes [Sun, 12 Apr 2009 10:15:07 +0000 (10:15 +0000)]
Translation updated by Ivar Smolin
2009-04-12 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=3603
Nickolay V. Shmyrev [Sun, 12 Apr 2009 00:17:32 +0000 (00:17 +0000)]
Fixes typo
svn path=/trunk/; revision=3602
Goran Rakic [Fri, 10 Apr 2009 17:22:39 +0000 (17:22 +0000)]
Updated Serbian translation (by Miloš Popović)
svn path=/trunk/; revision=3601
Carlos Garcia Campos [Fri, 10 Apr 2009 14:22:16 +0000 (14:22 +0000)]
Change process working directory to $HOME so that we don't prevent
2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/main.c: (main):
Change process working directory to $HOME so that we don't prevent
unmounting in case the initial cwd is on an external device. Fixes
bug #575436.
svn path=/trunk/; revision=3598
Carlos Garcia Campos [Fri, 10 Apr 2009 13:57:32 +0000 (13:57 +0000)]
Use g_file_make_symbolic_link to create symlinks. Patch by Hib Eris. See
2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_create_tmp_symlink):
Use g_file_make_symbolic_link to create symlinks. Patch by Hib
Eris. See bug #339172.
svn path=/trunk/; revision=3597
Carlos Garcia Campos [Fri, 10 Apr 2009 10:37:56 +0000 (10:37 +0000)]
Create and load the document based on the mime-type provided by nautilus
2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
* properties/ev-properties-main.c: (ev_properties_get_pages):
Create and load the document based on the mime-type provided by
nautilus instead of using our own documents factory. Fixes bug
#533917.
svn path=/trunk/; revision=3595
Goran Rakic [Fri, 10 Apr 2009 10:17:19 +0000 (10:17 +0000)]
Updated Serbian translation (by Miloš Popović)
svn path=/trunk/; revision=3594
Carlos Garcia Campos [Fri, 10 Apr 2009 10:00:27 +0000 (10:00 +0000)]
Add missing file. Fixes bug #578436
svn path=/trunk/; revision=3593
Funda Wang [Fri, 10 Apr 2009 03:26:05 +0000 (03:26 +0000)]
Updated zh_CN translation.
svn path=/trunk/; revision=3592
Benjamin Berg [Thu, 9 Apr 2009 20:36:17 +0000 (20:36 +0000)]
Fix tiff pixel conversion on big endian machines. Fixes bug #509920.
2009-04-09 Benjamin Berg <benjamin@sipsolutions.net>
* backend/tiff/tiff-document.c: (tiff_document_render):
Fix tiff pixel conversion on big endian machines. Fixes bug #509920.
svn path=/trunk/; revision=3589
Benjamin Berg [Wed, 8 Apr 2009 22:34:02 +0000 (22:34 +0000)]
Fix output on big endian machines. Fixes bug #578433.
2009-04-09 Benjamin Berg <benjamin@sipsolutions.net>
* backend/dvi/cairo-device.c: (dvi_cairo_put_pixel):
Fix output on big endian machines. Fixes bug #578433.
svn path=/trunk/; revision=3586
Dan Winship [Wed, 8 Apr 2009 22:14:07 +0000 (22:14 +0000)]
Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source()
2009-04-08 Dan Winship <danw@gnome.org>
* cut-n-paste/smclient/eggsmclient-xsmp.c (save_state):
Fix the .desktop-file-as-state-file case;
egg_desktop_file_get_source() returns a URI, not a filename.
svn path=/trunk/; revision=3585
Carlos Garcia Campos [Wed, 8 Apr 2009 15:42:49 +0000 (15:42 +0000)]
Removed
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* cut-n-paste/Makefile.am:
* cut-n-paste/evmountoperation/*: Removed
* po/POTFILES.in:
* shell/Makefile.am:
* shell/ev-print-operation.c:
* shell/ev-window.c: (window_open_file_copy_ready_cb),
(ev_window_cmd_help_contents), (launch_action),
(launch_external_uri):
Bump GTK+ requirement to 2.14.
svn path=/trunk/; revision=3584
Carlos Garcia Campos [Wed, 8 Apr 2009 13:43:06 +0000 (13:43 +0000)]
Use g_error_matches() instead of manually check error code and domain.
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (window_open_file_copy_ready_cb),
(reload_remote_copy_ready_cb), (window_save_file_copy_ready_cb):
Use g_error_matches() instead of manually check error code and
domain.
svn path=/trunk/; revision=3583
Carlos Garcia Campos [Wed, 8 Apr 2009 13:35:11 +0000 (13:35 +0000)]
Delete the temp symlink created when opening a copy.
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_clear_temp_symlink),
(ev_window_dispose):
Delete the temp symlink created when opening a copy.
svn path=/trunk/; revision=3582
Carlos Garcia Campos [Wed, 8 Apr 2009 13:13:41 +0000 (13:13 +0000)]
Add previewer files to POTFILES.in.
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* po/POTFILES.in:
Add previewer files to POTFILES.in.
svn path=/trunk/; revision=3581
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:39 +0000 (13:10 +0000)]
Delete the print settings file.
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
(main):
Delete the print settings file.
svn path=/trunk/; revision=3580
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:27 +0000 (13:10 +0000)]
Remove the preview mode from EvWindow. EvPrintOperation now launches
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* data/evince-ui.xml:
* shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
(ev_application_open_uri), (ev_application_open_uri_list):
* shell/ev-print-operation.c: (export_print_done):
* shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
(update_chrome_visibility), (ev_window_clear_local_uri),
(ev_window_load_job_cb), (window_open_file_copy_ready_cb),
(ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
(ev_window_cmd_recent_file_activate),
(ev_window_open_recent_action_item_activated),
(ev_window_dispose), (open_remote_link):
* shell/main.c: (launch_previewer), (arguments_parse), (main):
Remove the preview mode from EvWindow. EvPrintOperation now
launches evince-previewer. The preview mode command line options
have not been removed to keep backwards compatibility, launching
evince-previewer when evince is run in preview mode.
svn path=/trunk/; revision=3579
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:12 +0000 (13:10 +0000)]
Add evince-previewer as a separate applicaton that implements the preview
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* Makefile.am:
* data/Makefile.am:
* previewer/Makefile.am:
* previewer/ev-previewer-window.[ch]:
* previewer/ev-previewer.c:
Add evince-previewer as a separate applicaton that implements the
preview mode.
svn path=/trunk/; revision=3578
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:00 +0000 (13:10 +0000)]
Move EvPageAction and EvStockIcons from shell to a new internal library
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* Makefile.am:
* po/POTFILES.in:
* shell/Makefile.am:
* shell/ev-page-action-widget.[ch]:
* shell/ev-page-action.[ch]:
* shell/ev-stock-icons.[ch]:
* shell/ev-application.c:
* shell/main.c:
* libmisc/Makefile.am:
* libmisc/ev-page-action-widget.[ch]:
* libmisc/ev-page-action.[ch]:
* libmisc/ev-stock-icons.[ch]:
Move EvPageAction and EvStockIcons from shell to a new internal
library (libevmisc) that will be used by the evince previewer too.
svn path=/trunk/; revision=3577
Nickolay V. Shmyrev [Tue, 7 Apr 2009 22:17:34 +0000 (22:17 +0000)]
Ups, proper fix
svn path=/trunk/; revision=3575
Nickolay V. Shmyrev [Tue, 7 Apr 2009 22:16:47 +0000 (22:16 +0000)]
Fixes memory leak. Bug #578285.
2009-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* backend/tiff/tiff2ps.c (tiff2ps_context_new):
Fixes memory leak. Bug #578285.
svn path=/trunk/; revision=3574
Carlos Garcia Campos [Mon, 6 Apr 2009 17:05:52 +0000 (17:05 +0000)]
Move ev_view_update_view_size() from libview to ev-window again and make
2009-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
* libview/ev-view.[ch]: (ev_view_set_zoom),
(ev_view_update_view_size):
* shell/ev-window.c: (ev_window_set_view_size),
(ev_window_sizing_mode_changed_cb), (ev_window_init):
Move ev_view_update_view_size() from libview to ev-window again
and make sure the view is not redrawn when calling
ev_view_set_zoom more than once with the same zoom scale.
svn path=/trunk/; revision=3573
Nickolay V. Shmyrev [Sun, 5 Apr 2009 10:23:26 +0000 (10:23 +0000)]
Follow up to bug #539972. Alt+Arrows conflict with view scrolling, changed
2009-04-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-window.c:
Follow up to bug #539972. Alt+Arrows conflict with
view scrolling, changed it to Ctrl+Arrows.
svn path=/trunk/; revision=3572
Nickolay V. Shmyrev [Sun, 5 Apr 2009 10:22:08 +0000 (10:22 +0000)]
Follow up to bug #539972. Alt+Arrows conflict with
view scrolling, changed it to Ctrl+Arrows.
svn path=/trunk/; revision=3571
Nickolay V. Shmyrev [Sat, 4 Apr 2009 21:34:19 +0000 (21:34 +0000)]
Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix the bug
2009-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-print-operation.c (clamp_ranges),
(ev_print_operation_export_print_dialog_response_cb):
* test/Makefile.am:
* test/test7.py:
Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
the bug 517735. Fixes preview of the empty selection.
svn path=/trunk/; revision=3570
Christian Persch [Tue, 31 Mar 2009 22:15:12 +0000 (22:15 +0000)]
Direct bug-buddy bugs to the BugBuddyBugs component.
* data/evince.desktop.in.in: Direct bug-buddy bugs to the
BugBuddyBugs component.
svn path=/trunk/; revision=3564
Nickolay V. Shmyrev [Tue, 31 Mar 2009 21:07:01 +0000 (21:07 +0000)]
Set proper path to saved accels file. Fixes bug #577500.
2009-04-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-application.c (ev_application_init):
Set proper path to saved accels file. Fixes bug #577500.
svn path=/trunk/; revision=3563
Nickolay V. Shmyrev [Mon, 30 Mar 2009 01:49:12 +0000 (01:49 +0000)]
Animation is ready only when origin surface is ready. This fixes fading
2009-03-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* libview/ev-transition-animation.c:
(ev_transition_animation_paint), (ev_transition_animation_ready):
Animation is ready only when origin surface is ready. This fixes
fading animations because otherwise next page is displayed
before animaiton starts.
svn path=/trunk/; revision=3562
Simos Xenitellis [Sat, 28 Mar 2009 22:45:03 +0000 (22:45 +0000)]
Added figures by Fotis Tsamis
svn path=/trunk/; revision=3561
Nickolay V. Shmyrev [Thu, 26 Mar 2009 00:09:55 +0000 (00:09 +0000)]
Added a test to check printing and a size of the file.
2009-03-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* test/Makefile.am:
* test/test6.py:
Added a test to check printing and a size of the file.
svn path=/trunk/; revision=3560
Amitakhya Phukan [Wed, 25 Mar 2009 07:21:22 +0000 (07:21 +0000)]
Updated assamese translations
svn path=/trunk/; revision=3559
Amitakhya Phukan [Wed, 25 Mar 2009 07:18:21 +0000 (07:18 +0000)]
Updated assamese translations
svn path=/trunk/; revision=3558
Christian Persch [Tue, 24 Mar 2009 21:48:05 +0000 (21:48 +0000)]
Update smclient from libegg master.
* cut-n-paste/smclient/eggdesktopfile.c:
(egg_desktop_file_launchv), (egg_set_desktop_file):
* cut-n-paste/smclient/eggsmclient.c:
(egg_sm_client_get_option_group): Update smclient from libegg master.
svn path=/trunk/; revision=3557
Christian Persch [Tue, 24 Mar 2009 21:48:00 +0000 (21:48 +0000)]
Set alternative button order for dialogues.
* shell/ev-window.c: (ev_window_cmd_save_as),
(ev_window_cmd_file_close_window),
(ev_view_popup_cmd_save_image_as),
(ev_attachment_popup_cmd_save_attachment_as): Set alternative button
order for dialogues.
svn path=/trunk/; revision=3556
Christian Persch [Tue, 24 Mar 2009 21:47:54 +0000 (21:47 +0000)]
Ignore more.
svn path=/trunk/; revision=3555
Christian Persch [Tue, 24 Mar 2009 21:47:47 +0000 (21:47 +0000)]
Bug 575085 – titles not translated in the nautilus tab
* properties/ev-properties-view.c: (set_property): Translate the
categories.
svn path=/trunk/; revision=3554
Djihed Afifi [Wed, 18 Mar 2009 09:20:56 +0000 (09:20 +0000)]
Updated Arabic translation
svn path=/trunk/; revision=3553
Baris Cicek [Mon, 16 Mar 2009 22:32:24 +0000 (22:32 +0000)]
Updated Turkish Translation
svn path=/trunk/; revision=3552
Nickolay V. Shmyrev [Mon, 16 Mar 2009 20:23:06 +0000 (20:23 +0000)]
Bumped the version
svn path=/trunk/; revision=3550
Carlos Garcia Campos [Mon, 16 Mar 2009 20:19:15 +0000 (20:19 +0000)]
Updated for release 2.26.0
2009-03-16 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
Updated for release 2.26.0
svn path=/trunk/; revision=3549
Kostas Papadimas [Mon, 16 Mar 2009 16:00:58 +0000 (16:00 +0000)]
Updated Greek Translation by Fotis Tsamis.
svn path=/trunk/; revision=3548
Kostas Papadimas [Mon, 16 Mar 2009 15:59:28 +0000 (15:59 +0000)]
Updated Greek Translation by Fotis Tsamis.
svn path=/trunk/; revision=3547
Amanpreet Singh Alam [Mon, 16 Mar 2009 14:57:36 +0000 (14:57 +0000)]
updating for Gnome Punjabi Translation by A S Alam
svn path=/trunk/; revision=3546
Krishnababu Krothapalli [Mon, 16 Mar 2009 06:33:45 +0000 (06:33 +0000)]
Updated Telugu Translation
svn path=/trunk/; revision=3545
Krishnababu Krothapalli [Mon, 16 Mar 2009 06:33:05 +0000 (06:33 +0000)]
Updated ChangleLog entry
svn path=/trunk/; revision=3544
Rajesh Ranjan [Mon, 16 Mar 2009 05:12:27 +0000 (05:12 +0000)]
maithili added
svn path=/trunk/; revision=3543
Andre Klapper [Sun, 15 Mar 2009 22:40:02 +0000 (22:40 +0000)]
Added Afrikaans translation by Walter / Friedel Wolff. Added af.
2009-03-15 Andre Klapper <
a9016009 @gmx.de>
* af.po: Added Afrikaans translation by Walter / Friedel Wolff.
* LINGUAS: Added af.
svn path=/trunk/; revision=3542
Gabor Kelemen [Sun, 15 Mar 2009 22:36:30 +0000 (22:36 +0000)]
Translation updated.
2009-03-15 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=3541
Ani Peter [Sun, 15 Mar 2009 16:40:54 +0000 (16:40 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=3540
Ani Peter [Sun, 15 Mar 2009 16:40:42 +0000 (16:40 +0000)]
Updated Malayalam Translation
svn path=/trunk/; revision=3539
Kostas Papadimas [Sun, 15 Mar 2009 15:58:07 +0000 (15:58 +0000)]
Updated Greek Translation by Pierros Papadeas.
svn path=/trunk/; revision=3538
Žygimantas Beručka [Sat, 14 Mar 2009 20:12:21 +0000 (20:12 +0000)]
Updated Lithuanian translation.
2009-03-14 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=3537
Nickolay V. Shmyrev [Fri, 13 Mar 2009 22:57:49 +0000 (22:57 +0000)]
Updated Russian translation by Yuriy Penkin.
2009-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by Yuriy Penkin.
svn path=/trunk/; revision=3536
Ignacio Casal Quinteiro [Fri, 13 Mar 2009 21:38:39 +0000 (21:38 +0000)]
Updated Galician translation
svn path=/trunk/; revision=3535
Rajesh Ranjan [Fri, 13 Mar 2009 18:25:54 +0000 (18:25 +0000)]
hindi update by Rajesh Ranjan
svn path=/trunk/; revision=3534
Andre Klapper [Fri, 13 Mar 2009 13:34:35 +0000 (13:34 +0000)]
Revert last commit.
2009-03-13 Andre Klapper <
a9016009 @gmx.de>
* cs.po: Revert last commit.
svn path=/trunk/; revision=3533
Andre Klapper [Fri, 13 Mar 2009 04:40:31 +0000 (04:40 +0000)]
Updated Czech translation by Lucas Lommer.
2009-03-13 Andre Klapper <
a9016009 @gmx.de>
* cs.po: Updated Czech translation by Lucas Lommer.
svn path=/trunk/; revision=3532
Felix I [Thu, 12 Mar 2009 09:40:44 +0000 (09:40 +0000)]
tamil translation updated
svn path=/trunk/; revision=3531
Andre Klapper [Wed, 11 Mar 2009 16:46:19 +0000 (16:46 +0000)]
Updated Czech translation by Lucas Lommer.
2009-03-11 Andre Klapper <
a9016009 @gmx.de>
* cs/cs.po: Updated Czech translation by Lucas Lommer.
svn path=/trunk/; revision=3530
Krishnababu Krothapalli [Wed, 11 Mar 2009 12:18:37 +0000 (12:18 +0000)]
Updated Telugu Translation
svn path=/trunk/; revision=3529
Krishnababu Krothapalli [Wed, 11 Mar 2009 12:17:37 +0000 (12:17 +0000)]
Updated Changelog entry
svn path=/trunk/; revision=3528
Andre Klapper [Mon, 9 Mar 2009 18:31:28 +0000 (18:31 +0000)]
Updated Czech translation by Martin Picek.
2009-03-09 Andre Klapper <
a9016009 @gmx.de>
* cs.po: Updated Czech translation by Martin Picek.
svn path=/trunk/; revision=3527
Sandeep Shedmake [Mon, 9 Mar 2009 14:02:40 +0000 (14:02 +0000)]
Updated Marathi Translations
svn path=/trunk/; revision=3526
Sandeep Shedmake [Mon, 9 Mar 2009 12:34:02 +0000 (12:34 +0000)]
Updated Marathi Translations
svn path=/trunk/; revision=3525
Priit Laes [Mon, 9 Mar 2009 08:19:16 +0000 (08:19 +0000)]
Translation updated by Ivar Smolin
2009-03-09 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=3524
Andre Klapper [Mon, 9 Mar 2009 00:34:23 +0000 (00:34 +0000)]
Added Czech translation by Martin Picek.
2009-03-09 Andre Klapper <
a9016009 @gmx.de>
* cs/cs.po:
* Makefile.am: Added Czech translation by Martin Picek.
svn path=/trunk/; revision=3523
dumol [Sun, 8 Mar 2009 17:24:16 +0000 (17:24 +0000)]
Updated Romanian translation
Updated Romanian translation
svn path=/trunk/; revision=3522
miloc [Sun, 8 Mar 2009 15:29:21 +0000 (15:29 +0000)]
Updated Italian translation by Francesco Marletta
svn path=/trunk/; revision=3521
Yair Hershkovitz [Sat, 7 Mar 2009 17:14:10 +0000 (17:14 +0000)]
updated hebrew translation
svn path=/trunk/; revision=3520
Og B. Maciel [Fri, 6 Mar 2009 13:29:48 +0000 (13:29 +0000)]
Updated Brazilian Portuguese translation.
svn path=/trunk/; revision=3519
Gintautas Miliauskas [Fri, 6 Mar 2009 08:51:46 +0000 (08:51 +0000)]
Updated Lithuanian translation.
2009-03-06 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=3518
Shankar Prasad [Thu, 5 Mar 2009 04:11:11 +0000 (04:11 +0000)]
Updated Kannada(kn.po) translations
svn path=/trunk/; revision=3517
Tobias Mueller [Thu, 5 Mar 2009 00:34:49 +0000 (00:34 +0000)]
Make the fixed sized string a semantically correct const char[] instead of
* properties/ev-properties-view.c:
(ev_properties_view_format_date): Make the fixed sized string a
semantically correct const char[] instead of a const char* to fix
a compiler warning if built with -Wformat.
** Fixes bug 574168
svn path=/trunk/; revision=3516
Manoj Kumar Giri [Tue, 3 Mar 2009 10:42:56 +0000 (10:42 +0000)]
Added entries for Oriya language Translation updation.
svn path=/trunk/; revision=3515
Manoj Kumar Giri [Tue, 3 Mar 2009 10:40:57 +0000 (10:40 +0000)]
Updated Oriya Translation.
svn path=/trunk/; revision=3514
Christian Persch [Mon, 2 Mar 2009 23:38:23 +0000 (23:38 +0000)]
If the document is encrypted, the ev_document_factory_get_document() is
* libdocument/ev-document-factory.c:
(ev_document_factory_get_document): If the document is encrypted,
the ev_document_factory_get_document() is supposed to return the
document *and* fill in the error. So let's propagate the local error.
svn path=/trunk/; revision=3512
Christian Persch [Mon, 2 Mar 2009 23:37:35 +0000 (23:37 +0000)]
Typo fix.
svn path=/trunk/; revision=3511
Philip Withnall [Mon, 2 Mar 2009 22:52:46 +0000 (22:52 +0000)]
Updated British English translation.
2009-03-02 Philip Withnall <philip@tecnocode.co.uk>
* en_GB/en_GB.po: Updated British English translation.
svn path=/trunk/; revision=3510
Nickolay V. Shmyrev [Mon, 2 Mar 2009 22:28:35 +0000 (22:28 +0000)]
Updated version before the release
svn path=/trunk/; revision=3509
Carlos Garcia Campos [Mon, 2 Mar 2009 19:06:02 +0000 (19:06 +0000)]
Update for release 2.25.92.
2009-03-02 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
Update for release 2.25.92.
svn path=/trunk/; revision=3508
Petr Kovar [Mon, 2 Mar 2009 14:53:04 +0000 (14:53 +0000)]
Updated Czech translation by Adrian Gunis.
2009-03-02 Petr Kovar <pknbe@volny.cz>
* cs.po: Updated Czech translation by Adrian Gunis.
svn path=/trunk/; revision=3507
Matej Urbančič [Mon, 2 Mar 2009 10:31:37 +0000 (10:31 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=3506
Jorge Gonzalez Gonzalez [Sun, 1 Mar 2009 23:44:26 +0000 (23:44 +0000)]
Updated Spanish translation by Juan Jesus Ojeda
svn path=/trunk/; revision=3505
Carlos Garcia Campos [Sun, 1 Mar 2009 17:16:35 +0000 (17:16 +0000)]
Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541.
2009-03-01 Carlos Garcia Campos <carlosgc@gnome.org>
* libview/ev-view.c: (ev_view_goto_window_create):
Show the 'jump to page' window in the right GdkScreen. Fixes bug
#560541.
svn path=/trunk/; revision=3504
Carlos Garcia Campos [Sun, 1 Mar 2009 16:28:06 +0000 (16:28 +0000)]
Do not lose page position when reloading. Fixes bug #573091.
2009-03-01 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_set_document),
(ev_window_reload_job_cb):
Do not lose page position when reloading. Fixes bug #573091.
svn path=/trunk/; revision=3503
Carlos Garcia Campos [Sun, 1 Mar 2009 11:06:06 +0000 (11:06 +0000)]
Make our own thumbnail when the provided one doesn't have the size we
2009-03-01 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
(pdf_document_thumbnails_get_thumbnail),
(pdf_document_thumbnails_get_dimensions):
Make our own thumbnail when the provided one doesn't have the size
we need. Based on patch and feedback by Christian Spurk. Fixes
bugs #323198 and #307357.
svn path=/trunk/; revision=3502
Duarte Loreto [Sat, 28 Feb 2009 19:38:00 +0000 (19:38 +0000)]
Updated Portuguese translation.
2009-02-28 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=3501
Yair Hershkovitz [Sat, 28 Feb 2009 10:36:03 +0000 (10:36 +0000)]
updated hebrew translation
svn path=/trunk/; revision=3500
Christian Spurk [Fri, 27 Feb 2009 12:33:24 +0000 (12:33 +0000)]
Reduce the restriction on the minimum size of thumbnails from 40 to 1. See
2009-02-27 Christian Spurk <mail@code.chriki.de>
* thumbnailer/evince-thumbnailer.c: (main):
Reduce the restriction on the minimum size of thumbnails from 40
to 1. See bug #323198.
svn path=/trunk/; revision=3499
Carlos Garcia Campos [Fri, 27 Feb 2009 12:33:14 +0000 (12:33 +0000)]
Use GOption in thumbnailer.
2009-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
* thumbnailer/evince-thumbnailer.c: (print_usage), (main):
Use GOption in thumbnailer.
svn path=/trunk/; revision=3498
Kjartan Maraas [Thu, 26 Feb 2009 12:22:33 +0000 (12:22 +0000)]
Updated Norwegian bokmål translation.
2009-02-26 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=3497
Chao-Hsiung Liao [Wed, 25 Feb 2009 12:08:41 +0000 (12:08 +0000)]
2.25.91
svn path=/trunk/; revision=3496
Christian Kirbach [Tue, 24 Feb 2009 23:40:38 +0000 (23:40 +0000)]
Updated German translation.
* de.po: Updated German translation.
svn path=/trunk/; revision=3495