Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Make the fixed sized string a semantically correct const char[] instead ofTobias Mueller2009-03-051-0/+8
| | | | | | | | | | | * 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
* If the document is encrypted, the ev_document_factory_get_document() isChristian Persch2009-03-021-0/+7
| | | | | | | | | * 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
* Update for release 2.25.92.Carlos Garcia Campos2009-03-021-0/+6
| | | | | | | | | | 2009-03-02 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: Update for release 2.25.92. svn path=/trunk/; revision=3508
* Show the 'jump to page' window in the right GdkScreen. Fixes bug #560541.Carlos Garcia Campos2009-03-011-0/+7
| | | | | | | | | | | 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
* Do not lose page position when reloading. Fixes bug #573091.Carlos Garcia Campos2009-03-011-0/+7
| | | | | | | | | | | 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
* Make our own thumbnail when the provided one doesn't have the size weCarlos Garcia Campos2009-03-011-0/+10
| | | | | | | | | | | | | | 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
* Reduce the restriction on the minimum size of thumbnails from 40 to 1. SeeChristian Spurk2009-02-271-0/+7
| | | | | | | | | | | 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
* Use GOption in thumbnailer.Carlos Garcia Campos2009-02-271-0/+6
| | | | | | | | | | 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
* Use poppler_document_save_a_copy(), which never saves the documentCarlos Garcia Campos2009-02-221-0/+14
| | | | | | | | | | | | | | | | | | 2009-02-22 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_save), (pdf_document_forms_form_field_text_set_text), (pdf_document_forms_form_field_button_set_state), (pdf_document_forms_form_field_choice_select_item), (pdf_document_forms_form_field_choice_toggle_item), (pdf_document_forms_form_field_choice_unselect_all), (pdf_document_forms_form_field_choice_set_text): Use poppler_document_save_a_copy(), which never saves the document modifications, when saving an unmodified document. It makes saving a copy of encrypted PDFs work again. Fixes bug #566791. svn path=/trunk/; revision=3493
* Don't use g_quark_from_static_string in a loadable module!Christian Persch2009-02-181-0/+5
| | | | | | | * backend/djvu/djvu-document.c: (ev_djvu_error_quark): Don't use g_quark_from_static_string in a loadable module! svn path=/trunk/; revision=3485
* Update for release 2.25.91Carlos Garcia Campos2009-02-171-0/+6
| | | | | | | | | | 2009-02-17 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Update for release 2.25.91 svn path=/trunk/; revision=3479
* Replace deprecated gtk symbol in commented out codeThomas Hindoe Paaboel Andersen2009-02-161-0/+5
| | | | svn path=/trunk/; revision=3474
* Update for release 2.25.91.Carlos Garcia Campos2009-02-161-0/+6
| | | | | | | | | | 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-161-0/+5
| | | | | | | * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed memory read. svn path=/trunk/; revision=3472
* Fix signed/unsigned compiler warnings.Christian Persch2009-02-151-0/+5
| | | | | | | * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler warnings. svn path=/trunk/; revision=3465
* Rename GIRs to EvinceDocument/EvinceView.Christian Persch2009-02-151-0/+5
| | | | | | | * libdocument/Makefile.am: * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView. svn path=/trunk/; revision=3463
* Use g_intern_static_string.Christian Persch2009-02-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+6
| | | | | | | | * 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-151-0/+4
| | | | | | * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches. svn path=/trunk/; revision=3458
* Plug a mem leak.Christian Persch2009-02-151-0/+4
| | | | | | * backend/pdf/ev-poppler.cc: Plug a mem leak. svn path=/trunk/; revision=3456
* Don't overwite an error.Christian Persch2009-02-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * backend/impress/impress-document.c: (impress_document_load): Don't overwrite an error. svn path=/trunk/; revision=3450
* Remove unnecessary NULL check; g_strdup() is NULL-safe.Christian Persch2009-02-151-0/+5
| | | | | | | * libdocument/ev-document.c: (ev_document_info_copy): Remove unnecessary NULL check; g_strdup() is NULL-safe. svn path=/trunk/; revision=3448
* Document that this returns either NULL and fills in error, or non-NULL.Christian Persch2009-02-151-0/+6
| | | | | | | | * 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
* Use the content type to get the description, not the MIME type.Christian Persch2009-02-151-0/+5
| | | | | | | * 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-151-0/+6
| | | | | | | | * 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
* NULL safety. (get_mime_type_from_data): Return the MIME type, not theChristian Persch2009-02-151-0/+6
| | | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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-151-0/+5
| | | | | | | * 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
* Fixes bug #571787.Nickolay V. Shmyrev2009-02-151-0/+6
| | | | | | | | | | | 2009-02-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * properties/ev-properties-view.c (set_property): Fixes bug #571787. svn path=/trunk/; revision=3434
* Use gtk_tool_button_set_use_underline() for next/previous buttons so thatCarlos Garcia Campos2009-02-141-0/+7
| | | | | | | | | | | 2009-02-14 Carlos Garcia Campos <carlosgc@gnome.org> * shell/eggfindbar.c: (egg_find_bar_init): Use gtk_tool_button_set_use_underline() for next/previous buttons so that the underline is used for the mnemonic. Fixes bug #571547. svn path=/trunk/; revision=3431
* Do not use metadata when reloading the document, so that the window is notCarlos Garcia Campos2009-02-101-0/+12
| | | | | | | | | | | | | | | | 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (setup_document_from_metadata), (setup_sidebar_from_metadata), (setup_document_from_metadata), (setup_view_from_metadata), (ev_window_set_document), (ev_window_load_job_cb), (ev_window_reload_job_cb), (ev_window_reload_remote), (ev_window_init): Do not use metadata when reloading the document, so that the window is not resized when reloading. See bugs #571051 and #304249. svn path=/trunk/; revision=3426
* Fix smclient libs on cycgwin. See bug #339172.Carlos Garcia Campos2009-02-091-0/+7
| | | | | | | | | | | 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: Fix smclient libs on cycgwin. See bug #339172. svn path=/trunk/; revision=3425
* Add experimental introspection support. Disabled by default; useChristian Persch2009-02-081-0/+8
| | | | | | | | | | * configure.ac: * libdocument/Makefile.am: * libview/Makefile.am: Add experimental introspection support. Disabled by default; use --enable-introspection to enable it. Bug #569083. svn path=/trunk/; revision=3422
* Link libevdocument.la to libevview.la.Christian Persch2009-02-081-0/+4
| | | | | | * libview/Makefile.am: Link libevdocument.la to libevview.la. svn path=/trunk/; revision=3421
* Use g_set_error_literal now that we depend on glib 2.18.Christian Persch2009-02-051-0/+13
| | | | | | | | | | | | | | | * backend/comics/comics-document.c: (comics_document_load): * backend/djvu/djvu-document.c: (djvu_document_load): * backend/dvi/dvi-document.c: (dvi_document_load): * backend/impress/impress-document.c: (impress_document_load): * backend/pdf/ev-poppler.cc: * libdocument/ev-document-factory.c: (get_document_from_uri), (ev_document_factory_get_document): * shell/ev-print-operation.c: (ev_print_operation_export_print_dialog_response_cb): Use g_set_error_literal now that we depend on glib 2.18. svn path=/trunk/; revision=3419
* Include gdkx.h only with X11. See bug #339172.Hib Eris2009-02-051-0/+6
| | | | | | | | | | 2009-02-05 Hib Eris <hib@hiberis.nl> * shell/ev-application.c: Include gdkx.h only with X11. See bug #339172. svn path=/trunk/; revision=3418
* Add application/x-ext-pdf mime type for pdf backend. See bug #339172.Hib Eris2009-02-051-0/+7
| | | | | | | | | | | 2009-02-05 Hib Eris <hib@hiberis.nl> * backend/pdf/pdfdocument.evince-backend.in: Add application/x-ext-pdf mime type for pdf backend. See bug #339172. svn path=/trunk/; revision=3417
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-051-1/+13
| | | | | | | | | | | | | | | | 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.c: * cut-n-paste/smclient/eggsmclient-win32.c: * shell/main.c: Make session manager code compile for w32. These changes have been taken from upstream libegg. Based on patch by Hib Eris. See bug #339172. svn path=/trunk/; revision=3416
* Make screensaver code compile for w32. These changes have been copied fromHib Eris2009-02-051-0/+7
| | | | | | | | | | | 2009-02-05 Hib Eris <hib@hiberis.nl> * cut-n-paste/totem-screensaver/totem-scrsaver.c: Make screensaver code compile for w32. These changes have been copied from upstream totem. See bug #339172. svn path=/trunk/; revision=3415
* Make use of GConf optional. Based on patch by Hib Eris. See bug #339172.Carlos Garcia Campos2009-02-051-0/+8
| | | | | | | | | | | | 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * shell/ev-window.c: (ev_window_setup_action_sensitivity): Make use of GConf optional. Based on patch by Hib Eris. See bug #339172. svn path=/trunk/; revision=3414
* Make ev_init() also bind the evince gettext domain, so i18n works in theChristian Persch2009-02-041-0/+8
| | | | | | | | | | * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the evince gettext domain, so i18n works in the library. * properties/ev-properties-main.c: (nautilus_module_initialize): Remove extra bindtextdomain call. svn path=/trunk/; revision=3413
* Include gi18n-lib.h instead of gi18n.h.Christian Persch2009-02-041-0/+18
| | | | | | | | | | | | | | | | | | | | * backend/comics/comics-document.c: * backend/djvu/djvu-document.c: * backend/dvi/dvi-document.c: * backend/impress/impress-document.c: * backend/pdf/ev-poppler.cc: * backend/pixbuf/pixbuf-document.c: * backend/ps/ev-spectre.c: * backend/tiff/tiff-document.c: * libdocument/ev-attachment.c: * libdocument/ev-document-factory.c: * libview/ev-jobs.c: * libview/ev-view-accessible.c: * libview/ev-view.c: * properties/ev-properties-view.c: Include gi18n-lib.h instead of gi18n.h. svn path=/trunk/; revision=3412