summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix documentation of QEvent::LanguageChange propagationSimon Hausmann2017-07-131-2/+2
* | Make calling QCoreApplication::translate() thread-safeAram So2017-07-061-19/+25
* | QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-201-0/+15
|/
* QtCore: include mocsThiago Macieira2017-05-051-0/+4
* macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* wrap QCoreApplication::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-0/+2
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-221-10/+9
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-0/+2
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-6/+6
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-6/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-11/+6
|\|
| * Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-091-11/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-8/+0
|\|
| * Remove unused qt_application_thread_id variableThiago Macieira2017-02-081-8/+0
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-6/+4
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-121-9/+76
|/
* Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-091-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| |\
| | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* | | Extracted cleanup from QCoreApplication::exec() into separate functionJørn Bersvendsen2016-10-101-7/+19
* | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* | | Add support for Apple watchOSJake Petroules2016-08-191-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-3/+1
|\| |
| * | Fix warning about non-void function not returning anythingThiago Macieira2016-06-171-3/+1
* | | winrt: Remove explicit exit callMaurice Kalinowski2016-05-191-13/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\| |