index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
/
qobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a QBindingStorage class
Lars Knoll
2020-09-02
1
-0
/
+11
*
QObject/Q_OBJECT: remove deprecated old API
Edward Welbourne
2020-08-14
1
-19
/
+2
*
Remove non-Qt6 compile time switches from QtCore
Allan Sandfeld Jensen
2020-07-24
1
-5
/
+0
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-15
/
+15
*
Remove QRegExp based functionality from QObject
Lars Knoll
2020-04-15
1
-28
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-12-11
1
-2
/
+2
|
\
|
*
Don't wrap feature detection macros with QT_HAS_FOO() variants
Tor Arne Vestbø
2019-12-10
1
-2
/
+2
*
|
Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support it
Olivier Goffart
2019-12-06
1
-6
/
+0
*
|
QObject: remove the undocumented userData() feature
Marc Mutz
2019-08-12
1
-24
/
+0
|
/
*
QAccessibleWidget: fix UB (invalid cast)
Marc Mutz
2019-07-01
1
-0
/
+2
*
QObject: deprecate the undocumented userData() feature
Marc Mutz
2019-06-29
1
-0
/
+6
*
QObject/QWidget::setParent: add assertions to prevent loops
Giuseppe D'Angelo
2019-06-07
1
-0
/
+4
*
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-06-14
1
-1
/
+2
|
\
|
*
doc: Fix tr() documentation issue
Martin Smith
2019-06-13
1
-1
/
+2
*
|
Disable copies in QObjectData / QObjectUserData
Giuseppe D'Angelo
2019-05-18
1
-0
/
+4
*
|
Remove handling of missing Q_COMPILER_RVALUE_REFS
Allan Sandfeld Jensen
2019-04-08
1
-4
/
+0
*
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-16
/
+16
|
/
*
Fix typos in deprecation messages, noticed during code review
Edward Welbourne
2019-03-04
1
-1
/
+1
*
Deprecate QObject::findChildren(const QRegExp &, ...)
Lars Knoll
2018-12-14
1
-0
/
+3
*
doc: Let qdoc ignore Q_DECLARE_INTERFACE
Martin Smith
2018-12-05
1
-1
/
+4
*
Modernize the "regularexpression" feature
Ulf Hermann
2018-03-20
1
-3
/
+3
*
doc: clang-qdoc must not see certain function declarations
Martin Smith
2018-01-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-20
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Tor Arne Vestbø
2018-01-16
1
-1
/
+2
|
|
\
|
|
*
Prevent O(n^2) behavior when calling QObject::deleteLater
Erik Verbruggen
2018-01-16
1
-1
/
+2
*
|
|
doc: Remove Q_QDOC declarations that are no longer needed
Martin Smith
2018-01-09
1
-5
/
+1
*
|
|
doc: Correct qdoc warnings in qobject.cpp and qmetatype.cpp
Martin Smith
2018-01-08
1
-15
/
+8
*
|
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-23
/
+23
|
/
/
*
|
Support move-only function objects in QObject::connect
Olivier Goffart
2017-04-29
1
-2
/
+2
|
/
*
Use std::enable_if instead of QEnableIf
Alexander Volkov
2017-01-27
1
-5
/
+5
*
QObject: add startTimer() overload with std::chrono
Anton Kudryavtsev
2016-12-23
1
-0
/
+11
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-11-17
1
-6
/
+6
|
\
|
*
Replace custom type traits with std one's
Kai Koehne
2016-11-08
1
-6
/
+6
*
|
QObject::dumpObject*: add const overloads
Giuseppe D'Angelo
2016-10-03
1
-2
/
+6
|
/
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-06-13
1
-25
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-06
1
-2
/
+4
|
|
\
|
|
*
Fix build with ICC on OS X: __Z18qt_getQtMetaObjectv was undefiend
Thiago Macieira
2016-05-29
1
-2
/
+4
|
*
|
Remove the code for QObject::connect for non-C++11 compilers
Thiago Macieira
2016-06-02
1
-23
/
+0
*
|
|
Fix Q_QDOC code for PointerToMemberFunction
Olivier Goffart
2016-03-29
1
-0
/
+4
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-21
1
-8
/
+8
|
\
\
|
|
/
|
*
Add argument names to the function signatures in headers
Olivier Goffart
2016-03-10
1
-8
/
+8
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
qobject.h: remove hack that simulated decltype
Olivier Goffart
2015-11-16
1
-9
/
+1
|
/
*
QtCore: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-01
1
-23
/
+23
*
qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignal
Martin Smith
2015-04-20
1
-5
/
+1
*
QSignalBlocker: mark all functions as noexcept
Marc Mutz
2015-04-16
1
-14
/
+14
*
Fix QDebug cumulating operator<< with many Q_ENUM
Olivier Goffart
2015-02-17
1
-10
/
+0
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add a qDebug operator overload to handle registered enum
Olivier Goffart
2015-02-05
1
-0
/
+10
*
Use Q_ENUM and Q_FLAG in the Qt namespace
Olivier Goffart
2015-02-04
1
-0
/
+2
[next]