##// END OF EJS Templates
updated changelog...
florianlink -
r5:14f0a8a666fd
parent child
Show More
@@ -1,6 +1,16
1 1
2 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 14 ezust | 2008-29-08
5 15 - Added CHANGELOG
6 16 - Bumped version to 1.1
General Comments 0
You need to be logged in to leave comments. Login now