[PyQt] Strange error with latest PyQt4 snapshot

2010-06-20 Thread detlev
Hi, I just upgraded to latest PyQt4 snapshot and got the following error while executing this lines of code self.__index = self.__engine.indexWidget() self.__index.installEventFilter(self) self.__engine is a QHelpEngine and self.__index is a QHelpIndexWidget. The error is: : t

[PyQt] Stuff missing from PyQt4 installers

2010-06-19 Thread detlev
Hi Phil, I think, the Qt4 compressed help files of the qch directory are missing in the PyQt4 installers. The qch subdirectory should be located in the Doc directory parallel to the html directory. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: eric 4.4.5 released

2010-06-12 Thread detlev
Hi, I just uploaded eric 4.4.5. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.0-RC1 released

2010-06-12 Thread detlev
Hi, I just uploaded eric 5.0.0-RC1. It is the first (and hopefully only) release candidate. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt

[PyQt] ANN: New eric 4.5 snapshot released

2010-05-23 Thread detlev
lable via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/20100523 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: New eric 5.0 snapshot released

2010-05-23 Thread detlev
n and removed the usage of QHttp It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/20100523 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Stuff missing from PyQt QtWebKit

2010-05-18 Thread detlev
On Montag, 17. Mai 2010, detlev wrote: > Hi, > > it seems, that the QWebPage module is not completely wrapped for Qt 4.6.x. > I am missing these things. > > enum Extension is missing ErrorPageExtension > enum ErrorDomain mssing > class ErrorPageExtensi

[PyQt] Stuff missing from PyQt QtWebKit

2010-05-17 Thread detlev
d the "unsupportedContent" signal in this situation (which is differnt to Qt 4.5). Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Eric5 news

2010-05-08 Thread detlev
Hi, this is to inform you, that eric5 and it's plug-ins have been migrated from Subversion repositories to Mercurial repositories. Please see the eric web site for details on how to get access to the source code. Regards, Detlev -- Detlev Offenbach det...@die-offenbac

[PyQt] ANN: New eric 5.0 snapshot released

2010-05-08 Thread detlev
o the Mercurial plug-in It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/20100508 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputin

[PyQt] ANN: eric 4.4.4 released

2010-05-08 Thread detlev
Hi, I just uploaded eric 4.4.4. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] HELP with QtWebkit.

2010-04-29 Thread detlev
me how to do > this. i am stumped... (feel free to paste code at a popular pastebin site). > > thanks s much! > I would recommend the eric web browser (part of eric IDE) as an example for that. Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] Modifying tooltip before it is shown

2010-04-24 Thread detlev
On Samstag, 24. April 2010, Matt Newell wrote: > On Saturday 24 April 2010 03:53:46 detlev wrote: > > Hi, > > > > I would like to show the keyboard shortcut for a QAction in the tooltip. > > What would be the best way to amend the tooltip just before it is shown?

[PyQt] Modifying tooltip before it is shown

2010-04-24 Thread detlev
Hi, I would like to show the keyboard shortcut for a QAction in the tooltip. What would be the best way to amend the tooltip just before it is shown? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

Re: [PyQt] Converting to API 2

2010-04-22 Thread detlev
ing("hello".encode()) i.e. it must be converted to a bytes object. > > And also by this: > >>> fh = QFile("/tmp/data") > >>> fh.open(QIODevice.WriteOnly) > > True > > >>> out = QD

[PyQt] ANN: New eric 5.0 snapshot released

2010-04-18 Thread detlev
00418 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] QSettings boolean converted to unicode with SIP API v2

2010-04-15 Thread detlev
quot;) > print "val = %s (%s)" % (val, type(val)) > You have to do a manual conversion. The same is true for other types as well (e.g. int). Please see the eric5 source code for examples of handling QSettings. Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Next Version of PyQt

2010-04-10 Thread detlev
Hi, I can confirm, that the problem is gone for Linux (openSUSE 11.2) and Python3. I haven't tested it for Python2. Detlev On Samstag, 10. April 2010, Phil Thompson wrote: > The current PyQt snapshots should behave as v4.7 did regarding garbage > collection when an application ter

