summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-151-20/+20
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-231-4/+4
* Fix system locale for IntegrityJanne Koskinen2021-06-021-1/+7
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-2/+2
* Don't throw an exception on platforms with no permission APIAssam Boudjelthia2021-05-201-8/+21
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+7
* fix build for no feature futureLorn Potter2021-05-121-4/+4
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-051-0/+151
* QCoreApplication::applicationFilePath: add ELF auxval supportThiago Macieira2021-05-021-4/+21
* QCoreApplication::applicationFilePath: remove redundant cleanPathThiago Macieira2021-04-301-2/+0
* QCoreApplication::applicationFilePath: don't check for existence twiceThiago Macieira2021-04-291-17/+7
* QCoreApplication::applicationFilePath: simplify by merging some codeThiago Macieira2021-04-291-16/+14
* QCoreApplication::applicationDirPath/Linux: use /proc/selfThiago Macieira2021-04-291-1/+1
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-231-1/+9
* QCoreApplication: improve docs on exit() and quit() thread-safetyThiago Macieira2021-04-091-1/+14
* Add QAndroidApplication as a nativeInterfaceAssam Boudjelthia2021-02-201-3/+2
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-8/+8
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-151-3/+4
* QCoreApplication: add doc to discourage use of processEventsThiago Macieira2020-11-201-4/+8
* QCoreApplication: add more information to processEvents() docsThiago Macieira2020-11-201-0/+3
* 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