log

age author description
Sun, 20 Mar 2011 20:39:44 +0100 David Nadlinger Added wrapper for QImage::save.
Fri, 18 Mar 2011 10:17:40 +0000 Eldar Insafutdinov fix crash of the example upon exit
Fri, 18 Mar 2011 00:31:03 +0000 Eldar Insafutdinov merge
Fri, 18 Mar 2011 00:30:48 +0000 Eldar Insafutdinov Fixes for 64 bit. Now all examples compile with gdc 64 bit
Thu, 17 Mar 2011 23:09:43 +0100 David Nadlinger Make QObject::property()/setProperty() accessible from D.
Thu, 17 Mar 2011 21:49:27 +0100 David Nadlinger Removed stray ?auto? to make QVariant(false) compile.
Thu, 17 Mar 2011 19:46:11 +0000 Eldar Insafutdinov merge
Thu, 17 Mar 2011 19:45:42 +0000 Eldar Insafutdinov gdc & 64 bit changes
Thu, 17 Mar 2011 19:11:40 +0100 David Nadlinger Corrected typo in CMake error message, fixes #68.
Tue, 08 Mar 2011 23:54:58 +0100 David Nadlinger Actually make the last commit (e40f33cc0bf5) work.
Sun, 16 Jan 2011 00:56:21 +0100 David Nadlinger Explicitly include qglobal.h before all the ?master includes?.
Sat, 15 Jan 2011 22:52:06 +0100 David Nadlinger Fixed construction of the ?--include-paths? generation argument in the build system.
Mon, 03 Jan 2011 08:30:59 +0100 David Nadlinger Quick const-correctness fix for QModelIndex.
Mon, 03 Jan 2011 08:06:13 +0100 David Nadlinger Work around CTFE regression in DMD.
Wed, 20 Oct 2010 09:45:59 +0200 David Nadlinger Fixed generation of palettes from Qt Designer files.
Sat, 28 Aug 2010 03:15:31 +0200 David Nadlinger Adapted QVariant.fromValue to D2 so that it at least compiles.
Sat, 28 Aug 2010 02:55:55 +0200 David Nadlinger Fixed generator segfaults on OS X 10.6.
Sat, 28 Aug 2010 02:17:15 +0200 David Nadlinger Allow specifying the location the resulting D modules are installed to.
Fri, 27 Aug 2010 15:06:38 +0200 David Nadlinger Fixed generation of size policies ? QSizePolicy is a class.
Fri, 27 Aug 2010 15:05:23 +0200 David Nadlinger Added QT_{BEGIN,END}_{HEADER,NAMESPACE} also to the D2 version ? they are empty, but referenced in the output of duic.
Fri, 27 Aug 2010 14:44:09 +0200 David Nadlinger Added missing ?const? to qt.core.QModelIndex.object.
Fri, 27 Aug 2010 14:26:55 +0200 David Nadlinger Fixed a build system bug which caused the OpenGL library modules not to be installed.
Fri, 23 Jul 2010 11:12:10 +0300 Max Samukha -m32
Mon, 19 Jul 2010 13:29:57 +0300 Max Samukha shared stor fix
Fri, 16 Jul 2010 20:11:14 +0300 Max Samukha Added missing files
Fri, 16 Jul 2010 20:04:29 +0300 Max Samukha Same behavior of shared libs on linux and windows. Minor build script fixes.
Mon, 12 Jul 2010 22:50:58 +0300 Max Samukha More debug fixes
Mon, 12 Jul 2010 20:36:07 +0300 Max Samukha Fixes to debugging stuff. Added size_t as primitive type to workaround Qwt build failure in debug
Sun, 11 Jul 2010 01:59:42 +0100 Eldar Insafutdinov make QwtD compile on Windows@
Sat, 10 Jul 2010 22:32:16 +0100 Eldar Insafutdinov fix NULL default values