Re: [PyQt] ANN: New eric4 plugin versions released

2010-04-01 Thread detlev
Message d'origine- > De : pyqt-boun...@riverbankcomputing.com > [mailto:pyqt-boun...@riverbankcomputing.com] De la part de detlev Envoyé : > jeudi 1 avril 2010 15:59 > À : pyqt@riverbankcomputing.com > Objet : [PyQt] ANN: New eric4 plugin versions released >

[PyQt] ANN: New eric4 plugin versions released

2010-04-01 Thread detlev
Hi, I'd like to inform all of you about the immediate availability of new versions of these plug-ins. - PyLint - CxFreeze They are available via http://sourceforge.net/projects/eric-ide/files/eric4-plugins/stable or by accessing the plug-in repository via the eric4 IDE. Regards, D

[PyQt] ANN: New eric 5.0 snapshot released

2010-04-01 Thread detlev
http://sourceforge.net/projects/eric-ide/files/eric5/unstable/20100401 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: eric 4.4.2 released

2010-03-22 Thread detlev
On Sonntag, 21. März 2010, Mateusz Korniak wrote: > On Saturday 06 of March 2010, detlev wrote: > > I just uploaded eric 4.4.2. It is a maintenance release fixing some bugs. > > It is available via the eric web site. > > Any hint why I get dozens of messages in separ

[PyQt] ANN: New eric 5.0 snapshot released

2010-03-06 Thread detlev
;, "clipboard", "cur_select", "insertion", "select_start" and "select_end" - added the auto fork options to the run dialog - added capability to change the keywords of a syntax highlighter It is available via http://sourceforge.net/projects/eric-ide/f

[PyQt] ANN: eric 4.4.2 released

2010-03-06 Thread detlev
Hi, I just uploaded eric 4.4.2. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] eric crashes in QX11WindowSurface dtor

2010-02-22 Thread detlev
ew view (with new split)" via context menu, and quit. > > > > My environment: openSUSE 11.1 (all packages available on build service) > > qscintilla-2.4 > > qt4-4.5.3 > > python-sip-4.10 > > python-qt4-4.7 > >

Re: [PyQt] File Dialog Opens Twice

2010-02-13 Thread detlev
The simple answer is, that your dialog is connected twice. The first time is done automatically within self.setupUi() and a second time explicitly by the connect call in the __init__ method. Remove the later and it should be fine. Regards, Detlev On Samstag, 13. Februar 2010, David Arnold

[PyQt] Strange error message from PyQt4 with Python3

2010-02-12 Thread detlev
Hi, every now and than I get a really strange exception from PyQt4. It reads "unable to convert a C++ 'QString' instance to a Python object". The exception is a TypeError. Versions: Python 3.1 sip 4.10 PyQt 4.7 Qt 4.5.3 What could be causing this issue? Regards, Detlev

[PyQt] ANN: New eric 5.0 snapshot released

2010-02-06 Thread detlev
yntax checker dialog and editor It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/20100206 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] ANN: eric 4.4.1 released

2010-02-06 Thread detlev
Hi, I just uploaded eric 4.4.1. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] QDirmodel - Removing a directory and it's descendents..

2010-01-17 Thread detlev
On Sonntag, 17. Januar 2010, Jebagnana Das wrote: > Thanks detlev for your suggestion.. Could you please give me any example > code snippet?. Bcoz. i'm totally new to model/view programming and pyqt. > > On Sun, Jan 17, 2010 at 5:03 PM, detlev wrote: > > Hi, &g

Re: [PyQt] QDirmodel - Removing a directory and it's descendents..

2010-01-17 Thread detlev
Hi, how about using a QSortFilterProxy model to filter the excluded ones? Detlev On Samstag, 16. Januar 2010, Jebagnana Das wrote: > Hello all, > Greetings.. After a spending a long time for googling i found the > way to list the contents of a particular directory. Thanks to

[PyQt] ANN: First eric5 snapshot released (eric for Py3)

