Commit graph

202 commits

Author SHA1 Message Date
Christian Dywan
43f1e55411 Bump version to 0.3.0 2011-01-31 02:04:53 +01:00
Christian Dywan
07ffc279b2 Refer to Launchpad rather than Flyspray for bug tracking
Fixes: https://bugs.launchpad.net/midori/+bug/706241
2011-01-30 18:58:00 +01:00
Christian Dywan
32d80dcfad Follow up to correct custom docdir location 2010-11-01 21:21:58 +01:00
Christian Dywan
54cd4afa77 Bump version to 0.2.9 2010-10-31 23:20:48 +01:00
Enrico Tröger
914d5e38f1 Use sys.exc_info() for exception msg in Python 2/3 2010-10-31 22:44:24 +01:00
Christian Dywan
a4715ad4c7 Resort to Python 2.5 exception syntax for now 2010-10-31 21:59:21 +01:00
Christian Dywan
031929e773 Use brackets in wscript to be python 3 compatible
It won't actually build, but it's a step towards that.
2010-10-22 21:41:18 +02:00
Christian Dywan
66303e6c95 --docdir should take not add 'midori' folder if given
So it is possible to pass either /usr/share/docdir or
/usr/share/doc/midori-0.2.9 as appropriate.
2010-10-19 00:53:00 +02:00
Enrico Tröger
769a1dce17 Define kalistglobal only once, declare it globally
This fixes building with gcc and the -fno-common option. The
option is now added to compiler flags in full debugging mode.
2010-09-25 16:57:18 +02:00
Christian Dywan
2c10312ce2 Bump version to 0.2.8 2010-09-19 23:22:41 +02:00
Natanael Copa
7820e209f8 Only use git describe as version string if .git dir exists
We don't want to pick up the git version string on distros
which have build scripts in git.
2010-09-01 20:47:01 +02:00
Christian Dywan
025334fb8f Bump version to 0.2.7 2010-08-16 21:31:14 +02:00
Christian Dywan
aac70d52b5 Strip whitespace and line breaks off git version string 2010-08-07 15:46:33 +02:00
Christian Dywan
94fbf158f6 Remove conditional guards for sqlite 2010-07-17 21:31:29 +02:00
Christian Dywan
b5a4023a7d Use 'git describe' to generate the git version string 2010-07-15 00:06:15 +02:00
Christian Dywan
c3e145f540 Localize Vala extensions and mark strings for translation
The -include switch is passed to the compiler to work around
Vala failing to include gi18n.h first. This works for
clang and gcc at least.
2010-07-04 10:53:21 +02:00
Christian Dywan
67f4f7d977 Require Vala unless --disable-vala is passed 2010-07-03 23:30:21 +02:00
Christian Dywan
4f9615167e Make sqlite3 a mandatory dependency 2010-07-01 20:58:20 +02:00
Peter de Ridder
a84a077ac8 Implement default configuration files on Windows 2010-06-26 16:02:49 +02:00
Peter de Ridder
63fce62664 Use icon with multiple sizes on Windows
The icon is prepared already so 'convert' isn't needed anymore.
2010-06-26 16:02:22 +02:00
Christian Dywan
83a737e386 Bump version to 0.2.6 2010-05-24 19:34:44 +02:00
Christian Dywan
3926ce682a Bump version to 0.2.5 2010-05-16 20:32:33 +02:00
Christian Dywan
a1a2510fa9 Add --enable-tests configuration option
This allows building tests regardless of running ./waf check,
either to ensure they compile or to use them outside of waf.

