Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce a qconfig feature for QtDBus | Tasuku Suzuki | 2010-04-08 | 1 | -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 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Small performance improvement: don't match the bus path. | Thiago Macieira | 2009-11-24 | 1 | -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.6 | Oswald Buddenhagen | 2009-11-06 | 1 | -5/+5 |
|\ | |||||
| * | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-04 | 1 | -5/+5 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | compile fix for QDBusServiceWatcher with namespaced Qt | hjk | 2009-11-06 | 1 | -0/+4 |
|/ | |||||
* | Doc: add documentation for QDBusServiceWatcher class. | Thiago Macieira | 2009-10-28 | 1 | -0/+163 |
| | |||||
* | Add QDBusServiceWatcher class. | Thiago Macieira | 2009-10-28 | 1 | -0/+211 |