Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Danny Pansters
On Sunday 23 April 2006 06:34, Jim Bublitz wrote: > I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and > it should be available soon at riverbankcomputing.co.uk, allowing for > timezone differences and Phil's schedule. > > This snapshot *requires* sip 4.1.1 and probably will

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Danny Pansters
On Sunday 23 April 2006 06:34, Jim Bublitz wrote: > I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and > it should be available soon at riverbankcomputing.co.uk, allowing for > timezone differences and Phil's schedule. > > This snapshot *requires* sip 4.1.1 and probably will

Re: [PyKDE] (transparent) PIL image to QImage conversion?

2006-04-23 Thread Orcan Ogetbil
On Sun, 2006-04-23 at 23:20 +0200, David Boddie wrote: > On Thu, 6 Apr 2006 16:37:07, "ORCAN OGETBIL" wrote: > > > My problem is, the JPEG encoding kills the transparency of my PNG images. > > When I do RAW encoding, I get nothing from the QByteArray object. I also > > couldn't get the thing work

Re: [PyKDE] (transparent) PIL image to QImage conversion?

2006-04-23 Thread David Boddie
On Thu, 6 Apr 2006 16:37:07, "ORCAN OGETBIL" wrote: > My problem is, the JPEG encoding kills the transparency of my PNG images. > When I do RAW encoding, I get nothing from the QByteArray object. I also > couldn't get the thing work with a GIF encoding. PIL's tostring() function > doesn't support

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Jim Bublitz
On Sunday 23 April 2006 04:18, Phil Thompson wrote: > On Sunday 23 April 2006 12:02 pm, Ismail Donmez wrote: > > Pazar 23 Nisan 2006 14:00 tarihinde, Ismail Donmez şunları yazmıştı: > > > Pazar 23 Nisan 2006 07:34 tarihinde, Jim Bublitz şunları yazmıştı: > > > > I've sent Phil the new PyKDE snapsho

[PyKDE] PyKDE uses qt2 compat header

2006-04-23 Thread Andreas Pakulat
Hi, the latest PyKDE snapshots includes qlist.h in various places, however this is a "deprecated" header file, the correct one to use is qptrlist.h (which is included from qlist.h). I stumbled over this because Debian has split the compatibility headers into a separate package which is not install

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Phil Thompson
On Sunday 23 April 2006 12:02 pm, Ismail Donmez wrote: > Pazar 23 Nisan 2006 14:00 tarihinde, Ismail Donmez şunları yazmıştı: > > Pazar 23 Nisan 2006 07:34 tarihinde, Jim Bublitz şunları yazmıştı: > > > I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) > > > and it should be ava

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Ismail Donmez
Pazar 23 Nisan 2006 07:34 tarihinde, Jim Bublitz şunları yazmıştı: > I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and > it should be available soon at riverbankcomputing.co.uk, allowing for > timezone differences and Phil's schedule. > > This snapshot *requires* sip 4.1.1

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Ismail Donmez
Pazar 23 Nisan 2006 14:00 tarihinde, Ismail Donmez şunları yazmıştı: > Pazar 23 Nisan 2006 07:34 tarihinde, Jim Bublitz şunları yazmıştı: > > I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and > > it should be available soon at riverbankcomputing.co.uk, allowing for > > time

[PyKDE] ANN: SIP v4.4.2 Released

2006-04-23 Thread Phil Thompson
SIP v4.4.2 has been released and is available from the usual place. This is a bug fix release. It doesn't not require PyQt to be re-built. It will be required for PyQt4. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraun

Re: [PyKDE] PyKDE Snapshot

2006-04-23 Thread Phil Thompson
This is now available. Phil On Sunday 23 April 2006 5:34 am, Jim Bublitz wrote: > I've sent Phil the new PyKDE snapshot (PyKDE-snapshot20060422.tar.gz) and > it should be available soon at riverbankcomputing.co.uk, allowing for > timezone differences and Phil's schedule. > > This snapshot *requir

Re: [PyKDE] Double free() problem in PyQt 3.15.1??

2006-04-23 Thread Phil Thompson
On Saturday 22 April 2006 11:19 pm, Simon Edwards wrote: > On Saturday 22 April 2006 21:17, Phil Thompson wrote: > > On Saturday 22 April 2006 4:04 pm, Simon Edwards wrote: > > > I'm confused as to what the newer exec_loop() code in QDialog was meant > > > to do. > > > -