summaryrefslogtreecommitdiff
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warningsTopi Reinio2023-04-291-1/+1
* QCoreApplication: fix use-after-free of nl_langinfo() resultThiago Macieira2023-04-281-2/+2
* Add helper template for metacall event creationVolker Hilsheimer2023-04-181-13/+11
* Doc: Fix dead link in QCA::translate()Kai Köhne2023-04-171-1/+2
* Permissions: respect context object's thread and life timeVolker Hilsheimer2023-04-061-5/+60
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-2/+2
* Doc: fix links to changed or renamed i18n pages and sectionsVolker Hilsheimer2023-03-061-1/+2
* Simplify and relax UTF-8 locale override machinery for DarwinEdward Welbourne2023-03-021-6/+16
* QCoreApplication::initLocale(): Improve warning on failureEdward Welbourne2023-03-021-8/+18
* Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-021-12/+20
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-251-0/+7
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-3/+1
* Trace: Convert qtcore module to use tracepointgen toolAntti Määttä2023-02-101-1/+16
* Use case-insensitive comparison to compare codec with UTF-8 and utf8Edward Welbourne2023-01-251-1/+1
* Restore Android-conditioning on nl_langinfo() definitionEdward Welbourne2023-01-241-8/+10
* Win: redirect console output to the parent process if neededYuhang Zhao2022-12-021-0/+35
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Long live QPermissions!Tor Arne Vestbø2022-11-011-0/+123
* Emit aboutToQuit from QCoreApplication::exit() instead of execCleanup()Tor Arne Vestbø2022-10-231-4/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-141-4/+4
* QCoreApplication: Remove app_compile_versionThiago Macieira2022-06-131-8/+1
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()Marc Mutz2022-06-071-1/+1
* Make all loads of QAtomicPointer QObjectPrivate::threadData explicitMarc Mutz2022-05-201-2/+2
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-201-3/+3
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-201-3/+0
* QCoreApplication/QPostEventList: fix int/qsizetype mismatchesMarc Mutz2022-05-191-13/+13
* QCoreApplication: port some indexed to ranged for loopsMarc Mutz2022-05-191-10/+6
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-3/+3
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-11/+11
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-2/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-9/+11
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-101-1/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-11/+12
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-031-0/+2
* wasm: hardcode idealThreadCount for some browsersLorn Potter2021-12-241-1/+5
* Don't quit application if we're not in execTor Arne Vestbø2021-11-081-0/+3
* QCoreApplication: document the app's bindir is in libraryPaths()Thiago Macieira2021-11-051-4/+5
* Add QEventLoop::ProcessEventsFlag::ApplicationExecMorten Johan Sørvig2021-11-031-1/+1
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-181-8/+28
* Convert all QT_VERSION checks to compare against QT_VERSION_CHECK()Edward Welbourne2021-09-231-3/+4
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-7/+6
* QCoreApplication: enforce non-null arguments when sending/posting eventsGiuseppe D'Angelo2021-09-171-5/+18
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+1
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-041-0/+2
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-301-160/+0
* Move Android implementation of permissions API to QtAndroidPrivateTor Arne Vestbø2021-07-261-2/+0