summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [release] 3.5.33.5.3Xan Lopez2012-06-261-1/+1
|
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-4/+21
| | | | It builds and basic functionality works.
* configure.ac: require GTK+ 3.5.2 for OSD style classXan Lopez2012-05-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676784
* tests: include tests/data/ in distDiego Escalante Urrelo2012-05-241-0/+1
| | | | Otherwise tests using its contents will fail on distcheck.
* [release] 3.5.13.5.1Xan Lopez2012-05-011-1/+1
|
* Remove Epiphany manualXan Lopez2012-04-131-1/+0
| | | | | | | | | The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047
* configure.ac: this Makefile does not exist anymoreXan Lopez2012-03-291-1/+0
|
* build: intltool 0.50 add proper support for gsettings schemasJavier Jardón2012-03-281-1/+1
| | | | | | Its not needed to use the .in hack anymore Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672932
* configure.ac: bump version to 3.5.0Xan Lopez2012-03-261-4/+4
| | | | Let the 3.6.0 race begin!
* [release] 3.3.923.3.92Xan Lopez2012-03-211-1/+1
|
* configure.ac: we require WebKitGTK+ 1.7.92 nowXan Lopez2012-03-201-1/+1
|
* configure.ac: remove epiphany_branch defineXan Lopez2012-03-151-3/+0
| | | | It's not used anywhere that I can see.
* Fix distcheckXan Lopez2012-03-141-7/+0
| | | | | | | | | | Most data files are listed through EXTRA_DIST, so they are left in the top srcdir during VPATH builds. The new EphyWebView unit test needs data/pages/error.html, so distcheck was broken because ephy_file ("error.html") was failing since it looked for them in $pwd/data. To fix this, look for files in the top srcdir instead of $pwd/data, which will lead to the builddir data data dir during distcheck.
* [release] 3.3.913.3.91Xan Lopez2012-03-071-1/+1
|
* configure.ac: Add missing checks for sqlite3Claudio Saavedra2012-03-061-0/+1
|
* Add EphyHistoryService and helper classesXan Lopez2012-03-061-0/+1
| | | | | | | | | EphyHistoryService provides a high-level API to store history information. It will processed by a worker thread using SQLite to provide a fast, responsive service to the main UI. Based on the code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com).
* [release] 3.3.903.3.90Xan Lopez2012-02-211-1/+1
|
* [release] 3.3.53.3.5Xan Lopez2012-02-071-3/+3
|
* Remove the Bookmarks Editor desktop fileXan Lopez2012-01-271-2/+0
| | | | There's really no much point in shipping it as a separate "application".
* configure.ac: remove reference to icons MakefileXan Lopez2012-01-271-1/+0
|
* Adapt to the new format form global menusXan Lopez2012-01-261-1/+1
| | | | This requires a GTK+ newer than eed30771.
* [release] 3.3.4.13.3.4.1Xan Lopez2012-01-181-1/+1
|
* [release] 3.3.43.3.4Xan Lopez2012-01-171-2/+2
|
* configure.ac: bump GTK+ dependencyXan Lopez2012-01-131-1/+1
| | | | Needed for GtkApplicationWindow and global menus.
* ephy-embed-prefs: Hardcode enable-fullscreen to TRUEPhilippe Normand2012-01-031-1/+1
| | | | | | | | | This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Also bumped the WebKitGTK requirement to 1.7.3 in agreement with Xan. This release includes bug fixes related to fullscreen display of videos. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665341
* [release] 3.3.33.3.3Xan Lopez2011-12-191-1/+1
|
* Move GtkBuilder files to data/uiXan Lopez2011-12-141-1/+0
| | | | | There's not much point in having two UI files (glade/ and ui/), and besides the files were not actually in glade format anymore.
* configure.ac: kill ancient spellchecker am defineXan Lopez2011-12-101-2/+0
|
* configure.ac: we don't use gdbus-codegen anymoreXan Lopez2011-12-101-3/+0
|
* configure.ac: we can safely assume GCC 3.4 these days, I thinkXan Lopez2011-12-101-25/+1
|
* configure.ac: remove old configure outputXan Lopez2011-12-051-1/+0
|
* Use SoupSession:ssl-use-system-ca-file propertyDan Winship2011-11-301-34/+1
| | | | | | | | Rather than copying glib-networking's logic for finding the system trusted CA file and then telling libsoup to use it, just use the new ssl-use-system-ca-file property. https://bugzilla.gnome.org/show_bug.cgi?id=633109
* configure.ac: require glib 2.31.2 for GNetworkMonitorXan Lopez2011-11-231-1/+1
|
* [release] 3.3.23.3.2Xan Lopez2011-11-211-1/+1
|
* [release] 3.3.13.3.1Xan Lopez2011-10-261-4/+4
|
* [release] 3.2.03.2.0Xan Lopez2011-09-271-5/+5
|
* [release] 3.1.923.1.92Xan Lopez2011-09-211-2/+2
|
* configure.ac: switch to dist-xzXan Lopez2011-09-151-1/+1
| | | | It's the default tarball format for GNOME now.
* [release] 3.1.91.13.1.91.1Xan Lopez2011-09-071-1/+1
|
* [release] 3.1.913.1.91Xan Lopez2011-09-061-1/+1
|
* configure.ac: gdbus-codegen is requiredXan Lopez2011-09-061-1/+1
| | | | | | | Fail if it's not found. Apparently gentoo ships this independently of glib, so it can happen. https://bugzilla.gnome.org/show_bug.cgi?id=657610
* [release] 3.1.903.1.90Xan Lopez2011-08-301-1/+1
|
* Show a notification when the newly created web-app is ready to be usedXan Lopez2011-08-291-0/+2
| | | | | This will probably go away in 3.4 when the new dash design is introduced, but for now it's the best we have.
* [release] 3.1.53.1.5Xan Lopez2011-08-231-2/+2
|
* Depend on glib >= 2.29.10Gustavo Noronha Silva2011-08-161-1/+1
| | | | | We rely on Unicode API that is only available from that version onwards.
* [3.1.3] releaseXan Lopez2011-07-051-1/+1
|
* Drop all dbus-glib codeClaudio Saavedra2011-06-271-13/+0
| | | | | | | We still need to provide equivalent ways to activate epiphany, but we will use GActions instead. https://bugzilla.gnome.org/show_bug.cgi?id=622903
* configure.ac: we don't use startup-notification directlyXan Lopez2011-06-271-2/+0
|
* Copy&paste a few NM defines/enums we need at compile timeXan Lopez2011-06-241-2/+0
| | | | | This way we don't need a compile-time dependency on NetworkManager, since we use it through the DBus APIs.
* Require NetworkManagerXan Lopez2011-06-241-26/+5
| | | | It's not optional in GNOME 3