2010-01-16 Thread detlev
http://sourceforge.net/projects/eric-ide/files/eric5/unstable/20100116 Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Examples of Big PyQt application with sources

2010-01-14 Thread detlev
t; real use > > Thanks > > Maybe Eric IDE? > > http://eric-ide.python-projects.org > That one should be big enough. It's around 120 kLoc and ~200 kLines in summary. Optional plugins are not counted. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] ANN: eric 4.4.0 released

2010-01-10 Thread detlev
On Sonntag, 10. Januar 2010, z wrote: > 2010/1/9 detlev : > > Hi, > > > > I just uploaded eric 4.4.0. This is a major release, which introduces > > some new functionality. The most prominent new features are these. > > > > - added a Python3 compatible

Re: [PyQt] Missing method for QByteArray and Python3?

2010-01-10 Thread detlev
On Sonntag, 10. Januar 2010, Phil Thompson wrote: > On Sun, 10 Jan 2010 14:05:36 +0100, detlev > > wrote: > > On Sonntag, 10. Januar 2010, Phil Thompson wrote: > >> On Sat, 9 Jan 2010 18:33:32 +0100, detlev > >> > >> wrote: > >> > Hi, >

Re: [PyQt] Missing method for QByteArray and Python3?

2010-01-10 Thread detlev
On Sonntag, 10. Januar 2010, Phil Thompson wrote: > On Sat, 9 Jan 2010 18:33:32 +0100, detlev wrote: > > Hi, > > > > really often I have this kind of code in my application when it comes to > > converting a QByteArray to s string under Python 3.1. > > > > s

Re: [PyQt] Another wierd bug with QtWebKit

2010-01-10 Thread detlev
n.exe the way it does right now. Is there > > something wrong with the error handling code? > > No - what do you expect to happen? > > Phil > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.rive

[PyQt] Missing method for QByteArray and Python3?

2010-01-09 Thread detlev
() method to make it similar to a Python3 bytes or bytearray type? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 4.4.0 released

2010-01-09 Thread detlev
editor tool - added additional translations - removed Qt3 support from eric4 - a lot of other changes For more details please see the changelog file. The new release is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die

[PyQt] Re: Another problem with QVariant v2 API and QSettings

2009-12-29 Thread detlev
On Dienstag, 29. Dezember 2009, Phil Thompson wrote: > On Tue, 29 Dec 2009 14:51:56 +0100, detlev > > wrote: > > Hi, > > > > I just discovered another problem. Enter this code in a Python console. > > > >>>> import sip > >>>> sip.

[PyQt] Another problem with QVariant v2 API and QSettings

2009-12-29 Thread detlev
QSettings() >>> s.value("k6") QVariant::load: unable to load type 256. Traceback (most recent call last): File "", line 1, in SystemError: error return without exception set >>> s.value("k7") u'Hello world' The settings file contain

[PyQt] Serious problem with QVariant v2 API and QSettings

2009-12-29 Thread detlev
object, which causes the previously saved file to be read, the formerly int value has changed to a unicode string. Same happens for bool values (and probably other Python types). A list of integers is changed to a list of strings. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Another problem with latest Pyqt snapshot

2009-12-27 Thread detlev
Hi, the following entered in a Python shell QColor(Qt.white).name() results in u'#03'. The correct result should be u'#ff'. What is wrong here? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt

[PyQt] Problem with latest snapshot

2009-12-27 Thread detlev
Hi, latest snapshot seems to have a little problem with QHostAddress. The following entered in a Python shell QHostAddress(QHostAddress.Any).toString() results in PyQt4.QtCore.QString(u'0.0.0.4') However, the address should be '0.0.0.0'. Any idea what could be wro

Re: [PyQt] Re: Problem with QString API v2

