summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* QtDBus: declare some classes as sharedMarc Mutz2012-07-102-0/+4
* fix compilation with conforming compilers (e.g. GCC >= 4.7)Marc Mutz2012-07-101-2/+4
* Add some quotes to prevent damage from spaces in the pathsStephen Kelly2012-07-031-17/+17
* Improve basename extraction in qt5_add_dbus_interfacesStephen Kelly2012-07-031-1/+2
* Simplify the creation of QMetaTypeId specializations.Stephen Kelly2012-07-031-1/+1
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-4/+15
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-2/+2
* qtdbus: Export org.freedesktop.DBus.Peer interface when introspectedDaniele E. Domenichelli2012-06-221-0/+9
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-2/+1
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* 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
|\|