diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /ChangeLog | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -21,7 +21,7 @@ Initial doc update ------------------------------------------------------------------------ r120 | (jim) | 2006-01-20 17:37:06 -0800 (Fri, 20 Jan 2006) | 3 lines -fixed QValueList<KConfigSkeleton::ItemEnum::Choice> code +fixed TQValueList<KConfigSkeleton::ItemEnum::Choice> code and fixed dcopexport.py handling of void return types ------------------------------------------------------------------------ @@ -140,7 +140,7 @@ Update to KDE 3.4.2 ------------------------------------------------------------------------ r93 | (jim) | 2006-01-14 14:12:52 -0800 (Sat, 14 Jan 2006) | 4 lines -typedef'd IntList from QValueList<int> so IntList() +typedef'd IntList from TQValueList<int> so IntList() can be used as intializer for defaults; removed C++ for second ctors ItemInt64 and ItemUInt64 @@ -158,7 +158,7 @@ remove erroneous files r90 | (jim) | 2006-01-14 13:38:39 -0800 (Sat, 14 Jan 2006) | 5 lines Fix sio syntax errors in tdecore/kconfigskeleton.sip -(QValueList<int>() as arg default value) and +(TQValueList<int>() as arg default value) and kio/slaveinterface.sip (%TypeHeaderCode in namespace instead of %ModuleHeaderCode outside) @@ -168,7 +168,7 @@ r89 | (jim) | 2006-01-14 13:25:39 -0800 (Sat, 14 Jan 2006) | 5 lines Upgrade to sip snapshot (future sip 4.4 - sipTransferObj stuff and eliminate most typedefs to prevent auto mapped types); add patch code to KConfigSkeleton addItem* and Item* ctors for -scalar types;minor bugfixes (sipForceConvertToQString anachronisms) +scalar types;minor bugfixes (sipForceConvertToTQString anachronisms) ------------------------------------------------------------------------ r88 | (jim) | 2005-12-18 11:20:55 -0800 (Sun, 18 Dec 2005) | 2 lines @@ -197,7 +197,7 @@ Added missing @mark@ to sip.in files r84 | (jim) | 2005-12-17 13:39:26 -0800 (Sat, 17 Dec 2005) | 3 lines Removed longlong/ulonglong from kzip (now in tdecore for -older KDE versions), and versioned QPtrList<KConfigDialogManager> +older KDE versions), and versioned TQPtrList<KConfigDialogManager> ------------------------------------------------------------------------ r83 | (jim) | 2005-12-17 13:28:33 -0800 (Sat, 17 Dec 2005) | 2 lines @@ -236,7 +236,7 @@ Cleaned up sip files for gcc 3.4.x/4.0.x compatibility Dropped tdesu (undefined symbol problem) Added -fno-rtti to tdeprint compile Dropped driver.sip from tdeprint -Updated configure.py to use pyqtconfig.py for Qt environment info +Updated configure.py to use pyqtconfig.py for TQt environment info Backed out konsolepart code (undefined symbol problem) ------------------------------------------------------------------------ @@ -404,7 +404,7 @@ Fixed KActionCollection for Mandrake ------------------------------------------------------------------------ r41 | (jim) | 2005-03-01 14:55:49 -0800 (Tue, 01 Mar 2005) | 2 lines -Fixed pid_t typing problems (QValueList) +Fixed pid_t typing problems (TQValueList) ------------------------------------------------------------------------ r40 | (jim) | 2005-03-01 13:34:04 -0800 (Tue, 01 Mar 2005) | 2 lines |