2009-12-18 Thread detlev
On Freitag, 18. Dezember 2009, Phil Thompson wrote: > On Fri, 18 Dec 2009 15:34:19 +0100, detlev > > wrote: > > Hi, > > > > how do I port code like > > > >>>> l="hh" > >>>> t=app.translate("Test", "

[PyQt] Problem with QString API v2

2009-12-18 Thread detlev
Hi, how do I port code like >>> l="hh" >>> t=app.translate("Test", "s - %1 - e").arg(l) to the QString API version 2? I need to have the relocatable placeholders. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de _

[PyQt] New eric 4.4 snapshot released

2009-11-29 Thread detlev
Hi, I'd like to inform all of you about the immediate availability of a new eric 4.4 snapshot. It is a bug fix release and is meant to be the first release candidate of eric 4.4. It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/20091129 Regards D

[PyQt] Compiler warnings compiling PyQt

2009-11-23 Thread detlev
Hi, I am getting a bunch of compiler warnings compiling PyQt4. They are of the sort: sip/QtCore/qdatetime.sip:214: warning: deprecated conversion from string constant to ‘char*’ In the past I learned, that compiler warnings will become bugs some time in the future. Regards Detlev -- Detlev

Re: [PyQt] Re: Problem after upgrade to PyQt 4.6.2

2009-11-23 Thread detlev
On Montag, 23. November 2009, Phil Thompson wrote: > On Mon, 23 Nov 2009 18:08:48 +0530, Prafulla Kiran > > wrote: > > Hi Phil, > > > > The following piece of code throws up the error messages that Detlev has > > mentioned. Is there something wrong that I am d

Re: [PyQt] Another problem with PyQt4 4.6.2

2009-11-22 Thread detlev
Hi, please disregard this message. virtualenv tricked me. Sorry for the noise. Detlev On Sonntag, 22. November 2009, detlev wrote: > Hi, > > Running "python configure.py -h" with a Python interpreter from a virtual > environment (built with virtualenv) (e.g. ~/pyqt46

[PyQt] Another problem with PyQt4 4.6.2

2009-11-22 Thread detlev
he virtual environment. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Problem after upgrade to PyQt 4.6.2

2009-11-22 Thread detlev
Hi, after upgrading to PyQt4 4.6.2 (from 4.6.1) I get error messages like QVariant::save: unable to save type 256. QVariant::load: unable to load type 256. What does this mean? With 4.6.1 everything was ok. Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: eric 4.3.9 released

2009-11-09 Thread detlev
Hi, I just uploaded eric 4.3.9. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: New eric 4.4 snapshot released

2009-10-25 Thread detlev
o web services via the authentication dialog or login forms - added Ad-Block support to the web browser It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/20091025 Regards Detlev -- Detlev Offenbach det...@die-offenbac

[PyQt] ANN: eric 4.3.8 released

2009-10-10 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.8. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Re: [Eric] Linguist question

2009-10-03 Thread Detlev Offenbach
ink that it's a pyqt question/problem I cc to pyqt ml) > > Detlev Offenbach wrote: > >> Hi, > > Hi, > I think that I'm finally going crazy with the qt linguistic... > I just update pyqt to 4.5.4 and qt 4.5.2 (the last on debian unstable > repo) for see if wa

Re: [PyQt] ANN: PyQt v4.6 and SIP v4.9 Released

2009-09-28 Thread Detlev Offenbach
ckages/eric4/Preferences/__init__.py", line > 26, in > from PyQt4 import Qsci > RuntimeError: the sip module implements API v6.0 but the PyQt4.Qsci > module requires API v5.0 > Seems the Mandriva people forgot to update/regenerate t

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-26 Thread Detlev Offenbach
On Samstag, 26. September 2009, tabish--> wrote: > can you please give me some hint on how should i go about with an example > coz i am unable to find it in the eric4 source It is in Plugins/ViewManagerPlugins/Tabview/Tabview.py. > > Detlev Offenbach wrote: > > On Freita

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread Detlev Offenbach
widgets. See eric4 sources for an example. Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Re: Problem with latest PyQt4 snapshot

2009-09-22 Thread Detlev Offenbach
On Dienstag, 22. September 2009, Phil Thompson wrote: > On Tue, 22 Sep 2009 18:42:47 +0200, Detlev Offenbach > > wrote: > > On Dienstag, 22. September 2009, Phil Thompson wrote: > >> On Sat, 19 Sep 2009 19:47:00 +0200, Detlev Offenbach > >> > >> wrote: &

Re: [PyQt] Re: Problem with latest PyQt4 snapshot

2009-09-22 Thread Detlev Offenbach
On Dienstag, 22. September 2009, Phil Thompson wrote: > On Sat, 19 Sep 2009 19:47:00 +0200, Detlev Offenbach > > wrote: > > Hi Phil, > > > > pyuic4 of the latest snapshot is a bit buggy. It does wrap the value set > > via > > QObject.setProperty(...) int

[PyQt] Problem with latest PyQt4 snapshot

2009-09-19 Thread Detlev Offenbach
Hi Phil, pyuic4 of the latest snapshot is a bit buggy. It does wrap the value set via QObject.setProperty(...) into a QVariant. That makes code generated with this pyuic incompatible with older PyQt4 versions. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] eric4 with PySide support

2009-09-15 Thread Detlev Offenbach
/eric-ide.python-projects.org). Thanks in advance. Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: New eric 4.4 snapshot released

