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.5.2
6.5.3
6.6
6.6.0
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
/
tests
/
auto
/
corelib
/
kernel
/
qobject
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow QObjects to opt in to receiving ParentAboutToChange/ParentChange
Tor Arne Vestbø
2023-08-30
1
-0
/
+73
*
QObject: Do not register an observer when writing objectName property
Ulf Hermann
2023-08-21
1
-0
/
+10
*
CMake: Make corelib tests standalone projects
Alexandru Croitor
2023-07-05
1
-0
/
+6
*
Pacify MSVC compiler incorrectly warning about unused variable
Volker Hilsheimer
2023-06-22
1
-0
/
+1
*
Silence warning from unused variable in QObject test
Volker Hilsheimer
2023-05-25
1
-1
/
+5
*
QSlotObjectBase: move the `which` parameter to the 4th position
Thiago Macieira
2023-05-11
1
-0
/
+4
*
Rename QFunctorSlotObject to QCallableObject
Volker Hilsheimer
2023-05-10
1
-3
/
+3
*
Use QSlotObject helpers in functor-cases of QMetaObject::invoke
Volker Hilsheimer
2023-05-05
1
-0
/
+24
*
QSlotObject helpers: add testcoverage for std::function
Volker Hilsheimer
2023-05-05
1
-1
/
+10
*
Pass functor through as references until stored
Volker Hilsheimer
2023-05-03
1
-2
/
+0
*
Small improvements to QObject unit test
Volker Hilsheimer
2023-05-02
1
-10
/
+12
*
Fix test for move-only functor objects
Volker Hilsheimer
2023-05-01
1
-6
/
+63
*
Revert "Support move-only functors in invokeMethod and async APIs"
Volker Hilsheimer
2023-05-01
1
-4
/
+7
*
Add a helper for better error messages when functor is incompatible
Volker Hilsheimer
2023-04-28
1
-8
/
+2
*
Support move-only functors in invokeMethod and async APIs
Volker Hilsheimer
2023-04-28
1
-7
/
+4
*
Support free functions and const functors as callbacks
Volker Hilsheimer
2023-04-28
1
-0
/
+148
*
Make it possible to use QObjectPrivate::connect in private code
Volker Hilsheimer
2023-03-10
1
-2
/
+12
*
tests: Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-17
2
-5
/
+1
*
QObject: Handle pointers to incomplete types in auto-connections
Fabian Kosmale
2023-02-14
1
-0
/
+37
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-16
/
+16
*
tst_qobject: port away from deprecated methods
Ivan Solovev
2022-08-30
2
-29
/
+17
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
2
-2
/
+2
*
Don't access QObjectPrivate::declarativeData unguarded
Volker Hilsheimer
2022-08-20
1
-0
/
+77
*
Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TO
Ivan Solovev
2022-08-19
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
2
-0
/
+6
*
QMetaType: disable conversion from smart pointer<const QObject>
Giuseppe D'Angelo
2022-05-21
1
-0
/
+17
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
3
-83
/
+8
*
Remove remnants of the old Intel C++ compiler
Thiago Macieira
2022-05-11
1
-1
/
+1
*
QObject: add another couple of tests for broken connect()
Giuseppe D'Angelo
2022-03-17
1
-0
/
+11
*
QObject: give some TLC to dumpRecursive()
Marc Mutz
2022-03-16
1
-0
/
+27
*
Fix clang-cl build of tst_qobject
Allan Sandfeld Jensen
2022-02-02
1
-1
/
+1
*
QObject: Q_ASSERT the object type before calling a PMF
Thiago Macieira
2021-11-27
1
-2
/
+69
*
Include qproperty.h where needed
Marc Mutz
2021-11-04
1
-0
/
+1
*
Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for Qt
Giuseppe D'Angelo
2021-10-13
1
-0
/
+5
*
Compile autotests for Integrity
Tatiana Borisova
2021-09-20
1
-4
/
+13
*
Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()
Thiago Macieira
2021-09-07
1
-2
/
+0
*
QObject::connect(): fail to connect to a functor if UniqueConnection is passed
Giuseppe D'Angelo
2021-08-27
1
-2
/
+3
*
QPrivateSlotBase: add empty base class optimization
Marc Mutz
2021-07-29
1
-1
/
+1
*
QObject: optimize the common case of findChildren(QString())
Marc Mutz
2021-07-13
1
-0
/
+2
*
QObject: port to new property system
Ivan Solovev
2021-04-21
2
-2
/
+12
*
tst_qobject: enable some tests for narrowing
Giuseppe D'Angelo
2021-03-30
1
-3
/
+7
*
tst_qobject: fix the detection for GCC
Giuseppe D'Angelo
2021-03-26
1
-4
/
+14
*
QObject: remove QAbstractDeclarativeData::parentChanged
Fabian Kosmale
2021-03-11
1
-37
/
+0
*
Add new special QObjectPrivate::{connect, disconnect} for QML
Andrei Golubev
2021-01-18
1
-0
/
+28
*
Remove .prev_CMakeLists.txt files
Joerg Bornemann
2021-01-12
1
-19
/
+0
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
3
-20
/
+0
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+4
*
QMetaProperty::typeName: use name from metatype
Fabian Kosmale
2020-11-30
1
-3
/
+3
*
Revert "QObject: simplify part of connection logic"
Fabian Kosmale
2020-10-27
1
-0
/
+20
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-17
/
+17
[next]