KDE is not an OS platform... (And neither is Gnome)

Thiago Macieira thiago at kde.org
Fri Nov 6 00:01:36 GMT 2009


Em Terça-feira 3. Novembro 2009, às 17.18.13, David Faure escreveu:
> Qt has a nice API for async networking requests already:
>  QNetworkAccessManager  (for which we have a KIO backend; the qt-kde
>  platform plugin (cf the thread from Olivier) could even use that when
>  kdelibs is around).
> But for file dialogs, it misses directory listing, and stat, at least.
> And for file management, it misses mkdir, del, copying and moving files.
> But I'm really afraid that saying this will result in a NIH "QIO" framework
>  in  Qt. Noooo ;-)

That's correct.

The proper place for that is QNetworkAccessManager. I'd love to see a QtVFS 
framework, but I'm loathe to add it because we have a very nice one in KIO 
already.

Unfortunately, KIO is also a very outdated API. It works, but it's from KDE 2 
times. It needs a major API review. My efforts to clean it up leading to KDE 4 
were only partially successful.

Introducing D-Bus in ioslaves, for example, would be close to impossible. But 
having abstracted away the connection, we could replace the QDataStream-based 
communication with something else, thus sharing kioslaves with other, non-Qt 
applications.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20091105/cf2bab2d/attachment.sig>


More information about the kde-core-devel mailing list