2009-09-13 Thread Detlev Offenbach
rd to the various browsers - added a little context menu to the find files dialog - updated coverage.py to version 3.0.1 It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/20090913 Regards Detlev -- Detlev Offenbach det...@die-offenbac

[PyQt] ANN: eric 4.3.7.1 released

2009-09-05 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.7.1. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] using Qtoolbutton as togglebutton

2009-08-29 Thread Detlev Offenbach
On Samstag, 29. August 2009, vidyadhar wrote: > how can i use a Qtoolbutton in a toolbar as a toggle button? > i am using Qt4.. and PyQt.. > thanks button.setCheckable(True) Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mai

Re: [PyQt] image tool like paint

2009-08-29 Thread Detlev Offenbach
Hi, Repository: http://eric-ide.python-projects.org/eric4-code.html Snapshots: http://sourceforge.net/projects/eric-ide/files Please note, that the snapshot containing the icon editor has not been released yet. Regards, Detlev On Samstag, 29. August 2009, vidyadhar wrote: > where can i

Re: [PyQt] image tool like paint

2009-08-28 Thread Detlev Offenbach
Hi, the next eric4 snapshot (and already in the repository) will contain a little icon editor tool. I think it already does a bunch of what you are trying to implement. Regards, Detlev On Freitag, 28. August 2009, vidyadhar wrote: > i have implemented the pen feature but i am finding

[PyQt] ANN: New eric 4.4 snapshot released

2009-08-21 Thread Detlev Offenbach
ed an embedded search dialog to the eric web browser - removed all separate search and search/replace dialogs - added the "selection only" option to the embedded search and replace dialogs It is available via http://sourceforge.net/project/eric-ide/files. Regards Detlev -- Detlev Offen

Re: [PyQt] eric4 survey

2009-08-15 Thread Detlev Offenbach
upport right now. The KDE support should be taken as "untested". Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] eric4 survey

2009-08-12 Thread Detlev Offenbach
Hi, who is using eric4 with KDE style dialogs? If this feature is not used very often, I would like to remove it to clean up the code. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] PyQt v4.6 and SIP v4.9 Snapshots

2009-08-12 Thread Detlev Offenbach
Hi, what would be the best method to convert a bigger application like eric4 to the new QString API? Is there a tool available doing a scan and highlighting/converting incompatible API calls? Please give some hints. Regards, Detlev On Sonntag, 9. August 2009, Phil Thompson wrote: >

[PyQt] ANN: New eric 4.4 snapshot released

2009-07-26 Thread Detlev Offenbach
e the help viewer It is available via http://sourceforge.net/project/eric-ide/files. Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Use newer version of qt

2009-07-26 Thread Detlev Offenbach
.5.2/bin:$PATH ~/pyqt45env/bin/python ~/pyqt45env/lib64/python2.6/site-packages/eric4/eric4.py Note: ~/pyqt45env is my virtual environment set up using virtualenv. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing lis

