Re: [PyQt] Regressions on destruction of objects?

2009-11-07 Thread Pierre Raybaut
FYI, with PyQt4 v4.6.1, the matplotlib's Qt4 backend is no longer usable interactively because the 'destroyed()' signal is not emitted when matplotlib's figure (QMainWindow instance) is closed (and destroyed, thanks to the Qt.WA_DeleteOnClose attribute). In other words, one can only show one

Re: [PyQt] Regressions on destruction of objects?

2009-11-07 Thread Phil Thompson
On Sat, 07 Nov 2009 15:52:48 +0100, Pierre Raybaut cont...@pythonxy.com wrote: FYI, with PyQt4 v4.6.1, the matplotlib's Qt4 backend is no longer usable interactively because the 'destroyed()' signal is not emitted when matplotlib's figure (QMainWindow instance) is closed (and destroyed,

Re: [PyQt] Regressions on destruction of objects?

2009-10-29 Thread Phil Thompson
On Thu, 29 Oct 2009 00:37:14 +0100, Giovanni Bajo ra...@develer.com wrote: On Wed, 28 Oct 2009 22:14:41 +, Phil Thompson p...@riverbankcomputing.co.uk wrote: On Wed, 28 Oct 2009 19:35:44 +0100, Giovanni Bajo ra...@develer.com wrote: Hi Phil, I'm testing PyQt 4.6.1 and SIP 4.9.1 over my

[PyQt] Regressions on destruction of objects?

2009-10-28 Thread Giovanni Bajo
Hi Phil, I'm testing PyQt 4.6.1 and SIP 4.9.1 over my small regression testsuite (it contains testcases for bugs that I have reported to you over the years and that you have fixed). There are 4 testcases failing with the new SIP/PyQt pair, but they all seem related to the same issue. Try this

Re: [PyQt] Regressions on destruction of objects?

2009-10-28 Thread Phil Thompson
On Wed, 28 Oct 2009 19:35:44 +0100, Giovanni Bajo ra...@develer.com wrote: Hi Phil, I'm testing PyQt 4.6.1 and SIP 4.9.1 over my small regression testsuite (it contains testcases for bugs that I have reported to you over the years and that you have fixed). There are 4 testcases failing

Re: [PyQt] Regressions on destruction of objects?

2009-10-28 Thread Giovanni Bajo
On Wed, 28 Oct 2009 22:14:41 +, Phil Thompson p...@riverbankcomputing.co.uk wrote: On Wed, 28 Oct 2009 19:35:44 +0100, Giovanni Bajo ra...@develer.com wrote: Hi Phil, I'm testing PyQt 4.6.1 and SIP 4.9.1 over my small regression testsuite (it contains testcases for bugs that I have