Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Simon Edwards
Jim Bublitz wrote: The first is how large should PyKDE be? At some point I'd want to start splitting stuff off into a second package, and all 3 you mentioned would be good candidates for that. They're not really central to kdelibs for what I see as the average user. I was think about that

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 03.09.07 20:52:31, Jim Bublitz wrote: The first is how large should PyKDE be? At some point I'd want to start splitting stuff off into a second package, and all 3 you mentioned would be good candidates for that. They're not really central to kdelibs for what I see as the average user.

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 08:19:10, Simon Edwards wrote: Jim Bublitz wrote: The first is how large should PyKDE be? At some point I'd want to start splitting stuff off into a second package, and all 3 you mentioned would be good candidates for that. They're not really central to kdelibs for what I see

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Hans-Peter Jansen
Am Dienstag, 4. September 2007 10:56 schrieb Andreas Pakulat: but the threading API sounds like a big can of worms for Python programs running on CPython. Sure, since it involves playing games with the GIL. See below. Phil can tell you stories.. I don't know CPython and how Threading

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 09:35:34, Jim Bublitz wrote: On Tuesday 04 September 2007 01:56, Andreas Pakulat wrote: On 04.09.07 08:19:10, Simon Edwards wrote: Jim Bublitz wrote: The first is how large should PyKDE be? At some point I'd want to start splitting stuff off into a second package, and all 3

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 09:50:21, Jim Bublitz wrote: On Tuesday 04 September 2007 01:49, Andreas Pakulat wrote: Did you or Simon ever think about porting the already existing tests from kdelibs to python? Thats not example applications in the meaning that they show users how to use the API, but they

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Jim Bublitz
On Tuesday 04 September 2007 10:09, Andreas Pakulat wrote: On 04.09.07 09:35:34, Jim Bublitz wrote: Someone is interested in doing plugin code for Kate, and needs kdelibs/interfaces/ktexteditor and also kdesdk/kate/interfaces/kate. I'm not sure about that, KTextEditor already provides a

Re: [PyQt] PyKDE4 Update

2007-09-04 Thread Andreas Pakulat
On 04.09.07 11:35:07, Jim Bublitz wrote: But for example, knewstuff installs dxsengine.h in users include/ directory. dxsengine.h depends on coreengine.h, which isn't installed. Not knowing anything about knewstuff, I don't know if I should a) drop dxsengine from the module or b) add

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Jim Bublitz
On Monday 03 September 2007 09:48, Andreas Pakulat wrote: Just out of curiosity: Does PyKDE4 also work without GUI/X11 when one restricts himself to kdecore module? (I suspect so, but wanted to make sure) I was going to say probably, but KApplication is in kdeui now, so it seems less

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Andreas Pakulat
On 03.09.07 21:08:15, Hans-Peter Jansen wrote: Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: The module lineup is about the same as PyKDE3, with a few changes. kfile has been rolled into the kio module, kabc/kresource are dropped, kmdi no longer exists, kspell is now in

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Jim Bublitz
On Monday 03 September 2007 12:08, Hans-Peter Jansen wrote: Awesome, Jim. Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: The module lineup is about the same as PyKDE3, with a few changes. kfile has been rolled into the kio module, kabc/kresource are dropped, kmdi no longer

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Ismail Dönmez
[... Forgot to CC the list ...] On Monday 03 September 2007 23:05:03 Jim Bublitz wrote: On Monday 03 September 2007 12:08, Hans-Peter Jansen wrote: Awesome, Jim. Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: The module lineup is about the same as PyKDE3, with a few changes.

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Andreas Pakulat
On 03.09.07 13:05:03, Jim Bublitz wrote: On Monday 03 September 2007 12:08, Hans-Peter Jansen wrote: Awesome, Jim. Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: The module lineup is about the same as PyKDE3, with a few changes. kfile has been rolled into the kio module,

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread John Layt
On Monday 03 September 2007, Andreas Pakulat wrote: Also there's a new library-like module - kdevplatform which will provide a powerful Ui, targetted at IDE-like applications (ok, enough advertisement). I'm not sure though wether its possible to have python-plugins for kdevplatform, although

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Andreas Pakulat
On 03.09.07 23:16:47, John Layt wrote: On Monday 03 September 2007, Andreas Pakulat wrote: Also there's a new library-like module - kdevplatform which will provide a powerful Ui, targetted at IDE-like applications (ok, enough advertisement). I'm not sure though wether its possible to have

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Jim Bublitz
On Monday 03 September 2007 12:52, Andreas Pakulat wrote: On 03.09.07 21:08:15, Hans-Peter Jansen wrote: Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: The module lineup is about the same as PyKDE3, with a few changes. kfile has been rolled into the kio module, kabc/kresource are

Re: [PyQt] PyKDE4 Update

2007-09-03 Thread Jim Bublitz
On Monday 03 September 2007 12:08, Hans-Peter Jansen wrote: Awesome, Jim. Am Montag, 3. September 2007 18:14 schrieb Jim Bublitz: The module lineup is about the same as PyKDE3, with a few changes. kfile has been rolled into the kio module, kabc/kresource are dropped, kmdi no longer