Re: [PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-20 Thread Phil Thompson
On Friday 18 April 2008, Henning Schröder wrote: > Ok I got the snapshot working by changing "void *a0" into "uchar *a0" > for QFile::unwrap :-) > > I was playing a litte bit with QtWebKit after reading > http://www.trolltech.com/pdf/qt-webkit-mar-2008-whitepaper-a4.pdf > There is an example which

Re: [PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-17 Thread Henning Schröder
Ok I got the snapshot working by changing "void *a0" into "uchar *a0" for QFile::unwrap :-) I was playing a litte bit with QtWebKit after reading http://www.trolltech.com/pdf/qt-webkit-mar-2008-whitepaper-a4.pdf There is an example which shows that is possible that a webpage can interact with QObj

Re: [PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-17 Thread Henning Schröder
On Thu, Apr 17, 2008 at 8:27 PM, Phil Thompson <[EMAIL PROTECTED]> wrote: > On Thursday 17 April 2008, Henning Schröder wrote: > > make[1]: Entering directory > > `/home/kde/pyqt/PyQt-x11-gpl-4.4-snapshot-20080416/QtCore' > > g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG > > -DQT_C

Re: [PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-17 Thread Phil Thompson
On Thursday 17 April 2008, Henning Schröder wrote: > On Thu, Apr 17, 2008 at 11:12 AM, Phil Thompson > > <[EMAIL PROTECTED]> wrote: > > As mentioned before, if you are using GCC, you will need to edit > > mkspecs/common/g++.conf and comment out the line refering to > > QMAKE_LFLAGS. I'm am told t

Re: [PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-17 Thread Sebastien Geffroy
On Thu, Apr 17, 2008 at 07:58:07PM +0200, Henning Schröder wrote: > make[1]: Entering directory > `/home/kde/pyqt/PyQt-x11-gpl-4.4-snapshot-20080416/QtCore' > g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG > -DQT_CORE_LIB -I. -I/home/kde/opt/include/python2.5 > -I/usr/include/python2.5

Re: [PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-17 Thread Henning Schröder
On Thu, Apr 17, 2008 at 11:12 AM, Phil Thompson <[EMAIL PROTECTED]> wrote: > As mentioned before, if you are using GCC, you will need to edit > mkspecs/common/g++.conf and comment out the line refering to QMAKE_LFLAGS. > I'm am told this will be fixed in the final Qt v4.4 release. I changed the

[PyQt] PyQt Release Plans and Qt v4.4 Support

2008-04-17 Thread Phil Thompson
The current PyQt snapshot is from the PyQt v4.4 branch and includes support for almost all of Qt v4.4rc1 including the new QtHelp, QtWebKit, QtXmlPatterns and phonon modules. You will need to use the current SIP snapshot. This includes an enhanced sip.voidptr that supports the buffer protocol w