Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-06-08 Thread Olivier Keshavjee
Hello, I've seen that two months ago ( http://www.riverbankcomputing.com/pipermail/pyqt/2013-March/032458.html) a bug in PyQt caused QTextBlockUserData objects to be destroyed. This was announced to be fixed. Yet I still experience the same behaviour. When using the following syntax highlighter:

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-06-08 Thread Phil Thompson
On Sat, 8 Jun 2013 18:35:56 +0200, Olivier Keshavjee olivier.keshav...@gmail.com wrote: Hello, I've seen that two months ago ( http://www.riverbankcomputing.com/pipermail/pyqt/2013-March/032458.html) a bug in PyQt caused QTextBlockUserData objects to be destroyed. This was announced to be

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-04-08 Thread Phil Thompson
On Mon, 8 Apr 2013 15:06:28 +0100, Jonathan Riddell j...@jriddell.org wrote: On Mon, Mar 11, 2013 at 02:01:21PM +, Phil Thompson wrote: It's a PyQt bug - fixed in tonight's snapshot. In Ubuntu we had this patch added to PyQt to fix this issue

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-03-26 Thread Phil Thompson
On Fri, 22 Mar 2013 20:50:40 +0100, Julian Taylor jtaylor.deb...@googlemail.com wrote: I'll make a new release sooner rather than later. I do invite people to test current snapshots before making a release but I suspect people rarely do. Phil hi, the ipython qtconsole 0.13.1 and current

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-03-12 Thread Wilbert Berendsen
Op Mon, 11 Mar 2013 14:01:21 + Phil Thompson p...@riverbankcomputing.com schreef: On Mon, 11 Mar 2013 11:13:15 +0100, Wilbert Berendsen wbs...@xs4all.nl wrote: Hi, It seems sip 4.14.3 forgets QTextUserData objects. (...) Note that it isn't forgotten that there is a QTextUserData

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-03-12 Thread Phil Thompson
On Tue, 12 Mar 2013 09:20:48 +0100, Wilbert Berendsen wbs...@xs4all.nl wrote: Op Mon, 11 Mar 2013 14:01:21 + Phil Thompson p...@riverbankcomputing.com schreef: On Mon, 11 Mar 2013 11:13:15 +0100, Wilbert Berendsen wbs...@xs4all.nl wrote: Hi, It seems sip 4.14.3 forgets

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-03-11 Thread Phil Thompson
On Mon, 11 Mar 2013 11:13:15 +0100, Wilbert Berendsen wbs...@xs4all.nl wrote: Hi, It seems sip 4.14.3 forgets QTextUserData objects. when I do this (Python 2.7. after importing * from PyQt4.QtCore and QtGui): This is SIP 4.13.2 (and PyQt 4.9.3): doc=QTextDocument() print

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-03-11 Thread Wilbert Berendsen
Op 11-03-13 15:01, Phil Thompson schreef: It's a PyQt bug - fixed in tonight's snapshot. Thanks. Users of my application (Frescobaldi) also have some problems that could relate to QTreeWidgetItems also losing their own instance attributes (even when using a subclass of QTreeWidgetItem).

Re: [PyQt] QTextBlockUserData forgotten in SIP 4.14.3, bug?

2013-03-11 Thread Phil Thompson
On Mon, 11 Mar 2013 18:25:08 +0100, Wilbert Berendsen wbs...@xs4all.nl wrote: Op 11-03-13 15:01, Phil Thompson schreef: It's a PyQt bug - fixed in tonight's snapshot. Thanks. Users of my application (Frescobaldi) also have some problems that could relate to QTreeWidgetItems also losing