summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-281-1/+9
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-191-3/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-121-16/+0
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-9/+9
* Correct processEvents documentationAndreas Buhr2020-11-081-2/+2
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-2/+2
* MinGW: Fix assert in QCoreApplication::arguments() when passing globsTor Arne Vestbø2020-10-291-24/+39
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-251-8/+6
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-3/+10
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-9/+22
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-2/+2
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-1/+0
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-2/+1
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-1/+0
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-241-0/+16
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-20/+0
* QCoreApplication: purge deprecated APIEdward Welbourne2020-08-141-58/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Fix living QObject after shutdown of QCoreApplicationAndré Klitzing2020-06-231-1/+3
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-3/+0
* Remove winrtOliver Wolff2020-06-061-29/+9
* QNX: assume QNX is always UTF-8Samuli Piippo2020-06-041-1/+2
* Remove deprecated QDesktopServices APIsVolker Hilsheimer2020-05-131-6/+0
* QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-051-5/+37
* High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-13/+13
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-13/+13
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-74/+57
|\|
| * wasm: add platform qsettingsLorn Potter2019-11-141-18/+1
| * Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-56/+56
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-10/+14
|\|
| * Android: Fix loading of pluginsBogDan Vatra2019-09-221-10/+14
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-3/+3
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-16/+13
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-10/+12
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-19/+28
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-1/+34
| |\ \ \ \
| * | | | | Bump version to Qt 6Lars Knoll2019-05-141-3/+3
* | | | | | QCoreApplication: work towards replacing a QRecursiveMutex with a QMutexMarc Mutz2019-09-121-3/+10
| |_|_|_|/ |/| | | |
* | | | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-16/+13
| |_|_|/ |/| | |
* | | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* | | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-031-0/+2
* | | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-9/+9
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+4
|\ \ \
| * | | Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8