Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Add a browser plugin implementation.Marco Pesenti Gritti2010-07-271-0/+2
|
* Updated version before the releaseNickolay V. Shmyrev2009-03-021-1/+1
| | | | svn path=/trunk/; revision=3509
* Update for release 2.25.91Carlos Garcia Campos2009-02-171-1/+1
| | | | | | | | | | 2009-02-17 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Update for release 2.25.91 svn path=/trunk/; revision=3479
* Fix smclient libs on cycgwin. See bug #339172.Carlos Garcia Campos2009-02-091-1/+18
| | | | | | | | | | | 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/+36
| | | | | | | | | | * 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
* Make session manager code compile for w32. These changes have been takenCarlos Garcia Campos2009-02-051-0/+14
| | | | | | | | | | | | | | | | 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 use of GConf optional. Based on patch by Hib Eris. See bug #339172.Carlos Garcia Campos2009-02-051-3/+21
| | | | | | | | | | | | 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
* Update for release 2.25.90Carlos Garcia Campos2009-02-021-1/+1
| | | | | | | | | | | | 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.25.90 svn path=/trunk/; revision=3405
* Split API documentation into libdocument, libview and shell. RequiredCarlos Garcia Campos2009-02-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * help/reference/Makefile.am: * help/reference/libdocument/Makefile.am: * help/reference/libdocument/libevdocument-docs.sgml: * help/reference/libdocument/libevdocument.types: * help/reference/libdocument/version.xml.in: * help/reference/libview/Makefile.am: * help/reference/libview/libevview-docs.sgml: * help/reference/libview/libevview.types: * help/reference/libview/version.xml.in: * help/reference/shell/Makefile.am: * help/reference/shell/evince-docs.sgml: * help/reference/shell/evince.types: * help/reference/shell/tmpl/dummy.sgml: * help/reference/shell/version.xml.in: Split API documentation into libdocument, libview and shell. Required gtk-doc files has been added, but API docs still need to be completed and improved. Fixes bug #568465. svn path=/trunk/; revision=3401
* A backend/backend.symbols: Only export the backend module entry point. BugChristian Persch2009-02-011-1/+1
| | | | | | | | | * backend/Makefile.am: A backend/backend.symbols: * configure.ac: Only export the backend module entry point. Bug #569998. svn path=/trunk/; revision=3399
* Bug 569082 – use versioned directory for backendsChristian Persch2009-01-251-0/+8
| | | | | | | | | | * configure.ac: Define ev_binary_version and backenddir. * evince-document.pc.in: Add backenddir variable. * libdocument/Makefile.am: * backend/*/Makefile.am: Remove backenddir definition, so it picks up the one from configure. svn path=/trunk/; revision=3382
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * evince-document.pc.in: Renamed from evince-backend.pc.in. * libdocument/Makefile.am: Renamed library to libevdocument.la. * libview/Makefile.am: * shell/Makefile.am: * backend/*/Makefile.am: Adapt to changed library name. * libdocument/Makefile.am: * libview/Makefile.am: Change the installed headers path to match the directory names in SVN. * evince-document.h: * evince-view.h: Add single headers. Bug #568227. * libdocument/*.h: * libview/*.h: Add single headers guards. * libview/Makefile.am: * libdocument/Makefile.am: * backend/*/Makefile.am: * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can still include individual headers. * properties/Makefile.am: * properties/ev-properties-main.c: * properties/ev-properties-view.h: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: Include only evince-document.h. * libdocument/Makefile.am: * libview/Makefile.am: Generate type builtins from all installed headers. * libdocument/ev-link-action.[ch]: * libdocument/ev-link-dest.[ch]: * libdocument/ev-transition-effect.[ch]: * libview/ev-view.[ch]: Remove handcoded type builtins. * libdocument/Makefile.am: * evince-document.h: Add ev-document-factory.h to the public headers. svn path=/trunk/; revision=3381
* Bug 568229 – library needs libtool versioningChristian Persch2009-01-211-1/+33
| | | | svn path=/trunk/; revision=3373
* Bug 568220 – need pkg-config fileChristian Persch2009-01-211-0/+5
| | | | svn path=/trunk/; revision=3372
* Bug 568224 – library should have version macrosChristian Persch2009-01-211-5/+22
| | | | svn path=/trunk/; revision=3371
* Update for release 2.25.5Nickolay V. Shmyrev2009-01-181-1/+1
| | | | svn path=/trunk/; revision=3359
* Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.Carlos Garcia Campos2009-01-181-5/+5
| | | | | | | | | | | | | 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/*/Makefile.am: * libdocument/Makefile.am: Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code. svn path=/trunk/; revision=3352
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-181-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * libdocument/Makefile.am: * libview/Makefile.am: * libview/ev-job-scheduler.[ch]: * libview/ev-jobs.[ch]: * libview/ev-page-cache.[ch]: * libview/ev-pixbuf-cache.[ch]: * libview/ev-timeline.[ch]: * libview/ev-transition-animation.[ch]: * libview/ev-view-accessible.[ch]: * libview/ev-view-marshal.list: * libview/ev-view.[ch]: * shell/Makefile.am: Move EvView specific code to a libeviview library so that it can be embbeded in other applications. Based on patches by Tomeu Vizoso. Fixes bug #567751. svn path=/trunk/; revision=3348
* Check for localtime_r. See bug #339172.Hib Eris2009-01-161-0/+2
| | | | | | | | | | | | 2009-01-16 Hib Eris <hib@hiberis.nl> * configure.ac: * properties/ev-properties-view.c: (ev_properties_view_format_date): Check for localtime_r. See bug #339172. svn path=/trunk/; revision=3339
* Update for release 2.25.4Nickolay V. Shmyrev2009-01-051-1/+1
| | | | | | | | | | | | 2009-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.25.4 svn path=/trunk/; revision=3326
* GLib version requirement bumped to 2.18 due to g_set_error_literal. ThanksNickolay V. Shmyrev2009-01-021-1/+1
| | | | | | | | | | | | 2009-01-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: GLib version requirement bumped to 2.18 due to g_set_error_literal. Thanks to Christian Spurk. svn path=/trunk/; revision=3321
* Removed RemovedCarlos Garcia Campos2008-12-031-2/+2
| | | | | | | | | | | | | | | | | | 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * data/Makefile.am: * data/evince-password.glade: Removed * data/evince-properties.glade: Removed * properties/ev-properties-view.c: (ev_properties_view_class_init), (set_property), (ev_properties_view_set_info), (ev_properties_view_init): * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose), (font_cell_data_func), (ev_properties_fonts_init): Remove Glade dependency. svn path=/trunk/; revision=3289
* Update for release 2.25.2Carlos Garcia Campos2008-12-011-1/+1
| | | | | | | | | | | | | 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.25.2 svn path=/trunk/; revision=3283
* RemovedCarlos Garcia Campos2008-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * shell/Makefile.am: * shell/ev-keyring.[ch]: * shell/ev-password.[ch]: Removed * shell/ev-password-view.[ch]: (ev_password_view_finalize), (ev_password_view_class_init), (ev_password_view_clicked_cb), (ev_password_view_init), (ev_password_view_set_uri), (ev_password_dialog_got_response), (ev_password_dialog_remember_button_toggled), (ev_password_dialog_entry_changed_cb), (ev_password_dialog_entry_activated_cb), (ev_password_view_ask_password), (ev_password_view_get_password), (ev_password_view_get_password_save_flags), (ev_password_view_new): * shell/ev-window.c: (ev_window_password_view_unlock), (ev_window_load_job_cb), (ev_window_close_dialogs), (ev_window_init): Rework the password view. When the password is in the keyring it's used automatically without showing the password dialog and it's only stored in the keyring when we are sure it's correct. The password dialog has been reworked too, in order to make it more hig compliant and consistent with the GTK+ dialog used in gtkmountoperation. Fixes bug #562496. svn path=/trunk/; revision=3281
* Add GimpCellRendererToggle from gimp slightly modified to fit our needs.Carlos Garcia Campos2008-11-151-0/+1
| | | | | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]: * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list: Add GimpCellRendererToggle from gimp slightly modified to fit our needs. svn path=/trunk/; revision=3266
* Implement layers interface in PDF backend.Carlos Garcia Campos2008-11-151-0/+1
| | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: Implement layers interface in PDF backend. svn path=/trunk/; revision=3265
* Update for 2.25.1 releaseCarlos Garcia Campos2008-11-051-1/+1
| | | | | | | | | | | | 2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for 2.25.1 release svn path=/trunk/; revision=3259
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | 2008-10-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: * properties/ev-properties-view.c: * shell/Makefile.am: * shell/ev-tooltip.[ch]: Removed * shell/ev-view-private.h * shell/eggfindbar.c: * shell/ev-application.c: * shell/ev-open-recent-action.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-view.c: * shell/ev-window.c: Bump GTK+ requirement to 2.12. svn path=/trunk/; revision=3242
* Update for release 2.24.1Carlos Garcia Campos2008-10-201-1/+1
| | | | | | | | | | | | 2008-10-19 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.24.1 svn path=/trunk/; revision=3227
* Update for release 2.24.0Carlos Garcia Campos2008-09-221-1/+1
| | | | | | | | | | | | 2008-09-22 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.24.0 svn path=/trunk/; revision=3204
* Update for release 2.23.92.Carlos Garcia Campos2008-09-091-1/+1
| | | | | | | | | | | | 2008-09-09 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.23.92. svn path=/trunk/; revision=3169
* Update for release 2.23.91.Carlos Garcia Campos2008-09-011-1/+1
| | | | | | | | | | | | 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.23.91. svn path=/trunk/; revision=3136
* EggSMClient copied from libeggCarlos Garcia Campos2008-08-311-25/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/smclient/Makefile.am: * cut-n-paste/smclient/eggdesktopfile.[ch]: * cut-n-paste/smclient/eggsmclient-private.h: * cut-n-paste/smclient/eggsmclient-xsmp.c: * cut-n-paste/smclient/eggsmclient.[ch]: EggSMClient copied from libegg * libdocument/ev-file-helpers.c: (ev_dot_dir): * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_load_session), (smclient_save_state_cb), (smclient_quit_cb), (ev_application_init_session), (ev_application_shutdown), (ev_application_init): * shell/main.c: (main): Use EggSMClient instead of gnome-client and remove libgnome and libgnomeui dependencies. svn path=/trunk/; revision=3130
* Update for release 2.23.6.Nickolay V. Shmyrev2008-08-061-1/+1
| | | | | | | | | | | 2008-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Update for release 2.23.6. svn path=/trunk/; revision=3098
* Correctly build desktop file. Fixes bug #544237.Götz Waschk2008-07-221-1/+1
| | | | | | | | | | 2008-07-23 Götz Waschk <waschk@mandriva.org> * configure.ac: Correctly build desktop file. Fixes bug #544237. svn path=/trunk/; revision=3084
* Update for release 2.23.5.Nickolay V. Shmyrev2008-07-211-1/+1
| | | | | | | | | | | 2008-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Update for release 2.23.5. svn path=/trunk/; revision=3081
* Added support for 7-zip based cb7 comic book. Patch by Kartik Rustagi.Nickolay V. Shmyrev2008-07-111-1/+1
| | | | | | | | | | | | | | | 2008-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * backend/comics/comics-document.c (comics_document_load): * backend/comics/comicsdocument.evince-backend.in: * configure.ac: * thumbnailer/evince-thumbnailer-comics.schemas.in: Added support for 7-zip based cb7 comic book. Patch by Kartik Rustagi. Fixes bug #532312. svn path=/trunk/; revision=3068
* Update for release 2.23.4.Nickolay V. Shmyrev2008-06-181-1/+1
| | | | | | | | | | | 2008-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Update for release 2.23.4. svn path=/trunk/; revision=3054
* Merge branch 'ev-debug' into workCarlos Garcia Campos2008-04-271-8/+19
| | | | svn path=/trunk/; revision=3025
* Fix libspectre check in configure script. Fixes bug #528549.Carlos Garcia Campos2008-04-171-1/+1
| | | | | | | | | | 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Fix libspectre check in configure script. Fixes bug #528549. svn path=/trunk/; revision=3009
* Add GtkMountOperation (renamed to avoid conflicts) to be able to openCarlos Garcia Campos2008-04-161-0/+1
| | | | | | | | | | | | | | | 2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/evmountoperation/ev-mount-operation.[ch]: * shell/Makefile.am: * shell/ev-window.c: (ev_window_load_remote_failed), (mount_volume_ready_cb), (window_open_file_copy_ready_cb): Add GtkMountOperation (renamed to avoid conflicts) to be able to open documents in remote locations that are not mounted. svn path=/trunk/; revision=3007
* Remove gs stuff from ps backend.Carlos Garcia Campos2008-04-121-25/+8
| | | | | | | | | | | 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/ps/Makefile.am: Remove gs stuff from ps backend. svn path=/trunk/; revision=3002
* Bump poppler requirement to 0.8.0.Carlos Garcia Campos2008-04-121-13/+1
| | | | | | | | | | | 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: Bump poppler requirement to 0.8.0. svn path=/trunk/; revision=3001
* Update for release 2.22.1.1Nickolay V. Shmyrev2008-04-081-1/+1
| | | | | | | | | | | | 2008-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.22.1.1 svn path=/trunk/; revision=2998
* Fix build (again) when poppler version is 0.6Carlos Garcia Campos2008-04-081-4/+5
| | | | | | | | | | 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Fix build (again) when poppler version is 0.6 svn path=/trunk/; revision=2997
* Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bugCarlos Garcia Campos2008-04-071-4/+4
| | | | | | | | | | | 2008-04-07 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug #526799. svn path=/trunk/; revision=2995
* Update for release 2.22.1Nickolay V. Shmyrev2008-04-071-1/+1
| | | | svn path=/trunk/; revision=2992
* Add compressed dvi to the list of supported mime types. Patch by EdCarlos Garcia Campos2008-04-061-1/+1
| | | | | | | | | | | | 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/dvi/dvidocument.evince-backend.in: Add compressed dvi to the list of supported mime types. Patch by Ed Catmur. Fixes bug #307087. svn path=/trunk/; revision=2990
* Add a configure option to enable/diable DBus. Patch by Rémi Cardona.Carlos Garcia Campos2008-03-221-12/+18
| | | | | | | | | | | 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Add a configure option to enable/diable DBus. Patch by Rémi Cardona. Fixes bug 521797. svn path=/trunk/; revision=2976
* Fix build with poppler >= 0.7.2Carlos Garcia Campos2008-03-141-0/+9
| | | | | | | | | | | 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: Fix build with poppler >= 0.7.2 svn path=/trunk/; revision=2965