Re: [PyKDE] Problem with PyQt3

2006-12-27 Thread Detlev Offenbach
On Wednesday 27 December 2006 17:58, Phil Thompson wrote: On Wednesday 27 December 2006 4:06 pm, Detlev Offenbach wrote: Hi, I have an application with a dialog that was created with Qt Designer and converted to Python with pyuic3. This dialog has an ok and a cancel button

[PyKDE] ANN: eric3 3.9.3 released

2006-12-23 Thread Detlev Offenbach
Hi, this is to inform you about the availability of eric3 version 3.9.3. This release fixes a few bugs and enhances compatibility with subversion 1.4. As usual it is available via http://sourceforge.net/project/showfiles.php?group_id=119070 Regards, Detlev -- Detlev Offenbach [EMAIL

Re: [PyKDE] Problem compiling PyKDE 3.16.0 - works now

2006-12-23 Thread Detlev Offenbach
Hi, I have to reply to my own mail because in the meantime I implemented a patch to successfully compile PyKDE 3.16.0 on a 64-bit Linux with Python 2.5 and latest sip. Please find the patch attached. I hope it will make it into the distro. Regards, Detlev On Thursday 21 December 2006 13:08

[PyKDE] ANN: new eric4 snapshot available

2006-12-22 Thread Detlev Offenbach
Hi, this is to inform you of the availability of a new eric4 snapshot release. It is available via http://www.die-offenbachs.de/detlev/eric.html. Please give it a try and report bugs and wishes to the eric4 bug email address. This snapshot includes a bunch of bug fixes and this new

[PyKDE] Problem compiling PyKDE 3.16.0

2006-12-21 Thread Detlev Offenbach
*’ to ‘Py_ssize_t*’ for argument ‘3’ to ‘int PySlice_GetIndicesEx(PySliceObject*, Py_ssize_t, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)’ What am I doing wrong? I have checked this mailing list, but non of the tips helped. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] QScintilla1.7/Qt3 broken

2006-12-18 Thread Detlev Offenbach
talking about QScintilla2. eric3 requires QScintilla1. That is most probably the problem you were facing first. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman

[PyKDE] ANN: new eric4 snapshot available

2006-12-17 Thread Detlev Offenbach
to show a minimalistic context menu (for small screens) - extended help texts for the Python and Qt regexp wizard dialogs Please get it and send feature wishes and bug reports to the eric4 bug email address. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] pasting rectangular selection

2006-12-13 Thread Detlev Offenbach
On Monday 11 December 2006 23:06, jul wrote: Hi Detlev, As kate does, eric well knows the rectangular selection feature. This is very usefull for cutting columns from CSV files. But in eric, pasting the selected column doesn't work as we hope. It stricly insert the text at cursor position

Re: [PyKDE] Tab characters in the line seem to affect where the edge mode marker is shown. - QScintilla problem

2006-12-02 Thread Detlev Offenbach
Hi, this is a QScintilla issue. Eric is just configuring the QScintilla widget to use edge mode. Detlev On Tuesday 28 November 2006 00:04, Daryl Dusheiko wrote: Hi, This email follows on from my edge mode fault report sent 11/10/2006. Tab characters in the line seem to affect where

Re: [PyKDE] TypeError: argument 1 of QsciScintilla() has an invalid type in QsciScintillaCompat.py

2006-11-17 Thread Detlev Offenbach
Hallo, unfortunately I cannot reproduce the problem. Cann you please try to determine the type of parent in the file given below? Regards, Detlev On Thursday 16 November 2006 10:49, Daryl Dusheiko wrote: Hi I am using Ubuntu (edgy). I have manually built and installed the following: eric4

[PyKDE] Strange observation with latest PyQt4 snapshot

2006-11-04 Thread Detlev Offenbach
of a superclass are not shown translated. All strings of the derived class are shown translated. Can anybody give me a hint, what is going wrong here? Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de

Re: [PyKDE] latest eric3 snapshot on Mac OS X

2006-11-01 Thread Detlev Offenbach
Thanks, I'll include this change in the next eric[34] snapshots. Detlev On Wednesday 01 November 2006 13:18, Gerard Vermeulen wrote: Hi Detlev, I have to apply this patch to generate valid eric3* shell scripts on Mac OSX. --- eric-snapshot-20061029//install.py.gv 2006-11-01 12:54

