summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.h
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-0/+4
* QCoreApplication::requestPermissions: honor QT_NO_CONTEXTLESS_CONNECTGiuseppe D'Angelo2023-09-051-0/+2
* Constrain QCoreApplication::requestPermission to compatible functorsVolker Hilsheimer2023-09-011-5/+13
* QEventLoopLocker: rewrite to hold public classesMarc Mutz2023-07-091-0/+2
* QCoreApplication: mark instance() as noexceptMarc Mutz2023-07-031-1/+1
* QCoreApplication: port processEvents() to QDeadlineTimerAhmad Samir2023-06-131-0/+2
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-101-1/+1
* Add a helper for better error messages when functor is incompatibleVolker Hilsheimer2023-04-281-0/+1
* Support free functions and const functors as callbacksVolker Hilsheimer2023-04-281-4/+4
* Simplify the creation of APIs that take a callbackVolker Hilsheimer2023-04-261-45/+13
* Long live QPermissions!Tor Arne Vestbø2022-11-011-0/+72
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Remove superfluous qfuture.h includes from qcoreapplication[_p].hJoerg Bornemann2021-10-221-3/+0
* Remove unused qapplicationpermission.hJoerg Bornemann2021-10-221-1/+0
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-301-11/+0
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-151-8/+10
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-241-4/+8
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-231-2/+2
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+3
* fix build for no feature futureLorn Potter2021-05-121-2/+5
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-051-1/+11
* QCoreApplication::exit: make it a slotThiago Macieira2021-04-091-1/+1
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-1/+3
* remove friend class of QClassFactory for QCoreApplicationJiDe Zhang2021-02-111-1/+0
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-2/+2
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-0/+3
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* QCoreApplication: purge deprecated APIEdward Welbourne2020-08-141-26/+1
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* QCoreApplication: work towards replacing a QRecursiveMutex with a QMutexMarc Mutz2019-09-121-0/+3
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-0/+1
* De-inline QCoreApplication::send(Spontaneous)EventGiuseppe D'Angelo2018-06-061-8/+0
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-1/+1
|\
| * Mark QCoreApplication::applicationPid() as const functionThiago Macieira2017-10-011-1/+1
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-201-0/+1
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-221-1/+3
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+0
|\
| * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-091-2/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Make the event delivery go through some more static functionsThiago Macieira2015-07-181-3/+6
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-4/+4
* qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-5/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove friend class QETWidget.Friedemann Kleint2014-05-161-1/+0