[PyKDE] KGlobalAccel

2006-05-15 Thread Michał Woźniak
Hi there, I am trying to get my script to register a global hotkey (or "accel" key, should I rather say) under KDE 3.4.3. I am using KGlobalAccel, but without any success. All that I have achieved so far is either: - freezing the app (and the keyboard, globally!) after I hit the accel key; - cra

[PyKDE] Pyqt3 Problems with creating a custom binding on ubuntu (breezy)

2006-05-15 Thread Charles Yates
Hi all, I'm having a problem with creating a custom pyqt3 module for a QGLWidget derived class on ubuntu breezy - however, the same configuration and build procedure is working correctly on the beta dapper system that I have here. The short description is that I've copied the suggested configure.

Re: [PyKDE] Eric3 survey

2006-05-15 Thread Detlev Offenbach
Am Montag, 15. Mai 2006 00:15 schrieb Flavio Codeco Coelho: > Detlev Offenbach wrote: > >Hi, > > > >is anybody out there using the Mercurial interface of eric3? If not, it > > will vanish. > > > >Regards, > >Detlev > > Not at the moment, but I was thinking about it...Why would you want to > get rid

[PyKDE] Re: Q___Style wrapper

2006-05-15 Thread Mike Rovner
Phil Thompson wrote: Hopefully fixed properly in tonight's SIP snapshot. Crash is gone, but surprisingly my style stop working. My style inherits WindowsStyle and it was working before, but now it just shows windows style. :( Thanks, Mike ___ PyKD

Re: [PyKDE] Re: Q___Style wrapper

2006-05-15 Thread Phil Thompson
On Monday 15 May 2006 10:21 pm, Mike Rovner wrote: > Phil Thompson wrote: > > Hopefully fixed properly in tonight's SIP snapshot. > > Crash is gone, but surprisingly my style stop working. > My style inherits WindowsStyle and it was working before, but now it > just shows windows style. :( The fix

[PyKDE] Re: Q___Style wrapper

2006-05-15 Thread Mike Rovner
Phil Thompson wrote: On Monday 15 May 2006 10:21 pm, Mike Rovner wrote: Phil Thompson wrote: Hopefully fixed properly in tonight's SIP snapshot. Crash is gone, but surprisingly my style stop working. My style inherits WindowsStyle and it was working before, but now it just shows windows style.

Re: [PyKDE] KGlobalAccel

2006-05-15 Thread Jim Bublitz
On Monday 15 May 2006 02:12, Michał Woźniak wrote: > Hi there, > > I am trying to get my script to register a global hotkey (or "accel" key, > should I rather say) under KDE 3.4.3. I am using KGlobalAccel, but without > any success. > All that I have achieved so far is either: > - freezing the app

[PyKDE] Network Transparency Help

2006-05-15 Thread Paul Waldo
Hi all, I'm trying to write a PyKDE application that, among other things, does bulk file copying. I'm trying to write this with Network Transparency in mind. Rather than just being able to copy files from /my/directory/* to /your/directory/ (recursively), I want the user to be able to specify

Re: [PyKDE] Network Transparency Help

2006-05-15 Thread Jim Bublitz
On Monday 15 May 2006 18:01, Paul Waldo wrote: > Hi all, > > I'm trying to write a PyKDE application that, among other things, does bulk > file copying. I'm trying to write this with Network Transparency in mind. > Rather than just being able to copy files from /my/directory/* > to /your/directory