Re: [PyKDE] Release Plans

2006-10-29 Thread Detlev Offenbach
are up-to-date. However, you should include the same translation change you did for QScintilla2, which is to rename qscintilla_ptbr.ts to qscintilla_pt_br.ts (and likewise for the .qm file). Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE

Re: [PyKDE] Release Plans

2006-10-29 Thread Detlev Offenbach
is going on? Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] eric4

2006-10-27 Thread Detlev Offenbach
(unicode(msg)), Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] eric4 debugger works now :)

2006-10-27 Thread Detlev Offenbach
Thanks for this info. I'll change it in the next snapshot. Detlev On Thursday 26 October 2006 13:39, bastian salmela wrote: ok, sorry to spam the list again, but i got it working (now that i knew what the error message was). for some reason i had to make couple of changes in DebugServer.py

Re: [PyKDE] Any IDE?

2006-10-22 Thread Detlev Offenbach
. If you cannot install PyQt3 and PyQt4 in parallel for some reason, you can try the eric4 snapshots. However, be warned, that eric4 is still under development and usually depends on very recent versions of the required software (which is recent snapshots of PyQt4 and QScintilla2). Regards, Detlev

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Saturday 14 October 2006 20:24, Phil Thompson wrote: On Saturday 14 October 2006 6:17 pm, Detlev Offenbach wrote: Hi, the latest snapshot of PyQt4 creates an API file for QScintilla. However, this file is not installed by make install. For Linux I propose to put it in /usr/share

[PyKDE] QScintilla2 autocompletion performance issue

2006-10-15 Thread Detlev Offenbach
. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] ANN: new eric4 snapshot available

2006-10-15 Thread Detlev Offenbach
Hi, this is to announce a new eric4 snapshot release, which corrects some Qt 4.2.0 related issues. This snapshot again needs the latest QScintilla2 snapshot. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE

Re: [PyKDE] QScintilla2 autocompletion performance issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 11:46, Detlev Offenbach wrote: Hi, if autocompletion is set to acsDocument or acsNone entering text is slowed down considerably for big files. Depending on the computer it even leads to missed keystrokes (I have seen this inside a Virtual PC). I have realized

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 12:16, Phil Thompson wrote: On Sunday 15 October 2006 9:36 am, Detlev Offenbach wrote: On Saturday 14 October 2006 20:24, Phil Thompson wrote: On Saturday 14 October 2006 6:17 pm, Detlev Offenbach wrote: Hi, the latest snapshot of PyQt4 creates an API

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 13:20, Phil Thompson wrote: On Sunday 15 October 2006 11:45 am, Detlev Offenbach wrote: On Sunday 15 October 2006 12:16, Phil Thompson wrote: On Sunday 15 October 2006 9:36 am, Detlev Offenbach wrote: On Saturday 14 October 2006 20:24, Phil Thompson wrote

Re: [PyKDE] PyQt4 installation issue

2006-10-15 Thread Detlev Offenbach
On Sunday 15 October 2006 15:15, Phil Thompson wrote: On Sunday 15 October 2006 2:03 pm, Detlev Offenbach wrote: Summary: We have a standard (global) API installation path, which is used, if the lexer is loaded with a file, that doesn't exist and has no path. We have an API call

[PyKDE] PyQt4 installation issue

2006-10-14 Thread Detlev Offenbach
where the PyQt4 .api file will be installed [default /usr/share/QScintilla] Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] suspect PyQt caused crash - glibc

2006-10-13 Thread Detlev Offenbach
You should get the latest eric3 snapshot as well. Regards, Detlev On Wednesday 11 October 2006 22:29, Chris Smith wrote: Hello, After upgrading to python-2.5 on x86-64, only the current snapshots of sip and PyQt (20061008 and 20061006 respectively) would properly compile and install

Re: [PyKDE] Edge mode not working with eric an ubuntu

2006-10-11 Thread Detlev Offenbach
That could be caused by the same problem that was fixed in QScintilla2 lately. Can you check this, Phil? I am observing wrong indentation guides when switching font settings on QScintilla1 as well. Detlev On Wednesday 11 October 2006 02:33, Daryl Dusheiko wrote: Hi, I'm wanting to display

Re: [PyKDE] ANN: new eric4 snapshot

