We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aa21d commit efa2a6aCopy full SHA for efa2a6a
CHANGELOG.txt
@@ -1,6 +1,15 @@
1
2
Version 1.1 ChangeLog:
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
+
13
florianlink | 2008-09-01
14
- merged in features/fixes from the MeVisLab repository:
15
- added createModuleFromFile/createModuleFromScript/createUniqueModule
0 commit comments