diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1863,7 +1863,7 @@ Changes related to TQt v3.1.1. Made TQtopia v1.5.0 the baseline version. Added the AppLnk, AppLnkSet, Config, DateFormat, DocLnk, DocLnkSet, FileManager, FileSelector, FileSelectorItem, FontDatabase, Global, MenuButton, -TQDawg, TQList<AppLnk>, TQList<DocLnk> and Resource TQtopia classes. +TQDawg, TQPtrList<AppLnk>, TQPtrList<DocLnk> and Resource TQtopia classes. Added TQArray<int> for TQt 1.x and TQt 2.x. @@ -2737,7 +2737,7 @@ Added the missing tqInitNetworkProtocols() function to the qtnetwork module. Added the missing TQRect.contains() variant. Changed TQByteArray, TQCString and TQString %ConvertToTypeCode to convert None objects to empty instances. -Changed TQFileInfoList, TQKeySequence, TQList<TQNetworkOperation>, TQMemArray<int>, +Changed TQFileInfoList, TQKeySequence, TQPtrList<TQNetworkOperation>, TQMemArray<int>, TQObjectList, TQPair<int,int>, TQPtrList<TQNetworkOperation>, TQPtrList<TQWindowsMime>, TQStrList, TQValueList<TQUrlInfo>, TQValueList<int> and TQWidgetList %ConvertToTypeCode to handle None objects. @@ -2880,10 +2880,10 @@ TQIconViewItem.dropped(), TQNetworkProtocol.newChildren(), TQPrintDialog.addButton(), TQProgressDialog.forceShow(), TQUrlOperator.newChildren() and TQUrlOperator.startNextCopy() methods. Added the missing TQIconDrag and TQIconDragItem classes. -Implemented TQList<TQNetworkOperation>, TQPtrList<TQNetworkOperation>, +Implemented TQPtrList<TQNetworkOperation>, TQPtrList<TQNetworkOperation>, TQValueList<TQIconDragItem> and TQValueList<TQUrlInfo>. Added the missing TransferThis to the TQPrintDialog ctor. -Moved the TQList<> and TQPtrList<> templates to their own files. +Moved the TQPtrList<> and TQPtrList<> templates to their own files. 2001/09/21 00:32:29 phil @@ -2985,7 +2985,7 @@ TQMimeSourceFactory.filePath(), TQMimeSourceFactory.addFilePath() and TQPalette.inactive() methods. Added the missing TQString.append() and TQString.prepend() variants. Renamed TQTime.IsValidTime() to TQTime.isValidTime(). -Made TQList<TQToolBar> a mapped type now that SIP can handle mapped templates. +Made TQPtrList<TQToolBar> a mapped type now that SIP can handle mapped templates. 2001/08/10 18:03:56 phil |