Re: [PyQt] Re: Very slow Eric editor on large files

2009-07-25 Thread Detlev Offenbach
> >> sometimes when i init Eric works very fast, other times slow again... :S > >> > >> 2009/7/24 Detlev Offenbach > >> > >> On Donnerstag, 23. Juli 2009, Gustavo A. Díaz wrote: > >>> > @Detlev: Hi! I didn't change anything, is that

Re: [PyQt] Re: Very slow Eric editor on large files

2009-07-24 Thread Detlev Offenbach
On Donnerstag, 23. Juli 2009, Gustavo A. Díaz wrote: > @Detlev: Hi! I didn't change anything, is that enabled by default? Yes, it is on per default. I forgot to change that to be disabled after realizing the QScintilla issue. That'll be changed in the next release. > @Mario:

Re: [PyQt] Re: Very slow Eric editor on large files

2009-07-23 Thread Detlev Offenbach
nfo/pyqt Do you have the line wrapping option enabled for the editor? That is a known problem of QScintilla. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: eric 4.3.5 released

2009-07-05 Thread Detlev Offenbach
On Sonntag, 5. Juli 2009, Doug Nichols wrote: > Detlev, > > Are you considering (or can you consider) adding bazaar version control > support to eric? Maybe sometime in the future. However, anybody could add it by genearting a VCS plugin for bazaar. See the SVN and CVS pluggins as e

[PyQt] ANN: eric 4.3.5 released

2009-07-05 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.5. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] PyQt4 question related to QVariant

2009-07-04 Thread Detlev Offenbach
Hi, I would like to store a QModelIndex instance in a QVariant in one place of my code and retrieve this back out of the variant somewhere else. How do I do that. PyQt4.QtCore.QVariant seems to be missing the setValue() method. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] test code only works with previous releases of Python, Qt and PyQt

2009-07-04 Thread Detlev Offenbach
On Freitag, 3. Juli 2009, barmanoo wrote: > Hi Detlev, > > please try it with Ubuntu 9.04 x86_64 with repository versions of Qt and > PyQt (using a Virtualbox VM or a virtual appliance from VMWare) and let me > know if it works for you. Works for me with that configuration using er

Re: [PyQt] test code only works with previous releases of Python, Qt and PyQt

2009-07-03 Thread Detlev Offenbach
Hi, this feature worked and still works for me since long ago (Python 2.5 and 2.6, Qt 4.4 and 4.5, PyQt4 for several versions). Detlev On Freitag, 3. Juli 2009, Phil Thompson wrote: > On Fri, 3 Jul 2009 03:40:26 -0700 (PDT), barmanoo > > > wrote: > > Hi Phil, > > >

[PyQt] ANN: New eric 4.4 snapshot released

2009-06-27 Thread Detlev Offenbach
n for printing backgrounds to the help viewer It is available via http://sourceforge.net/project/showfiles.php?group_id=119070&package_id=300692. Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing

Re: [PyQt] QScintilla 2.4 doesn't complete correctly with umlauts

2009-06-17 Thread Detlev Offenbach
ython2 variable/function/class names? I don't think so. Autocompletion completes everything between two non-word characters. And umlauts are considered non-word characters. This has to change for Python3. Detlev > > I might remember this as a longer standing problem, but didn't

Re: [PyQt] Using Unicode

2009-06-17 Thread Detlev Offenbach
HereTheNameOfYourClass", > > text, None, QtGui.QApplication.UnicodeUTF8) > > > > > > Christophe. > > I'll try this today and then I would let you know the results. > > []'s > Gabriel. > > _______ > PyQt mailing list

[PyQt] ANN: eric 4.3.4 released

2009-05-31 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.4. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] sip/PyQt question

2009-05-30 Thread Detlev Offenbach
ference to '_imp__PyArf_ParseTuple' C++ compiler is minGW, Python is v 2.6.2 from ActiveState (tried 32- and 64bit). What is wrong? Btw, it works ok with the 32-bit variant from Python.org. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] Next Releases

