diff --git a/ChangeLog b/ChangeLog index 13abe9e..5a59ac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -147,7 +147,7 @@ for second ctors ItemInt64 and ItemUInt64 ------------------------------------------------------------------------ r92 | (jim) | 2006-01-14 14:03:35 -0800 (Sat, 14 Jan 2006) | 2 lines -reversed tdecore/kconfigskeleton change +reversed tdecore/tdeconfigskeleton change ------------------------------------------------------------------------ r91 | (jim) | 2006-01-14 13:40:37 -0800 (Sat, 14 Jan 2006) | 2 lines @@ -157,9 +157,9 @@ 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 +Fix sio syntax errors in tdecore/tdeconfigskeleton.sip (TQValueList() as arg default value) and -kio/slaveinterface.sip (%TypeHeaderCode in namespace +tdeio/slaveinterface.sip (%TypeHeaderCode in namespace instead of %ModuleHeaderCode outside) ------------------------------------------------------------------------ diff --git a/Changelog b/Changelog index b0efa96..900e318 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ ------------------------------------------------------------------------ r160 | (no author) | 2006-09-22 00:23:44 -0700 (Fri, 22 Sep 2006) | 2 lines -kio/kfileshare changed in error - reverted +tdeio/tdefileshare changed in error - reverted ------------------------------------------------------------------------ r159 | (no author) | 2006-09-22 00:22:47 -0700 (Fri, 22 Sep 2006) | 3 lines @@ -162,17 +162,17 @@ r126 | (no author) | 2006-01-22 23:08:28 -0800 (Sun, 22 Jan 2006) | 4 lines changed configure.py to concatenate by default for gcc >= 4.0.3; deleted unneeded mapped type from -kio/global.sip +tdeio/global.sip ------------------------------------------------------------------------ r125 | (no author) | 2006-01-22 21:45:55 -0800 (Sun, 22 Jan 2006) | 8 lines modify configure.py to drop tderesources for KDE < 3.2; version Resource class in kabc/resource.sip; version -64 bit read/write stuff in tdecore/kconfigbase.sip; +64 bit read/write stuff in tdecore/tdeconfigbase.sip; version copy ctor in tdecore/kprocctrl.sip; version -out longlong/ulonglong mapped types in kio/global.sip; -version one method in kio/tdesycoca.sip; fix line with +out longlong/ulonglong mapped types in tdeio/global.sip; +version one method in tdeio/tdesycoca.sip; fix line with illegal char (?) in extensions/dcopexport.py ------------------------------------------------------------------------ @@ -324,7 +324,7 @@ for second ctors ItemInt64 and ItemUInt64 ------------------------------------------------------------------------ r92 | (no author) | 2006-01-14 14:03:35 -0800 (Sat, 14 Jan 2006) | 2 lines -reversed tdecore/kconfigskeleton change +reversed tdecore/tdeconfigskeleton change ------------------------------------------------------------------------ r91 | (no author) | 2006-01-14 13:40:37 -0800 (Sat, 14 Jan 2006) | 2 lines @@ -334,9 +334,9 @@ 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 +Fix sio syntax errors in tdecore/tdeconfigskeleton.sip (TQValueList() as arg default value) and -kio/slaveinterface.sip (%TypeHeaderCode in namespace +tdeio/slaveinterface.sip (%TypeHeaderCode in namespace instead of %ModuleHeaderCode outside) ------------------------------------------------------------------------ diff --git a/configure.py b/configure.py index 9c9a388..3136629 100644 --- a/configure.py +++ b/configure.py @@ -96,7 +96,7 @@ opt_dep_warnings = 0 opt_libdir = "lib" opt_dist_name = "" -pytde_modules = ["dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources", "kabc", "tdeutils", "kfile", "tdeparts",\ +pytde_modules = ["dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources", "kabc", "tdeutils", "tdefile", "tdeparts",\ "tdehtml", "tdespell", "tdeprint", "tdemdi"] #, "tdespell2"] pytde_imports = { @@ -109,10 +109,10 @@ pytde_imports = { "tderesources": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "kabc": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tderesources"], "tdeutils": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], - "kfile": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], + "tdefile": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "tdeparts": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio"], "tdehtml": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "tdeutils", "kio", "tdeparts"], - "tdespell": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "kfile"], + "tdespell": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdefile"], "tdeprint": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"], "tdemdi": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui", "kio", "tdeparts"], "tdespell2": ["qt", "qtxml", "dcop", "tdecore", "tdefx", "tdeui"] @@ -125,15 +125,15 @@ kde_includes = { "tdefx": None, "tdeui": None, "kio": ["kio"], - "tderesources": ["kio", "../kio", "tderesources"], - "kabc": ["kio", "../kio", "tderesources", "kabc"], - "kfile": ["kio", "../kio"], - "tdeparts": ["kio", "../kio", "tdeparts"], - "tdehtml": ["kio", "../kio", "tdeparts", "dom"], + "tderesources": ["kio", "../tdeio", "tderesources"], + "kabc": ["kio", "../tdeio", "tderesources", "kabc"], + "tdefile": ["kio", "../tdeio"], + "tdeparts": ["kio", "../tdeio", "tdeparts"], + "tdehtml": ["kio", "../tdeio", "tdeparts", "dom"], "tdespell": ["kio"], "tdeprint": ["tdeprint"], - "tdemdi": ["tdemdi", "kio", "../kio", "tdeparts"], - "tdeutils": ["kio", "../kio"] #, + "tdemdi": ["tdemdi", "kio", "../tdeio", "tdeparts"], + "tdeutils": ["kio", "../tdeio"] #, # "tdespell2": None } @@ -148,7 +148,7 @@ postProcess = { "tderesources": None, "kabc": None, "kio": None, - "kfile": None, + "tdefile": None, "tdeparts": None, "tdehtml": None, "tdespell": None, @@ -749,7 +749,7 @@ def generate_code(mname, imports=None, extra_cflags=None, extra_cxxflags=None, e if extra_lib == "dcop": extra_lib = "DCOP" - elif extra_lib == "kfile": + elif extra_lib == "tdefile": extra_lib = "kio" makefile.extra_libs.append(extra_lib) diff --git a/doc/classref/allclasses.html b/doc/classref/allclasses.html index 771f32b..9c5d260 100644 --- a/doc/classref/allclasses.html +++ b/doc/classref/allclasses.html @@ -207,7 +207,7 @@ KABC.VCardFormat KABC.VCardFormatPlugin KABC -KACL +KACL KAboutApplication KAboutContainer KAboutContributor @@ -231,20 +231,20 @@ KActionShortcutList KActiveLabel KAnimWidget -KAppTreeListItem +KAppTreeListItem TDEApplication -TDEApplicationPropsPlugin -TDEApplicationTree -KAr -KArchive -KArchiveDirectory -KArchiveEntry -KArchiveFile +TDEApplicationPropsPlugin +TDEApplicationTree +KAr +KArchive +KArchiveDirectory +KArchiveEntry +KArchiveFile KArrowButton KAsyncIO KAudioPlayer KAuthIcon -KBindingPropsPlugin +KBindingPropsPlugin TDEBufferedIO KBugReport KButtonBox @@ -271,7 +271,7 @@ KColorDialog KColorDrag KColorPatch -KCombiView +KCombiView KComboBox KCommand KCommandHistory @@ -316,16 +316,16 @@ KContextMenuManager KCrash KCursor -KCustomMenuEditor +KCustomMenuEditor KDCOPActionProxy KDCOPPropertyProxy -KDCOPServiceStarter +KDCOPServiceStarter KDE -KDEDesktopMimeType.Service -KDEDesktopMimeType -KDataTool -KDataToolAction -KDataToolInfo +KDEDesktopMimeType.Service +KDEDesktopMimeType +KDataTool +KDataToolAction +KDataToolInfo KDateInternalMonthPicker KDateInternalWeekSelector KDateInternalYearSelector @@ -335,19 +335,19 @@ KDateValidator KDateWidget KDesktopFile -KDesktopPropsPlugin -KDevicePropsPlugin +KDesktopPropsPlugin +KDevicePropsPlugin KDialog KDialogBase KDialogQueue KDictSpellingHighlighter -KDirLister -KDirNotify -KDirOperator -KDirSelectDialog -KDirSize -KDirWatch -KDiskFreeSp +KDirLister +KDirNotify +KDirOperator +KDirSelectDialog +KDirSize +KDirWatch +KDiskFreeSp KDockArea KDockMainWindow KDockManager @@ -361,7 +361,7 @@ KDoubleSpinBox KDoubleValidator KDualColorButton -KEMailSettings +KEMailSettings KEdFind KEdGotoLine KEdReplace @@ -370,47 +370,47 @@ KEditListBox KEditToolbar KEditToolbarWidget -KEncodingFileDialog.Result -KEncodingFileDialog +KEncodingFileDialog.Result +KEncodingFileDialog KEntry KEntryKey -KExecMimeType -KExecPropsPlugin -KFile -KFileDetailView -KFileDialog -KFileFilter -KFileFilterCombo -KFileIconView -KFileIconViewItem -KFileItem -KFileListViewItem -KFileMetaInfo -KFileMetaInfoGroup -KFileMetaInfoItem -KFileMetaInfoProvider -KFileMimeTypeInfo.GroupInfo -KFileMimeTypeInfo.ItemInfo -KFileMimeTypeInfo -KFileOpenWithHandler -KFilePermissionsPropsPlugin -KFilePlugin -KFilePreview -KFilePropsPlugin -KFileShare -KFileSharePropsPlugin -KFileTreeBranch -KFileTreeView -KFileTreeViewItem -KFileTreeViewToolTip -KFileView -KFileViewSignaler -KFilterBase -KFilterDev +KExecMimeType +KExecPropsPlugin +KFile +KFileDetailView +KFileDialog +KFileFilter +KFileFilterCombo +KFileIconView +KFileIconViewItem +KFileItem +KFileListViewItem +KFileMetaInfo +KFileMetaInfoGroup +KFileMetaInfoItem +KFileMetaInfoProvider +KFileMimeTypeInfo.GroupInfo +KFileMimeTypeInfo.ItemInfo +KFileMimeTypeInfo +KFileOpenWithHandler +KFilePermissionsPropsPlugin +KFilePlugin +KFilePreview +KFilePropsPlugin +KFileShare +KFileSharePropsPlugin +KFileTreeBranch +KFileTreeView +KFileTreeViewItem +KFileTreeViewToolTip +KFileView +KFileViewSignaler +KFilterBase +KFilterDev KFind KFindDialog KFloatValidator -KFolderType +KFolderType KFontAction KFontChooser KFontCombo @@ -430,49 +430,49 @@ KHelpMenu KHistoryCombo KIDNA -KIO.AuthInfo -KIO.ChmodJob -KIO.Connection -KIO.CopyInfo -KIO.CopyJob -KIO.DavJob -KIO.DefaultProgress -KIO.DeleteJob -KIO.DirectCopyJob -KIO.FileCopyJob -KIO.ForwardingSlaveBase -KIO.Job -KIO.ListJob -KIO.MetaInfoJob -KIO.MimetypeJob -KIO.MkdirJob -KIO.MultiGetJob -KIO.NetAccess -KIO.NetRC.AutoLogin -KIO.NetRC -KIO.PasswordDialog -KIO.PreviewJob -KIO.ProgressBase -KIO.Scheduler -KIO.SessionData -KIO.SimpleJob -KIO.Slave -KIO.SlaveBase -KIO.SlaveConfig -KIO.SlaveInterface -KIO.StatJob -KIO.StatusbarProgress -KIO.StoredTransferJob -KIO.TCPSlaveBase -KIO.Task -KIO.TransferJob -KIO.UDSAtom -KIO +KIO.AuthInfo +KIO.ChmodJob +KIO.Connection +KIO.CopyInfo +KIO.CopyJob +KIO.DavJob +KIO.DefaultProgress +KIO.DeleteJob +KIO.DirectCopyJob +KIO.FileCopyJob +KIO.ForwardingSlaveBase +KIO.Job +KIO.ListJob +KIO.MetaInfoJob +KIO.MimetypeJob +KIO.MkdirJob +KIO.MultiGetJob +KIO.NetAccess +KIO.NetRC.AutoLogin +KIO.NetRC +KIO.PasswordDialog +KIO.PreviewJob +KIO.ProgressBase +KIO.Scheduler +KIO.SessionData +KIO.SimpleJob +KIO.Slave +KIO.SlaveBase +KIO.SlaveConfig +KIO.SlaveInterface +KIO.StatJob +KIO.StatusbarProgress +KIO.StoredTransferJob +KIO.TCPSlaveBase +KIO.Task +KIO.TransferJob +KIO.UDSAtom +KIO KIPC KIcon -KIconButton -KIconCanvas -KIconDialog +KIconButton +KIconCanvas +KIconDialog KIconEffect KIconLoader KIconTheme @@ -480,8 +480,8 @@ KIconViewItem KIconViewSearchLine KImageEffect -KImageFilePreview -KImageIO +KImageFilePreview +KImageIO KInputDialog TDEInstance KIntNumInput @@ -547,34 +547,34 @@ KMdiWin32IconButton KMenuBar KMessageBox -KMimeMagic -KMimeMagicResult +KMimeMagic +KMimeMagicResult KMimeSourceFactory -KMimeType.Format -KMimeType -KMimeTypeChooser -KMimeTypeChooserDialog +KMimeType.Format +KMimeType +KMimeTypeChooser +KMimeTypeChooserDialog KMimeTypeValidator KMountPoint KMultiTabBar KMultiTabBarButton KMultiTabBarTab KMultipleDrag -KNFSShare +KNFSShare KNamedCommand -KNotify.Application -KNotify.ApplicationList -KNotify.Event -KNotify.KNotifyWidget -KNotify +KNotify.Application +KNotify.ApplicationList +KNotify.Event +KNotify.KNotifyWidget +KNotify KNotifyClient.Instance KNotifyClient -KNotifyDialog +KNotifyDialog KNumInput -KOCRDialog -KOCRDialogFactory -KOpenWithDlg -KOpenWithHandler +KOCRDialog +KOCRDialogFactory +KOpenWithDlg +KOpenWithHandler KPReloadObject KPalette KPaletteTable @@ -623,7 +623,7 @@ KPopupFrame KPopupMenu KPopupTitle -KPreviewWidgetBase +KPreviewWidgetBase KPrintAction KPrintDialog KPrintDialogPage @@ -631,14 +631,14 @@ KProcIO TDEProcess TDEProcessController -TDEProcessRunner +TDEProcessRunner KProgress KProgressDialog -KPropertiesDialog -KPropsDlgPlugin -KProtocolInfo.ExtraField -KProtocolInfo -KProtocolManager +KPropertiesDialog +KPropsDlgPlugin +KProtocolInfo.ExtraField +KProtocolInfo +KProtocolManager KPushButton KRES.ConfigDialog KRES.ConfigWidget @@ -651,10 +651,10 @@ KRFCDate KRadioAction KRandomSequence -KRecentDocument +KRecentDocument KRecentFilesAction KRegExp -KRemoteEncoding +KRemoteEncoding KReplace KReplaceDialog KRestrictedLine @@ -662,35 +662,35 @@ KRootPixmap KRootProp KRuler -KRun -KSambaShare +KRun +KSambaShare KSaveFile -KScanDialog -KScanDialogFactory +KScanDialog +KScanDialogFactory KScrollView KSelectAction KSelectionOwner KSelectionWatcher KSelector KSeparator -KService -KServiceGroup -KServiceOffer -KServiceSeparator -KServiceType -KServiceTypeProfile +KService +KServiceGroup +KServiceOffer +KServiceSeparator +KServiceType +KServiceTypeProfile KSessionManaged KShared KSharedConfig KShell -KShellCompletion +KShellCompletion KShellProcess KShortcut KShortcutDialog KShortcutList -KShred +KShred KSimpleConfig -KSimpleFileFilter +KSimpleFileFilter KSpell KSpellConfig KSpellDlg @@ -710,15 +710,15 @@ KStringHandler KStringListValidator KStyle -KSycoca -KSycocaEntry -KSycocaFactory +KSycoca +KSycocaEntry +KSycocaFactory KSyntaxHighlighter KSystemTray KTabBar KTabCtl KTabWidget -KTar +KTar KTempDir KTempFile KTextBrowser @@ -740,25 +740,25 @@ KToolBarPopupAction KToolBarRadioGroup KToolBarSeparator -KTrader -KURIFilter -KURIFilterData -KURIFilterPlugin +KTrader +KURIFilter +KURIFilterData +KURIFilterPlugin KURL.List KURL -KURLBar -KURLBarItem -KURLBarItemDialog -KURLBarListBox -KURLComboBox -KURLComboRequester -KURLCompletion +KURLBar +KURLBarItem +KURLBarItemDialog +KURLBarListBox +KURLComboBox +KURLComboRequester +KURLCompletion KURLDrag KURLLabel -KURLPixmapProvider -KURLPropsPlugin -KURLRequester -KURLRequesterDlg +KURLPixmapProvider +KURLPropsPlugin +KURLRequester +KURLRequesterDlg KUniqueApplication KValueSelector KWidgetAction @@ -773,8 +773,8 @@ KXMLGUIClient KXMLGUIFactory KXYSelector -KZip -KZipFileEntry +KZip +KZipFileEntry KZoneAllocator NET NETExtendedStrut @@ -788,11 +788,11 @@ NETSize NETStrut NETWinInfo -Observer +Observer QXEmbed -RenameDlgPlugin +RenameDlgPlugin TerminalInterface -ThumbCreator +ThumbCreator konsoleBrowserExtension konsoleFactory konsolePart diff --git a/doc/classref/index.html b/doc/classref/index.html index f51a507..857322e 100644 --- a/doc/classref/index.html +++ b/doc/classref/index.html @@ -27,9 +27,9 @@
  • tdefx
  • tdeprint
  • tdeui
  • -
  • kfile
  • +
  • tdefile
  • tdehtml
  • -
  • kio
  • +
  • kio
  • tdemdi
  • tdeparts
  • tderesources
  • diff --git a/doc/classref/kio/kio-globals.html b/doc/classref/kio/kio-globals.html index 3c245a5..5ed17e5 100644 --- a/doc/classref/kio/kio-globals.html +++ b/doc/classref/kio/kio-globals.html @@ -24,9 +24,9 @@

    enums

    global methods