Re: [PyQt] Updated PyQt Release Plans

2008-05-03 Thread Phil Thompson
On Thursday 01 May 2008, David Boddie wrote: > On Wed Apr 30 09:06:29 BST 2008, Phil Thompson wrote: > > The current snapshot has been updated for the final Qt v4.4. I need to > > finish the new support for QMetaObject.invokeMethod() and expect to > > release PyQt v4.4 in a week or two. > > > > Now

Re: [PyQt] Updated PyQt Release Plans

2008-05-02 Thread Phil Thompson
On Friday 02 May 2008, Henning Schröder wrote: > H! > > On Wed, Apr 30, 2008 at 10:06 AM, Phil Thompson > > <[EMAIL PROTECTED]> wrote: > > The current snapshot has been updated for the final Qt v4.4. I need to > > finish the new support for QMetaObject.invokeMethod() and expect to > > release PyQt

Re: [PyQt] Updated PyQt Release Plans

2008-05-02 Thread Henning Schröder
H! On Wed, Apr 30, 2008 at 10:06 AM, Phil Thompson <[EMAIL PROTECTED]> wrote: > The current snapshot has been updated for the final Qt v4.4. I need to finish > the new support for QMetaObject.invokeMethod() and expect to release PyQt > v4.4 in a week or two. That's really great :) I am only won

Re: [PyQt] Updated PyQt Release Plans

2008-05-01 Thread Phil Thompson
On Thursday 01 May 2008, David Boddie wrote: > On Wed Apr 30 09:06:29 BST 2008, Phil Thompson wrote: > > ...and now would be a good time to let me know of anything else that > > should go into the release. > > The QtConcurrent namespace and the QFuture* classes related to it appear to > be missing.

Re: [PyQt] Updated PyQt Release Plans

2008-05-01 Thread Phil Thompson
On Thursday 01 May 2008, Giovanni Bajo wrote: > On Wed, 2008-04-30 at 22:18 +0200, Aaron Digulla wrote: > > Phil Thompson schrieb: > > >> - For everything derived from QObject, connect to the dispose signal. > > >> At this time, save a stack trace and a pointer to the Python handle > > >> associate

Re: [PyQt] Updated PyQt Release Plans

2008-04-30 Thread David Boddie
On Wed Apr 30 09:06:29 BST 2008, Phil Thompson wrote: > ...and now would be a good time to let me know of anything else that should > go into the release. The QtConcurrent namespace and the QFuture* classes related to it appear to be missing. Is that intentional? David __

Re: [PyQt] Updated PyQt Release Plans

2008-04-30 Thread David Boddie
On Wed Apr 30 09:06:29 BST 2008, Phil Thompson wrote: > The current snapshot has been updated for the final Qt v4.4. I need to > finish the new support for QMetaObject.invokeMethod() and expect to release > PyQt v4.4 in a week or two. > > Now would be a good time to check for any regressions... S

Re: [PyQt] Updated PyQt Release Plans

2008-04-30 Thread Giovanni Bajo
On Wed, 2008-04-30 at 22:18 +0200, Aaron Digulla wrote: > Phil Thompson schrieb: > > >> - For everything derived from QObject, connect to the dispose signal. > >> At this time, save a stack trace and a pointer to the Python handle > >> associated with the QObject > >> - When the signal is emitted,

Re: [PyQt] Updated PyQt Release Plans

2008-04-30 Thread Aaron Digulla
Phil Thompson schrieb: >> - For everything derived from QObject, connect to the dispose signal. >> At this time, save a stack trace and a pointer to the Python handle >> associated with the QObject >> - When the signal is emitted, make sure that the usage count of the >> corresponding Python objec

Re: [PyQt] Updated PyQt Release Plans

2008-04-30 Thread Phil Thompson
On Wednesday 30 April 2008, Aaron Digulla wrote: > Quoting Phil Thompson <[EMAIL PROTECTED]>: > > As Qt v4.4 has been released a little earlier than I was expecting I'm > > dropping plans for a PyQt v4.3.4 release. > > > > The current snapshot has been updated for the final Qt v4.4. I need to > > f

Re: [PyQt] Updated PyQt Release Plans

2008-04-30 Thread Aaron Digulla
Quoting Phil Thompson <[EMAIL PROTECTED]>: As Qt v4.4 has been released a little earlier than I was expecting I'm dropping plans for a PyQt v4.3.4 release. The current snapshot has been updated for the final Qt v4.4. I need to finish the new support for QMetaObject.invokeMethod() and expect to

[PyQt] Updated PyQt Release Plans

2008-04-30 Thread Phil Thompson
As Qt v4.4 has been released a little earlier than I was expecting I'm dropping plans for a PyQt v4.3.4 release. The current snapshot has been updated for the final Qt v4.4. I need to finish the new support for QMetaObject.invokeMethod() and expect to release PyQt v4.4 in a week or two. Now wo