2006-10-11 Thread Detlev Offenbach
On Tuesday 10 October 2006 19:57, Darren Dale wrote: On Tuesday 10 October 2006 13:47, you wrote: On Tuesday 10 October 2006 19:18, Darren Dale wrote: On Tuesday 10 October 2006 12:52, you wrote: On Monday 09 October 2006 19:51, Darren Dale wrote: Hi Detlev, I just

Re: [PyKDE] snapshot-20061008: Qt-4.1.4 compile error

2006-10-10 Thread Detlev Offenbach
: sip/QtNetwork/qnetworkinterface.sip:26:31: error: qnetworkinterface.h: No such file or directory make[1]: *** [sipQtNetworkpart0.o] Error 1 make: *** [all] Error 2 Compiled cleanly over here with self compiled Qt 4.1.4. Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] ANN: new eric4 snapshot

2006-10-10 Thread Detlev Offenbach
On Monday 09 October 2006 19:51, Darren Dale wrote: Hi Detlev, I just installed the new snapshots (I had not tried installing the old ones). Eric4 looks very nice, I am looking forward to working with it. One thing I noticed though, is that the mouse seems unresponsive in the editor window

Re: [PyKDE] PyQt and QScintilla2

2006-10-10 Thread Detlev Offenbach
Hi Ismail, thanks for the patch. It will be in the next snapshot. That was in the untested Qt 4.2 support code. Detlev On Monday 09 October 2006 19:32, Ismail Donmez wrote: 09 Eki 2006 Pts 20:12 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 16:49, Ismail Donmez

Re: [PyKDE] ANN: new eric4 snapshot

2006-10-10 Thread Detlev Offenbach
On Tuesday 10 October 2006 19:18, Darren Dale wrote: On Tuesday 10 October 2006 12:52, you wrote: On Monday 09 October 2006 19:51, Darren Dale wrote: Hi Detlev, I just installed the new snapshots (I had not tried installing the old ones). Eric4 looks very nice, I am looking forward

Re: [PyKDE] PyQt and QScintilla2

2006-10-09 Thread Detlev Offenbach
On Sunday 08 October 2006 16:49, Ismail Donmez wrote: 08 Eki 2006 Paz 17:26 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 15:29, Ismail Donmez wrote: [...] File /usr/lib/python2.4/site-packages/eric4/ViewManager/ViewManager.py, line 14, in ? from

[PyKDE] ANN: new eric4 snapshot

2006-10-09 Thread Detlev Offenbach
yet. Feedback is highly appreciated. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] PyQt and QScintilla2

2006-10-08 Thread Detlev Offenbach
in the future. If you have to use just QScintilla 2 (both QScintilla variants can live side by side), you have the option to get an eric4 snapshot. Please be aware, that eric4 is to be considered alpha and requires QScintilla 2. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] PyQt and QScintilla2

2006-10-08 Thread Detlev Offenbach
On Sunday 08 October 2006 15:29, Ismail Donmez wrote: 08 Eki 2006 Paz 15:54 tarihinde, Detlev Offenbach şunları yazmıştı: On Sunday 08 October 2006 14:26, Ismail Donmez wrote: 08 Eki 2006 Paz 14:33 tarihinde, Ismail Donmez şunları yazmıştı: Hi, I downloaded PyQt-x11-gpl-3

Re: [PyKDE] PyQt4 question - QFileIconProvider

2006-10-03 Thread Detlev Offenbach
and it works as expected. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] PyQt4 question - QFileIconProvider

2006-10-02 Thread Detlev Offenbach
of QFileIconProvider, so that they get called by a QFileDialog after the icon provider of the dialog was set? Thanks in advance. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http

Re: [PyKDE] PyQt4 question - QFileIconProvider

2006-10-02 Thread Detlev Offenbach
thought so. Unfortunately, my variant of the icon method doesn't get called, allthough the iconProvider call to the created QFileDialog shows, that my IconProvider is installed. What am I doing wrongly? Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Detlev Offenbach
QApplication.processEvents() after the setProgress call. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] GUI not updateing ?

2006-09-24 Thread Detlev Offenbach
On Sunday 24 September 2006 13:44, Andreas Pakulat wrote: On 24.09.06 13:16:11, Detlev Offenbach wrote: On Sunday 24 September 2006 12:55, Dave S wrote: My main window has a progress bar in it. When I click a button my script starts a thread for a backend script that takes some time

