summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2001-4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /ChangeLog.2001-4
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'ChangeLog.2001-4')
-rw-r--r--ChangeLog.2001-424
1 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog.2001-4 b/ChangeLog.2001-4
index 34f02f0..a2e5386 100644
--- a/ChangeLog.2001-4
+++ b/ChangeLog.2001-4
@@ -64,29 +64,29 @@ to 3.1.0 for Mdk 9.1 compatibility
2003/8/20 23:52:00 jim
No release. cleaned up operator addition (no
docs for those yet); add ConvertToSubClassCode
-for all QObject subclasses; deleted obsolete
+for all TQObject subclasses; deleted obsolete
files
2003/8/14 11:17:00 jim
No release; added -u switch to allow disable of
-strict version checking (sip and PyQt snapshot
+strict version checking (sip and PyTQt snapshot
version names may be out of sync)
2003/8/13 15:07:00 jim
PyKDE-3.8-4 bug fixes (also -2 and -3); new build.py
(no root, SMP, version checks) now builds with
-KDE3.1.3 and/or Qt3.2.0; hack for Python 2.3
+KDE3.1.3 and/or TQt3.2.0; hack for Python 2.3
2003/8/6 15:23:00 jim
PyKDE-3.7-1 changes for sip 3.6/3.7 compatibility;
drop KDE2 support; upgrade through KDE 3.1.3; build.py
-revised - -lqt-mt and -c defaults. added -c-
+revised - -ltqt-mt and -c defaults. added -c-
switch
2003/4/8 22:12:00 jim
PyKDE-3.5-2 bug fixes to build.py (PYQT_VERSION
-converted to string, kdeDir fixed); QList instances
-versioned out/replaced by QPtrList for KDE >= 3.0.0;
+converted to string, kdeDir fixed); TQList instances
+versioned out/replaced by TQPtrList for KDE >= 3.0.0;
changed 'python' invocation to 'sys.executable' in
examples and build.py postproc calls; changed build.py
error msg to point to PyKDE list instead of Phil
@@ -102,12 +102,12 @@ PyKDE-3.3.2-3: Upgrade to KDE 3.0.3; added
kdepyuic.py and README.pyuic
2002/8/10 09:33:00 jim
-PyKDE-3.3.2-2: fix Qt versioning change
+PyKDE-3.3.2-2: fix TQt versioning change
(build.py)
2002/8/9 13:00:00 jim
-PyKDE-3.3.2-1: handle Qt versioning change in
-Qt 3.0.5 (build.py); add '-I usr/X11R6/include'
+PyKDE-3.3.2-1: handle TQt versioning change in
+TQt 3.0.5 (build.py); add '-I usr/X11R6/include'
in sip/kde30.tdecore.sip
2002/8/8 13:10:00 jim
@@ -123,9 +123,9 @@ Added -z option to build.py; fixed missing
2002/7/19 10:07:00 jim
PyKDE-3.3.2 pre release: fixed KLineEditDlg bug; fixed
-QValueList bug in MappedTypes (sipMapNewToSelf);
-ugraded to sip/PyQt3.3.2; build system switched
-to PyQt system (t/qmake, concat cpp);sip-in files
+TQValueList bug in MappedTypes (sipMapNewToSelf);
+ugraded to sip/PyTQt3.3.2; build system switched
+to PyTQt system (t/qmake, concat cpp);sip-in files
revised, changed to '.sip' in sip/kde* directories;
added %PrePythonCode for lib loading as req'd (not
released)