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.5
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
/
qobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-6
/
+6
*
Remove preprocessor conditionals for chrono include
Konrad Kujawa
2022-09-16
1
-5
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
QObject: port setObjectName() to QAnyStringView
Marc Mutz
2022-03-15
1
-0
/
+6
*
QProperty: fix threading issues
Fabian Kosmale
2022-03-10
1
-1
/
+1
*
Core: Remove 'properties' feature
Kai Köhne
2022-02-14
1
-2
/
+0
*
Fix qobject_cast on partially destroyed QWidget/QWindow
Giuseppe D'Angelo
2022-01-05
1
-1
/
+3
*
Add QObject::isQuickItemType() for convenience
Yuhang Zhao
2021-12-23
1
-1
/
+3
*
QObject: don't #include qproperty.h
Marc Mutz
2021-11-23
1
-2
/
+2
*
Return a plain QMetaObject* from toDynamicMetaObject()
Ulf Hermann
2021-10-07
1
-0
/
+3
*
Q_DECLARE_INTERFACE: rework to use more inline functions
Thiago Macieira
2021-09-14
1
-7
/
+19
*
Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()
Thiago Macieira
2021-09-07
1
-3
/
+2
*
Q_DECLARE_INTERFACE: add missing const to const qobject_cast
Thiago Macieira
2021-09-07
1
-1
/
+1
*
QObject: optimize the common case of findChildren(QString())
Marc Mutz
2021-07-13
1
-1
/
+13
*
QObject: make new-style-connects SFINAE-friendly
Marc Mutz
2021-07-12
1
-2
/
+8
*
Consistent indentation for BINDABLE properties
Andreas Buhr
2021-06-24
1
-1
/
+1
*
QObject: port to new property system
Ivan Solovev
2021-04-21
1
-1
/
+3
*
Inline access to the QBindingStorage
Lars Knoll
2020-11-30
1
-2
/
+4
*
Whitespace cleanup in corelib/kernel
Allan Sandfeld Jensen
2020-10-24
1
-9
/
+14
*
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
[next]