Catégorie: KDE
14.03.04
Giving GTK the Qt look
Extrait d'un article de arstechnica:
In the past many people complained about the inconsistent look of different applications under Linux, especially those using the prevailing toolkits Qt (KDE) and GTK (GNOME). Numerous Linux distributors reacted to it and created similarly looking themes for both toolkits. But this did not really solve the actual problem, since as soon as the user changed the theme for one toolkit the other toolkit's theme was out of sync again. Furthermore many themes are still available only for one toolkit, while the few themes available for both usually need twice the efforts to maintain. This might finally change with the GTK-QT Theme Engine for GTK 2.x by David Sansome. Just as the name implies it is a theme for GTK 2.x, but its target are the users of a KDE desktop. What makes it different from other GTK 2.x themes is that it does not include own resources for displaying e.g. a button, but instead calls Qt to paint the button. This allows KDE users to freely change their theme without needing to worry that the GTK 2.x theme might look odd then. And it potentially allows Linux distributors to maintain their custom theme for Qt without worrying about porting it to GTK 2.x. The project is now located at freedesktop.org.
Native KDE for MacOSX
The KDE on Darwin project is about building KDE applications natively for OSX using Qt/Mac. It is now possible because Trolltech GPLed Qt/Mac at Apple's World Wide Developer Conference in 2003.
22.01.04
KSambaPlugin
Un plugin très sympa pour KDE permettant de configurer des partages samba très facilement.
27.12.03
KDE DCOP et les flux multimédia
Quand il s'agit de faire de l'IPC/RPC avec des flux multimédia par essence lourds, il faut prendre des mesures spécifiques, car de base les différents standards IPC/RPC/ORB ne gère pas la notion de flux: MCOP est une réponse à cette problématique.
KDE Pourquoi pas CORBA ?
Ce document explique la technologie RPC uilisée au sein de KDE, et aborde aussi pourquoi CORBA n'a pas été retenu.
KDE Creating a DCOP Interface
DCOP est l'architecture RPC de KDE. Ce tutorial explique comment mettre les mains dedans. Il semble que DCOP soit basé quand les communications sont locales sur des IPC, et quand les communications sont distribuées, DCOP utilise XML-RPC, le passage est-il automatique ? ...
Qt Java and KDEJava (Koala)
Le projet Koala vise à offrir la possibilité de créer des applications QT et KDE en Java. Le projet n'est visiblement pas nouveau, il utilise pour l'heure massivement JNI, ce qui rend les programmes écrits fortement dépendants des librairies QT et KDE, cependant, Koala est en cours de réecriture complète avec des système de proxy évitant le problème de dépendance.