| 12 months | David Nadlinger | Declare tabArray const. |
| 12 months | Max Samukha | removed unnecessary regex grouping |
| 12 months | Max Samukha | support for new dmd naming |
| 13 months | David Nadlinger | Octal literals have been deprecated, fix build. |
| 14 months | David Nadlinger | Added wrappers for the QFontMetrics methods taking tabstop arrays. |
| 14 months | David Nadlinger | Added wrapper for QImage::save. |
| 14 months | Eldar | fix crash of the example upon exit |
| 14 months | Eldar | merge |
| 14 months | Eldar | Fixes for 64 bit. Now all examples compile with gdc 64 bit |
| 14 months | David Nadlinger | Make QObject::property()/setProperty() accessible from D. |
| 14 months | David Nadlinger | Removed stray ?auto? to make QVariant(false) compile. |
| 14 months | Eldar | merge |
| 14 months | Eldar | gdc & 64 bit changes |
| 14 months | David Nadlinger | Corrected typo in CMake error message, fixes #68. |
| 14 months | David Nadlinger | Actually make the last commit (e40f33cc0bf5) work. |
| 16 months | David Nadlinger | Explicitly include qglobal.h before all the ?master includes?. |
| 16 months | David Nadlinger | Fixed construction of the ?--include-paths? generation argument in the build system. |
| 16 months | David Nadlinger | Quick const-correctness fix for QModelIndex. |
| 16 months | David Nadlinger | Work around CTFE regression in DMD. |
| 19 months | David Nadlinger | Fixed generation of palettes from Qt Designer files. |
| 20 months | David Nadlinger | Adapted QVariant.fromValue to D2 so that it at least compiles. |
| 20 months | David Nadlinger | Fixed generator segfaults on OS X 10.6. |
| 20 months | David Nadlinger | Allow specifying the location the resulting D modules are installed to. |
| 20 months | David Nadlinger | Fixed generation of size policies ? QSizePolicy is a class. |
| 20 months | David Nadlinger | Added QT_{BEGIN,END}_{HEADER,NAMESPACE} also to the D2 version ? they are empty, but referenced in the output of duic. |
| 20 months | David Nadlinger | Added missing ?const? to qt.core.QModelIndex.object. |
| 20 months | David Nadlinger | Fixed a build system bug which caused the OpenGL library modules not to be installed. |
| 22 months | Max Samukha | -m32 |
| 22 months | Max Samukha | shared stor fix |
| 22 months | Max Samukha | Added missing files |
| 22 months | Max Samukha | Same behavior of shared libs on linux and windows. Minor build script fixes. |
| 22 months | Max Samukha | More debug fixes |
| 22 months | Max Samukha | Fixes to debugging stuff. Added size_t as primitive type to workaround Qwt build failure in debug |
| 22 months | Eldar Insafutdinov | make QwtD compile on Windows@ |
| 22 months | Eldar | fix NULL default values |
| 22 months | Eldar | example minor change |
| 22 months | Eldar | binding of qwt |
| 22 months | Eldar Insafutdinov | add missing D files to the build system@ |
| 22 months | Eldar Insafutdinov | Revert requirement of cmake 2.8@ |
| 22 months | Eldar | fix indentation and cpack |
| 22 months | Max Samukha | Removed debug writelns. Fixed build script. |
| 22 months | Max Samukha | merge |
| 22 months | Max Samukha | Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects |
| 22 months | Eldar | add elasticnodes example and necessary changes to the library. |
| 22 months | Eldar | move cpp part of QtD into shared libs on linux to reduce binaries size |
| 22 months | Max Samukha | removed unnecessary std.stdio |
| 22 months | Max Samukha | Fixed startsWith. Implemented meta-object members as ranges. Freed QMetaObject from stuff that belongs to MetaClass |
| 23 months | Max Samukha | Removed dependencies on qtd.Traits |
| 23 months | Max Samukha | Fixed VoidFunc. Updated to dmd.2.047. |
| 23 months | Max Samukha | Changeset a084e2df3776 is broken. Backing out. |
| 23 months | Max Samukha | Preparing for non-QObject meta-objects. Now meta-objects for static types can be uniformly accessed using meta!T |
| 23 months | Max Samukha | Fixed enums in designated interfaces |
| 23 months | Max Samukha | Undecorated D types can be registered with Qt |
| 23 months | Max Samukha | Autogeneration of QMetaType. First attempts at fixing qRegisterMetaType etc |
| 23 months | maxter | typo in comments |
| 23 months | Max Samukha | Aded Core.d |
| 23 months | Max Samukha | oops |
| 23 months | Max Samukha | An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables |
| 24 months | Max Samukha | a better name for qtd.Str |
| 24 months | Max Samukha | obviated redundant virtual dispatch callbacks |