summaryrefslogtreecommitdiffstats
path: root/qt/integrator.h
Commit message (Collapse)AuthorAgeFilesLines
* 2004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-08-101-1/+1
| | | | | * COPYING: switch to Academic Free License version 2.1 instead of 2.0, to resolve complaints about patent termination clause.
* 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-2/+7
| | | | | 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-53/+25
| | | | use Qt for timeouts and watches comfortably now.
* Seperating integration with D-BUS from Connection to the internal IntegratorZack Rusin2003-11-241-0/+115
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.