log

age author description
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
Mon, 24 May 2010 23:43:30 +0300 Max Samukha removed superfluous destructors
Fri, 21 May 2010 14:16:02 +0300 Max Samukha removed temporary alias
Thu, 20 May 2010 16:15:35 +0300 Max Samukha removed Meta.d
Thu, 20 May 2010 15:54:06 +0300 Max Samukha added meta subdir
Thu, 20 May 2010 15:49:08 +0300 Max Samukha Removed dependency on parent trait and stringof
Mon, 17 May 2010 21:48:15 +0300 maxter renamed MetaMarshall.d
Sat, 15 May 2010 00:29:47 +0300 maxter more attribute prototyping
Sat, 15 May 2010 00:22:47 +0300 maxter lowered the marshall in rank
Fri, 14 May 2010 13:15:24 +0300 Max Samukha fixed QSlitter.getRange
Fri, 14 May 2010 12:38:00 +0300 Max Samukha added attribute exercise
Fri, 14 May 2010 12:14:37 +0300 Max Samukha project structure changes
Thu, 13 May 2010 21:01:24 +0300 maxter Added tag qtd.0.5 for changeset c887282e1590
Thu, 13 May 2010 17:11:04 +0300 maxter removed enum experiment leftover qtd.0.5
Thu, 13 May 2010 16:39:41 +0300 Max Samukha moved enums into interfaces
Mon, 10 May 2010 13:29:50 +0300 Max Samukha dynamic call fix
Sun, 09 May 2010 00:52:49 +0100 Eldar Insafutdinov fix enumeration problems. requires patched dmd
Sat, 27 Mar 2010 18:53:42 +0000 Eldar Insafutdinov fix for duic. QStringUtil instead of QString
Sat, 13 Mar 2010 00:38:42 +0200 maxter moved enums back to classes
Thu, 11 Feb 2010 12:59:25 +0200 maxter fixed signal branch merge problems
Sun, 07 Feb 2010 16:04:36 +0000 eldar1 merge signals branch into default
Sun, 07 Feb 2010 15:46:06 +0000 eldar1 merge 2 signals
Sun, 07 Feb 2010 15:14:19 +0000 eldar1 close signals branch signals
Sat, 23 Jan 2010 12:13:47 +0000 eldar1 make connect accept connection type signals
Fri, 22 Jan 2010 23:59:07 +0000 eldar1 Make static constructors shared. Requires new dmd. Remove irrelevant junk signals
Sat, 16 Jan 2010 12:20:50 +0000 eldar1 fix a const violation spotted by a newer dmd, thanks Rainer signals
Sun, 10 Jan 2010 11:16:49 +0000 eldar1 use check for nullness instead of sucky static constructors to create meta objects signals
Sun, 03 Jan 2010 12:40:51 +0000 eldar1 todo file as we don't use bugzilla a lot. signals
Sun, 03 Jan 2010 12:40:09 +0000 eldar1 minor fixes signals
Wed, 30 Dec 2009 16:12:42 +0000 eldar1 treat const and non-const functions as separate signals
Wed, 30 Dec 2009 11:25:07 +0000 eldar1 dmd 2.037 opEquals bug-feature signals
Tue, 29 Dec 2009 02:48:09 +0500 Eldar Insafutdinov Qt 4.6 signals
Mon, 28 Dec 2009 16:28:55 +0500 eldar_ins make all examples compile with new signals/slots signals
Sun, 27 Dec 2009 21:13:38 +0500 eldar_ins A slight change of the connect syntax. More sofisticated signals/slots lookup. Some fixes in examples. signals
Sat, 26 Dec 2009 05:10:16 +0500 eldar_ins minor stuff signals
Fri, 25 Dec 2009 22:08:25 +0500 eldar_ins remove rubbish signals
Fri, 25 Dec 2009 21:48:32 +0500 eldar_ins new signals and slots syntax. have to use prefixes now: signal_fooed and slot_onFooed signals
Thu, 24 Dec 2009 05:19:40 +0500 eldar_ins more signals and QList signals
Thu, 24 Dec 2009 00:13:00 +0200 maxter String.d lifetime
Thu, 24 Dec 2009 00:06:56 +0200 maxter QDefines.d.inc lifetime
Wed, 23 Dec 2009 23:54:39 +0200 maxter more cleanup lifetime
Wed, 23 Dec 2009 23:17:36 +0200 maxter Structure without common root dir lifetime
Wed, 23 Dec 2009 16:58:17 +0200 maxter boost license moved to top lifetime
Wed, 23 Dec 2009 16:44:45 +0200 maxter ditched qt directory lifetime
Wed, 23 Dec 2009 16:17:22 +0200 maxter Added d1/d2 top directories lifetime
Wed, 23 Dec 2009 16:10:46 +0200 maxter Committing local changes lifetime
Wed, 23 Dec 2009 04:48:11 +0500 eldar_ins wrong merge signals
Wed, 23 Dec 2009 04:45:55 +0500 eldar_ins merge with 299 signals
Wed, 23 Dec 2009 04:02:28 +0500 eldar_ins work on QStringList signals
Sat, 19 Dec 2009 18:43:32 +0300 Alexey Prokhin Fixed "make install" command on windows.
Sat, 19 Dec 2009 18:43:32 +0300 Alexey Prokhin Fixed "make install" command on windows. signals
Sun, 13 Dec 2009 06:24:55 +0500 eldar_ins fixed compiling all packages signals
Sat, 12 Dec 2009 16:01:55 +0500 eldar_ins fix for #19 signals
Sat, 12 Dec 2009 03:22:54 +0500 eldar_ins string arguments for signals signals
Tue, 08 Dec 2009 21:13:24 +0000 eldar windows fix signals
Sun, 06 Dec 2009 22:21:22 +0000 eldar updated interview demo signals
Sun, 06 Dec 2009 22:20:23 +0000 eldar missing bits prior to getting it compiled on windows signals
Sun, 06 Dec 2009 17:26:37 +0000 eldar Native QList implementation is now used throughout QtD signals
Sun, 22 Nov 2009 22:18:06 +0000 eldar share strange dmd signals
Sun, 22 Nov 2009 20:43:10 +0000 eldar iteration over QList with opApply signals
Sun, 22 Nov 2009 11:01:19 +0000 eldar more of QList. const functions in C++ are now const in D too. Drop of the store result feature, which was incompatible with const functions and introduced too much of the bloat in the generator. signals
Fri, 13 Nov 2009 20:42:51 +0000 eldar some more QList signals
Fri, 13 Nov 2009 19:09:28 +0000 eldar QList updates signals
Tue, 10 Nov 2009 19:29:42 +0000 eldar more QList goodness signals
Mon, 09 Nov 2009 20:49:26 +0000 eldar QList native implementation signals
Mon, 09 Nov 2009 06:57:48 +0000 eldar restore overwritten core.txt signals
Mon, 09 Nov 2009 06:54:04 +0000 eldar clean up of unneeded functionality signals
Sun, 08 Nov 2009 19:28:01 +0000 eldar new signals and slots implementation signals
Sun, 08 Nov 2009 19:20:53 +0000 eldar (none) signals
Sun, 08 Nov 2009 19:19:09 +0000 eldar (none) signals2
Sun, 08 Nov 2009 19:02:42 +0000 eldar new branch signals
Fri, 16 Oct 2009 12:23:12 +0000 eldar consistent emit syntax.
Fri, 16 Oct 2009 05:32:23 +0000 SokoL_SD Fix in generator/CMakeLists.txt
Fri, 16 Oct 2009 02:43:59 +0000 eldar Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
Sun, 11 Oct 2009 05:23:41 +0000 eldar Workaround of the major dmd/optlink bug. All examples that failed on Windows now work.
Fri, 09 Oct 2009 08:43:15 +0000 SokoL_SD Fix for windows build