log

age author description
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
Fri, 09 Oct 2009 06:17:51 +0000 eldar Fix for windows build, thanks Rainer.
Sun, 04 Oct 2009 12:14:03 +0000 eldar new syntax for connecting using static information
Thu, 01 Oct 2009 11:26:47 +0000 SokoL_SD make install fix
Tue, 29 Sep 2009 12:00:45 +0000 maxter signals cleaned up correctly on receiver destruction
Mon, 28 Sep 2009 05:53:47 +0000 SokoL_SD Caching dependencies for d sources.
Mon, 28 Sep 2009 05:32:25 +0000 SokoL_SD VERBOSE_DEBUG flag
Mon, 28 Sep 2009 05:20:16 +0000 SokoL_SD Unittest flags.
Thu, 24 Sep 2009 13:33:59 +0000 eldar small fix
Thu, 24 Sep 2009 13:02:14 +0000 eldar restore overwritten makefile
Thu, 24 Sep 2009 12:59:48 +0000 eldar true emit of Qt signals.
Sun, 20 Sep 2009 10:23:48 +0000 eldar sdi example added. Thanks to jaddison.
Sun, 20 Sep 2009 09:11:51 +0000 eldar fix for #35
Fri, 11 Sep 2009 15:30:46 +0000 SokoL_SD qtdopengl fix
Fri, 11 Sep 2009 13:50:59 +0000 SokoL_SD Bug fix for http://www.dsource.org/forums/viewtopic.php?t=4713
Mon, 07 Sep 2009 15:23:31 +0000 SokoL_SD Another attempt for supporting MacOS.
Mon, 07 Sep 2009 11:37:16 +0000 SokoL_SD 1) A bug is fixed when the generator doesn't restart if typesystem_${package}-java.java has been changed.
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
Mon, 21 Sep 2009 13:11:04 +0000 maxter Preparing for a better world 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 14:16:33 +0000 maxter branched for changes to object lifetime handling lifetime
Wed, 16 Sep 2009 13:56:02 +0000 maxter (none) lifetime
Mon, 31 Aug 2009 12:07:28 +0000 maxter Removed QtdMetaObject for now
Sun, 30 Aug 2009 11:26:08 +0000 maxter (none)
Sun, 30 Aug 2009 10:59:56 +0000 maxter (none)
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 19:08:32 +0000 maxter Forgot this one
Thu, 20 Aug 2009 15:35:25 +0000 maxter I hate you, svn
Thu, 20 Aug 2009 14:48:39 +0000 maxter Missing files
Thu, 20 Aug 2009 14:47:17 +0000 maxter Fixed #23.
Fri, 31 Jul 2009 11:05:22 +0000 maxter Implemented qVersion, qSharedBuild. Fixes #31
Sun, 26 Jul 2009 16:15:42 +0000 maxter Removed debug toString
Tue, 21 Jul 2009 13:51:44 +0000 SokoL_SD --
Tue, 21 Jul 2009 13:50:09 +0000 SokoL_SD CMake: windows fix
Mon, 20 Jul 2009 10:03:56 +0000 SokoL_SD Reenabled selective generation of modules.
Mon, 20 Jul 2009 09:33:10 +0000 SokoL_SD Fix #28.
Mon, 20 Jul 2009 08:40:33 +0000 SokoL_SD fixes
Mon, 20 Jul 2009 08:31:43 +0000 SokoL_SD another fix for cmake
Mon, 20 Jul 2009 08:27:35 +0000 SokoL_SD Hack for building in a source directory
Mon, 20 Jul 2009 06:04:17 +0000 SokoL_SD Generate a classes list for cmake.
Mon, 20 Jul 2009 06:00:55 +0000 SokoL_SD CMake: improvements && fixes
Sun, 19 Jul 2009 18:20:15 +0000 SokoL_SD The fix from rev.236 is back
Sun, 19 Jul 2009 18:09:33 +0000 SokoL_SD We need to start cmake twice. It is necessary for getting a class list from the generator and using this list for building other parts of QtD.
Sat, 18 Jul 2009 15:06:12 +0000 SokoL_SD Roll back the last change
Sat, 18 Jul 2009 14:59:02 +0000 SokoL_SD fix for MaxOS
Sat, 18 Jul 2009 14:20:26 +0000 SokoL_SD MacOS fix in CMake
Fri, 17 Jul 2009 21:16:44 +0000 eldar change ref to in in structs
Fri, 17 Jul 2009 20:32:17 +0000 eldar this one should be generated
Fri, 17 Jul 2009 13:12:36 +0000 SokoL_SD Improve CMake script.
Fri, 17 Jul 2009 10:12:03 +0000 SokoL_SD Remove some debug code from the CMake script.
Fri, 17 Jul 2009 10:08:52 +0000 SokoL_SD Generate moc for UrlHandler_shell.cpp.
Thu, 16 Jul 2009 23:03:31 +0000 eldar changelog
Thu, 16 Jul 2009 21:39:21 +0000 eldar fix for macosx
Wed, 15 Jul 2009 17:16:36 +0000 SokoL_SD spelling fix in CMakeD
Wed, 15 Jul 2009 08:33:42 +0000 eldar windows fix, again
Tue, 14 Jul 2009 22:14:00 +0000 eldar build.bat updates
Tue, 14 Jul 2009 22:00:46 +0000 eldar no static ctors allowed :F
Tue, 14 Jul 2009 21:09:37 +0000 eldar dmd windows changed lib names
Tue, 14 Jul 2009 21:08:37 +0000 eldar fix for dmd windows
Tue, 14 Jul 2009 17:07:32 +0000 eldar D2 windows fixes
Tue, 14 Jul 2009 15:56:04 +0000 eldar fix for linux
Tue, 14 Jul 2009 15:28:22 +0000 SokoL_SD ups....
Tue, 14 Jul 2009 15:25:45 +0000 SokoL_SD Improve examples.
Tue, 14 Jul 2009 14:37:23 +0000 eldar UrlHandler windows fix
Tue, 14 Jul 2009 13:22:48 +0000 SokoL_SD more D2 examples fixes
Tue, 14 Jul 2009 13:05:55 +0000 SokoL_SD a small fix in cmake for the build_example macro.
Tue, 14 Jul 2009 12:50:04 +0000 SokoL_SD another fixes in examples
Tue, 14 Jul 2009 11:25:43 +0000 SokoL_SD fixes for d2.
Tue, 14 Jul 2009 09:52:28 +0000 eldar file rename for interview demo
Tue, 14 Jul 2009 09:34:48 +0000 SokoL_SD --
Tue, 14 Jul 2009 09:25:04 +0000 SokoL_SD more D2 examples fixes
Tue, 14 Jul 2009 09:13:27 +0000 SokoL_SD 'Dropsite' fixes for d2.
Mon, 13 Jul 2009 23:35:23 +0000 eldar D2 fixes
Mon, 13 Jul 2009 23:16:08 +0000 eldar more D2 examples fixes
Mon, 13 Jul 2009 17:27:34 +0000 SokoL_SD Add a 'NO_DEPS_SOURCES' option to the 'add_d_target' macro. And use it for resources and forms in QtD examples.
Mon, 13 Jul 2009 13:47:15 +0000 eldar interview fixes, using override keyword
Mon, 13 Jul 2009 12:12:11 +0000 eldar revert interview
Mon, 13 Jul 2009 12:11:15 +0000 eldar QModelIndex fix