index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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.6
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_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Purge QCoreApplicationPrivate::cloneEvent and overrides
Volker Hilsheimer
2020-11-12
1
-4
/
+0
*
Rename remaining QEvent variables to m_ convention; init m_reserved
Shawn Rutledge
2020-11-10
1
-1
/
+1
*
Plumb application quit through platform plugin
Tor Arne Vestbø
2020-09-14
1
-0
/
+2
*
Move QStateMachine from QtCore to QtScxml
Karsten Heimrich
2020-08-24
1
-0
/
+8
*
Remove winrt
Oliver Wolff
2020-06-06
1
-1
/
+1
*
Make QObjectPrivate::threadData a proper atomic
Giuseppe D'Angelo
2019-11-13
1
-0
/
+10
*
qtlite: Fix build with -no-feature-commandlineparser
Mikhail Svetkin
2019-07-03
1
-0
/
+4
*
QCommandLineParser: add --help-all, to show Qt options as well
David Faure
2019-05-15
1
-0
/
+3
*
Make QCoreApplicationPrivate's destructor virtual in bootstrapped builds
Giuseppe D'Angelo
2019-05-29
1
-0
/
+5
*
More nullptr usage in headers
Kevin Funk
2019-03-14
1
-1
/
+1
*
Modernize the "settings" feature
Liang Qi
2018-11-15
1
-0
/
+2
*
macOS: Remove QMacRootLevelAutoReleasePool member from QCoreApplication
Tor Arne Vestbø
2017-09-08
1
-4
/
+0
*
Make calling QCoreApplication::translate() thread-safe
Aram So
2017-07-06
1
-1
/
+1
*
macOS: Add root level NSAutoreleasePool for objects autoreleased in main()
Tor Arne Vestbø
2017-05-08
1
-0
/
+8
*
Provide sensible defaults for QCoreApplication::applicationVersion
Jake Petroules
2017-01-12
1
-2
/
+3
*
Extracted cleanup from QCoreApplication::exec() into separate function
Jørn Bersvendsen
2016-10-10
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-11
1
-0
/
+2
|
\
|
*
Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...
Marc Mutz
2016-03-09
1
-0
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-02
1
-1
/
+1
|
\
|
*
Fix two data races in QThread/QThreadData
David Faure
2015-09-22
1
-1
/
+1
*
|
Add a way for auxiliary threads to handle events without CoreApp
Thiago Macieira
2015-07-18
1
-0
/
+2
*
|
Make the event delivery go through some more static functions
Thiago Macieira
2015-07-18
1
-3
/
+3
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Windows: Reintroduce copy of argv.
Friedemann Kleint
2015-02-10
1
-1
/
+2
*
Windows: Allow for passing a modified argv to QCoreApplication.
Friedemann Kleint
2015-02-05
1
-3
/
+2
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Remove friends of QEvent.
Friedemann Kleint
2014-05-18
1
-0
/
+1
*
Setting QT_NO_DEBUG should not remove symbols
Lars Knoll
2014-03-21
1
-2
/
+0
*
Prevent foolish use of setuid when using Qt.
Richard J. Moore
2014-01-07
1
-0
/
+1
*
QCoreApplication: Add static setter for application file path.
Friedemann Kleint
2013-11-26
1
-1
/
+3
*
Don't cache QCoreApplication::appName.
Robin Burchell
2013-10-31
1
-1
/
+0
*
QPA: Fix event dispatcher dependent operations in platform integration
Laszlo Agocs
2013-10-07
1
-0
/
+1
*
Don't assume QCoreApplication::applicationName() will never change
v5.2.0-alpha1
Tor Arne Vestbø
2013-09-25
1
-0
/
+1
*
Clean up evaluation license logic
Tor Arne Vestbø
2013-07-05
1
-1
/
+1
*
add QCoreApplication to bootstrap lib
Oswald Buddenhagen
2013-03-14
1
-14
/
+32
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Remove QApplication::type() and make QCoreApplication::Type internal
J-P Nurmi
2012-11-23
1
-0
/
+5
*
Re-revert "Delay creation of the process manager"
Thiago Macieira
2012-10-15
1
-2
/
+0
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Provide public API for native event filtering, moved up from QPA.
David Faure
2012-07-20
1
-2
/
+0
*
Fix applicationName() being empty in QApplication.
David Faure
2012-07-16
1
-1
/
+1
*
QCoreApplication: No longer hardcode arguments to be filtered out.
Friedemann Kleint
2012-05-16
1
-0
/
+4
*
Avoid using iconv for text conversion where possible
Lars Knoll
2012-05-16
1
-0
/
+2
*
Fix ref counted window close handling.
Stephen Kelly
2012-02-16
1
-0
/
+4
*
Add the event loop quitlock feature to QtCore.
Stephen Kelly
2012-01-31
1
-0
/
+4
*
Remove Symbian specific code from QtCore.
Xizhi Zhu
2012-01-30
1
-18
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
[next]