summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-2/+2
| |\
| | * Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-9/+10
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-9/+10
* | | Remove eval modeKai Koehne2019-02-121-5/+0
* | | Shave ~5% off from signal emission timeLars Knoll2019-02-081-9/+0
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-0/+4
|\|
| * fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-141-0/+4
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
| |\
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | | Clarify behavior of QCoreApplication::processEventsTor Arne Vestbø2018-10-301-4/+11
|/ /
* | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-081-0/+4
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+22
* | Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-251-3/+0
* | Modernize the "thread" featureUlf Hermann2018-08-171-15/+5
* | QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-141-1/+1
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-2/+2
* | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-281-3/+26
* | Code tidy: replace a for loop with an algorithmGiuseppe D'Angelo2018-06-081-3/+1
* | Docs: remove a repetitionGiuseppe D'Angelo2018-06-071-2/+1
* | De-inline QCoreApplication::send(Spontaneous)EventGiuseppe D'Angelo2018-06-061-0/+19
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-271-1/+1
|/
* Share event dispatcher creation between QThreadPrivate and QCoreApplicationTor Arne Vestbø2018-02-151-23/+4
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-141-3/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-3/+11
| |\
| | * Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-071-0/+8
| | * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-3/+3
* | | Don't expect QCoreApplictionPrivate::eventDispatcher to be setTor Arne Vestbø2018-02-141-2/+3
|/ /
* | Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-13/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-13/+32
| |\|
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-161-13/+28
| | * Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
* | | Add doc explaining the gotcha when connecting a signal to qApp->exitd3fault2018-01-091-0/+14
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-3/+3
| |\|
| | * Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
* | | doc: Document remaining anonymous enumsMartin Smith2017-12-061-0/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-2/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-2/+0
| |\|
| | * Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-2/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-16/+45
|\| |
| * | Don't call the qAddPreRoutine routines with the mutex lock heldThiago Macieira2017-09-061-9/+14
| * | Make qAddPostRoutine & family thread-safeThiago Macieira2017-09-011-8/+32
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-251-1/+1
* | Add a safety check to prevent apps from running on unsupported OSesJake Petroules2017-07-211-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-2/+2
|\|