|
Revision 327:c97e5d15bf95, 0.7 kB
(checked in by eldar1@eldar1-laptop, 2 years ago)
|
minor fixes
|
| Line | |
|---|
| 1 |
changes since 0.1 |
|---|
| 2 |
|
|---|
| 3 |
* lots of bugs fixed |
|---|
| 4 |
* brand new signals implementation by Max Samukha |
|---|
| 5 |
* switch to Qt 4.5 |
|---|
| 6 |
* support for ldc (both X86 and X86-64) |
|---|
| 7 |
* all imports inside Qt are public to avoid import hell |
|---|
| 8 |
* API dealing with containers is now wrapped |
|---|
| 9 |
* building system is now based on CMake to be crossplatform and more flexible |
|---|
| 10 |
* all classes from Gui, OpenGL, Xml, Svg, Network and Webkit packages are wrapped |
|---|
| 11 |
* ported duic, the tool for generating code out from xml representation |
|---|
| 12 |
* ported drcc, the resources compiler |
|---|
| 13 |
|
|---|
| 14 |
changes since 0.2 |
|---|
| 15 |
|
|---|
| 16 |
* D2 port |
|---|
| 17 |
* new CMake module for D |
|---|
| 18 |
* support for MSVC |
|---|
| 19 |
* Rewritten signals and slots implementation. Now integrates nicely into Qt metasystem |
|---|