[PyKDE] ANN: First public snapshot of eric4 available

2006-09-23 Thread Detlev Offenbach
of them) please send a bug report or patches to the eric4 bug email address (see the README file or use the built in dialog). The snapshot is available at http://www.die-offenbachs.de/detlev/snapshots4 Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

[PyKDE] pyuic4 problem

2006-09-19 Thread Detlev Offenbach
no attribute 'encode' - Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] EmailDialog.ui Description: application/designer ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo

Re: [PyKDE] PyQt 4 on openSUSE

2006-09-05 Thread Detlev Offenbach
Hi, a first application that requires PyQt4 will appear soon. Eric4 the Python IDE is in its final stage. I hope to release a first snapshot by the end of the month. That could eventually find it's way into openSUSE. Detlev On Tuesday 05 September 2006 19:29, Joachim Werner wrote: Hi all

Re: [PyKDE] QScintilla snapshot not auto-indenting anymore

2006-07-17 Thread Detlev Offenbach
Hi, that will be fixed in the next release of eric3. Regards, Detlev PS: For those of you, who are willing to patch it themselves. In the Editor methods bindLexer and readSettings (Editor.py) make the lines dealing with autoindentation settings for Python read

Re: [PyKDE] Error raised during Eric project creation

2006-07-14 Thread Detlev Offenbach
(for the development), .../pyScp/tags (for tags) and .../pyScp/branches (for branches) I hope this helps. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman

Re: [PyKDE] [eric3]environment variables

2006-07-14 Thread Detlev Offenbach
-Debugger-Settings. I'm not sure about the format there, I only needed 1 variable and foobar=value worked, I guess you'd have to look into the source or wait for a comment from Detlev to know how variables can be separated. Andreas And here it is. They are separated like

Re: [PyKDE] [eric3]debugging Zope

2006-07-14 Thread Detlev Offenbach
On Friday 14 July 2006 16:58, Timothy Reaves wrote: Has anyone put together a write-up on debugging Zope products in eric3? Not yet but I would be very very happy, if a Zope (or Plone) specialist could help out in this area. Detlev -- Detlev Offenbach [EMAIL PROTECTED

[PyKDE] ANN: New mailing list for eric3

2006-07-14 Thread Detlev Offenbach
Hi all, thanks to Phil, eric has it's own mailing list. You can subscribe at http://www.riverbankcomputing.com/mailman/listinfo/eric I hope, this gets this list sorted out a little bit. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] Does anybody got the same issue?

2006-07-08 Thread Detlev Offenbach
Laurent Haven't seen this problem before nor can I reproduce it on my system. However, I have newer versions of PyQt and sip. Could you try to reproduce it with other languages selected (e.g. None). Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] feature request for eric4

2006-07-08 Thread Detlev Offenbach
On Saturday 08 July 2006 13:00, Andreas Pakulat wrote: On 08.07.06 10:48:30, Detlev Offenbach wrote: Hi Andreas, that is already possible with eric3 (unless it is broken). Alternative 1: You can change the environment for the debug client globally in the configuration dialog, Debugger

Re: [PyKDE] Eric3 version 3.9.1 causes problems when opening single *.py files

2006-07-03 Thread Detlev Offenbach
. Best, Lars ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE

Re: [PyKDE] eric3 and translations for qt4 programs

2006-06-28 Thread Detlev Offenbach
such a file, it is accessible and part of the project after the add. Andreas Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] eric 3.9.1 - bookmarks bug

2006-06-28 Thread Detlev Offenbach
toggles bookmarks. Best regards, Cezary Statkiewicz I can confirm this and will have a look. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] [eric3] fonts settings

2006-06-24 Thread Detlev Offenbach
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde Preferences-Editor-Highlighting Styles and Preferences-Editor-Style Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http

Re: [PyKDE] [eric3] fonts settings

2006-06-24 Thread Detlev Offenbach
On Saturday 24 June 2006 11:58, Andrew Gaydenko wrote: Detlev, Aha, it is hidden under highlightings... Thanks! because it is configurable per supported programming language. Andrew === On Saturday 24 June 2006 12:11, you wrote: === ... Preferences-Editor-Highlighting Styles

