summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents()Thiago Macieira2014-02-121-1/+3
* Prevent foolish use of setuid when using Qt.Richard J. Moore2014-01-071-0/+3
* add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-141-2/+31
* make stubbed QCoreApplication::translate() resolve %nOswald Buddenhagen2013-03-131-7/+0
* make Q_DECLARE_TR_FUNCTIONS() compile with QT_NO_DEPRECATEDOswald Buddenhagen2013-03-131-2/+9
* Add notify signals to some QCoreApplication propertiesAlan Alpert2013-03-011-4/+9
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-151-0/+8
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-6/+0