log generator/dgenerator.cpp @ 386:7dddafad5a20

age author description
Mon, 19 Jul 2010 13:29:57 +0300 Max Samukha shared stor fix
Fri, 16 Jul 2010 20:04:29 +0300 Max Samukha Same behavior of shared libs on linux and windows. Minor build script fixes.
Sat, 10 Jul 2010 21:54:44 +0100 Eldar Insafutdinov binding of qwt
Thu, 08 Jul 2010 17:19:05 +0300 Max Samukha Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
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
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 11:08:56 +0300 Max Samukha Autogeneration of QMetaType. First attempts at fixing qRegisterMetaType etc
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 17:23:11 +0300 Max Samukha obviated redundant virtual dispatch callbacks
Mon, 24 May 2010 23:43:30 +0300 Max Samukha removed superfluous destructors
Thu, 20 May 2010 15:49:08 +0300 Max Samukha Removed dependency on parent trait and stringof
Fri, 14 May 2010 12:14:37 +0300 Max Samukha project structure changes
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
Sat, 13 Mar 2010 00:38:42 +0200 maxter moved enums back to classes
Fri, 22 Jan 2010 23:59:07 +0000 eldar1 Make static constructors shared. Requires new dmd. Remove irrelevant junk 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
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: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
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 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 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
Sun, 08 Nov 2009 19:28:01 +0000 eldar new signals and slots implementation signals
Fri, 16 Oct 2009 12:23:12 +0000 eldar consistent emit syntax.
Fri, 09 Oct 2009 06:17:51 +0000 eldar Fix for windows build, thanks Rainer.
Thu, 24 Sep 2009 12:59:48 +0000 eldar true emit of Qt signals.
Tue, 22 Sep 2009 15:22:37 +0000 maxter (none) lifetime
Tue, 22 Sep 2009 15:19:04 +0000 maxter looks like enabling/disabling GC is enough lifetime
Fri, 18 Sep 2009 18:52:03 +0000 maxter closer lifetime
Thu, 17 Sep 2009 16:28:41 +0000 maxter another iteration lifetime
Wed, 16 Sep 2009 13:56:02 +0000 maxter (none) lifetime
Sun, 30 Aug 2009 09:59:12 +0000 maxter Rev. 264 done right.
Sat, 22 Aug 2009 12:50:58 +0000 maxter More things broken than fixed. Rolling back to 263
Thu, 20 Aug 2009 14:47:17 +0000 maxter Fixed #23.
Wed, 15 Jul 2009 08:33:42 +0000 eldar windows fix, again
Tue, 14 Jul 2009 17:07:32 +0000 eldar D2 windows fixes
Sun, 12 Jul 2009 18:58:03 +0000 eldar initial commit for D2 support
Sat, 11 Jul 2009 11:17:44 +0000 eldar fix forward references caused by unneeded import of ArrayOps2
Sat, 04 Jul 2009 13:15:01 +0000 eldar remove unneeded fields
Sat, 04 Jul 2009 13:04:46 +0000 eldar QObject is now non GC'ed, to better integrate to Qt memory management
Fri, 03 Jul 2009 20:53:07 +0000 eldar fixes with QObjects
Sat, 20 Jun 2009 19:14:29 +0000 eldar fixed hacky conversion of arguments when emmitting a signal
Mon, 15 Jun 2009 23:16:42 +0000 eldar fix some inconsistencies with conversion functions