Skip to content

Commit 9cd096b

Browse files
author
florianlink
committed
updated changelog
git-svn-id: http://svn.code.sf.net/p/pythonqt/code/trunk@40 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent 529175e commit 9cd096b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
Version 1.1 ChangeLog:
33

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+
414
ezust | 2008-29-08
515
- Added CHANGELOG
616
- Bumped version to 1.1

0 commit comments

Comments
 (0)