Re: [PyKDE] eric3: Crash on copypaste

2006-06-10 Thread Detlev Offenbach
, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] ANN PyQt v4.0 Released

2006-06-10 Thread Detlev Offenbach
is a work in progress. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde Hi Phil, this is really good news. Does it mean, that work will start on QScintilla2? ;) Regards, Detlev

Re: [PyKDE] eric3: Crash on copypaste

2006-06-10 Thread Detlev Offenbach
On Saturday 10 June 2006 16:13, PFC wrote: On Sat, 10 Jun 2006 11:33:37 +0200, Detlev Offenbach [EMAIL PROTECTED] wrote: On Friday 09 June 2006 22:31, PFC wrote: When I paste text containing accented chars encoded in ISO-8859-1 in an eric text editor handling an utf-8 file, eric

Re: [PyKDE] eric3: Line wrapping

2006-06-09 Thread Detlev Offenbach
Hi, a configuration option for line wrapping will be in eric3 3.9.1, which is scheduled for release within a couple of days. Detlev On Thursday 11 May 2006 01:54, Danny Adair wrote: Mmmh, In /usr/lib/python2.4/site-packages/eric3/QScintilla/Editor.py Line 2152 in setTextDisplay

Re: [PyKDE] Updated PyQt4 Documentation

2006-06-05 Thread Detlev Offenbach
returning a long. The description says, it is returning a qint64. I think, these kinds of discrepancies should be corrected before releasing PyQt4 (even if it means, that QScintilla2 get delayed some more ;) ) Detlev -- Detlev Offenbach [EMAIL PROTECTED

[PyKDE] Problem with latest PyQt4 snapshot on x86_64

2006-06-04 Thread Detlev Offenbach
Hi, how does sip map qint64? It seems that it is not doing it right. A QModelIndex id of 47553259288192L (determined using Pythons id() function) is returned by internalId() as -618613120L. I observed this behavior after switching eric development to a 64bit machine. Regards, Detlev

[PyKDE] Problem installing latest sip snapshot

2006-06-04 Thread Detlev Offenbach
plat_sip_dir = sys.prefix + /share/sip --- Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] eric3 Segmentation Fault

2006-05-30 Thread Detlev Offenbach
Hi, it seems to be a sip problem. Try to compile the stuff yourself and see, if this cures the problem. Detlev Am Sonntag, 28. Mai 2006 19:43 schrieb Sean Colgan: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head meta content=text/html;charset=ISO-8859-1 http-equiv

Re: [PyKDE] Re: PyKDE Digest, Vol 22, Issue 52

2006-05-30 Thread Detlev Offenbach
. That is the default used by QSettings. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] eric3: Line wrapping

2006-05-24 Thread Detlev Offenbach
) so I have the fear that there is a reason why it was hardcoded... You could ask Detlef if he'd merge a patch, if you prepare one. :-) I already implemented a condiguration option for this for 3.9.1 Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] resize rows in eric3 variable windows

2006-05-24 Thread Detlev Offenbach
the tooltip comes up. Maybe an option that resizes all rows to the content, or just a handle to resize them individually. Andreas As far as I know, that is not supported by Qt. If I am wrong, please give advice. Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] Eric 3.9 reopen last project

2006-05-22 Thread Detlev Offenbach
The last project should be the topmost entry. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Improved PyQt4 Documentation

2006-05-21 Thread Detlev Offenbach
That looks very promising. I think, this is exactly the documentation needed by PyQt. However, I would add a link to the general PyQt page (the one which explains PyQt in general as well as the differences to Qt). Regards, Detlev PS: Will the documentation (eventually) contain sections

Re: [PyKDE] Improved PyQt4 Documentation

2006-05-21 Thread Detlev Offenbach
Am Sonntag, 21. Mai 2006 22:27 schrieb Phil Thompson: On Sunday 21 May 2006 6:28 pm, Detlev Offenbach wrote: That looks very promising. I think, this is exactly the documentation needed by PyQt. However, I would add a link to the general PyQt page (the one which explains PyQt in general

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 of it? :-) I

[PyKDE] Eric3 survey

2006-05-14 Thread Detlev Offenbach
Hi, is anybody out there using the Mercurial interface of eric3? If not, it will vanish. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo

Re: [PyKDE] configuring eric with cxfreeze

