[PyQt] ANN: New eric 4.4 snapshot released

2009-10-25 Thread detlev
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-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] 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] Another problem with PyQt4 4.6.2

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

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. ~/pyqt462env/bin/python) still give

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 prafu...@tachyontech.net wrote: Hi Phil, The following piece of code throws up the error messages that Detlev has mentioned. Is there something wrong that I am doing here ? The same

[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

[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 Detlev

[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 mailing listPyQt

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 det...@die-offenbachs.de wrote: 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

[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 wrong? Regards, Detlev

[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 mailing listPyQt

[PyQt] Serious problem with QVariant v2 API and QSettings

2009-12-29 Thread detlev
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] 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 det...@die-offenbachs.de wrote: Hi, I just discovered another problem. Enter this code in a Python console. import sip sip.setapi(QString,2) sip.setapi(QVariant,2) from PyQt4.QtCore

[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] 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

Re: [PyQt] Another wierd bug with QtWebKit

2010-01-10 Thread detlev
with the error handling code? No - what do you expect to happen? Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt Detlev -- Detlev Offenbach det...@die-offenbachs.de

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 det...@die-offenbachs.de 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 = bytes(QByteArray).decode

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 det...@die-offenbachs.de wrote: On Sonntag, 10. Januar 2010, Phil Thompson wrote: On Sat, 9 Jan 2010 18:33:32 +0100, detlev det...@die-offenbachs.de wrote: Hi, really often I have

Re: [PyQt] ANN: eric 4.4.0 released

2010-01-10 Thread detlev
On Sonntag, 10. Januar 2010, z wrote: 2010/1/9 detlev det...@die-offenbachs.de: 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 debugger and a respective project

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

2010-01-14 Thread detlev
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 ___ PyQt

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

2010-01-16 Thread detlev
://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] 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 QDirModel

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 det...@die-offenbachs.de wrote: Hi, how about using

[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

[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 -- Detlev Offenbach det

Re: [PyQt] eric crashes in QX11WindowSurface dtor

2010-02-22 Thread detlev
4.7, sip 4.10, eric 4.4.1 and eric 5.0.0) Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[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

[PyQt] ANN: New eric 5.0 snapshot released

2010-03-06 Thread detlev
, 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/files/eric5/unstable/20100306 Regards Detlev -- Detlev Offenbach det...@die

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 separate eric4 window like: Debug

[PyQt] ANN: New eric 5.0 snapshot released

2010-04-01 Thread detlev
://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

[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, Detlev

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

2010-04-01 Thread detlev
...@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 Hi, I'd like to inform all of you about the immediate availability of new

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 terminates

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

2010-04-15 Thread detlev
for examples of handling QSettings. 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-04-18 Thread detlev
Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Converting to API 2

2010-04-22 Thread detlev
): File pyshell#11, line 1, in module out hello ValueError: string of length 1 expected What am I missing here? Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http

[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] 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? Regards, Detlev You can intercept

Re: [PyQt] HELP with QtWebkit.

2010-04-29 Thread detlev
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 ___ PyQt mailing list

[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-offenbachs.de

[PyQt] Stuff missing from PyQt QtWebKit

2010-05-17 Thread detlev
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

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 ErrorPageExtensionOption missing class ErrorPageExtensionReturn

[PyQt] ANN: New eric 5.0 snapshot released

2010-05-23 Thread detlev
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 http

[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: 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] 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] Strange error with latest PyQt4 snapshot

2010-06-20 Thread detlev
is: class 'TypeError': type 'QMapQString' is not supported as a native Qt signal type What has changed here? The code works fine with latest stable PyQt4. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

Re: [PyQt] urllib2 replacement in PyQt

2010-06-30 Thread detlev
but browsers (including Eric IDE's helpviewer) can. This gets me thinking without using webview is there a way of retrieving an url's content via pyqt? QHttp or in newer versions QNetworkAccessManager will do the job. Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-07-03 Thread detlev
trouble. Nevertheless, warnings could lead to some trouble in the future. Regards Detlev - Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] ANN: eric 4.4.6 released

2010-07-04 Thread detlev
Hi, I just uploaded eric 4.4.6. 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 released

2010-07-04 Thread detlev
Hi, I just uploaded eric 5.0.0. This is the first official release. 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 listPyQt

Re: [PyQt] Next PyQt, SIP and QScintilla Releases

2010-07-04 Thread detlev
(): works fine. Did I miss something? 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.6 released

2010-07-14 Thread detlev
as well. Regards, Detlev On Mittwoch, 7. Juli 2010, Markos Chandras wrote: Python-2.7 has been released but eric-4.4.6 seems to have some problems with this python version. See downstream bug on Gentoo http://bugs.gentoo.org/show_bug.cgi?id=323955 Cheers, On Sun, Jul 4, 2010 at 11

[PyQt] ANN: New eric 5.1 snapshot released

2010-07-18 Thread detlev
/projects/eric-ide/files/eric5/unstable/5.1-20100718 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Strange observation with latest stable releases

2010-07-25 Thread detlev
. If I remove the decorator line, everything is back at normal. What is going on here? Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Strange observation with latest stable releases

2010-07-26 Thread detlev
On Sonntag, 25. Juli 2010, Phil Thompson wrote: On Sun, 25 Jul 2010 19:11:00 +0200, Antonio Valentino antonio.valent...@tiscali.it wrote: Hi, Il giorno Sun, 25 Jul 2010 18:26:15 +0200 detlev det...@die-offenbachs.de ha scritto: Hi, in the past code like @pyqtSlot

[PyQt] Is this a PyQt bug?

2010-07-30 Thread detlev
Hi, I am observing some strange behavior on Windows systems with latest installer. Executing these lines in a Python console crash the interpreter. from PyQt4.QtNetwork import QLocalSocket s = QLocalSocket() I don't know, if this is a Qt bug or a PyQt bug. Regards, Detlev -- Detlev Offenbach

[PyQt] ANN: eric 4.4.7 released

2010-08-01 Thread detlev
Hi, I just uploaded eric 4.4.7. 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.1 released

2010-08-01 Thread detlev
Hi, I just uploaded eric 5.0.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

[PyQt] New style signals question

2010-08-04 Thread detlev
to the triggered() signal? Using the old style I could use SIGNAL(triggered()). 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.8 released

2010-09-05 Thread detlev
Hi, I just uploaded eric 4.4.8. 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.2 released

2010-09-05 Thread detlev
Hi, I just uploaded eric 5.0.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

[PyQt] ANN: New eric 5.1 snapshot released

2010-09-18 Thread detlev
://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20100918 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.9 released

2010-10-09 Thread detlev
Hi, I just uploaded eric 4.4.9. 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.3 released

2010-10-09 Thread detlev
Hi, I just uploaded eric 5.0.3. 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: New eric 4.5 snapshot released

2010-10-29 Thread detlev
an option to configure the icon of the tray starter application - update Pygments to version 1.3.1 It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/4.5-20101029 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: New eric 5.1 snapshot released

2010-10-29 Thread detlev
- added an option to configure the icon of the tray starter application - updated Pygments to version 1.3.1 It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20101029 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: eric 5.0.4 released

2010-12-04 Thread detlev
Hi, I just uploaded eric 5.0.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

[PyQt] ANN: eric 4.4.10 released

2010-12-04 Thread detlev
Hi, I just uploaded eric 4.4.10. 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 4.4.11 released

2011-01-02 Thread detlev
Hi, I just uploaded eric 4.4.11. 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.5 released

2011-01-02 Thread detlev
Hi, I just uploaded eric 5.0.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: New eric 5.1 snapshot released

2011-01-06 Thread detlev
1.4.0 It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20110106 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman

[PyQt] ANN: New eric 5.1 snapshot released

2011-01-23 Thread detlev
to Project into Save and Save As - added a checker for PEP 8 compliance (including a fixer for most issues) It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.1-20110123 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de

[PyQt] ANN: eric 4.4.12 released

2011-02-06 Thread detlev
Hi, I just uploaded eric 4.4.12. 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.1.0 released

2011-02-27 Thread detlev
functionality to check Python 2 files - added a checker for PEP 8 compliance Install script: - allow installation directly from source directory 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] ANN: eric 5.1.1 released

2011-04-02 Thread detlev
Hi, I just uploaded eric 5.1.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

[PyQt] ANN: eric 4.4.13 released

2011-04-02 Thread detlev
Hi, I just uploaded eric 4.4.13. 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: New eric 5.2 snapshot released

2011-05-01 Thread detlev
- added support for hg rollback to the Mercurial interface It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.2-20110501 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] ANN: New eric 4.5 snapshot released

2011-05-01 Thread detlev
the autocompletion of templates to observe the language of the current file It is available via http://sourceforge.net/projects/eric-ide/files/eric4/unstable/4.5-20110501 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] ANN: eric 5.1.2 released

2011-05-08 Thread detlev
Hi, I just uploaded eric 5.1.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

[PyQt] ANN: eric 4.4.14 released

2011-05-08 Thread detlev
Hi, I just uploaded eric 4.4.14. 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.1.3 released

2011-06-02 Thread detlev
Hi, I just uploaded eric 5.1.3. 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 4.4.15 released

2011-06-02 Thread detlev
Hi, I just uploaded eric 4.4.15. 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.1.4 released

2011-07-03 Thread detlev
Hi, I just uploaded eric 5.1.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

[PyQt] ANN: eric 4.4.16 released

2011-07-03 Thread detlev
Hi, I just uploaded eric 4.4.16. 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: New eric 5.2 snapshot released

2011-07-24 Thread detlev
or next Python or Ruby class or method definition It is available via http://sourceforge.net/projects/eric-ide/files/eric5/unstable/5.2-20110724 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt

[PyQt] ANN: eric 4.4.17 released

2011-09-04 Thread detlev
Hi, I just uploaded eric 4.4.17. 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.1.5 released

2011-09-04 Thread detlev
Hi, I just uploaded eric 5.1.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 4.4.19 released

2011-12-04 Thread detlev
Hi, I just uploaded eric 4.4.19. 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.1.7 released

2011-12-04 Thread detlev
Hi, I just uploaded eric 5.1.7. 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 4.4.20 released

2012-01-14 Thread detlev
Hi, I just uploaded eric 4.4.20. 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 4.5.0 released

2012-02-04 Thread detlev
default search engines -- Improved handling of mouse buttons 3 and 4 (back/forward in history) 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] ANN: eric 4.5.1 released

2012-03-04 Thread detlev
Hi, I just uploaded eric 4.5.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

[PyQt] ANN: eric 5.2.1 released

2012-04-01 Thread detlev
Hi, I just uploaded eric 5.2.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

[PyQt] ANN: eric 4.5.2 released

2012-04-01 Thread detlev
Hi, I just uploaded eric 4.5.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

[PyQt] ANN: New eric 5.3 snapshot released

2012-04-30 Thread detlev
/unstable/5.3-20120430 Regards Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] ANN: eric 4.5.4 released

2012-06-16 Thread detlev
Hi, I just uploaded eric 4.5.4. It is a maintenance release fixing some bugs and includes a few enhancements to the Subversion interfaces. 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] ANN: eric 5.2.3 released

2012-06-16 Thread detlev
Hi, I just uploaded eric 5.2.3. 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.2.4 released

2012-07-29 Thread detlev
Hi, I just uploaded eric 5.2.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

  1   2   3   4   5   6   7   8   9   10   >