@@ -1,37 +1,43 | |||||
1 |
|
1 | |||
2 | Version 1.1 ChangeLog: |
|
2 | Version 1.1 ChangeLog: | |
3 |
|
3 | |||
|
4 | ezust | 2008-29-08 | |||
|
5 | - Added CHANGELOG | |||
|
6 | - Bumped version to 1.1 | |||
|
7 | - Added PythonQtObjectPtr conversion ctor and operator=(const QVariant&) | |||
|
8 | - added examples/CPPPyWrapperExample | |||
|
9 | ||||
4 | florianlink | 2007-11-15 08:38:24 -0800 (Thu, 15 Nov 2007) |
|
10 | florianlink | 2007-11-15 08:38:24 -0800 (Thu, 15 Nov 2007) | |
5 | - added support for mapping Python lists to QList<AnyPtr*> lists on slot calls |
|
11 | - added support for mapping Python lists to QList<AnyPtr*> lists on slot calls | |
6 | - added support for QList<AnyPtr*> return values and signal signatures |
|
12 | - added support for QList<AnyPtr*> return values and signal signatures | |
7 | - changed binary output to lib as well, so that the setting of PATH can be avoided |
|
13 | - changed binary output to lib as well, so that the setting of PATH can be avoided | |
8 | - changed profiles to use a new common.prf to facilitate global settings |
|
14 | - changed profiles to use a new common.prf to facilitate global settings | |
9 | - improved docs |
|
15 | - improved docs | |
10 | - added _d extension for debug build (see common.prf) |
|
16 | - added _d extension for debug build (see common.prf) | |
11 | - added $$PWD, which is important if the file is included from somewhere else (which we do in mevis) |
|
17 | - added $$PWD, which is important if the file is included from somewhere else (which we do in mevis) | |
12 | - added softspace support (implemented by Andre Kramer) |
|
18 | - added softspace support (implemented by Andre Kramer) | |
13 | - updated windows documentation and variables which need to be set |
|
19 | - updated windows documentation and variables which need to be set | |
14 | - changed to use only PYTHON_PATH on Windows |
|
20 | - changed to use only PYTHON_PATH on Windows | |
15 | - added more build docs |
|
21 | - added more build docs | |
16 | - changed date conversion from/to strings to ISODate |
|
22 | - changed date conversion from/to strings to ISODate | |
17 | - fixed return argument initialization to NULL |
|
23 | - fixed return argument initialization to NULL | |
18 | - added mevis doc |
|
24 | - added mevis doc | |
19 | - fixed handling of unknown reference types |
|
25 | - fixed handling of unknown reference types | |
20 | - made lookupObject public |
|
26 | - made lookupObject public | |
21 | - added overload calls to introspection |
|
27 | - added overload calls to introspection | |
22 |
|
28 | |||
23 | marcusbarann | 2007-11-08 06:15:55 -0800 (Thu, 08 Nov 2007) |
|
29 | marcusbarann | 2007-11-08 06:15:55 -0800 (Thu, 08 Nov 2007) | |
24 | - Added PythonQt.pro, cleaned up build system |
|
30 | - Added PythonQt.pro, cleaned up build system | |
25 |
|
31 | |||
26 | akramer | 2007-10-17 08:02:25 -0700 (Wed, 17 Oct 2007) |
|
32 | akramer | 2007-10-17 08:02:25 -0700 (Wed, 17 Oct 2007) | |
27 | - external variant was missing the "config += qtestlib" needed for using the Qt unit test framework. |
|
33 | - external variant was missing the "config += qtestlib" needed for using the Qt unit test framework. | |
28 | - provide relative path to Gui extension lib |
|
34 | - provide relative path to Gui extension lib | |
29 | - added a sentence about using the Windows installer version of Python |
|
35 | - added a sentence about using the Windows installer version of Python | |
30 | - Fix for converting QByteArray values that include 0 chars. |
|
36 | - Fix for converting QByteArray values that include 0 chars. | |
31 | They are still converted to/from Python strings but using |
|
37 | They are still converted to/from Python strings but using | |
32 | size of contents rather than string 0 (null) termination. |
|
38 | size of contents rather than string 0 (null) termination. | |
33 | - bug fix for getMTimeOfSource when PythonQt::importInterface() is null |
|
39 | - bug fix for getMTimeOfSource when PythonQt::importInterface() is null | |
34 | - Linux external build improvements |
|
40 | - Linux external build improvements | |
35 |
|
41 | |||
36 | 2007-01-30 00:11:25 -0800 (Tue, 30 Jan 2007) | 1 line |
|
42 | 2007-01-30 00:11:25 -0800 (Tue, 30 Jan 2007) | 1 line | |
37 | - Released version 1.0 |
|
43 | - Released version 1.0 |
General Comments 0
You need to be logged in to leave comments.
Login now