2006-05-12 Thread Detlev Offenbach
page and press the button. Eric searches for all supported external tools. If it cannot start cx_freeze, it will tell you. Please make sure, that it is available in your search path. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing list

Re: [PyKDE] Eric debugger trying to change source files?

2006-05-11 Thread Detlev Offenbach
are automatically converted and file appears modified. ++ Jul. Same would apply to the Convert tabs upon open setting. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman

Re: [PyKDE] eric3: Line wrapping

2006-05-11 Thread Detlev Offenbach
... The short answer is, it was a last minute change and I thought it was a good idea. Maybe I was wrong and it should have been a config item. I'll plan this for 3.9.1! Detlev Cheers, Danny On 5/11/06, Danny Adair [EMAIL PROTECTED] wrote: Thanks, I'm shocked. Is there maybe an easy

Re: [PyKDE] Eric3 quicksearch question

2006-05-11 Thread Detlev Offenbach
Am Donnerstag, 11. Mai 2006 13:28 schrieb Jürgen Urner: Hello Detlev A question about quicksearch. I can't help awaiting a little combobox appearing somewhere at the bottom of the editor pane when triggering quicksearch. But it never appears. Not shure, is this bug or feature? (ubuntu

Re: [PyKDE] How to avoid line wrapping in eric 3.9

2006-05-10 Thread Detlev Offenbach
3.15.1 pykde 3.15.0 on kubuntu dapper How can I disable it. Thanks Mike In 3.9.0 it is not configurable. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman

Re: [PyKDE] Eric misc questions and wishlist

2006-05-08 Thread Detlev Offenbach
this is not supported by Qt (or at least I don't know how to do it). Detlev Ah, that's a pity. If you can't style buttons, maybe you can put a simple Text control (showing the style name, and styled with the relevant font) with an [edit] button on the side ? When you

Re: [PyKDE] Eric misc questions and wishlist

2006-05-07 Thread Detlev Offenbach
don't know how to do it). Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric misc questions and wishlist

2006-05-06 Thread Detlev Offenbach
Am Mittwoch, 12. April 2006 15:16 schrieb Jürgen Urner: Hello Detlev Now on to the wishlist --- Maybe s.o. pointed something similar out already but the wishlist is not publicly available, so I post it anyway. There is one thing I'm missing cureently

Re: [PyKDE] Eric 3/Pyqt 4 question

2006-05-05 Thread Detlev Offenbach
of QScintilla2, which is the Qt4 port of the well known QScintilla. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] ANN: eric3 3.9.0 released

2006-04-30 Thread Detlev Offenbach
is available via http://www.die-offenbachs.de/detlev/eric3.html Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Eric3 announce: documentation and wiki

2006-04-28 Thread Detlev Offenbach
of weeks. Currently I am waiting for the availability of QScintilla2. Once that is ready, it'll take another couple of weeks to get the rest of the port done. However, the menu structure is nearly identical. Detlev -- Detlev Offenbach [EMAIL PROTECTED

Re: [PyKDE] Eric misc questions and wishlist

2006-04-17 Thread Detlev Offenbach
Am Mittwoch, 12. April 2006 15:16 schrieb Jürgen Urner: Hello Detlev Before I start bothering you with another entry for the Eric4 wishlist there are a few things I would like to ask: 1. I wonder if there is a reason why you do not host eric on sourceforge? Wouldn't this make a perfect

Re: [PyKDE] Searching Qt4 UI files for test suite

2006-04-07 Thread Detlev Offenbach
spare user interface files that contain more than a Hello World label that you'd like to share, please hand them in to make pyuic4 better! thanks in advance! Torsten If you like, I could send the dialogs of the upcoming eric4 (about 148 of various complexity). Detlev -- Detlev Offenbach [EMAIL

[PyKDE] pyuic4 Problem

2006-04-02 Thread Detlev Offenbach
in eric3. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] SearchReplaceDialog.ui Description: application/designer ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] pyuic4 Problem (additional info)

2006-04-02 Thread Detlev Offenbach
Am Sonntag, 2. April 2006 18:51 schrieb Detlev Offenbach: Hi, the attached dialog produces a very long line ( 2375), when compiled with pyuic4. This is because pyuic4 does not add a new line after a newline character. That is the behavior of pyuic3. QScintilla cannot handle this very long

