head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.50 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.48 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.46 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.44 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.42 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.40 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.38 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.36 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.34 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.32 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.30 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.28 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.26 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.24 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.22 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.20 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.18 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.16 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.14 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.12 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.10 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.8 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.6 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.4 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2004.05.09.17.06.07; author recht; state dead; branches; next 1.2; 1.2 date 2003.08.23.15.02.30; author drochner; state Exp; branches; next 1.1; 1.1 date 2003.07.22.17.27.05; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.07.22.17.27.05; author drochner; state Exp; branches; next ; desc @@ 1.3 log @update py-qt3-{base,modules,qscintilla} to 3.11 and bl3ify 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. @ text @$NetBSD: patch-ab,v 1.2 2003/08/23 15:02:30 drochner Exp $ --- sip/qtextmod.sip.orig 2003-08-17 14:27:48.000000000 +0200 +++ sip/qtextmod.sip 2003-08-23 15:59:37.000000000 +0200 @@@@ -81,12 +81,12 @@@@ TEMPLATE = lib TARGET = @@BL_TARGET@@ -DESTDIR = @@BL_DESTDIR@@ +#DESTDIR = @@BL_DESTDIR@@ CONFIG += qt warn_off @@BL_DEBUG@@ @@BL_SIP@@ @@BL_DLL@@ @@BL_THREAD@@ INCLUDEPATH = @@BL_INCLUDEPATH@@ DEFINES = QEXTSCINTILLA_DLL @@BL_DEFINES@@ -sip3:unix:LIBS += -L@@BL_DESTDIR@@ -lqtcmodule -L@@BL_SIPMODDIR@@ -lsip -L@@BL_SCILIBDIR@@ -lqscintilla +sip3:unix:LIBS += -L@@BL_DESTDIR@@ -lqtcmodule -L@@BL_SIPMODDIR@@ -Wl,-R@@BL_SIPMODDIR@@ -lsip -L@@BL_SCILIBDIR@@ -lqscintilla sip3:win32:LIBS += @@BL_DESTDIR@@\libqtc.lib @@BL_SIPMODDIR@@\libsip.lib @@BL_PYLIB@@ @@BL_SCILIBDIR@@\qscintilla.lib sip4:unix:LIBS += -L@@BL_SCILIBDIR@@ -lqscintilla @ 1.2 log @update to 3.8 "The main changes are the addition of many operators to existing classes (thanks to Torsten Marek) and full support for Qt v3.2.0." @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 2 a4 2 --- sip/qtextmod.sip.orig 2003-07-22 17:36:33.000000000 +0200 +++ sip/qtextmod.sip 2003-07-22 17:37:40.000000000 +0200 d13 1 a13 1 DEFINES = SIP_MAKE_MODULE_DLL QEXTSCINTILLA_DLL @@BL_DEFINES@@ @ 1.1.1.1 log @Add PyQt-3.7 for Qt3, the qscintilla wrapper. @ text @@