log configure.in @ 1796:a210f58165ed

age author description
Sun, 07 Feb 2010 13:16:35 +0000 nadvornik test gnome-doc-tool in configure
Fri, 25 Sep 2009 20:39:15 +0000 nadvornik require libchamplain 0.4
Sat, 25 Jul 2009 08:13:13 +0000 zas_ Remove some bashisms from configure.in. Patch by Greg Troxel.
Wed, 01 Jul 2009 20:55:37 +0000 nadvornik make sure that automake and config.h uses the same installation paths
Wed, 01 Jul 2009 19:38:17 +0000 nadvornik updated version string
Sun, 28 Jun 2009 08:32:27 +0000 nadvornik added script for importing GQView and Geeqie-alpha metadata
Sat, 27 Jun 2009 22:56:50 +0000 mow Fix AM_CFLAGS and AM_CXXFLAGS from @1701
Thu, 18 Jun 2009 20:46:33 +0000 nadvornik ufraw-batch script
Mon, 15 Jun 2009 20:50:35 +0000 nadvornik use intltool for desktop file translation
Wed, 10 Jun 2009 20:26:47 +0000 nadvornik do not install helper scripts into /usr/bin
Tue, 26 May 2009 19:41:22 +0000 zas_ Add .desktop files to restore lossless jpeg rotation via editors.
Tue, 12 May 2009 18:25:18 +0000 nadvornik added GPS map support - patch by Colin Clark
Thu, 07 May 2009 19:38:07 +0000 nadvornik updated version string to beta1
Tue, 17 Mar 2009 00:05:13 +0000 zas_ Preliminary support for doxygen: make doxygen-doc will create documentation from sources in doc/doxygen directory.
Fri, 06 Mar 2009 15:04:35 +0000 zas_ Add debug versions of path_to_utf8() and path_from_utf8() which allows to report the caller file and line, this is enabled with --enable-debug-flags (and developer mode too).
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Thu, 29 Jan 2009 19:23:39 +0000 nadvornik switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
Mon, 26 Jan 2009 14:49:09 +0000 zas_ Move -Wall before -Wno-* options for them to have any effect.
Mon, 26 Jan 2009 14:18:08 +0000 zas_ Keep -O0 over -O2 as requested by Vladimir.
Mon, 26 Jan 2009 08:36:23 +0000 zas_ Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
Sun, 25 Jan 2009 16:58:19 +0000 nadvornik fixed gthread detection
Sat, 24 Jan 2009 10:09:29 +0000 nadvornik updated version string
Wed, 21 Jan 2009 18:30:54 +0000 nadvornik enable threads by default
Sun, 07 Dec 2008 15:51:50 +0000 zas_ Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
Sat, 06 Dec 2008 21:24:38 +0000 nadvornik disabled the "unused parameter" warnings, they are harmless and nobody
Sat, 30 Aug 2008 20:15:47 +0000 nadvornik run image loader in separate thread
Fri, 29 Aug 2008 20:53:53 +0000 nadvornik converted image loader to a GObject and use signals for notification
Sat, 26 Jul 2008 20:34:24 +0000 nadvornik updated version string
Thu, 24 Jul 2008 20:03:57 +0000 nadvornik separated debugging log and debug CFLAGS