summaryrefslogtreecommitdiffstats
path: root/src/dbus
Commit message (Expand)AuthorAgeFilesLines
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-192-2/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-194-14/+22
* QtDBus: added missing QT_NO_DBUS guardsJ-P Nurmi2012-09-142-0/+6
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-09-143-11/+15
* Add qdbusconnectionmanager_p.h to the HEADER list.Thiago Macieira2012-09-141-0/+1
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Fix missing or improper include guard in headersSergio Ahumada2012-09-099-19/+19
* QDBusIntegrator: fix unprotected QDBusPendingCallPrivate::waitingForFinished ...Marc Mutz2012-09-081-1/+7
* QDBusPendingCallPrivate: save 8 bytes on 64-bit archsMarc Mutz2012-09-031-2/+1
* QDBusPendingCall: remove unneeded volatile qualificationMarc Mutz2012-09-031-1/+1
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2012-09-031-0/+1
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* Add a way for QtDBus to force a call to dbus_shutdownThiago Macieira2012-08-252-3/+17
* Print some debugging from QDBusConnection when disconnectingThiago Macieira2012-08-251-0/+1
* QDBusMetaType: #if -> #ifdef QT_BOOTSTRAPPEDMarc Mutz2012-08-251-1/+1
* qdbus_loadLibDBus: remove unneeded volatile qualificationMarc Mutz2012-08-251-1/+1
* Doc: Add \inmodule QtDBus to all QtDBus class doc bodiesThiago Macieira2012-08-232-0/+9
* QtDBus: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+5
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* Create IMPORTED CMake targets for executables.Stephen Kelly2012-07-252-9/+28
* QtDBus: use qMetaTypeId<T>() instead of qRegisterMetaType<T>("T")Marc Mutz2012-07-245-10/+25
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-243-12/+0
* remove needless/commented INCLUDEPATHsOswald Buddenhagen2012-07-181-1/+0
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-131-4/+4
* 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