view changelog.txt @ 390:403d98bd47f6

Added QT_{BEGIN,END}_{HEADER,NAMESPACE} also to the D2 version ? they are empty, but referenced in the output of duic.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 15:05:23 +0200
parents c97e5d15bf95
children
line wrap: on
line source

changes since 0.1

 * lots of bugs fixed
 * brand new signals implementation by Max Samukha
 * switch to Qt 4.5
 * support for ldc (both X86 and X86-64)
 * all imports inside Qt are public to avoid import hell
 * API dealing with containers is now wrapped
 * building system is now based on CMake to be crossplatform and more flexible
 * all classes from Gui, OpenGL, Xml, Svg, Network and Webkit packages are wrapped
 * ported duic, the tool for generating code out from xml representation
 * ported drcc, the resources compiler
 
 changes since 0.2

 * D2 port
 * new CMake module for D
 * support for MSVC
 * Rewritten signals and slots implementation. Now integrates nicely into Qt metasystem