log

age author description
Fri, 06 May 2011 13:39:49 +0200 David Nadlinger Declare tabArray const. default tip
Thu, 05 May 2011 22:32:50 +0300 Max Samukha removed unnecessary regex grouping
Thu, 05 May 2011 20:11:26 +0300 Max Samukha support for new dmd naming
Mon, 18 Apr 2011 00:16:33 +0200 David Nadlinger Octal literals have been deprecated, fix build.
Sun, 20 Mar 2011 20:43:06 +0100 David Nadlinger Added wrappers for the QFontMetrics methods taking tabstop arrays.
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
Sat, 10 Jul 2010 22:16:33 +0100 Eldar Insafutdinov example minor change
Sat, 10 Jul 2010 21:54:44 +0100 Eldar Insafutdinov binding of qwt
Fri, 09 Jul 2010 22:54:51 +0600 Eldar Insafutdinov add missing D files to the build system@
Fri, 09 Jul 2010 20:56:32 +0600 Eldar Insafutdinov Revert requirement of cmake 2.8@
Fri, 09 Jul 2010 20:24:24 +0100 Eldar Insafutdinov fix indentation and cpack
Thu, 08 Jul 2010 22:21:56 +0300 Max Samukha Removed debug writelns. Fixed build script.
Thu, 08 Jul 2010 17:20:02 +0300 Max Samukha merge
Thu, 08 Jul 2010 17:19:05 +0300 Max Samukha Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
Wed, 07 Jul 2010 22:54:12 +0100 Eldar Insafutdinov add elasticnodes example and necessary changes to the library.
Sun, 04 Jul 2010 14:17:49 +0100 Eldar Insafutdinov move cpp part of QtD into shared libs on linux to reduce binaries size
Mon, 28 Jun 2010 22:02:08 +0300 Max Samukha removed unnecessary std.stdio
Mon, 28 Jun 2010 21:29:32 +0300 Max Samukha Fixed startsWith. Implemented meta-object members as ranges. Freed QMetaObject from stuff that belongs to MetaClass
Thu, 24 Jun 2010 13:47:30 +0300 Max Samukha Removed dependencies on qtd.Traits
Wed, 23 Jun 2010 21:34:43 +0300 Max Samukha Fixed VoidFunc. Updated to dmd.2.047.
Fri, 11 Jun 2010 20:09:25 +0300 Max Samukha Changeset a084e2df3776 is broken. Backing out.
Fri, 11 Jun 2010 12:16:09 +0300 Max Samukha Preparing for non-QObject meta-objects. Now meta-objects for static types can be uniformly accessed using meta!T
Thu, 10 Jun 2010 00:57:32 +0300 Max Samukha Fixed enums in designated interfaces
Wed, 09 Jun 2010 16:37:24 +0300 Max Samukha Undecorated D types can be registered with Qt
Wed, 09 Jun 2010 11:08:56 +0300 Max Samukha Autogeneration of QMetaType. First attempts at fixing qRegisterMetaType etc
Thu, 03 Jun 2010 10:12:29 +0300 maxter typo in comments
Wed, 02 Jun 2010 23:19:44 +0300 Max Samukha Aded Core.d
Wed, 02 Jun 2010 21:26:02 +0300 Max Samukha oops
Wed, 02 Jun 2010 19:38:05 +0300 Max Samukha An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables
Tue, 25 May 2010 20:14:04 +0300 Max Samukha a better name for qtd.Str
Tue, 25 May 2010 17:23:11 +0300 Max Samukha obviated redundant virtual dispatch callbacks