[PyKDE] Leaking in virtual handler

2005-04-20 Thread James Emerton
I have found a memory leak owing to how SIP handles virtual methods. If a type conversion is done by sipParseResult(), a new object is allocated but never deleted. I have an interface that returns a QString. If I implement this in python and return a python string, a conversion to QString is per

[PyKDE] Extended version of kdialog --combobox in PyKDE?

2005-04-20 Thread Matěj Cepl
Hi, I would like to make an application in KVim for marking a text with some tags (see http://tamsys.sf.net for the original Mac-only version of the software I would like to make an functional equivalent of). What I need most is a dialog, which would offer list of available tags, but there would b