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 | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -6,8 +6,8 @@ kio/kfileshare changed in error - reverted ------------------------------------------------------------------------ r159 | (no author) | 2006-09-22 00:22:47 -0700 (Fri, 22 Sep 2006) | 3 lines -Bumped min versions: sip >= 4.4.0, PyQt >= 3.16.0, -Qt >= 3.2.0 +Bumped min versions: sip >= 4.4.0, PyTQt >= 3.16.0, +TQt >= 3.2.0 ------------------------------------------------------------------------ r158 | (no author) | 2006-09-22 00:16:56 -0700 (Fri, 22 Sep 2006) | 3 lines @@ -67,12 +67,12 @@ Clean fileset - presip will build clean 3.5.3 from this set ------------------------------------------------------------------------ r145 | (no author) | 2006-05-26 21:49:46 -0700 (Fri, 26 May 2006) | 2 lines -Deleted commented out QList code +Deleted commented out TQList code ------------------------------------------------------------------------ r144 | (no author) | 2006-05-26 20:39:51 -0700 (Fri, 26 May 2006) | 2 lines -Eliminate obsolete QList/qlist.h references +Eliminate obsolete TQList/qlist.h references ------------------------------------------------------------------------ r143 | (no author) | 2006-05-25 01:54:27 -0700 (Thu, 25 May 2006) | 2 lines @@ -198,7 +198,7 @@ Initial doc update ------------------------------------------------------------------------ r120 | (no author) | 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 ------------------------------------------------------------------------ @@ -317,7 +317,7 @@ Update to KDE 3.4.2 ------------------------------------------------------------------------ r93 | (no author) | 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 @@ -335,7 +335,7 @@ remove erroneous files r90 | (no author) | 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) @@ -345,7 +345,7 @@ r89 | (no author) | 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 | (no author) | 2005-12-18 11:20:55 -0800 (Sun, 18 Dec 2005) | 2 lines @@ -374,7 +374,7 @@ Added missing @mark@ to sip.in files r84 | (no author) | 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 | (no author) | 2005-12-17 13:28:33 -0800 (Sat, 17 Dec 2005) | 2 lines @@ -413,7 +413,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) ------------------------------------------------------------------------ @@ -581,7 +581,7 @@ Fixed KActionCollection for Mandrake ------------------------------------------------------------------------ r41 | (no author) | 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 | (no author) | 2005-03-01 13:34:04 -0800 (Tue, 01 Mar 2005) | 2 lines |