summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup old signal handler mechanismsRafael Roquetto2012-11-081-9/+0
* Doc fixes for qcoreapplication.Frederik Gladhorn2012-10-271-1/+5
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-2/+10
* Re-revert "Delay creation of the process manager"Thiago Macieira2012-10-151-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-5/+0
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-3/+4
* Fix QtCore compilation for -qconfig largeTasuku Suzuki2012-05-251-8/+0
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-181-20/+19
* Merge two simple version of translate() functions for QT_NO_TRANSLATIONTasuku Suzuki2012-05-181-13/+0
* QCoreApplication - add return type bool on install/remove translatorThorbjørn Lund Martsum2012-03-211-2/+2
* Restore some source compatibilityLars Knoll2012-03-121-1/+5
* Remove codecForTr().Robin Burchell2012-03-061-3/+3
* Merges several overloaded functions in QCoreApplication.Xizhi Zhu2012-02-201-8/+3
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-1/+5
* Remove many deprecated methodsLars Knoll2012-01-311-4/+0
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-1/+1