Dr. Peter Droste
Dr. Peter Droste
I come to the conclusion that simply making `AbstractItemModel::beginX` and `QAbstractItemModel::endX` thread-affine is a bad solution. There are different thinkable scenarios of threaded models. As mentioned by Qt support, the...
I changed my paradigm and added thread-affinity to model's begin and end methods. They are now affine to the model's thread. It is still possible to prepare tables in different...
This looks like Java is trying to delete an object already deleted. In QtJambi, objects have a Java object and a native object. The cleanup thread deletes the native object...
Ok but as the crash appears in QtGui it is most likely QTextCursor. How do you get a text cursor from Qt? Does the text cursor survive its text document...
> I think that calling dispose() after usage "is" the fix. > > I also had a problem with missing dispose() calls (see last comment on #155). > > As...
The next version of QtJambi has an option `io.qt.enable-cleanup-logs` which allows you to print the class and hash before a disposal is done. Additionally, I added a comment to `QTextCursor`...
> The next version of QtJambi has an option `io.qt.enable-cleanup-logs` which allows you to print the class and hash before a disposal is done. Additionally, I added a comment to...
@wolfseifert, thanks for letting me know. Obviously, the empty directory got lost by using git. I will restructure the version-dependent source paths in the next version.