From kde-commits Thu Mar 03 04:00:32 2005 From: George Staikos Date: Thu, 03 Mar 2005 04:00:32 +0000 To: kde-commits Subject: kdelibs Message-Id: <20050303040032.5228C1751E () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110982243900171 CVS commit by staikos: create sessions in KIO M +9 -1 TODO 1.56 --- kdelibs/TODO #1.55:1.56 @@ -54,5 +54,7 @@ reuse, and the certificate dialogs are not even available in public API at all, leading e.g. to Kopete IRC duplicating a lot of stuff and all KDE Jabber clients - based on libpsi (PSI, Light Hawk and Kopete) using homebrewn solutions. + based on libpsi (PSI, Light Hawk and Kopete) using homebrewn solutions. [How + does this have to do with changing KIO? It's just a request to have that + code in a different form....] - Manually, properly clean up the includes in all of the headers. Remove @@ -216,2 +218,8 @@ - Move KRichTextLabel into kdeui 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 + make SSL much easier to implement and allow removal of many hacks, mostly + involving metadata. +