Re: [PyKDE] Eric3 user interface

2006-03-31 Thread Detlev Offenbach
for if they get things jacked up. -- Richard A. Smith Ok, you convinced me. I'll add the option to suppress the start, ... dialogs to the 4.0 wish list. I'll add the Restore to default as well. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE

Re: [PyKDE] Eric3 user interface

2006-03-30 Thread Detlev Offenbach
Am Mittwoch, 29. März 2006 23:42 schrieb Jürgen Urner: Detlev Offenbach wrote: x. Its a bit irritating in splitter layout having these docking windows popping one open and one close when I trigger a script. Nice to have the exception at hand, but a pain for the eyes. I would prefere

Re: [PyKDE] Eric3 user interface

2006-03-29 Thread Detlev Offenbach
could be fixed. Would make the interface slicker. I know, writing an editor is pretty hard, writing a whole ide is somewhere close to suicide for a man on its own. Please try a more recent version and see, if it better fits your needs. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

[PyKDE] Problem with PyKDE and sip 4.4

2006-03-25 Thread Detlev Offenbach
message and post to the PyKDE mailing list at: mailto:PyKDE@mats.imk.fraunhofer.de subscribe: http://mats.imk.fraunhofer.de/mailman/listinfo/pykde You can redirect the output into a file ( output.txt) if needed - Please help. Regards, Detlev -- Detlev Offenbach

[PyKDE] ANN: eric3 3.8.2 released

2006-03-25 Thread Detlev Offenbach
Hi, this is to inform all of you about the release of eric3 3.8.2. This version fixes a compatibility problem with PyQt 3.16. It is available via http://www.die-offenbachs.de/detlev/eric3.html. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED

[PyKDE] ANN: new eric3 snapshot released

2006-03-25 Thread Detlev Offenbach
Hi, this is to inform you of a new eric3 3.9.x snapshot. This can be treated as a beta release of the upcoming version 3.9.0. As usual it is available via http://www.die-offenbachs.de/detlev/eric3.html Please give it a try and report all problems you encounter to the eric3 bugs email address

Re: [PyKDE] Problem with Eric3

2006-03-20 Thread Detlev Offenbach
Did you set the path to the Qt installation in the configuration dialog? You should enter the path up to the directory, that contains the bin directory (e.g. C:\Qt\3.3.5) Detlev Am Samstag, 18. März 2006 15:03 schrieb pierre.levy: Hello, I am a new user of Eric3 and PyQt and I need help

Re: [PyKDE] Problem with PyQt4

2006-03-20 Thread Detlev Offenbach
and getting back the selected string). The current solution with the mentioned extension would be much clearer. Detlev Am Montag, 20. März 2006 10:36 schrieb Phil Thompson: On Saturday 18 March 2006 6:31 pm, Detlev Offenbach wrote: Hi, the parameter selectedFilter

[PyKDE] Problem with PyQt4

2006-03-18 Thread Detlev Offenbach
Hi, PyQt4 seems to be mising the Qt.WidgetFlag called Qt.WA_GroupLeader. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] PyQt4 Questions

2006-03-18 Thread Detlev Offenbach
is, that the generating dialog is always behind the generated dialog. I cannot bring it into the foreground. What am I doing wrongly? Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http

Re: [PyKDE] PyQt4 Questions

2006-03-18 Thread Detlev Offenbach
Am Samstag, 18. März 2006 16:29 schrieb Giovanni Bajo: Detlev Offenbach [EMAIL PROTECTED] wrote: I have a dialog, that creates a new dialog and shows it. The code is like self.dlg = MyDialog(self) dlg.show() MyDialog is a QObject, and it is constructed as child of self. Its lifetime

[PyKDE] Problem with PyQt4

2006-03-18 Thread Detlev Offenbach
for parameter 5. Please help. Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Release Plans

2006-03-17 Thread Detlev Offenbach
Am Freitag, 17. März 2006 19:18 schrieb Phil Thompson: On Friday 17 March 2006 5:56 pm, Detlev Offenbach wrote: Hi Phil, does this mean, you are concentrating on the QScintilla port thereafter. Once the final release is made. Before then I want to improve the PyQt docs so they at least

<    1   2   3   4   5   6   7   8   9   10   >