Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-09 | update py-qt3-{base,modules,qscintilla} to 3.11 and bl3ify | recht | 12 | -346/+262 | |
v3.11 11th March 2004 Added the QIconDragEvent and QLocale classes from Qt v3.3.0. Updated all existing classes to Qt v3.3.1. Added the missing QSocketDevice class. Added the missing QString += operators. v3.10 16th January 2004 Added the QFtp, QHttp, QHttpHeader, QHttpRequestHeader, QHttpResponseHeader, QLocalFs classes. v3.9 7th December 2003 This version requires SIP v3.9 (or later) or SIP v4.0rc1 (or later). QLayoutIterator.next() is now documented. Added the QImageIO and QListViewItemIterator classes. Added the QDockArea << and >> operators. Added QSettings.readBoolEntry(). Added qInstallPath(), qInstallPathDocs(), qInstallPathHeaders(), qInstallPathLibs(), qInstallPathBins(), qInstallPathPlugins(), qInstallPathData(), qInstallPathTranslations(), qInstallPathSysconf(). A new (configure.py) build system has been added which is independent of tmake and qmake and installs a pyqtconfig module. The old (build.py) build system remains. Added the -r flag to the build systems to enable tracing. Added the -v flag to the build systems to specify the default location for .sip files. v3.8.1 6th September 2003 Added the missing QWMatrix.mapRect() * operators. The supported educational version is now Qt v3.2.0. | |||||
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -1/+2 | |
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk. | |||||
2004-03-28 | Install the libraries into QTLIBDIR and symlink to PYSITELIB to make | recht | 1 | -5/+6 | |
libtool happy. | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-08-25 | for libtool, use a full path to the .la file to link a not-installed | drochner | 2 | -4/+4 | |
library. -lxxx sometimes fails for strange reasons | |||||
2003-08-25 | Also support Python 2.3. | recht | 1 | -2/+2 | |
OK'ed by drochner@ | |||||
2003-08-23 | update to 3.8 | drochner | 9 | -44/+43 | |
"The main changes are the addition of many operators to existing classes (thanks to Torsten Marek) and full support for Qt v3.2.0." | |||||
2003-08-19 | On all of these create symlinks from the libraries installed under PYSITELIB | jmc | 3 | -4/+50 | |
to QTDIR/lib as qmake builds libtool archives that reference themselves as coming from QTDIR/lib. XXX - This really should be fixed in qmake.conf or something and not in each package but for now it fixes 5 broken packages (these + devel/eric3) | |||||
2003-07-22 | Add PyQt-3.7 for Qt3, addon modules which depend on the base module. | drochner | 13 | -0/+345 | |