Add warning about non-API in Qt5CTestMacros.
[profile/ivi/qtbase.git] / src / dbus /
2012-10-29 Sergio AhumadaRemove some dead code in switch statements
2012-10-19 Oswald Buddenhagenremove explicit load(qt_build_config)s from the libraries
2012-10-19 Thiago MacieiraMake QtDBus work again with D-Bus 1.0 and 1.1
2012-10-17 Thiago MacieiraRemove visibility attribute from function body in QtDBus
2012-10-10 Tor Arne VestbøModularize documenation build
2012-09-24 J-P Nurmiqdbusmetatype_p.h: add missing QT_NO_DBUS guards
2012-09-22 Iikka EklundChange copyrights from Nokia to Digia
2012-09-22 Marc MutzQDBusMetaTypeId: replace a volatile bool with an atomic int
2012-09-22 Marc MutzQDBusMetaTypeId: don't cache the result of qMetaTypeId...
2012-09-19 Sergio Ahumadadbus: Include own headers first
2012-09-19 Oswald Buddenhagenmake src/tools/ compile without CamelCase headers
2012-09-19 Giuseppe D'AngeloRemove qLowerBound usages from qtbase
2012-09-13 J-P NurmiQtDBus: added missing QT_NO_DBUS guards
2012-09-13 Jan Arne PetersenFix QDBusServer with more than one connection
2012-09-13 Thiago MacieiraAdd qdbusconnectionmanager_p.h to the HEADER list.
2012-09-11 Frederik GladhornDo not include /examples in qdocconfs.
2012-09-11 Casper van DonderenDoc: Centralize more common settings in 1 global qdocconf.
2012-09-09 Sergio AhumadaFix missing or improper include guard in headers
2012-09-07 Marc MutzQDBusIntegrator: fix unprotected QDBusPendingCallPrivat...
2012-09-03 Marc MutzQDBusPendingCallPrivate: save 8 bytes on 64-bit archs
2012-09-03 Marc MutzQDBusPendingCall: remove unneeded volatile qualification
2012-09-03 Marc MutzQDBusPendingCall: add a missing QWaitCondition::wakeAll...
2012-09-01 Casper van DonderenDoc: Fix docbuild when not using -developer-build.
2012-08-30 Casper van DonderenDoc: Simplify qtbase qdocconfs.
2012-08-29 Frederik GladhornExclude the examples/widgets/doc dir for all but widgets.
2012-08-25 Thiago MacieiraAdd a way for QtDBus to force a call to dbus_shutdown
2012-08-25 Thiago MacieiraPrint some debugging from QDBusConnection when disconne...
2012-08-24 Marc MutzQDBusMetaType: #if -> #ifdef QT_BOOTSTRAPPED
2012-08-24 Marc Mutzqdbus_loadLibDBus: remove unneeded volatile qualification
2012-08-23 Thiago MacieiraDoc: Add \inmodule QtDBus to all QtDBus class doc bodies
2012-08-14 Marc MutzQtDBus: use new qEnvironmentVariableIsEmpty()
2012-08-08 Oswald Buddenhagenrename qt_module_config.prf => qt_module.prf
2012-08-07 Andreas HolzammerAdd possibility to add OpenSSL, DBUS, MySQL path under...
2012-08-01 Jeremy Katzchange \img to \image in docs
2012-07-25 Stephen KellyCreate IMPORTED CMake targets for executables.
2012-07-24 Marc MutzQtDBus: use qMetaTypeId<T>() instead of qRegisterMetaTy...
2012-07-24 Stephen KellyRemove obsolete or commented use of Q_DECLARE_METATYPE.
2012-07-18 Oswald Buddenhagenremove needless/commented INCLUDEPATHs
2012-07-13 Marc Mutzdoc/snippets: normalize signals/slots
2012-07-10 Marc MutzQtDBus: declare some classes as shared
2012-07-10 Marc Mutzfix compilation with conforming compilers (e.g. GCC...
2012-07-03 Stephen KellyAdd some quotes to prevent damage from spaces in the...
2012-07-03 Stephen KellyImprove basename extraction in qt5_add_dbus_interfaces
2012-07-03 Stephen KellySimplify the creation of QMetaTypeId specializations.
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Thiago MacieiraClean up the EXPORT macros in qglobal.h.
2012-06-27 Albert Astals CidAdd const & to foreach 'iterators'
2012-06-22 Daniele E. Domenic... qtdbus: Export org.freedesktop.DBus.Peer interface...
2012-06-20 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-19 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-19 Oswald Buddenhagenfix misnomer: qt_module.prf => qt_build_config.prf
2012-06-19 Oswald Buddenhagenautomatically add QT_BUILD_FOO_LIB to DEFINES
2012-06-19 Oswald Buddenhagenclean up projects from QPRO_PWD nonsense, etc.
2012-06-19 Oswald Buddenhagenauto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCON...
2012-06-19 Oswald Buddenhagenauto-generate module pris
2012-06-19 Oswald Buddenhagenautomatically add the version header to HEADERS
2012-06-19 Oswald Buddenhagenmake qt_module_config.prf install the module pri file
2012-06-01 Kent HansenAvoid accessing QObjectPrivate::currentSender directly...
2012-05-29 Thiago MacieiraQtDBus: compile with QT_STRICT_ITERATORS
2012-05-28 Jędrzej NowackiReplace QVariant::typeToName usage by QMetaType::typeNa...
2012-05-25 Konstantin RittReplace `const QLatin1String &` with `QLatin1String...
2012-05-21 Tasuku SuzukiFix QtDBus compilation for -qconfig large
2012-05-18 Jędrzej NowackiUse QMetaType API directly instead of going through...
2012-05-16 Stephen KellyRemove duplicate include for the macros.
2012-05-11 Casper van DonderenDoc: Add a default license footer.
2012-05-10 Marius Storm-OlsenMerge "Merge branch 'docs-refactoring' into master...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-10 Marius Storm-OlsenDon't add C-style copyright headers to qmake project...
2012-05-09 Casper van DonderenDoc: Add "make docs" targets for libraries.
2012-05-09 Casper van DonderenDoc: Modularize QtDBus documentation and add missing...
2012-05-09 Marc MutzQtDBus: add member-swap to shared classes
2012-05-07 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-05-02 David FaurePass configured timeout to callWithCallback too.
2012-05-02 David FaureFix unit confusion in ccf3b9e48b2d773999a9a88e249f79380...
2012-05-02 Debao ZhangDon't use obsolete qVariantValue, qVariantCanConvert...
2012-04-30 Kent HansenPort QtDBus to QMetaMethod-based connectNotify()
2012-04-25 Olivier GoffartRemove QMetaObjectExtraData and put everything into...
2012-04-18 Konstantin Rittqdbusxml2cpp: fix build on Windows
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-15 Thiago MacieiraIntroduce the new UnknownProperty and PropertyReadOnly...
2012-04-15 Thiago MacieiraFinish cleaning up com.trolltech -> org.qtproject in...
2012-04-15 Thiago MacieiraUpdate the error codes in QtDBus
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-07 Giuseppe D'AngeloMore qHash(T, uint) overloads for Qt types
2012-04-04 João AbecasisIntroduce initializer macros for QString- and QByteArra...
2012-04-04 Giuseppe D'AngeloQHash security fix (1.5/2): qHash two arguments overloa...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-24 Thiago MacieiraUse QVector<int> instead of QList<int> for storing...
2012-03-24 Thiago MacieiraUpdate the header list for the QtDBus module
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Marc MutzQtDBus: don't inherit from QString, QVariant
2012-03-22 David FaureFix assert in libdbus-1 from tst_qdbusmarshall.
2012-03-20 Kent HansenUse the new QMetaMethod API in QtDBus
2012-03-20 Stephen KellyAdd API and reserve space for storing the QMetaObject...
2012-03-19 Kent HansenMerge master into api_changes
2012-03-18 Stephen KellyMove CMake macros and tests for dbus tools from qttools.
next