Disabled by default.
2010-05-02 12:29:53 +02:00
Christian Dywan
05dd4b963a Disable cast checks and assertions if 'debug' is 'none' 2010-05-02 11:49:32 +02:00
Rivo Nurges
7fe6c5614f Pass /usr/X11R6/include for OpenBSD to find X11 2010-05-01 03:09:15 +02:00
Christian Dywan
efa2032c5c Extensive/ no checks in Vala according to debug level 2010-04-25 23:39:00 +02:00
Christian Dywan
7e5dd2db32 Minimal support for tests and extensions in Vala 2010-04-25 00:11:57 +02:00
Christian Dywan
660ad06890 Upgrade waf to 1.5.16
The new waf has better support for Windows and Vala.
2010-04-24 12:44:46 +02:00
Christian Dywan
6767225b2a Disable assertion checks with 'none' debug level
If CCFLAGS are defined, it takes precedence over 'none'.
2010-04-22 23:56:34 +02:00
Christian Dywan
aade642897 Conditionalize SSL validation on libsoup 2.29.91
The flag in the SoupMessage to verify secure connections is
only available in recent versions of libsoup. So we continue
to be oblivious to certificates with older versions.
2010-04-14 22:41:24 +02:00
Christian Dywan
2f1ae3feba Make use of the XScreenSaver extension optional
The extension is only needed for the --inactivity-reset option,
so most users building Midori won't need it.
We also need to check for the according header file.
2010-04-01 18:25:30 +02:00
Christian Dywan
37e2216775 Implement -i, --inactivity-reset command line option
The use case is kiosk systems where leaving the application
idle for a period of time means that the user left, and the
session is reset so the next user starts off clean.

The implementation uses libXss and uses XScreenSaverQueryExtension
which means it is for now supported on X11 only.

Right now reset means closing any opens web pages and opening
the original web page.

Currently --inactivity-reset is only supported with --app.
2010-04-01 00:05:08 +02:00
Christian Dywan
f3cb7c31ec Skip unavailable languages in LINGUAS 2010-03-08 21:13:06 +01:00
Christian Dywan
37fc44c375 Bump version to 0.2.4 2010-03-07 22:23:04 +01:00
Christian Dywan
f456520373 Remove -Wunreachable-code due to false positives 2010-03-06 18:55:59 +01:00
Christian Dywan
baef8d1283 Add -Wunreachable-code to compilation warnings 2010-03-04 02:08:49 +01:00
Christian Dywan
623784d65d Bump to version 0.2.3 2010-02-20 12:39:23 +01:00
Alexander Butenko
34761080e7 Install extension config files to xdg, like search 2010-02-19 19:24:45 +01:00
Rivo Nurges
d8d0c95a02 Look for inet_aton and inet_addr in more header files
This is needed for BSD like systems.
2010-02-17 23:19:17 +01:00
Peter de Ridder
b993cdc553 Add win32 specific linker flags for Midori extensions 2010-02-16 00:59:42 +01:00
Peter de Ridder
f9a6a8e379 Use po directory either in current or parent folder 2010-02-16 00:59:42 +01:00
Christian Dywan
c181b45db9 Add diverse GTK+ deprecation warning flags for debug=full builds 2010-01-31 20:41:30 +01:00
Christian Dywan
65c56f26a8 Rely on sqlite for completion, otherwise disable it entirely 2010-01-25 01:19:03 +01:00
Christian Dywan
c335bb19c7 Generate LINGUAS at buildtime and recognize LINGUAS variable 2010-01-17 18:14:49 +01:00
Christian Dywan
2e496c53fa Remove translation template midori.pot from the repository
Transifex should generate a template. A benefit of this is that it
automatically notifies about problems.

The file midori.pot does unfortunately have to live in the source
tree, but we remove it in clean and distclean targets.
2010-01-06 23:40:45 +01:00
Christian Dywan
15658145b2 Build katze, core and panels as one, and allow non-progressive build
This simplifies the build and possibly helps with linking problems
on some platforms. The 'progressive' option allows building
without an intermediate static library except for unit tests.
2010-01-01 18:20:08 +01:00
Christian Dywan
fc7689f906 Move DNS prefetching into the core
The feature is going to be included with WebKitGTK+ and
having it in the core allows us to prefetch bookmarks as well.
2010-01-01 18:16:55 +01:00
Christian Dywan
81f716eacd Bump version to 0.2.2 2009-12-15 22:34:29 +01:00
Christian Dywan
a94cf71700 Turn libnotify into a build-time dependency, mind notify-send
libnotify support is decided at build-time now, to avoid so name
issues. notify-send is still optional at runtime as a fallback.
2009-12-15 00:03:28 +01:00
Christian Dywan
da617bdefd Only use signal.h when not building on or for Win32
The signal API is available but not practically usable.
2009-12-10 21:55:35 +01:00