Re: [PyKDE] Bindings and the KDE project

2004-03-18 Thread Tom Badran
Steve Simmons wrote: How do people here feel about the current state of PyQt/PyKDE in relation to KDE (the project)? Is it a real problem for people that PyQt/PyKDE isn't distributed as part of KDE? or would it be enough if the distros also came with PyQt/PyKDE as 'standard'? Ive found it very

[PyKDE] Overiding components in KFileDialog

2004-02-19 Thread Tom Badran
I need to slightly change how KFileDialog behaves for opening files for a special case in my application. Basically i need it to show sequences of images (with some extra detail) as one object, ie the main widget will look like: Sequence: Length: Start: Finish: sequence**.jpg

[PyKDE] RESTORE() macro

2004-01-30 Thread Tom Badran
Is there an equivalent i can call from python? Thanks Tom ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] kapptemplate support

2004-01-30 Thread Tom Badran
Is there an equivalent kdesdk/kapptemplate/appframework for pykde applitcations? Prefereably with support for building c modules (wheter through distutils or not) Thanks Tom ___ PyKDE mailing list[EMAIL PROTECTED]

[PyKDE] Version compatible with latest sip/pyqt

2004-01-16 Thread Tom Badran
Is there a development version that works/almost works with pyqt 3.9 and the latest sip? If it doesnt work as is i dont mind having to play with it a little. Tom ___ PyKDE mailing list[EMAIL PROTECTED]

Re: [PyKDE] Error installing pykde on Debian

2003-12-26 Thread Tom Badran
On Thursday 25 Dec 2003 22:29, Frederick Polgardy Jr wrote: 1) kmessagebox.sip or sipkdeuiKMessageBox.cpp needs extern const KGuiItem nullGuiItem; and That was the only one i had to change. The declarations _looked_ fine in the sip file, it just didnt seem to be seen anywhere else. Tom

Re: [PyKDE] Error installing pykde on Debian

2003-12-25 Thread Tom Badran
On Thursday 25 Dec 2003 13:50, Ricardo Javier Cardenes Medina wrote: On Thu, Dec 25, 2003 at 12:23:54AM +, Tom Badran wrote: Fred told me privately (but again, his server bounces my mails) that this doesn't work. Please, substitute python-kde with python-kde3 Also, with recent

Re: [PyKDE] Error installing pykde on Debian

2003-12-24 Thread Tom Badran
On Wednesday 24 Dec 2003 13:06, Ricardo Javier Cardenes Medina wrote: On Thu, Dec 18, 2003 at 09:54:53AM +, Ricardo Javier Cardenes Medina wrote: On Wed, Dec 17, 2003 at 05:13:33PM +, Ricardo Javier Cardenes Medina wrote: and then: apt-get source python-kde apt-get

Re: [PyKDE] QGLWidget rendering problems

2003-12-18 Thread Tom Badran
On Thursday 18 Dec 2003 18:29, Phil Thompson wrote: I'm quite willing to add a toString() method to the sip.voidptr type which will take an argument specifying the number of bytes. I'm less willing to add anything more complicated. I for one would really appreciate that, ive had this problem

[PyKDE] QGLWidget rendering problems

2003-12-17 Thread Tom Badran
I have a widget that inherits from QGLWidget which is basically for drawing an image to the screen. I override the paintGL method in order to be able to draw, and it contains only the following code: tex = QGLWidget.convertToGLFormat(self.imageData) glTexImage2D(GL_TEXTURE_2D, 0, 3,

Re: [PyKDE] QGLWidget rendering problems

2003-12-17 Thread Tom Badran
On Wednesday 17 Dec 2003 18:40, Phil Thompson wrote: What type is expected by glTexImage2D()? The handling of the sip.voidptr type has been discussed before - but I'm not clear what type you need it converting to. The man page defines it as: void glTexImage2D( GLenum target,

Re: [PyKDE] QGLWidget rendering problems

2003-12-17 Thread Tom Badran
On Wednesday 17 Dec 2003 22:35, Phil Thompson wrote: The Python wrapper for glTexImage2D() won't expect a void *. What does it expect? One of the example programs shows this if i do a print type( ) on the parameter passed: type 'str' Is there a trivial sip.voidptr conversion for this? Tom

[PyKDE] List comprehension and pointer types

2003-11-30 Thread Tom Badran
] on the object. Thanks Tom -- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w || --- || ||| Using Debian SID pgp0.pgp Description: signature

