summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\|
| | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-1/+3
|\| |
| * | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-1/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-8/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-24/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-24/+23
| |\|
| | * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-091-24/+23
* | | Also search the main bundle plugin path for plugins on Apple OSes.Jake Petroules2016-02-251-0/+20
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-9/+10
|\|
| * doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-10/+36
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-7/+9
|\|
| * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-7/+9
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-20/+21
|\|
| * Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | Don't call setlocale(3) in bootstrap codeUlf Hermann2015-11-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-6/+20
|\|
| * Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
| * OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-191-3/+13
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-87/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-6/+6
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-6/+6
| |\
| | * Fix two data races in QThread/QThreadDataDavid Faure2015-09-221-6/+6
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-29/+18
|\| |
| * | Fix invalid documentation function referenceLouai Al-Khanji2015-08-251-2/+2
| * | Move QCoreApplication::quitLockEnabled documentation to single placeLouai Al-Khanji2015-08-251-16/+4
| * | Merge dev into 5.6Oswald Buddenhagen2015-08-171-31/+21
| |\ \
| * | | Prefer QT_PLUGIN_PATH over compiled-in paths.Milian Wolff2015-08-111-11/+12
* | | | Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-011-3/+3
| |/ / |/| |
* | | Use QScopedPointer for library pathsUlf Hermann2015-08-131-31/+21
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\|
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+1
* | Replace ifdefs with QDir::listSeparator()Sérgio Martins2015-07-291-6/+1
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-201-19/+98
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-3/+25