annotate changelog.txt @ 381:347e4c7a9ba1

make QwtD compile on Windows@
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Sun, 11 Jul 2010 01:59:42 +0100
parents c97e5d15bf95
children
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
327
c97e5d15bf95 minor fixes
eldar1@eldar1-laptop
parents: 226
diff changeset
18 * support for MSVC
c97e5d15bf95 minor fixes
eldar1@eldar1-laptop
parents: 226
diff changeset
19 * Rewritten signals and slots implementation. Now integrates nicely into Qt metasystem