[PyKDE] QPixmap to QWidget

2003-11-28 Thread Tom Badran
-- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w || --- || ||| Using Debian SID pgp0.pgp Description: signature

[PyKDE] Application icon

2003-11-25 Thread Tom Badran
the application as a whole that that particular icon is the main one, rather than loading it in the specific places it is needed? Thanks Tom -- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w

[PyKDE] Flow chart widget

2003-11-12 Thread Tom Badran
in an ordered manner would be perfect. Thanks Tom -- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w || --- || ||| Using Debian SID pgp0.pgp Description: signature

Re: [PyKDE] Problems installing on debian

2003-11-04 Thread Tom Badran
v3.8). Ok, ill wait until they are uploaded. Any chance you can post to the list once its done? Thanks for help Tom -- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w

Re: [PyKDE] Problems installing on debian

2003-11-04 Thread Tom Badran
forward to finally being able to get my final year project looking nice, c++ is just way to clunky Tom -- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w || --- || ||| Using Debian SID

Re: [PyKDE] Problems installing on debian

2003-11-04 Thread Tom Badran
its because im using kde cvs. Any chance of a source package, i have your deb-src in the sources.list but there doesnt seem to be a source pacakge available. Tom -- ^__^| Tom Badran (oo)\__ | Imperial College (__)\ )\/\| Department of Computing ||w

[PyKDE] Problems installing on debian

2003-11-03 Thread Tom Badran
problems. Any ideas exactly what this means though, and how to do deal with it? Are they any packages for debian i can install? Ricardo's site seems to claim they exist, but not on that server i guess. Thanks Tom -- ^__^| Tom Badran (oo)\__ | Imperial College

Re: Learning C++ (was Re: [PyKDE] Line numbers in TextEdit box?)

2003-08-14 Thread Tom Badran
if this is reasonably doable. Tom -- ^__^ Tom Badran (oo)\__Imperial College (__)\ )\/\ ||w | || || Using Debian SID pgp0.pgp Description: signature

Re: Learning C++ (was Re: [PyKDE] Line numbers in TextEdit box?)

2003-08-14 Thread Tom Badran
) by applying the same transformations to the document generation layer? Tom -- ^__^ Tom Badran (oo)\__Imperial College (__)\ )\/\ ||w | || || Using Debian SID ___ PyKDE mailing list[EMAIL

pyqt@riverbankcomputing.com

2003-08-14 Thread Tom Badran
the start of any decent java course you are encouraged to program to an interface, even the standard library encourages this. Tom -- ^__^ Tom Badran (oo)\__Imperial College (__)\ )\/\ ||w | || || Using Debian SID pgp0.pgp

Re: Learning C++ (was Re: [PyKDE] Line numbers in TextEdit box?)

2003-08-14 Thread Tom Badran
and then after that learned c++. You can imageine some of the code i write ;) Tom -- ^__^ Tom Badran (oo)\__Imperial College (__)\ )\/\ ||w | || || Using Debian SID pgp0.pgp Description: signature

[PyKDE] pyKDE on debian

2003-07-31 Thread Tom Badran
Is there anywhere i can debian pacakges for the bindings like i can for pyqt? Thanks Tom -- ^__^ Tom Badran (oo)\__Imperial College (__)\ )\/\ ||w | || || Using Debian SID pgp0.pgp Description: signature

Re: [PyKDE] pyKDE on debian

2003-07-31 Thread Tom Badran
On Thursday 31 Jul 2003 15:40, Ricardo Javier Cardenes Medina wrote: On Thu, Jul 31, 2003 at 03:31:27PM +0100, Tom Badran wrote: Content-Description: signed data Is there anywhere i can debian pacakges for the bindings like i can for pyqt? Not as it won't build with the current PyQt