[PyKDE] ANN: QScintilla v1.4 Released

2004-09-16 Thread Phil Thompson
QScintilla v1.4 has been released and can be downloaded from the usual place. Highlights include... - based on Scintilla v1.61 - support for the Bash lexer added to the high-level API - a plugin for Qt Designer - French and Russian translations added to the existing German ones

Re: [PyKDE] Event chaining and passing parameters

2004-09-16 Thread David Boddie
On Wed, 15 Sep 2004 13:54:04, Timothy Grant wrote: I have QListView that connects to a context menu (QPopupMenu) and passes the item(s) to my showPopup method. The QActions that populate the QpopupMenu then call their own processing methods. You might need to post some code that

[PyKDE] PyQt + multiple Interpreters

2004-09-16 Thread Christoph Wiedemann
Hi all, i think i found a bug in sipRegisterModule(...). I'm using Sip 3.8. I have a program which uses embedded python. It allocates several independent interpreters with Py_NewInterpreter. Now, if more than one interpreter imports the qt module, the program hangs in an endless loop inside

Re: [PyKDE] PyQt + multiple Interpreters

2004-09-16 Thread Christoph Wiedemann
Sorry for answering my own mail. I've just tried my suggested fix, but now i get exceptions.RuntimeError: SIP - module qt implements QObject but it has already been implemented File string, line 47, in getWidget File ./PyCute.py, line 3, in ? from qt import * File

Re: [PyKDE] ANN: QScintilla v1.4 Released

2004-09-16 Thread Rex Dieter
Phil Thompson wrote: QScintilla v1.4 has been released and can be downloaded from the usual place. Here's a patch that fixes the designer plugin build (for me, when building RPMS). Without the patch, it assumes there's already installed qscintilla headers. -- Rex ---

Re: [PyKDE] Event chaining and passing parameters

2004-09-16 Thread Timothy Grant
On Thu, 16 Sep 2004 05:18:25 -0700, David Boddie [EMAIL PROTECTED] wrote: On Wed, 15 Sep 2004 13:54:04, Timothy Grant wrote: I have QListView that connects to a context menu (QPopupMenu) and passes the item(s) to my showPopup method. The QActions that populate the QpopupMenu then call

Re: [PyKDE] Event chaining and passing parameters

2004-09-16 Thread Jim Bublitz
On Thursday 16 September 2004 12:22, Timothy Grant wrote: On Thu, 16 Sep 2004 05:18:25 -0700, David Boddie [EMAIL PROTECTED] wrote: On Wed, 15 Sep 2004 13:54:04, Timothy Grant wrote: I have QListView that connects to a context menu (QPopupMenu) and passes the item(s) to my showPopup

[PyKDE] A few minor (but irritating :) ) editor bugs in Eric 3.4.2

2004-09-16 Thread Mike C. Fletcher
Hi all, Once again trying to make Eric my primary working environment (as part of switching from Windows+PythonWin to Linux), and have run into 2 bugs that tend to make it very frustrating to work in the source-code editor. I'm using the Eric 3.4.2 .ebuild for Gentoo with KDE 3.3/Xorg-X11 on

[PyKDE] migrating to sip 4

2004-09-16 Thread Toby Dickenson
We have just finished migrating a large application from PyQt 3.8.1, sip 3.8, and python 2.2 - to version 3.12, 4, and 2.3. Upgrading those tools has caused us _zero_ issues so far. Thats the right way to manage change. Many thanks to all who have contributed. -- Toby Dickenson

[PyKDE] Eric project browser glitch with really long method signature

2004-09-16 Thread Mike C. Fletcher
class Test( object ): def createSaleResponse( self, protocol, sale, communicationControl = 0, # approval terminalDisplay=Approved, approvalCode=, authorizationCode=AUTHORISED, timestamp=None, **named ): Just a sample with a really long

[PyKDE] Minor feature request for goto dialogue

2004-09-16 Thread Mike C. Fletcher
I realise this is trivial, but I'm tripping up for a few seconds every time I use it, so I'd imagine others do as well... Any chance that on load the number (1) could be selected (or absent) so that pasting in a number from a traceback and/or just starting to type the number from memory