summaryrefslogtreecommitdiffstats
path: root/qt/integrator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* patch by Jérôme Lodewyck <lodewyck@clipper.ens.fr> to enable integrationHarald Fernengel2004-09-041-2/+7
| | | | of an existing connection into the Qt main loop
* 2003-12-02 Richard Hult <richard@imendio.com>Richard Hult2003-12-021-1/+1
| | | | | * Update AFL version to 2.0 throughout the source files to reflect the update that was done a while ago.
* Adding DBusServer wrapper. Switching some thingies, looking pretty andZack Rusin2003-11-251-5/+39
| | | | | being cool... Anyway, we're done at a very basic level. I have to go back to something else now, but i'll try to commit an example sometime soon.
* As changelog says. Integration is pretty much there, so dbus should at leastZack Rusin2003-11-241-12/+91
| | | | use Qt for timeouts and watches comfortably now.
* Seperating integration with D-BUS from Connection to the internal IntegratorZack Rusin2003-11-241-0/+126
class. I simply hated the interfaces in the public Connection when it had to contain a bunch of friends and protected members that were never really meant to be seen.