index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
/
qcoreapplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix misleading wording for arguments().at(0) on Windows
Dheerendra Purohit
2 days
1
-2
/
+3
*
Revert "QTranslator: Protect QTranslator data from being accessed while altered"
Kai Köhne
8 days
1
-17
/
+7
*
Q*Application: deprecate compressEvents()
Marc Mutz
2025-06-27
1
-0
/
+3
*
QTranslator: Protect QTranslator data from being accessed while altered
Kai Köhne
2025-06-24
1
-7
/
+17
*
QCoreApplication: fold two atomic ops into one
Marc Mutz
2025-06-14
1
-2
/
+3
*
QCoreApplication: relax an atomic load in a Q_ASSERT()
Marc Mutz
2025-06-13
1
-1
/
+1
*
Lazily create global share context when Qt::AA_ShareOpenGLContexts is set
Tor Arne Vestbø
2025-05-23
1
-1
/
+0
*
Do not treat the installation of an empty QTranslator as an error
Kai Köhne
2025-05-06
1
-4
/
+6
*
QThreadStorage: make the internal finish() function really private
Thiago Macieira
2025-04-11
1
-2
/
+1
*
QCoreApplication: implement the ### Qt7 to rename requestPermission
Thiago Macieira
2025-02-28
1
-1
/
+1
*
QCoreApplication: speed up fallback path in applicationFilePath()
Thiago Macieira
2025-02-26
1
-3
/
+3
*
QCoreApplication: avoid extra work in applicationFilePath() if we can
Thiago Macieira
2025-02-26
1
-0
/
+5
*
QCoreApplication: avoid QFileInfo in applicationDirPath()
Thiago Macieira
2025-02-26
1
-1
/
+3
*
QCoreApplication: remove the applicationDirPath() cache
Thiago Macieira
2025-02-26
1
-4
/
+1
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-6
/
+16
*
QThreadStorage: don't print the destruction ordering warning on app exit
Thiago Macieira
2025-02-18
1
-0
/
+5
*
QCoreApplicationPrivate: make cachedApplicationFilePath non-static
Thiago Macieira
2025-02-11
1
-22
/
+4
*
QCoreApplication: make libraryPathsLocked() file-static
Thiago Macieira
2025-02-04
1
-1
/
+3
*
QCoreApplication: move some content to libraryPathsLocked()
Thiago Macieira
2025-02-03
1
-15
/
+7
*
QCoreApplication: clean up after {win,mac} removal from Bootstrap
Thiago Macieira
2025-01-24
1
-3
/
+4
*
QCoreApplication: remove the indirection to {app,manual}_libpath
Thiago Macieira
2025-01-18
1
-39
/
+56
*
QCoreApplication: move the QRecursiveMutex into QCoreApplicationData
Thiago Macieira
2025-01-18
1
-7
/
+8
*
QCoreApplicationPrivate: use std::unique_ptr for origArgv
Thiago Macieira
2025-01-15
1
-3
/
+2
*
QCoreApplicationPrivate: use NSDMI to initialize the members
Thiago Macieira
2025-01-15
1
-18
/
+1
*
Bootstrap: remove qcoreapplication_{mac,win}.cpp & QStandardPaths
Thiago Macieira
2025-01-15
1
-6
/
+7
*
Revert "Add categorized logging of delete later machinery"
Thiago Macieira
2025-01-06
1
-37
/
+8
*
Port QtCore from QScoped- to std::unique_ptr [1/2]: private uses
Marc Mutz
2024-12-31
1
-1
/
+1
*
Q*Application: move the compressEvent() virtual to the Private class
Thiago Macieira
2024-12-13
1
-0
/
+7
*
QObjectData: relax accesses to postedEvents
Thiago Macieira
2024-12-05
1
-8
/
+9
*
Make multi-threaded image transforms and painter fills configurable
Allan Sandfeld Jensen
2024-12-05
1
-6
/
+0
*
QCoreApplication: replace threadRequiresCoreApplication()
Thiago Macieira
2024-11-26
1
-15
/
+7
*
Make QCoreApplication::self an atomic for Qt 7
Thiago Macieira
2024-11-14
1
-0
/
+14
*
QThread/Win: replace the adopted thread watcher with a thread_local
Thiago Macieira
2024-11-14
1
-10
/
+0
*
QThread/Unix: do clean up the QAdoptedThread for the main thread
Thiago Macieira
2024-11-13
1
-2
/
+4
*
QCoreApplication: use QThread::isMainThread() more
Thiago Macieira
2024-11-13
1
-5
/
+5
*
QCoreApplication: remove now-unnecessary thread affinity check
Thiago Macieira
2024-11-13
1
-3
/
+1
*
Add a way to access QCoreApplication's instance atomically
Thiago Macieira
2024-11-13
1
-5
/
+11
*
QCoreApplication: move GetCommandLine() call to winCmdArgs()
Ahmad Samir
2024-11-06
1
-9
/
+8
*
Android: support uncompressed native libs within APKs
Assam Boudjelthia
2024-10-05
1
-0
/
+4
*
Inline qcorecmdlineargs_p.h into qcoreapplication.cpp
Marc Mutz
2024-09-21
1
-2
/
+21
*
Android: Return QAndroidApplication instance via nativeInterface() getter
Tor Arne Vestbø
2024-09-10
1
-0
/
+11
*
Move debugging trick to more appropriate place
Zhao Yuhang
2024-09-09
1
-46
/
+4
*
Simplify the console detection for QT_WIN_DEBUG_CONSOLE
Joerg Bornemann
2024-09-05
1
-12
/
+4
*
Ignore QT_WIN_DEBUG_CONSOLE for console applications
Joerg Bornemann
2024-08-16
1
-0
/
+18
*
compressEvent: Remove superfluous check
Mårten Nordheim
2024-08-09
1
-3
/
+2
*
Logging: use qCDebug/Warning/Info when for categorized logging
Volker Hilsheimer
2024-07-16
1
-1
/
+1
*
QCoreApplication: improve warning in checkReceiverThread
Mitch Curtis
2024-07-04
1
-5
/
+3
*
compressEvents: simplify TimerEvent compression
Mårten Nordheim
2024-06-19
1
-11
/
+10
*
QCoreApplication: fix a clazy-rule-of-three
Marc Mutz
2024-06-06
1
-0
/
+2
*
QCoreApplication: make removeNativeEventFilter() remove from main thread
Thiago Macieira
2024-05-07
1
-1
/
+1
[next]