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
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
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
Mon, 13 Jul 2009 11:50:09 +0000 eldar fixes in interview
Mon, 13 Jul 2009 11:41:33 +0000 eldar don't need these changes in D1
Mon, 13 Jul 2009 11:39:10 +0000 eldar build script update
Mon, 13 Jul 2009 11:13:47 +0000 eldar D2 fix for drcc
Mon, 13 Jul 2009 11:03:04 +0000 SokoL_SD fixes for d2
Mon, 13 Jul 2009 10:39:41 +0000 SokoL_SD move the generated data from qt.QGlobal to qt.QDefines.
Sun, 12 Jul 2009 23:01:50 +0000 eldar missing file for interview
Sun, 12 Jul 2009 23:00:56 +0000 eldar more D2 fixed
Sun, 12 Jul 2009 21:03:57 +0000 eldar one more example
Sun, 12 Jul 2009 20:51:37 +0000 eldar D2 support, simple stuff works now
Sun, 12 Jul 2009 19:45:29 +0000 SokoL_SD CMake: 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:41:21 +0000 eldar fix for 64but
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
Fri, 03 Jul 2009 16:07:26 +0000 SokoL_SD CMake: add an UIC option in the build_example macro.
Fri, 03 Jul 2009 14:25:58 +0000 SokoL_SD CMake: New option D_MODULES_PER_OBJECT.
Thu, 02 Jul 2009 12:04:40 +0000 SokoL_SD Fix #26
Thu, 02 Jul 2009 11:39:57 +0000 eldar fix ArrayOps2 bug
Wed, 01 Jul 2009 18:42:51 +0000 SokoL_SD CMake: small network fix.
Wed, 01 Jul 2009 18:33:02 +0000 SokoL_SD CMake: correct ArrayOps2.d path.
Wed, 01 Jul 2009 18:14:46 +0000 SokoL_SD --
Wed, 01 Jul 2009 18:11:58 +0000 SokoL_SD CMake: add ArrayOps2.d for all packages.
Wed, 24 Jun 2009 01:20:18 +0000 eldar more network
Wed, 24 Jun 2009 01:15:48 +0000 eldar one more fix for network
Wed, 24 Jun 2009 01:06:33 +0000 eldar more fixes
Wed, 24 Jun 2009 01:00:57 +0000 eldar missing ArrayOps2
Wed, 24 Jun 2009 00:26:18 +0000 eldar missing file
Tue, 23 Jun 2009 17:23:11 +0000 eldar fix network
Sat, 20 Jun 2009 19:17:21 +0000 eldar ups
Sat, 20 Jun 2009 19:14:29 +0000 eldar fixed hacky conversion of arguments when emmitting a signal
Thu, 18 Jun 2009 16:09:18 +0000 SokoL_SD CMake: minor fix
Wed, 17 Jun 2009 23:48:09 +0000 mwarning -
Wed, 17 Jun 2009 23:33:13 +0000 mwarning remove private from QPainter.drawText
Wed, 17 Jun 2009 23:21:57 +0000 mwarning change to QObject.findChildren and code formatting
Wed, 17 Jun 2009 22:40:56 +0000 mwarning a few fixes
Wed, 17 Jun 2009 22:39:42 +0000 mwarning a few fixes
Wed, 17 Jun 2009 17:42:02 +0000 mandel fix sorting
Wed, 17 Jun 2009 15:34:57 +0000 SokoL_SD core: add QVariant.type()
Wed, 17 Jun 2009 15:28:25 +0000 SokoL_SD CMake: UrlHandler paths fix.
Tue, 16 Jun 2009 21:31:04 +0000 mandel small issues
Tue, 16 Jun 2009 21:28:16 +0000 mandel add styles example, still buggs
Tue, 16 Jun 2009 21:18:54 +0000 mandel fix qSwap
Tue, 16 Jun 2009 17:54:33 +0000 eldar QApplication.setPalette,setFont
Tue, 16 Jun 2009 00:51:38 +0000 mandel add editabletreemodel, still buggy
Mon, 15 Jun 2009 23:16:42 +0000 eldar fix some inconsistencies with conversion functions
Mon, 15 Jun 2009 15:40:21 +0000 mandel fix undefined reference, thanks eldar
Sun, 14 Jun 2009 14:27:44 +0000 mandel more porting
Sat, 13 Jun 2009 16:37:42 +0000 eldar QDesktopServices.setUrlHandler - temporary solution
Sat, 13 Jun 2009 14:05:32 +0000 eldar private signals of QAbstractItemModel are now accessible
Fri, 12 Jun 2009 22:21:33 +0000 mandel ldc -> dmd
Fri, 12 Jun 2009 22:20:37 +0000 mandel add customsortfiltermodel example
Wed, 10 Jun 2009 18:34:48 +0000 mandel fix classwizard
Wed, 10 Jun 2009 17:03:35 +0000 mandel fix format string
Wed, 10 Jun 2009 16:58:49 +0000 mandel add classwizard and standarddialogs example
Sun, 07 Jun 2009 19:16:40 +0000 SokoL_SD --
Sun, 07 Jun 2009 18:59:47 +0000 SokoL_SD demos/browser: QVariant.canConvert fixes.
Sun, 07 Jun 2009 18:30:09 +0000 SokoL_SD D: autoregistration of new types in metasystem for QVariant.
Sun, 07 Jun 2009 17:43:05 +0000 SokoL_SD CMake: fix debug flags for ldc
Sun, 07 Jun 2009 15:31:10 +0000 mandel remove ambiguous QVariant ctor
Sun, 07 Jun 2009 15:25:29 +0000 SokoL_SD typesystem: small fix for Qt 4.4
Sun, 07 Jun 2009 15:18:17 +0000 SokoL_SD CMake: disable building examples by default. You can use -DBUILD_EXAMPLES switch for enable that.
Sun, 07 Jun 2009 15:12:41 +0000 SokoL_SD CMake: minor fix
Sun, 07 Jun 2009 15:03:30 +0000 SokoL_SD CMake: minor fix for MSVC.
Sun, 07 Jun 2009 14:38:25 +0000 SokoL_SD --
Sun, 07 Jun 2009 14:31:36 +0000 SokoL_SD CMake: initial version of CMakeD script.
Sun, 07 Jun 2009 14:05:29 +0000 eldar we don't need to import resources source file
Sun, 07 Jun 2009 11:42:29 +0000 eldar reference counting for return values. applied to QMenu
Fri, 05 Jun 2009 15:48:27 +0000 mandel -
Fri, 05 Jun 2009 15:46:15 +0000 mandel build -> build.sh
Fri, 05 Jun 2009 15:28:04 +0000 mandel bind QLibraryInfo
Fri, 05 Jun 2009 15:27:23 +0000 mandel fix and enable trivialwizard
Fri, 05 Jun 2009 14:54:20 +0000 eldar fixes for ldc on windows
Fri, 05 Jun 2009 12:59:24 +0000 SokoL_SD CMake: disable CPP_SHARED options for ldc.
Fri, 05 Jun 2009 12:43:03 +0000 mandel build fixes
Fri, 05 Jun 2009 12:08:58 +0000 mandel enable QWidget.style
Fri, 05 Jun 2009 12:00:45 +0000 mandel add trivialwizard example
Fri, 05 Jun 2009 11:52:21 +0000 mandel add desktop examples
Fri, 05 Jun 2009 11:45:37 +0000 mandel add addressbook/part1 example
Thu, 04 Jun 2009 21:29:08 +0000 mandel add borderlayout example
Thu, 04 Jun 2009 15:07:48 +0000 mandel add new examples
Thu, 04 Jun 2009 14:05:50 +0000 mandel add basiclayout example
Wed, 03 Jun 2009 16:22:09 +0000 mandel add QTextStream.addString
Wed, 03 Jun 2009 15:53:24 +0000 SokoL_SD CMake: improve of the windows support for ldc.
Wed, 03 Jun 2009 14:35:25 +0000 mandel more porting
Mon, 01 Jun 2009 23:47:30 +0000 eldar unneeded
Mon, 01 Jun 2009 23:46:16 +0000 eldar same thing for Objects
Mon, 01 Jun 2009 23:32:57 +0000 eldar put conversion code in separate functions
Mon, 01 Jun 2009 07:15:52 +0000 SokoL_SD CMake: ldc support option SINGLE_D_OBJECT now.
Sun, 31 May 2009 09:46:41 +0000 mandel uniform indention
Sun, 31 May 2009 02:14:43 +0000 eldar fix for Windows
Sun, 31 May 2009 01:41:42 +0000 eldar accidentaly commited crap
Sun, 31 May 2009 01:38:39 +0000 eldar each QObject now has associated child QObject for handling signals. fixes #15
Sat, 30 May 2009 13:07:26 +0000 eldar fixed bug with QSpinBox
Fri, 29 May 2009 14:59:43 +0000 eldar fix for current qtd signals system
Fri, 29 May 2009 13:30:37 +0000 mandel add cmake file
Fri, 29 May 2009 13:25:41 +0000 mandel add dynamiclayouts example
Fri, 29 May 2009 11:36:51 +0000 mandel more porting
Fri, 29 May 2009 00:33:37 +0000 eldar constructor for QDataStream
Thu, 28 May 2009 23:20:19 +0000 eldar ... and inputContext()
Thu, 28 May 2009 23:10:24 +0000 eldar style methods for QApplication
Thu, 28 May 2009 22:51:46 +0000 eldar build.bat for dropsite
Thu, 28 May 2009 22:39:31 +0000 eldar fix for a bug in OPTLINK, it needs a specific order of the files... fixes windows bug
Thu, 28 May 2009 22:11:52 +0000 mandel more porting
Wed, 27 May 2009 18:47:28 +0000 eldar build.bat fix
Wed, 27 May 2009 17:14:25 +0000 eldar fogotten QMetaType
Wed, 27 May 2009 13:02:58 +0000 eldar didn't want to overwrite build_all.txt
Wed, 27 May 2009 13:02:13 +0000 eldar wrapping of QBuffer and QProcess, fixed #9
Tue, 26 May 2009 14:55:13 +0000 SokoL_SD CMake: improve of OS detection.
Tue, 26 May 2009 11:26:50 +0000 maxter -O is back
Tue, 26 May 2009 10:59:07 +0000 SokoL_SD qtd: Implement QMetaType. QVariant may save D types now.
Tue, 26 May 2009 06:25:44 +0000 maxter minor spelling fix
Mon, 25 May 2009 14:10:44 +0000 mandel more porting
Sun, 24 May 2009 20:14:50 +0000 eldar fix for #6
Sun, 24 May 2009 18:26:11 +0000 SokoL_SD duic: apply cursor.patch from denis.
Sun, 24 May 2009 17:07:11 +0000 eldar temporary fix for "::" in duic for all types
Sun, 24 May 2009 15:45:33 +0000 eldar return values as pointers
Sun, 24 May 2009 15:25:41 +0000 mandel remove QLatin1String and other fixes
Sun, 24 May 2009 14:05:40 +0000 SokoL_SD CMake: add QSettings to build.
Sun, 24 May 2009 14:04:46 +0000 SokoL_SD duic: replace "" with null
Sun, 24 May 2009 13:46:32 +0000 mandel more porting
Sun, 24 May 2009 11:24:57 +0000 SokoL_SD duic: fix #4
Sun, 24 May 2009 11:09:31 +0000 SokoL_SD typesystem: scope -> scope_ in QSettings.
Fri, 22 May 2009 23:43:58 +0000 mandel more porting
Fri, 22 May 2009 10:59:00 +0000 mandel more porting
Wed, 20 May 2009 22:44:31 +0000 mandel more porting
Wed, 20 May 2009 21:06:33 +0000 eldar nicer API for QInput dialog
Wed, 20 May 2009 13:24:34 +0000 mandel build file fixes
Wed, 20 May 2009 13:23:20 +0000 mandel small indentation correction
Wed, 20 May 2009 07:31:01 +0000 SokoL_SD CMake: small network package fix...
Tue, 19 May 2009 20:07:48 +0000 mandel more porting
Tue, 19 May 2009 19:47:40 +0000 mandel more porting
Tue, 19 May 2009 17:58:33 +0000 mandel more porting
Tue, 19 May 2009 17:23:00 +0000 SokoL_SD CMake: Another fixes for build on Windows
Tue, 19 May 2009 16:41:28 +0000 SokoL_SD typesystem: fix build of Xml package on Windows
Tue, 19 May 2009 16:24:14 +0000 SokoL_SD CMake: fix build if Qt have not the ssl support.
Tue, 19 May 2009 10:48:30 +0000 SokoL_SD drcc: automatic initialization of resources with program start (disabled with option -no-static-initialize)
Tue, 19 May 2009 08:55:06 +0000 SokoL_SD CMake: add missing files
Tue, 19 May 2009 08:30:31 +0000 SokoL_SD CMake: build QtD tools.
Tue, 19 May 2009 02:53:25 +0000 eldar missing files
Tue, 19 May 2009 02:49:08 +0000 eldar drcc, resource compiler, see interview demo
Mon, 18 May 2009 22:15:59 +0000 eldar duic is working now on the first testcase, if there are any issues with it please report
Mon, 18 May 2009 19:03:06 +0000 SokoL_SD CMake: Add forgotten files to install.
Mon, 18 May 2009 16:58:53 +0000 eldar duic fixes
Mon, 18 May 2009 15:24:29 +0000 SokoL_SD CMake: Add forgotten Array.d
Mon, 18 May 2009 15:23:28 +0000 eldar update parser to that from jambi 4.5, attemt to fix building with gcc 4.4
Mon, 18 May 2009 14:25:52 +0000 SokoL_SD CMake: qtd -> qt in install path of di files.
Mon, 18 May 2009 13:09:46 +0000 SokoL_SD CMake: fix building when path of source or build directory contain the reserve regex symbols.
Mon, 18 May 2009 06:50:10 +0000 SokoL_SD CMake: command "cmake -DDC=compiler_name" work correctly now.
Mon, 18 May 2009 00:22:14 +0000 eldar started work on duic
Sun, 17 May 2009 21:57:30 +0000 eldar licenses mess
Sun, 17 May 2009 21:50:06 +0000 eldar license
Sun, 17 May 2009 18:49:59 +0000 mandel add coarse and incomplete QT browser port
Sun, 17 May 2009 16:49:10 +0000 SokoL_SD CMake: small cleanup.
Sun, 17 May 2009 16:41:44 +0000 SokoL_SD CMake: autodetection of CMAKE_INSTALL_PREFIX. By default, command install will copy data to compiler directory.
Sun, 17 May 2009 15:53:27 +0000 SokoL_SD CMake: generator is not running multiple times.
Sun, 17 May 2009 12:41:14 +0000 maxter non-working deform example
Sun, 17 May 2009 02:08:42 +0000 eldar remove obsolete stuff
Sun, 17 May 2009 01:44:06 +0000 eldar network and webkit are wrapped now
Sat, 16 May 2009 21:34:54 +0000 eldar forgotten files
Sat, 16 May 2009 21:33:50 +0000 eldar svg package
Sat, 16 May 2009 20:48:20 +0000 eldar forgot to revert changes
Sat, 16 May 2009 20:47:44 +0000 eldar wrapping of QtXml
Sat, 16 May 2009 18:06:25 +0000 eldar QtOpenGL
Sat, 16 May 2009 17:12:06 +0000 eldar gui package is fully wrapped now. lots of fixes in the generator
Fri, 15 May 2009 18:57:36 +0000 SokoL_SD CMake: correctly fix of the regression on windows (rev. 34).
Fri, 15 May 2009 18:39:24 +0000 SokoL_SD CMake: fix parameters list for generator.
Fri, 15 May 2009 17:51:14 +0000 SokoL_SD CMake: fix regression for windows (I hope :( )
Fri, 15 May 2009 17:36:07 +0000 SokoL_SD CMake: forgotten fixes 32 rev.
Fri, 15 May 2009 17:30:48 +0000 SokoL_SD CMake: QtD build with cmake again, but some functionality from previews revision are disabled.
Fri, 15 May 2009 16:42:02 +0000 SokoL_SD CMake: generator will work only for needed packages.
Fri, 15 May 2009 13:38:09 +0000 SokoL_SD Makefile: small fix.
Fri, 15 May 2009 12:48:39 +0000 SokoL_SD makefile
Fri, 15 May 2009 12:20:10 +0000 SokoL_SD CMake: Add *_enum.di to install.
Fri, 15 May 2009 11:28:39 +0000 SokoL_SD CMake: Set Release configuration as default.
Fri, 15 May 2009 02:44:15 +0000 eldar QVariant to QPixmap conversion
Fri, 15 May 2009 02:09:27 +0000 eldar temporary(?) fix for dropsite example
Thu, 14 May 2009 19:52:54 +0000 eldar fix for QByteArray.at
Thu, 14 May 2009 18:20:24 +0000 mandel add dropsite example
Thu, 14 May 2009 17:40:23 +0000 SokoL_SD Fix paths in makefile.
Thu, 14 May 2009 17:21:12 +0000 SokoL_SD fixes.
Thu, 14 May 2009 17:09:25 +0000 SokoL_SD CMake: implement install and package targets.
Thu, 14 May 2009 15:58:18 +0000 eldar QDialogButtonBox
Thu, 14 May 2009 15:53:32 +0000 eldar insert() for QPolygons
Thu, 14 May 2009 15:04:16 +0000 SokoL_SD Disable SINGLE_D_OBJECT option for ldc compiler.
Thu, 14 May 2009 13:57:03 +0000 SokoL_SD Small cmake fix on linux.
Thu, 14 May 2009 13:42:02 +0000 SokoL_SD Another small fix: correctly processing version of ldc based on llvm from trunk.
Thu, 14 May 2009 13:30:33 +0000 SokoL_SD Trivial fix in cmake.
Thu, 14 May 2009 13:22:16 +0000 SokoL_SD Bug fixes in CMake script.
Thu, 14 May 2009 11:02:22 +0000 eldar missing files
Thu, 14 May 2009 08:36:04 +0000 SokoL_SD More fixes and cleanups in CMake build script.
Wed, 13 May 2009 23:40:31 +0000 eldar wrapped QRect
Wed, 13 May 2009 19:45:58 +0000 SokoL_SD Fix include paths in CMake script.
Wed, 13 May 2009 19:01:55 +0000 SokoL_SD CMake build script.
Wed, 13 May 2009 17:34:40 +0000 eldar native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
Wed, 13 May 2009 01:20:34 +0000 eldar checking svn access
Mon, 11 May 2009 16:01:50 +0000 mandel initial import
Mon, 11 May 2009 14:02:16 +0000 root initial repository setup