summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusservicewatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a qconfig feature for QtDBusTasuku Suzuki2010-04-081-0/+4
| | | | | | | | | | QtDBus module is useless with QT_NO_PROPERTIES. Add D-Bus section and DBUS feature which requires PROPERTIES. Update qfeatures.h. Disable QtDBus module, a bearer management plugin for NetworkManager and a script plugin for QtDBus when QT_NO_DBUS is defined. Merge-request: 511 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Small performance improvement: don't match the bus path.Thiago Macieira2009-11-241-3/+2
| | | | | We trust the bus, so no need to match per path. The sender and the interface should be enough for us.
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-061-5/+5
|\
| * Doc: Fixed qdoc warnings.David Boddie2009-11-041-5/+5
| | | | | | | | Reviewed-by: Trust Me
* | compile fix for QDBusServiceWatcher with namespaced Qthjk2009-11-061-0/+4
|/
* Doc: add documentation for QDBusServiceWatcher class.Thiago Macieira2009-10-281-0/+163
|
* Add QDBusServiceWatcher class.Thiago Macieira2009-10-281-0/+211