Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* build: Silence the DBUS service file ruleChristian Persch2009-10-201-0/+1
| | | | Add $(AM_V_GEN), and use $(SED).
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-201-0/+8
| | | | | | | | | | | | - When built with DBus support a daemon is used to keep track of opened documents and reload them when reopened. - Crash recovery code has been removed. - Metadata migration code has been moved from main.c to ev-daemon.c, so that it's only run once on daemon startup. Fixes bgo#583680, bgo#434966, bgo#497388, bgo#524633 and bgo#586087.
* [build] Add --disable-tests to disable tests during distcheckCarlos Garcia Campos2009-09-221-0/+7
|
* [configure] Rebump GTK+ requirements to 2.14Carlos Garcia Campos2009-09-181-1/+1
| | | | | It was accidentally changed to 2.12 by commit e2796d0d1a833e63c9495193c9241bd718f68082, but we really need 2.14.
* Use EvInfoBar instead of GeditMessageAreaCarlos Garcia Campos2009-09-181-1/+0
| | | | Fixes bug #592785
* Add GtkInfoBar to cut-n-paste (renamed to avoid conflicts)Carlos Garcia Campos2009-09-181-0/+1
|
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-1/+7
| | | | | | Create a rule for the .evince-backend file creation, and use that one instead of hardcoding it in every Makefile.am. Use $(AM_V_GEN) in the rule.
* [release] 2.27.90Carlos Garcia Campos2009-08-111-1/+1
|
* [printing] Show print progress information when using GtkPrintOperationCarlos Garcia Campos2009-08-081-0/+1
|
* [build] Updated version for the releaseNickolay V. Shmyrev2009-07-131-1/+1
|
* [build] Get rid of shave with AM_SILENT_RULES automake optionJavier Jardón2009-07-121-4/+2
| | | | Solves bgo#585355
* [build] Fixes build without gconfNickolay V. Shmyrev2009-06-181-0/+2
| | | | Defines GCONF_SCHEMAS_INSTALL
* [build] Optimize gconftool checkNickolay V. Shmyrev2009-06-181-5/+5
| | | | Only check for gconftool if gconf is enabled
* Update for release 2.27.3Carlos Garcia Campos2009-06-151-1/+1
|
* Typo fixHib Eris2009-06-141-1/+1
|
* Inform about --disable-nautilus in the error messageChristian Persch2009-06-121-2/+3
| | | | | If libnautilus-extension is not found, tell the user about --disable-nautilus.
* Remove unused automake conditional OS_WIN32Christian Persch2009-06-111-1/+0
|
* Make --disable-gtk-unix-print work againChristian Persch2009-06-111-2/+2
|
* Disable single instance by DBUS for hildon platformChristian Persch2009-06-111-23/+23
| | | | And remove the dbus-binding-tool NO_PREFIX check (very old version).
* Add hildon platform pkgs to SHELL_CORE modulesChristian Persch2009-06-111-5/+13
|
* Make smclient optionalChristian Persch2009-06-111-6/+34
| | | | | | Add --with-smclient configure option, and conditionalise the code. Use --without-smclient to disable smclient. Smclient is disabled by default on hildon platform.
* Don't check for gnome-icon-theme on hildonChristian Persch2009-06-111-2/+6
|
* Don't use automagic dependenciesChristian Persch2009-06-111-42/+40
| | | | | Default to enable, and require explicit disabling. Default to disabled on hildon for the nautilus extension, the thumbnailer and the previewer.
* Add --with-platform configure switchChristian Persch2009-06-111-90/+92
|
* Enable maintainer mode by defaultChristian Persch2009-06-111-4/+7
| | | | Instead of disabled by default.
* Use [] as shave path, not [.]Christian Persch2009-06-111-1/+1
|
* [windows] Make evince relocatable on windows - backendsHib Eris2009-06-091-0/+1
|
* [build] Do not use automagic dependencies for gnome-keyringHib Eris2009-06-091-14/+11
|
* [build] Do not use automagic dependencies for GConfHib Eris2009-06-091-15/+12
|
* [printing] Make use of gtk+-unix-print optionalHib Eris2009-06-091-19/+37
|
* [build] Only fail on missing gnome-keyring when requested explicitlyHib Eris2009-06-091-4/+14
|
* [build] Only fail on missing GConf when requested explicitlyHib Eris2009-06-091-6/+15
|
* [build] Disable comics backend on native windows buildsHib Eris2009-06-051-1/+9
|
* [pdf] Parse xml metadata to detect PDF/A documentsDavide Capodaglio2009-05-201-1/+1
|
* [release] Update configure.ac with the new release versionNickolay V. Shmyrev2009-05-181-2/+2
|
* [pdf] Fix build with poppler without cairo supportCarlos Garcia Campos2009-05-141-0/+1
| | | | Fixes bug #582543
* [build] Use shave to improve build log readabilityCarlos Garcia Campos2009-05-121-0/+5
|
* [pdf] Remove unneeded #ifdefsCarlos Garcia Campos2009-05-121-1/+0
|
* Bump poppler requirement to 0.11.0Carlos Garcia Campos2009-05-121-1/+1
|
* Fix build without gconftool-2Christian Persch2009-05-051-20/+19
| | | | Bug #581441.
* [build] Adds -no-undefined flag for Cygwin buildNickolay V. Shmyrev2009-04-261-1/+1
| | | | | | | Added flag -no-undefined required by Cygwin for installed shared libraries since Cygwin's libtool can't track library dependency automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* RemovedCarlos Garcia Campos2009-04-081-2/+1
| | | | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/evmountoperation/*: Removed * po/POTFILES.in: * shell/Makefile.am: * shell/ev-print-operation.c: * shell/ev-window.c: (window_open_file_copy_ready_cb), (ev_window_cmd_help_contents), (launch_action), (launch_external_uri): Bump GTK+ requirement to 2.14. svn path=/trunk/; revision=3584
* Add evince-previewer as a separate applicaton that implements the previewCarlos Garcia Campos2009-04-081-0/+25
| | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * data/Makefile.am: * previewer/Makefile.am: * previewer/ev-previewer-window.[ch]: * previewer/ev-previewer.c: Add evince-previewer as a separate applicaton that implements the preview mode. svn path=/trunk/; revision=3578
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * po/POTFILES.in: * shell/Makefile.am: * shell/ev-page-action-widget.[ch]: * shell/ev-page-action.[ch]: * shell/ev-stock-icons.[ch]: * shell/ev-application.c: * shell/main.c: * libmisc/Makefile.am: * libmisc/ev-page-action-widget.[ch]: * libmisc/ev-page-action.[ch]: * libmisc/ev-stock-icons.[ch]: Move EvPageAction and EvStockIcons from shell to a new internal library (libevmisc) that will be used by the evince previewer too. svn path=/trunk/; revision=3577
* Bumped the versionNickolay V. Shmyrev2009-03-161-2/+2
| | | | svn path=/trunk/; revision=3550
* 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