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