QMenuBar: fix qdoc warnings
[profile/ivi/qtbase.git] / src / dbus /
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.
2012-03-16 João AbecasisDon't treat QByteArray(0, char) as null
2012-03-16 Wolf-Michael BolleRemoved move constructor.
2012-03-16 Kent HansenMerge master into api_changes
2012-03-15 Stephen KellyMake more of QDBus bootstrapping-ready.
2012-03-14 Stephen KellyMake some DBus classes bootstrapping-ready.
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-12 Marc MutzQDBusError: add assignment operator from QDBusMessage
2012-03-12 Marc MutzQtDBus: make some constructors explicit
2012-03-09 Friedemann KleintMerge "Merge remote-tracking branch 'origin/containers...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/containers' into...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-02 Jędrzej NowackiIntroduce QMetaType::UnknownType.
2012-02-29 Kent HansenPort QDBusMetaObject to Qt5 meta-property/method descri...
2012-02-29 Kent HansenPort QDBusMetaObject to new meta-object string format
2012-02-29 Kent HansenRename QMetaMethod::signature() to methodSignature()
2012-02-29 Kent HansenUpdate QDBusAbstractConnector to meta-object revision 7
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-27 Jędrzej NowackiCleanup usage of QVariant::Type.
2012-02-21 Konstantin Rittreplace 'const QChar &' with 'QChar ' where appropriate
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-20 Kent HansenPort QDBusAdaptorConnector meta-object to revision 6
2012-02-20 Kent HansenRemove unused QtDBus meta-object extensions
2012-02-15 Kent HansenStore only unique strings in the QtDBus meta-object...
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-03 Kent HansenAdapt QtDBus to QVariant property type change
2012-02-03 Kent HansenBring QtDBus meta-object generator in sync with moc
next