diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /TODO | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,7 +71,7 @@ that we would like to make for the next binary incompatible release. - Solve need for casting when using bitfield enums (e.g. KProcess::Communication), if Simon's solution works. -- Merge kdelibs/kdecore/kuser.h and kdeadmin/kuser/kuser.h. +- Merge kdelibs/tdecore/kuser.h and kdeadmin/kuser/kuser.h. - Simplify memory management with KParts. The part and the widget delete each other, which in fact makes it more complex to handle. The part owns the widget so it @@ -173,7 +173,7 @@ that we would like to make for the next binary incompatible release. - Get rid of KXMLClient::conserveMemory() and the conserveMemory argument in createGUI. It created too many problems in the past. Not worth the trouble. -- Split KProtocolInfo into KProtocolInfoBase in kdecore (with almost everything) +- Split KProtocolInfo into KProtocolInfoBase in tdecore (with almost everything) and KProtocolInfo in kio (with the methods taking a KURL, which need KProtocolManager) - Rename KDirNotify_stub and update API (no need for '*' arguments anymore) @@ -221,7 +221,7 @@ an alternative help->contents action) just a, b, c, and d. Probably not something that has to wait for KDE 4, but seems like a good idea to have here for later doing. -- Move KRichTextLabel into kdeui if still required with Qt 4. +- Move KRichTextLabel into tdeui if still required with Qt 4. - Add the concept of a session to KIO, in particular for KHTML so that it can have all of its jobs associated in some way (a unique key of sorts). Will |