##// END OF EJS Templates
updated changelog...
florianlink -
r5:14f0a8a666fd
parent child
Show More
@@ -1,43 +1,53
1
1
2 Version 1.1 ChangeLog:
2 Version 1.1 ChangeLog:
3
3
4 florianlink | 2008-09-01
5 - merged in features/fixes from the MeVisLab repository:
6 - added createModuleFromFile/createModuleFromScript/createUniqueModule
7 - switched object destruction to use QPointer and lazy wrapper removal to avoid expensive objectDestroyed signal connections
8 - added hash() support for PythnQtWrapper object
9 - added support for signal to python function connections where the function has less arguments than the emitted signal
10 - added setQObject[NoLonger]WrappedCallback API to support external reference counting on QObjects that are exposed to PythonQt
11 - implemented flush on std redirect to support python logging framework
12 - improved QVariant printing and fixed print error on MacX
13
4 ezust | 2008-29-08
14 ezust | 2008-29-08
5 - Added CHANGELOG
15 - Added CHANGELOG
6 - Bumped version to 1.1
16 - Bumped version to 1.1
7 - Added PythonQtObjectPtr conversion ctor and operator=(const QVariant&)
17 - Added PythonQtObjectPtr conversion ctor and operator=(const QVariant&)
8 - added examples/CPPPyWrapperExample
18 - added examples/CPPPyWrapperExample
9
19
10 florianlink | 2007-11-15 08:38:24 -0800 (Thu, 15 Nov 2007)
20 florianlink | 2007-11-15 08:38:24 -0800 (Thu, 15 Nov 2007)
11 - added support for mapping Python lists to QList<AnyPtr*> lists on slot calls
21 - added support for mapping Python lists to QList<AnyPtr*> lists on slot calls
12 - added support for QList<AnyPtr*> return values and signal signatures
22 - added support for QList<AnyPtr*> return values and signal signatures
13 - changed binary output to lib as well, so that the setting of PATH can be avoided
23 - changed binary output to lib as well, so that the setting of PATH can be avoided
14 - changed profiles to use a new common.prf to facilitate global settings
24 - changed profiles to use a new common.prf to facilitate global settings
15 - improved docs
25 - improved docs
16 - added _d extension for debug build (see common.prf)
26 - added _d extension for debug build (see common.prf)
17 - added $$PWD, which is important if the file is included from somewhere else (which we do in mevis)
27 - added $$PWD, which is important if the file is included from somewhere else (which we do in mevis)
18 - added softspace support (implemented by Andre Kramer)
28 - added softspace support (implemented by Andre Kramer)
19 - updated windows documentation and variables which need to be set
29 - updated windows documentation and variables which need to be set
20 - changed to use only PYTHON_PATH on Windows
30 - changed to use only PYTHON_PATH on Windows
21 - added more build docs
31 - added more build docs
22 - changed date conversion from/to strings to ISODate
32 - changed date conversion from/to strings to ISODate
23 - fixed return argument initialization to NULL
33 - fixed return argument initialization to NULL
24 - added mevis doc
34 - added mevis doc
25 - fixed handling of unknown reference types
35 - fixed handling of unknown reference types
26 - made lookupObject public
36 - made lookupObject public
27 - added overload calls to introspection
37 - added overload calls to introspection
28
38
29 marcusbarann | 2007-11-08 06:15:55 -0800 (Thu, 08 Nov 2007)
39 marcusbarann | 2007-11-08 06:15:55 -0800 (Thu, 08 Nov 2007)
30 - Added PythonQt.pro, cleaned up build system
40 - Added PythonQt.pro, cleaned up build system
31
41
32 akramer | 2007-10-17 08:02:25 -0700 (Wed, 17 Oct 2007)
42 akramer | 2007-10-17 08:02:25 -0700 (Wed, 17 Oct 2007)
33 - external variant was missing the "config += qtestlib" needed for using the Qt unit test framework.
43 - external variant was missing the "config += qtestlib" needed for using the Qt unit test framework.
34 - provide relative path to Gui extension lib
44 - provide relative path to Gui extension lib
35 - added a sentence about using the Windows installer version of Python
45 - added a sentence about using the Windows installer version of Python
36 - Fix for converting QByteArray values that include 0 chars.
46 - Fix for converting QByteArray values that include 0 chars.
37 They are still converted to/from Python strings but using
47 They are still converted to/from Python strings but using
38 size of contents rather than string 0 (null) termination.
48 size of contents rather than string 0 (null) termination.
39 - bug fix for getMTimeOfSource when PythonQt::importInterface() is null
49 - bug fix for getMTimeOfSource when PythonQt::importInterface() is null
40 - Linux external build improvements
50 - Linux external build improvements
41
51
42 2007-01-30 00:11:25 -0800 (Tue, 30 Jan 2007) | 1 line
52 2007-01-30 00:11:25 -0800 (Tue, 30 Jan 2007) | 1 line
43 - Released version 1.0
53 - Released version 1.0
General Comments 0
You need to be logged in to leave comments. Login now