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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Q*Application: deprecate compressEvents()
Marc Mutz
2025-06-27
1
-0
/
+1
*
QCoreApplication: implement the ### Qt7 to rename requestPermission
Thiago Macieira
2025-02-28
1
-11
/
+11
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-0
/
+2
*
QCoreApplication: make libraryPathsLocked() file-static
Thiago Macieira
2025-02-04
1
-3
/
+0
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
1
-3
/
+1
*
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
/
+4
*
Make QCoreApplication::self an atomic for Qt 7
Thiago Macieira
2024-11-14
1
-0
/
+8
*
Send events as spontaneous in QWindowPrivate::forwardToPopup()
Axel Spoerl
2024-09-25
1
-0
/
+1
*
Doc: Fix \fn template arguments for Qt Core
Luca Di Sera
2023-11-30
1
-0
/
+4
*
QCoreApplication::requestPermissions: honor QT_NO_CONTEXTLESS_CONNECT
Giuseppe D'Angelo
2023-09-05
1
-0
/
+2
*
Constrain QCoreApplication::requestPermission to compatible functors
Volker Hilsheimer
2023-09-01
1
-5
/
+13
*
QEventLoopLocker: rewrite to hold public classes
Marc Mutz
2023-07-09
1
-0
/
+2
*
QCoreApplication: mark instance() as noexcept
Marc Mutz
2023-07-03
1
-1
/
+1
*
QCoreApplication: port processEvents() to QDeadlineTimer
Ahmad Samir
2023-06-13
1
-0
/
+2
*
Rename QFunctorSlotObject to QCallableObject
Volker Hilsheimer
2023-05-10
1
-1
/
+1
*
Add a helper for better error messages when functor is incompatible
Volker Hilsheimer
2023-04-28
1
-0
/
+1
*
Support free functions and const functors as callbacks
Volker Hilsheimer
2023-04-28
1
-4
/
+4
*
Simplify the creation of APIs that take a callback
Volker Hilsheimer
2023-04-26
1
-45
/
+13
*
Long live QPermissions!
Tor Arne Vestbø
2022-11-01
1
-0
/
+72
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Remove superfluous qfuture.h includes from qcoreapplication[_p].h
Joerg Bornemann
2021-10-22
1
-3
/
+0
*
Remove unused qapplicationpermission.h
Joerg Bornemann
2021-10-22
1
-1
/
+0
*
Remove app permission API from QCoreApplication
Assam Boudjelthia
2021-07-30
1
-11
/
+0
*
Improve error reporting when requesting unsupported native interface
Tor Arne Vestbø
2021-07-15
1
-1
/
+1
*
Rename QPermission namespace to QApplicationPermission
Assam Boudjelthia
2021-07-15
1
-8
/
+10
*
Consistent indentation for all Q_PROPERTYs
Andreas Buhr
2021-06-24
1
-4
/
+8
*
Rename PermisionType to spell permission correctly
Edward Welbourne
2021-06-23
1
-2
/
+2
*
Rejig native interface plumbing
Tor Arne Vestbø
2021-05-12
1
-0
/
+3
*
fix build for no feature future
Lorn Potter
2021-05-12
1
-2
/
+5
*
Add new app permissions API under QCoreApplication
Assam Boudjelthia
2021-05-05
1
-1
/
+11
*
QCoreApplication::exit: make it a slot
Thiago Macieira
2021-04-09
1
-1
/
+1
*
Add QAndroidApplication as a nativeInterface
Assam Boudjelthia
2021-02-20
1
-1
/
+3
*
remove friend class of QClassFactory for QCoreApplication
JiDe Zhang
2021-02-11
1
-1
/
+0
*
Whitespace cleanup in corelib/kernel
Allan Sandfeld Jensen
2020-10-24
1
-2
/
+2
*
Make most of QMetaTypeInterface constexpr
Ulf Hermann
2020-10-18
1
-0
/
+3
*
Make QStringList an alias to QList<QString>
Lars Knoll
2020-09-12
1
-1
/
+0
*
QCoreApplication: purge deprecated API
Edward Welbourne
2020-08-14
1
-26
/
+1
*
Get rid of some QTextCodec leftovers
Lars Knoll
2020-05-14
1
-1
/
+0
*
QCoreApplication: work towards replacing a QRecursiveMutex with a QMutex
Marc Mutz
2019-09-12
1
-0
/
+3
*
QCommandLineParser: add --help-all, to show Qt options as well
David Faure
2019-05-15
1
-0
/
+1
*
De-inline QCoreApplication::send(Spontaneous)Event
Giuseppe D'Angelo
2018-06-06
1
-8
/
+0
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
1
-1
/
+1
|
\
|
*
Mark QCoreApplication::applicationPid() as const function
Thiago Macieira
2017-10-01
1
-1
/
+1
*
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-4
/
+4
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
|
/
*
QWidgetWindow: Forward incoming events with their original spontaneous state
Tor Arne Vestbø
2017-05-20
1
-0
/
+1
*
Deprecate QCoreApplication::flush()
Gatis Paeglis
2017-04-22
1
-1
/
+3
*
Use QT_CONFIG(library) instead of QT_NO_LIBRARY
Ulf Hermann
2017-03-06
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-11
1
-2
/
+0
|
\
[next]