Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Finnish translationIlkka Tuohela2009-02-182-395/+522
| | | | svn path=/trunk/; revision=3484
* Updated be@latin.poIhar Hrachyshka2009-02-182-197/+214
| | | | svn path=/trunk/; revision=3483
* Updated Korean translationChangwoo Ryu2009-02-172-251/+262
| | | | svn path=/trunk/; revision=3482
* Added image in Basque language. Images are: evince_start_window.pngInaki Larranaga Murgoitio2009-02-172-0/+5
| | | | | | | | | | 2009-02-17 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu/figures/: Added image in Basque language. Images are: evince_start_window.png svn path=/trunk/; revision=3480
* Update for release 2.25.91Carlos Garcia Campos2009-02-172-1/+7
| | | | | | | | | | 2009-02-17 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Update for release 2.25.91 svn path=/trunk/; revision=3479
* Add missing file to POTFILES.inCarlos Garcia Campos2009-02-171-0/+1
| | | | svn path=/trunk/; revision=3478
* Update NEWS for new translation updatesCarlos Garcia Campos2009-02-171-0/+2
| | | | svn path=/trunk/; revision=3477
* Translation updated.Gabor Kelemen2009-02-172-345/+338
| | | | | | | | 2009-02-17 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=3476
* Updated Thai translation.Theppitak Karoonboonyanan2009-02-172-405/+524
| | | | | | | | | 2009-02-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=3475
* Replace deprecated gtk symbol in commented out codeThomas Hindoe Paaboel Andersen2009-02-162-1/+6
| | | | svn path=/trunk/; revision=3474
* Update for release 2.25.91.Carlos Garcia Campos2009-02-162-0/+52
| | | | | | | | | | 2009-02-16 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: Update for release 2.25.91. svn path=/trunk/; revision=3473
* Fix a freed memory read.Christian Persch2009-02-162-5/+11
| | | | | | | * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed memory read. svn path=/trunk/; revision=3472
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2009-02-162-219/+230
| | | | | | | | | 2009-02-16 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=3471
* Added Basque translation. Added 'eu' to DOC_LINGUAS.Inaki Larranaga Murgoitio2009-02-162-1/+6
| | | | | | | | | | 2009-02-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu/eu.po: Added Basque translation. * Makefile.am: Added 'eu' to DOC_LINGUAS. svn path=/trunk/; revision=3470
* svn path=/trunk/; revision=3469Iñaki Larrañaga Murgoitio2009-02-161-0/+626
| | | | svn path=/trunk/; revision=3469
* Updated Polish translationTomasz Dominikowski2009-02-152-204/+218
| | | | | | | | 2009-02-15 Tomasz Dominikowski <tdominikowski@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=3468
* Updated Danish translationKenneth Nielsen2009-02-152-190/+206
| | | | svn path=/trunk/; revision=3467
* Updated Spanish translationJorge Gonzalez Gonzalez2009-02-152-325/+346
| | | | svn path=/trunk/; revision=3466
* Fix signed/unsigned compiler warnings.Christian Persch2009-02-152-4/+9
| | | | | | | * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler warnings. svn path=/trunk/; revision=3465
* Add more docsChristian Persch2009-02-152-8/+25
| | | | svn path=/trunk/; revision=3464
* Rename GIRs to EvinceDocument/EvinceView.Christian Persch2009-02-153-10/+15
| | | | | | | * libdocument/Makefile.am: * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView. svn path=/trunk/; revision=3463
* Use g_intern_static_string.Christian Persch2009-02-153-2/+7
| | | | | | | * libdocument/ev-document-type-builtins.c.template: * libview/ev-view-type-builtins.c.template: Use g_intern_static_string. svn path=/trunk/; revision=3462
* Fill in the error.Christian Persch2009-02-152-2/+11
| | | | | | | * backend/impress/impress-document.c: (impress_document_save): Fill in the error. svn path=/trunk/; revision=3461
* Add code to catch backends incorrectly implementing the load vfunc.Christian Persch2009-02-152-2/+22
| | | | | | | * libdocument/ev-document.c: (ev_document_load): Add code to catch backends incorrectly implementing the load vfunc. svn path=/trunk/; revision=3460
* Use a local GError, and propagate as appropriate, making sure always toChristian Persch2009-02-152-38/+48
| | | | | | | | * libdocument/ev-document-factory.c: (ev_document_factory_get_document): Use a local GError, and propagate as appropriate, making sure always to fill in @error if returning NULL. svn path=/trunk/; revision=3459
* Use g_error_matches.Christian Persch2009-02-152-2/+5
| | | | | | * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches. svn path=/trunk/; revision=3458
* More docsChristian Persch2009-02-151-1/+7
| | | | svn path=/trunk/; revision=3457
* Plug a mem leak.Christian Persch2009-02-152-0/+7
| | | | | | * backend/pdf/ev-poppler.cc: Plug a mem leak. svn path=/trunk/; revision=3456
* Don't overwite an error.Christian Persch2009-02-152-7/+6
| | | | | | | * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite an error. svn path=/trunk/; revision=3455
* Make sure to always set @error when returning FALSE. Fix a typo.Christian Persch2009-02-152-1/+10
| | | | | | | * backend/djvu/djvu-document.c: (djvu_document_load): Make sure to always set @error when returning FALSE. Fix a typo. svn path=/trunk/; revision=3454
* Make sure to always set @error when returning FALSE.Christian Persch2009-02-152-4/+14
| | | | | | | * backend/tiff/tiff-document.c: (tiff_document_load): Make sure to always set @error when returning FALSE. svn path=/trunk/; revision=3453
* Make sure to always set @error when returning FALSE.Christian Persch2009-02-152-3/+42
| | | | | | | * backend/comics/comics-document.c: (comics_document_load): Make sure to always set @error when returning FALSE. svn path=/trunk/; revision=3452
* Plug a mem leak.Christian Persch2009-02-152-1/+6
| | | | | | | * backend/impress/impress-document.c: (impress_document_load): Plug a mem leak. svn path=/trunk/; revision=3451
* Don't overwrite an error.Christian Persch2009-02-152-7/+6
| | | | | | | * backend/impress/impress-document.c: (impress_document_load): Don't overwrite an error. svn path=/trunk/; revision=3450
* Docs updateChristian Persch2009-02-151-2/+2
| | | | svn path=/trunk/; revision=3449
* Remove unnecessary NULL check; g_strdup() is NULL-safe.Christian Persch2009-02-152-12/+14
| | | | | | | * libdocument/ev-document.c: (ev_document_info_copy): Remove unnecessary NULL check; g_strdup() is NULL-safe. svn path=/trunk/; revision=3448
* More docsChristian Persch2009-02-151-0/+11
| | | | svn path=/trunk/; revision=3447
* More docsChristian Persch2009-02-151-1/+29
| | | | svn path=/trunk/; revision=3446
* Document that this returns either NULL and fills in error, or non-NULL.Christian Persch2009-02-152-2/+26
| | | | | | | | * libdocument/ev-document-factory.c: (get_document_from_uri): Document that this returns either NULL and fills in error, or non-NULL. Use a local GError so we can reliably check it. svn path=/trunk/; revision=3445
* Ignore moreChristian Persch2009-02-151-0/+81
| | | | svn path=/trunk/; revision=3444
* Use the content type to get the description, not the MIME type.Christian Persch2009-02-152-3/+12
| | | | | | | * libdocument/ev-document-factory.c: (get_document_from_uri): Use the content type to get the description, not the MIME type. svn path=/trunk/; revision=3443
* Make sure to fill in @error on failure. Also, since this is exported inChristian Persch2009-02-152-5/+27
| | | | | | | | * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill in @error on failure. Also, since this is exported in public APIs, cope with the passed-in GError** being NULL. svn path=/trunk/; revision=3442
* More docsChristian Persch2009-02-151-0/+37
| | | | svn path=/trunk/; revision=3441
* NULL safety. (get_mime_type_from_data): Return the MIME type, not theChristian Persch2009-02-152-9/+24
| | | | | | | | * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL safety. (get_mime_type_from_data): Return the MIME type, not the content type. svn path=/trunk/; revision=3440
* Don't leak the input stream.Christian Persch2009-02-152-0/+8
| | | | | | | * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak the input stream. svn path=/trunk/; revision=3439
* Propagate all errors upwards.Christian Persch2009-02-152-4/+13
| | | | | | | * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate all errors upwards. svn path=/trunk/; revision=3438
* Don't use more bytes from buffer than were read from the file.Christian Persch2009-02-152-1/+6
| | | | | | | * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use more bytes from buffer than were read from the file. svn path=/trunk/; revision=3437
* More docs.Christian Persch2009-02-151-0/+12
| | | | svn path=/trunk/; revision=3436
* sv.po: Updated Swedish translationDaniel Nylander2009-02-152-202/+201
| | | | svn path=/trunk/; revision=3435
* Fixes bug #571787.Nickolay V. Shmyrev2009-02-153-19/+21
| | | | | | | | | | | 2009-02-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * properties/ev-properties-view.c (set_property): Fixes bug #571787. svn path=/trunk/; revision=3434