summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix misleading wording for arguments().at(0) on WindowsDheerendra Purohit2 days1-2/+3
* Revert "QTranslator: Protect QTranslator data from being accessed while altered"Kai Köhne8 days1-17/+7
* Q*Application: deprecate compressEvents()Marc Mutz2025-06-271-0/+3
* QTranslator: Protect QTranslator data from being accessed while alteredKai Köhne2025-06-241-7/+17
* QCoreApplication: fold two atomic ops into oneMarc Mutz2025-06-141-2/+3
* QCoreApplication: relax an atomic load in a Q_ASSERT()Marc Mutz2025-06-131-1/+1
* Lazily create global share context when Qt::AA_ShareOpenGLContexts is setTor Arne Vestbø2025-05-231-1/+0
* Do not treat the installation of an empty QTranslator as an errorKai Köhne2025-05-061-4/+6
* QThreadStorage: make the internal finish() function really privateThiago Macieira2025-04-111-2/+1
* QCoreApplication: implement the ### Qt7 to rename requestPermissionThiago Macieira2025-02-281-1/+1
* QCoreApplication: speed up fallback path in applicationFilePath()Thiago Macieira2025-02-261-3/+3
* QCoreApplication: avoid extra work in applicationFilePath() if we canThiago Macieira2025-02-261-0/+5
* QCoreApplication: avoid QFileInfo in applicationDirPath()Thiago Macieira2025-02-261-1/+3
* QCoreApplication: remove the applicationDirPath() cacheThiago Macieira2025-02-261-4/+1
* Short live QCoreApplication::instanceExists()Thiago Macieira2025-02-261-6/+16
* QThreadStorage: don't print the destruction ordering warning on app exitThiago Macieira2025-02-181-0/+5
* QCoreApplicationPrivate: make cachedApplicationFilePath non-staticThiago Macieira2025-02-111-22/+4
* QCoreApplication: make libraryPathsLocked() file-staticThiago Macieira2025-02-041-1/+3
* QCoreApplication: move some content to libraryPathsLocked()Thiago Macieira2025-02-031-15/+7
* QCoreApplication: clean up after {win,mac} removal from BootstrapThiago Macieira2025-01-241-3/+4
* QCoreApplication: remove the indirection to {app,manual}_libpathThiago Macieira2025-01-181-39/+56
* QCoreApplication: move the QRecursiveMutex into QCoreApplicationDataThiago Macieira2025-01-181-7/+8
* QCoreApplicationPrivate: use std::unique_ptr for origArgvThiago Macieira2025-01-151-3/+2
* QCoreApplicationPrivate: use NSDMI to initialize the membersThiago Macieira2025-01-151-18/+1
* Bootstrap: remove qcoreapplication_{mac,win}.cpp & QStandardPathsThiago Macieira2025-01-151-6/+7
* Revert "Add categorized logging of delete later machinery"Thiago Macieira2025-01-061-37/+8
* Port QtCore from QScoped- to std::unique_ptr [1/2]: private usesMarc Mutz2024-12-311-1/+1
* Q*Application: move the compressEvent() virtual to the Private classThiago Macieira2024-12-131-0/+7
* QObjectData: relax accesses to postedEventsThiago Macieira2024-12-051-8/+9
* Make multi-threaded image transforms and painter fills configurableAllan Sandfeld Jensen2024-12-051-6/+0
* QCoreApplication: replace threadRequiresCoreApplication()Thiago Macieira2024-11-261-15/+7
* Make QCoreApplication::self an atomic for Qt 7Thiago Macieira2024-11-141-0/+14
* QThread/Win: replace the adopted thread watcher with a thread_localThiago Macieira2024-11-141-10/+0
* QThread/Unix: do clean up the QAdoptedThread for the main threadThiago Macieira2024-11-131-2/+4
* QCoreApplication: use QThread::isMainThread() moreThiago Macieira2024-11-131-5/+5
* QCoreApplication: remove now-unnecessary thread affinity checkThiago Macieira2024-11-131-3/+1
* Add a way to access QCoreApplication's instance atomicallyThiago Macieira2024-11-131-5/+11
* QCoreApplication: move GetCommandLine() call to winCmdArgs()Ahmad Samir2024-11-061-9/+8
* Android: support uncompressed native libs within APKsAssam Boudjelthia2024-10-051-0/+4
* Inline qcorecmdlineargs_p.h into qcoreapplication.cppMarc Mutz2024-09-211-2/+21
* Android: Return QAndroidApplication instance via nativeInterface() getterTor Arne Vestbø2024-09-101-0/+11
* Move debugging trick to more appropriate placeZhao Yuhang2024-09-091-46/+4
* Simplify the console detection for QT_WIN_DEBUG_CONSOLEJoerg Bornemann2024-09-051-12/+4
* Ignore QT_WIN_DEBUG_CONSOLE for console applicationsJoerg Bornemann2024-08-161-0/+18
* compressEvent: Remove superfluous checkMårten Nordheim2024-08-091-3/+2
* Logging: use qCDebug/Warning/Info when for categorized loggingVolker Hilsheimer2024-07-161-1/+1
* QCoreApplication: improve warning in checkReceiverThreadMitch Curtis2024-07-041-5/+3
* compressEvents: simplify TimerEvent compressionMårten Nordheim2024-06-191-11/+10
* QCoreApplication: fix a clazy-rule-of-threeMarc Mutz2024-06-061-0/+2
* QCoreApplication: make removeNativeEventFilter() remove from main threadThiago Macieira2024-05-071-1/+1