2009-05-27 Thread Detlev Offenbach
Hi, I found the method I was looking for. It is QSslSocket.supportsSsl(). (It is a static method) Detlev On Dienstag, 26. Mai 2009, Phil Thompson wrote: > On Tue, 26 May 2009 19:02:21 +0200, Detlev Offenbach > > wrote: > > On Dienstag, 26. Mai 2009, Phil Thompson wrote: >

Re: [PyQt] Next Releases

2009-05-26 Thread Detlev Offenbach
On Dienstag, 26. Mai 2009, Phil Thompson wrote: > On Tue, 26 May 2009 18:39:20 +0200, Detlev Offenbach > > wrote: > > On Dienstag, 26. Mai 2009, Phil Thompson wrote: > >> I plan to release new versions of SIP, PyQt3, PyQt4 and QScintilla at > > the > > >

Re: [PyQt] Next Releases

2009-05-26 Thread Detlev Offenbach
figuration (e.g. isAvailable()) that tells, if SSL support is available. I think this could be done with some handwritten code using something like this. QSslConfiguration::isAvailable() { #ifndef QT_NO_OPENSSL return true; #else return false; #endif Regards, De

Re: [PyQt] Next Releases

2009-05-26 Thread Detlev Offenbach
Hi, the simple example is eric. ;-) Detlev On Dienstag, 26. Mai 2009, projetmbc wrote: > That's very cool. I hope that there will be a simple example showing how > to use it. > > Christophe. > > Phil Thompson a écrit : > > On Tue, 26 May 2009 11:48:52 +0200,

Re: [PyQt] ANN: New eric 4.4 snapshot released

2009-05-24 Thread Detlev Offenbach
e QT4 libs. > > Thank you. > > On Sat, May 23, 2009 at 2:40 PM, Detlev Offenbach > > wrote: > > Hi, > > > > I'd like to inform all of you about the immediate availability of a new > > eric > > 4.4 snapshot. It fixes a few bugs and adds these new fe

[PyQt] ANN: New eric 4.4 snapshot released

2009-05-23 Thread Detlev Offenbach
overage.py (v3.0b3) It is available via http://sourceforge.net/project/showfiles.php?group_id=119070&package_id=300692. Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverban

[PyQt] ANN: eric 4.3.3 released

2009-05-03 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.3. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] Populate Model data in a separate thread

2009-04-28 Thread Detlev Offenbach
On Dienstag, 28. April 2009, Darryl Wallace wrote: > Hello Detlev, > > Where abouts in eric4 do you do perform this "lazy" population? UI/BrowserModel.py and Project/ProjectBrowserModel.py > This > interests me as I suffer from a similar table population slowd

Re: [PyQt] Populate Model data in a separate thread

2009-04-27 Thread Detlev Offenbach
Another solution would be to do lazy population of the model. That is, if child items are to be shown, fetch them at that time. This avoids populating the model in advance and is more responsive. See eric4 as an example. Detlev On Montag, 27. April 2009, Demetrius Cassidy wrote: > How m

Re: [PyQt] Eric crashes in Debian testing (problem and fix)

2009-04-23 Thread Detlev Offenbach
iant problem seems to be related to a version mismatch between Qt/PyQt/sip. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Eclipse sliding info panels

2009-04-20 Thread Detlev Offenbach
nient to get/edit data. > > They differ from splitting a Frame in two with QSplitter in that it > doesn't change the dimensions of the main pane. They ride over the top > of the main pane. > > I'm wondering if any one knows if this is possible in PyQt? It has been

[PyQt] ANN: New eric 4.4 snapshot released

2009-04-19 Thread Detlev Offenbach
ackage_id=300692. Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Re: Signal problem with latest PyQt snapshot

2009-04-13 Thread Detlev Offenbach
On Montag, 13. April 2009, Phil Thompson wrote: > On Sun, 12 Apr 2009 18:47:23 +0200, Detlev Offenbach > > wrote: > > Hi, > > > > I am observing an unlimited recursion problem in some eric4 code. In the > > ViewManager I am connecting to a signal

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