Re: [PyKDE] KPart crashs

2006-09-23 Thread Jim Bublitz
On Wednesday 19 April 2006 05:37, Daniel Marcel Eichler wrote: > Hi > > I have KTabWidget in which i load a libkwordpart. Now, when i set the part > to writeable, load a file and click with riht in the part-area, the whole > app crashs. There is'nt any methods from me, which can cause the crash, >

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-23 Thread Jim Bublitz
On Saturday 23 September 2006 13:04, Torsten Marek wrote: > Hi Jim, > > one more thing. Is there a way to circumvent the libkonsolepart.so hackery? > What you are doing in configure.py works for private persons who install > PyKDE on their own, but I can't include something like that into the Debia

Re: [PyKDE] Support for the unitest framework of Qt

2006-09-23 Thread Giovanni Bajo
Phil Thompson wrote: >> Anything else, like the QTEST/QVERIFY family of macros, are part of >> the framework, which I personally don't plan to ever use in a PyQt >> application anyway. > > Thanks - it's so much easier when somebody provides a specification. > It will be in tonight's snapshot. Tha

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-23 Thread Jim Bublitz
On Saturday 23 September 2006 13:04, Torsten Marek wrote: > Hi Jim, > > one more thing. Is there a way to circumvent the libkonsolepart.so hackery? > What you are doing in configure.py works for private persons who install > PyKDE on their own, but I can't include something like that into the Debia

Re: [PyKDE] Support for the unitest framework of Qt

2006-09-23 Thread Phil Thompson
On Friday 22 September 2006 1:37 pm, Giovanni Bajo wrote: > Phil Thompson wrote: > >> Is there planned any support for the Qt Uni Testing Framework? > > > > No plans. It seems to use templates for some things (addColumn()) > > which makes it a real pain. Is there a useful subset you can identify? >

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-23 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jim, one more thing. Is there a way to circumvent the libkonsolepart.so hackery? What you are doing in configure.py works for private persons who install PyKDE on their own, but I can't include something like that into the Debian package. I'd be ha

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-23 Thread Jim Bublitz
On Saturday 23 September 2006 11:49, Torsten Marek wrote: > just one small remark: extensions/dcopext.py needs Python 2.4. It uses a > generator expression on line 190, as well as a method decorator. This > breaks compatibility with 2.3. > > Otherwise, it builds just fine. Yeah, I noticed that to

Re: [PyKDE] PyKDE 3.16.0 released

2006-09-23 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Bublitz schrieb: > The PyKDE 3.16.0 release should be available at riverbankcomputing.co.uk in > the near future (I understand Phil has some repairs to do there, and has been > out of town as well, so it may take a day or two - or not). > > Chan

[PyKDE] PyQT Signal spying?

2006-09-23 Thread Allen Bierbaum
I have an application with a strange bug that I am having trouble tracking down and I think it would be helpful to spy on all the signals that QT is emitting. Is there any way with PyQt to intercept all QT signals in the system? -Allen ___ PyKDE maili

[PyKDE] ANN: First public snapshot of eric4 available

2006-09-23 Thread Detlev Offenbach
Hi eric fans, I just wanted to infor all of about the first public snapshot of eric4. This is the PyQt4 port of the well known eric IDE. Please be aware, that you have to have Qt4 and the latest snapshots of sip, PyQt4 and QScintilla installed. If you find bugs (and I am sure there are plenty o

Re: [PyKDE] BrowserExtension.createNewWindow(KURL, URLArgs, WindowArgs, ReadOnlyPart)

2006-09-23 Thread Phil Thompson
On Saturday 23 September 2006 12:25 am, Jim Bublitz wrote: > On Friday 22 September 2006 14:06, Paul Giannaros wrote: > > There are two createNewWindow signals in KParts::BrowserExtension to > > notify browser hosts that a new window has been requested. > > createNewWindow(KURL, KParts::URLArgs) is