summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-6/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+1
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+1
* Avoid accessing QObjectPrivate::currentSender directly from QtDBusKent Hansen2012-06-011-2/+1
* QtDBus: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-292-5/+5
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-284-14/+14
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-252-6/+6
* Fix QtDBus compilation for -qconfig largeTasuku Suzuki2012-05-211-0/+4
* Use QMetaType API directly instead of going through QVariant.Jędrzej Nowacki2012-05-181-4/+4
* Remove duplicate include for the macros.Stephen Kelly2012-05-161-2/+0
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1028-26/+1984
|\
| * Don't add C-style copyright headers to qmake project filesMarius Storm-Olsen2012-05-101-40/+0
| * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
| * Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-0927-26/+2021
* | QtDBus: add member-swap to shared classesMarc Mutz2012-05-094-0/+21
|/
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]Thiago Macieira2012-05-071-1/+1
* Pass configured timeout to callWithCallback too.David Faure2012-05-021-1/+2
* Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6David Faure2012-05-021-2/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Port QtDBus to QMetaMethod-based connectNotify()Kent Hansen2012-05-016-31/+51
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-252-5/+5
* qdbusxml2cpp: fix build on WindowsKonstantin Ritt2012-04-191-0/+2
* Introduce the new UnknownProperty and PropertyReadOnly errorsThiago Macieira2012-04-163-3/+24
* Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-165-10/+20
* Update the error codes in QtDBusThiago Macieira2012-04-162-19/+20
* More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-071-4/+4
* Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-3/+3
* QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-3/+1
* Merge master into api_changesKent Hansen2012-03-279-28/+25
|\
| * Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-248-23/+18
| * Update the header list for the QtDBus moduleThiago Macieira2012-03-241-3/+4
* | Merge master into api_changesKent Hansen2012-03-231-6/+10
|\|
| * Fix assert in libdbus-1 from tst_qdbusmarshall.David Faure2012-03-221-6/+10
* | QtDBus: don't inherit from QString, QVariantMarc Mutz2012-03-232-30/+25
* | Use the new QMetaMethod API in QtDBusKent Hansen2012-03-204-15/+10
* | Add API and reserve space for storing the QMetaObject with the QMetaType.Stephen Kelly2012-03-201-1/+2
* | Merge master into api_changesKent Hansen2012-03-191-3/+0
|\|
| * Removed move constructor.Wolf-Michael Bolle2012-03-161-3/+0
* | Move CMake macros and tests for dbus tools from qttools.Stephen Kelly2012-03-182-0/+165
* | Don't treat QByteArray(0, char) as nullJoão Abecasis2012-03-161-1/+1
* | Make more of QDBus bootstrapping-ready.Stephen Kelly2012-03-153-25/+33
* | Make some DBus classes bootstrapping-ready.Stephen Kelly2012-03-146-3/+55
* | QDBusError: add assignment operator from QDBusMessageMarc Mutz2012-03-122-0/+19
* | QtDBus: make some constructors explicitMarc Mutz2012-03-1212-18/+18
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-084-21/+21
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-024-21/+21
* | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-024-12/+8
* | Port QDBusMetaObject to Qt5 meta-property/method descriptor formatKent Hansen2012-02-293-47/+108