Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Turkish translationBaris Cicek2008-02-012-411/+639
| | | | svn path=/trunk/; revision=2887
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2008-02-013-590/+709
| | | | | | | | | | | 2008-02-01 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=2886
* updated assamese translationsAmitakhya Phukan2008-02-013-0/+1303
| | | | svn path=/trunk/; revision=2885
* Use the new cairo function cairo_format_stride_for_width when available.Carlos Garcia Campos2008-01-314-2/+24
| | | | | | | | | | | 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/djvu/djvu-document.c: (djvu_document_render): * backend/tiff/tiff-document.c: (tiff_document_render): Use the new cairo function cairo_format_stride_for_width when available. Fixes bug #482720. svn path=/trunk/; revision=2884
* Use g_content_type_guess() only when slow is true inCarlos Garcia Campos2008-01-312-74/+72
| | | | | | | | | | 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document-factory.c: (get_mime_type_from_uri), (get_mime_type_from_data), (get_document_from_uri): Use g_content_type_guess() only when slow is true in get_document_from_uri(). Fix several memory leaks. svn path=/trunk/; revision=2883
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-01-312-194/+201
| | | | svn path=/trunk/; revision=2882
* Use g_content_type_guess () to get mimetype for files. Bug #510401.Cosimo Cecchi2008-01-302-16/+76
| | | | | | | | | | | | | 2008-01-30 Cosimo Cecchi <cosimoc@svn.gnome.org> * libdocument/ev-document-factory.c: (throw_unknown_mime_type_error), (throw_failed_to_get_info_error), (get_document_from_uri): Use g_content_type_guess () to get mimetype for files. Bug #510401. svn path=/trunk/; revision=2881
* Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.Carlos Garcia Campos2008-01-302-2/+7
| | | | | | | | 2008-01-30 Carlos Garcia Campos <carlosgc@gnome.org> * thumbnailer/Makefile.am: Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203. svn path=/trunk/; revision=2880
* Brazilian Portuguese translation updated by Vladimir Melo.Jonh Wendell2008-01-292-602/+343
| | | | | | | | 2008-01-29 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Brazilian Portuguese translation updated by Vladimir Melo. svn path=/trunk/; revision=2879
* Fix build with --without-libgnome. Fixes bug #512771.Carlos Garcia Campos2008-01-292-2/+8
| | | | | | | | 2008-01-29 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Fix build with --without-libgnome. Fixes bug #512771. svn path=/trunk/; revision=2878
* Updated Thai translation.Theppitak Karoonboonyanan2008-01-292-146/+151
| | | | | | | | | 2008-01-29 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=2877
* Install only dvi module. Fixes bug #512718.Matthias Clasen2008-01-292-0/+6
| | | | | | | | | | 2008-01-29 Matthias Clasen <mclasen@redhat.com> * backend/dvi/Makefile.am: Install only dvi module. Fixes bug #512718. svn path=/trunk/; revision=2876
* Initialize backends in properties tab. Fixes bug #512720.Matthias Clasen2008-01-292-0/+9
| | | | | | | | | | | | 2008-01-29 Matthias Clasen <mclasen@redhat.com> * properties/ev-properties-main.c: (nautilus_module_initialize): Initialize backends in properties tab. Fixes bug #512720. svn path=/trunk/; revision=2875
* No need to link with libraries. Fixes bug #512719.Matthias Clasen2008-01-292-12/+5
| | | | | | | | | | 2008-01-29 Matthias Clasen <mclasen@redhat.com> * properties/Makefile.am: No need to link with libraries. Fixes bug #512719. svn path=/trunk/; revision=2874
* Update newsNickolay V. Shmyrev2008-01-281-1/+5
| | | | svn path=/trunk/; revision=2872
* Fixes distcheck issuesNickolay V. Shmyrev2008-01-288-8/+8
| | | | svn path=/trunk/; revision=2871
* Update for release 2.21.90.Nickolay V. Shmyrev2008-01-283-6/+11
| | | | | | | | | | | | 2008-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.21.90. svn path=/trunk/; revision=2870
* Just a little modification of obsolote itemYang Zhang2008-01-281-1/+1
| | | | svn path=/trunk/; revision=2869
* sv.po: Updated Swedish translationDaniel Nylander2008-01-282-154/+156
| | | | svn path=/trunk/; revision=2868
* Update Ukrainian translation.Maxim Dziumanenko2008-01-272-240/+276
| | | | | | | | 2008-01-27 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=2867
* Fix compile warning.Carlos Garcia Campos2008-01-272-1/+7
| | | | | | | | 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_escape): Fix compile warning. svn path=/trunk/; revision=2866
* Fix printing in dvi backend when filename contains white espaces. FixesCarlos Garcia Campos2008-01-272-5/+12
| | | | | | | | | 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end): Fix printing in dvi backend when filename contains white espaces. Fixes bug #502839. svn path=/trunk/; revision=2865
* Updated Norwegian bokmål translation.Kjartan Maraas2008-01-272-145/+145
| | | | | | | | 2008-01-27 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2864
*