annotate changelog.txt @ 282:256ab6cb8e85

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.
author eldar
date Fri, 16 Oct 2009 02:43:59 +0000
parents f31b783b3bb9
children c97e5d15bf95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 changes since 0.1
e78566595089 initial import
mandel
parents:
diff changeset
2
e78566595089 initial import
mandel
parents:
diff changeset
3 * lots of bugs fixed
e78566595089 initial import
mandel
parents:
diff changeset
4 * brand new signals implementation by Max Samukha
e78566595089 initial import
mandel
parents:
diff changeset
5 * switch to Qt 4.5
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 2
diff changeset
6 * support for ldc (both X86 and X86-64)
1
e78566595089 initial import
mandel
parents:
diff changeset
7 * all imports inside Qt are public to avoid import hell
e78566595089 initial import
mandel
parents:
diff changeset
8 * API dealing with containers is now wrapped
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 2
diff changeset
9 * building system is now based on CMake to be crossplatform and more flexible
57
7be693ea7070 drcc, resource compiler, see interview demo
eldar
parents: 39
diff changeset
10 * all classes from Gui, OpenGL, Xml, Svg, Network and Webkit packages are wrapped
58
423e4afb245c missing files
eldar
parents: 57
diff changeset
11 * ported duic, the tool for generating code out from xml representation
148
ae34188ddd84 private signals of QAbstractItemModel are now accessible
eldar
parents: 58
diff changeset
12 * ported drcc, the resources compiler
ae34188ddd84 private signals of QAbstractItemModel are now accessible
eldar
parents: 58
diff changeset
13
ae34188ddd84 private signals of QAbstractItemModel are now accessible
eldar
parents: 58
diff changeset
14 changes since 0.2
ae34188ddd84 private signals of QAbstractItemModel are now accessible
eldar
parents: 58
diff changeset
15
226
f31b783b3bb9 changelog
eldar
parents: 148
diff changeset
16 * D2 port
148
ae34188ddd84 private signals of QAbstractItemModel are now accessible
eldar
parents: 58
diff changeset
17 * new CMake module for D
ae34188ddd84 private signals of QAbstractItemModel are now accessible
eldar
parents: 58
diff changeset
18 * support for MSVC