Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sv.po: Swedish translation updatedDaniel Nylander2007-02-143-170/+170
| | | | svn path=/trunk/; revision=2325
* Handle PostScript page orientation. Fixes bug #318568.Carlos Garcia Campos2007-02-133-5/+56
| | | | | | | | | | | 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/gstypes.h: * backend/ps/ps-document.c: (ps_document_get_page_rotation), (ps_document_get_page_size), (ps_async_renderer_render_pixbuf), (ps_document_thumbnails_get_thumbnail): Handle PostScript page orientation. Fixes bug #318568. svn path=/trunk/; revision=2324
* Add support for thumbnails in ps backend. Fixes bug #164755.Carlos Garcia Campos2007-02-139-821/+1175
| | | | | | | | | | | | | | | | | | | 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/Makefile.am: * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose), (document_load), (ps_document_load), (save_document), (save_page_list), (ps_document_get_n_pages), (ps_document_get_page_size), (ps_document_get_info), (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf), (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail), (ps_document_thumbnails_get_thumbnail), (ps_document_thumbnails_get_dimensions), (ps_document_document_thumbnails_iface_init): * backend/ps/ps.[ch]: (psgetpagebox): * backend/ps/ps-interpreter.[ch]: Add support for thumbnails in ps backend. Fixes bug #164755. svn path=/trunk/; revision=2323
* Update for release 0.7.2Nickolay V. Shmyrev2007-02-121-12/+12
| | | | svn path=/trunk/; revision=2321
* Release 0.7.2Nickolay V. Shmyrev2007-02-123-1/+64
| | | | | | | | | | | | 2007-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Release 0.7.2 svn path=/trunk/; revision=2320
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2007-02-122-149/+155
| | | | | | | | 2007-02-12 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=2319
* Updated Finnish translationIlkka Tuohela2007-02-122-141/+148
| | | | svn path=/trunk/; revision=2318
* Use document thumbnail as window icon. Fixes bug #384442.Carlos Garcia Campos2007-02-122-22/+73
| | | | | | | | | | 2007-02-12 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_set_icon_from_thumbnail), (ev_window_clear_thumbnail_job), (ev_window_setup_document), (ev_window_dispose): Use document thumbnail as window icon. Fixes bug #384442. svn path=/trunk/; revision=2317
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2007-02-112-392/+421
| | | | | | | | | 2007-02-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=2316
* Remove application/x-gzpostscript from EVINCE_MIME_TYPES which wasEd Catmur2007-02-112-1/+8
| | | | | | | | | 2007-02-11 Ed Catmur <ed@catmur.co.uk> * configure.ac: Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was duplicated adding application/x-bzpostscript instead. svn path=/trunk/; revision=2315
* Check return value of psscan before trying to use it. Fixes bug #372414.Tom Parker2007-02-112-38/+44
| | | | | | | | | 2007-02-11 Tom Parker <palfrey@tevp.net> * backend/ps/ps-document.c: (document_load): Check return value of psscan before trying to use it. Fixes bug #372414. svn path=/trunk/; revision=2314
* Fix invalid free in ev-page-cache. Fixes bug #404745.Carlos Garcia Campos2007-02-112-1/+13
| | | | | | | | 2007-02-11 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-page-cache.c: (ev_page_cache_finalize): Fix invalid free in ev-page-cache. Fixes bug #404745. svn path=/trunk/; revision=2313
* Added reload test case.Nickolay V. Shmyrev2007-02-111-0/+19
| | | | | | | | | | | | 2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * test/Makefile.am: * test/test3.py: Added reload test case. svn path=/trunk/; revision=2312
* Added reload test case.Nickolay V. Shmyrev2007-02-113-2/+9
| | | | | | | | | | | | | 2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * test/Makefile.am: * test/test3.py: Added reload test case. svn path=/trunk/; revision=2311
* Updated Arabic Translation. Djihed Afifi2007-02-112-5/+17
| | | | svn path=/trunk/; revision=2310
* Update (British) English translationDavid Lodge2007-02-112-2/+10
| | | | svn path=/trunk/; revision=2309
* Updated Thai translation.Theppitak Karoonboonyanan2007-02-112-140/+147
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=2308
* Updated French translation.Stéphane Raimbault2007-02-112-3/+15
| | | | | | | | 2007-02-11 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation. svn path=/trunk/; revision=2307
* Check whether there are missing files in indirect multipage djvuCarlos Garcia Campos2007-02-103-4/+62
| | | | | | | | | | 2007-02-10 Carlos Garcia Campos <carlosgc@gnome.org> * po/POTFILES.in: * backend/djvu/djvu-document.c: (djvu_document_load): Check whether there are missing files in indirect multipage djvu documents. Fixes bug #361683. svn path=/trunk/; revision=2306
* Updated Portuguese translation.Duarte Loreto2007-02-102-350/+528
| | | | | | | | 2007-02-10 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=2305
* Updated (British) English translationDavid Lodge2007-02-095-171/+829
| | | | svn path=/trunk/; revision=2304
* Updated Arabic Translation. Djihed Afifi2007-02-082-570/+178
| | | | svn path=/trunk/; revision=2303
* Updated Korean translation.Changwoo Ryu2007-02-072-337/+517
| | | | | | | | 2007-02-07 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=2302
* Added test for slow mime typeNickolay V. Shmyrev2007-02-074-2/+25
| | | | | | | | | | | | | | 2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * test/Makefile.am: * test/test-mime.bin: * test/test3.py: Added test for slow mime type svn path=/trunk/; revision=2301
* Updated French translation by Jonathan Ernst and Claude Paroz.Stéphane Raimbault2007-02-062-569/+439
| | | | | | | | | 2007-02-06 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation by Jonathan Ernst and Claude Paroz. svn path=/trunk/; revision=2300
* Add some checks and call parent_class->finalize. Fixes bug #404745.Carlos Garcia Campos2007-02-062-6/+36
| | | | | | | | 2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-page-cache.c: (ev_page_cache_finalize): Add some checks and call parent_class->finalize. Fixes bug #404745. svn path=/trunk/; revision=2299
* Fixes dropdown history menu. Thanks a lot Carlos!Nickolay V. Shmyrev2007-02-052-1/+7
| | | | | | | | | | | 2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-navigation-action.c: (connect_proxy): Fixes dropdown history menu. Thanks a lot Carlos! svn path=/trunk/; revision=2298
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-02-052-131/+140
| | | | | | | | 2007-02-05 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=2297
* Make sure g_markup_escape_text receives a valid utf-8 string. Fixes bugCarlos Garcia Campos2007-02-052-1/+50
| | | | | | | | | 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree): Make sure g_markup_escape_text receives a valid utf-8 string. Fixes bug #373715. svn path=/trunk/; revision=2296
* Fix memory leak.Carlos Garcia Campos2007-02-052-1/+10
| | | | | | | | 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/ps.c: (psscan): Fix memory leak. svn path=/trunk/; revision=2295
* updated Dzongkha TranslationPema Geyleg2007-02-052-341/+909
| | | | svn path=/trunk/; revision=2294
* updatingfor pUnjabiAmanpreet Singh Alam2007-02-041-363/+533
| | | | svn path=/trunk/; revision=2293
* Add missing libgnome/gnome-init.h header file. Fixes bug #396677.Carlos Garcia Campos2007-02-033-1/+10
| | | | | | | | | 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * libdocument/ev-file-helpers.c: Add missing libgnome/gnome-init.h header file. Fixes bug #396677. svn path=/trunk/; revision=2292
* Support for PDF, PS and EPS compressed files. Fixes bug #307087.Carlos Garcia Campos2007-02-037-149/+232
| | | | | | | | | | | | | | | | 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose), (ps_interpreter_start), (document_load), (save_document), (save_page_list): * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress): * libdocument/ev-document-factory.c: (ev_document_factory_get_from_mime), (get_document_from_uri), (free_uncompressed_uri), (ev_document_factory_get_document): * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest): Support for PDF, PS and EPS compressed files. Fixes bug #307087. svn path=/trunk/; revision=2291
* Updated Finnish translationIlkka Tuohela2007-02-032-378/+443
| | | | svn path=/trunk/; revision=2290
* Fix typo in function name.Carlos Garcia Campos2007-02-032-1/+7
| | | | | | | | 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document.h: Fix typo in function name. svn path=/trunk/; revision=2289
* Handle ghostscript interpreter crashes.Carlos Garcia Campos2007-02-032-3/+23
| | | | | | | | | 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/ps-document.c: (ps_interpreter_finished), (ps_interpreter_start), (ps_interpreter_failed): Handle ghostscript interpreter crashes. svn path=/trunk/; revision=2288
* Updated Belarusian translation.Ihar Hrachyshka2007-02-032-437/+475
| | | | svn path=/trunk/; revision=2287
* Updated Greek translation.Dimitris Glezos2007-02-032-371/+468
| | | | | | | | 2007-02-02 Dimitris Glezos <dimitris@glezos.com> * el.po: Updated Greek translation. svn path=/trunk/; revision=2286
* Setup window size and position before showing it. Fixes bug #401711.Carlos Garcia Campos2007-02-022-5/+16
| | | | | | | | | 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_open_uri), (window_configure_event_cb): Setup window size and position before showing it. Fixes bug #401711. svn path=/trunk/; revision=2285
* Rework ps-document. Code cleanups, remove deprecated code.Carlos Garcia Campos2007-02-024-816/+797
| | | | | | | | | | | | | | | | | | 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/Makefile.am: * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init), (ps_document_dispose), (ps_document_class_init), (ps_interpreter_input), (ps_interpreter_output), (ps_interpreter_error), (setup_interpreter_env), (ps_interpreter_start), (ps_interpreter_stop), (ps_interpreter_failed), (ps_interpreter_is_ready), (check_filecompressed), (document_load), (ps_document_load), (ps_document_get_n_pages), (setup_page), (setup_pixmap), (ps_document_widget_event), (send_ps), (ps_document_next_page), (render_page): Rework ps-document. Code cleanups, remove deprecated code. svn path=/trunk/; revision=2284
* Do not start an image drag and drop operation when pointer is on text, soCarlos Garcia Campos2007-02-012-1/+10
| | | | | | | | | | 2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_button_press_event): Do not start an image drag and drop operation when pointer is on text, so that we can select text when the whole background is an image. svn path=/trunk/; revision=2283
* Disable all zoom related actions during presentation mode.Carlos Garcia Campos2007-01-312-6/+28
| | | | | | | | 2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_update_actions): Disable all zoom related actions during presentation mode. svn path=/trunk/; revision=2282
* Do not zoom in or out on presentation mode. Fixes bug #401305.Esteban Sanchez2007-01-312-0/+12
| | | | | | | | 2007-01-31 Esteban Sanchez <esteban@steve-0.com> * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out): Do not zoom in or out on presentation mode. Fixes bug #401305. svn path=/trunk/; revision=2281
* sv.po: Swedish translation updatedDaniel Nylander2007-01-302-551/+334
| | | | svn path=/trunk/; revision=2280
* Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2007-01-302-396/+443
| | | | | | | | 2007-01-30 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=2279
* Correctly show menu and fix crash when navigaton action is out of toolbarNickolay V. Shmyrev2007-01-302-5/+33
| | | | | | | | | | | | | | 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-navigation-action.c: (connect_proxy), (create_menu_item), (ev_navigation_action_class_init): Correctly show menu and fix crash when navigaton action is out of toolbar visible area. svn path=/trunk/; revision=2278
* Added man fileNickolay V. Shmyrev2007-01-304-3/+58
| | | | | | | | | | | | 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/Makefile.am: * data/evince.1: Added man file svn path=/trunk/; revision=2277
* Updated index document.Nickolay V. Shmyrev2007-01-304-26/+182
| | | | | | | | | | | | | 2007-01-30 Nickolay V. Shmyrev <shmyrev@shadow.teleton> * reference/Makefile.am: * reference/evince-docs.sgml: * reference/evince.types: Updated index document. svn path=/trunk/; revision=2276
* Enable gtk-doc in distcheckNickolay V. Shmyrev2007-01-291-1/+1
| | | | svn path=/trunk/; revision=2275