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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Replace mentions of deprecated macro
Topi Reinio
2023-05-15
1
-1
/
+1
*
Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition
Edward Welbourne
2023-03-20
1
-1
/
+1
*
Fix UBSAN warnings
Allan Sandfeld Jensen
2023-03-17
1
-9
/
+9
*
QObject: implement startTimer(int) in terms of startTimer(chrono)
Ahmad Samir
2023-03-11
1
-47
/
+33
*
Doc: fix links to changed or renamed i18n pages and sections
Volker Hilsheimer
2023-03-06
1
-2
/
+2
*
Doc: move snippet for implicit translation context
Volker Hilsheimer
2023-03-01
1
-1
/
+1
*
QObject: Handle pointers to incomplete types in auto-connections
Fabian Kosmale
2023-02-14
1
-0
/
+2
*
Trace: Convert qtcore module to use tracepointgen tool
Antti Määttä
2023-02-10
1
-0
/
+11
*
Remove redundant qsharedpointer.h #includes
Ahmad Samir
2023-01-31
1
-1
/
+0
*
QBindable: Make ordinary Q_PROPERTYs bindable
Patrick Stewart
2022-11-30
1
-0
/
+25
*
QObject: stronger warning about isSignalConnected and threads
Volker Hilsheimer
2022-11-26
1
-13
/
+20
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-2
/
+2
*
Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"
Mårten Nordheim
2022-10-17
1
-11
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
QObject: attempt to fix a deadlock introduced by an earlier fix
Thiago Macieira
2022-09-15
1
-1
/
+11
*
QAnyStringView: construct from any T implicitly convertible to QString/QByteA...
Marc Mutz
2022-09-01
1
-1
/
+1
*
Don't access QObjectPrivate::declarativeData unguarded
Volker Hilsheimer
2022-08-20
1
-2
/
+2
*
Disable constinit for MSVC compilers
Oliver Wolff
2022-08-03
1
-1
/
+1
*
QThread: Clean up bindingStatusOrList if object gets deleted
Fabian Kosmale
2022-07-14
1
-0
/
+10
*
Move QObjectPrivate::Connection* structs to a new header
Waqar Ahmed
2022-07-07
1
-213
/
+1
*
Avoid misleading bindingStatus
Allan Sandfeld Jensen
2022-06-20
1
-1
/
+1
*
Fix race conditions in moveToThread
Fabian Kosmale
2022-05-24
1
-1
/
+1
*
Make all loads of QAtomicPointer QObjectPrivate::threadData explicit
Marc Mutz
2022-05-20
1
-2
/
+2
*
Optimize reads from QObjectPrivate::threadData
Marc Mutz
2022-05-20
1
-2
/
+2
*
Optimize atomics in QObject::moveToThread() [2/2]: de-duplicate loads
Marc Mutz
2022-05-18
1
-1
/
+1
*
Optimize atomics in QObject::moveToThread() [1/2]: relax a pointer load
Marc Mutz
2022-05-18
1
-1
/
+1
*
Fix data race in QObject::moveToThread()
Marc Mutz
2022-05-18
1
-1
/
+1
*
Give some TLC to FlaggedDebugSignatures
Marc Mutz
2022-05-17
1
-7
/
+5
*
QObject: Turn flaggedSignatures into a thread_local static
Marc Mutz
2022-05-17
1
-4
/
+22
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-40
/
+4
*
QObject: mark two error reporting functions COLD
Marc Mutz
2022-05-13
1
-0
/
+2
*
QObjectPrivate: rename the internal disconnect() to removeConnection()
Thiago Macieira
2022-05-06
1
-5
/
+5
*
QObjectPrivate: mark inline functions not meant to be used elsewhere
Thiago Macieira
2022-05-06
1
-5
/
+5
*
QObjectPrivate:Connection:: use NSDMI for the ref count
Thiago Macieira
2022-04-13
1
-4
/
+2
*
QObjectPrivate: deinline a bunch of stuff only used in QtCore
Thiago Macieira
2022-04-13
1
-0
/
+224
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-1
/
+1
*
QObject: restore flags printing in dumpObjectTree()
Marc Mutz
2022-03-19
1
-17
/
+8
*
QObject: give some TLC to dumpRecursive()
Marc Mutz
2022-03-16
1
-13
/
+7
*
QObject: port setObjectName() to QAnyStringView
Marc Mutz
2022-03-15
1
-2
/
+21
*
Extract Method QObjectPrivate::ensureExtraData()
Marc Mutz
2022-03-15
1
-10
/
+5
*
QProperty: fix threading issues
Fabian Kosmale
2022-03-10
1
-3
/
+25
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-08
1
-2
/
+3
*
Core: Remove 'properties' feature
Kai Köhne
2022-02-14
1
-5
/
+0
*
Allow reading QObject::objectName from other threads again
Allan Sandfeld Jensen
2022-01-13
1
-0
/
+4
*
Fix qobject_cast on partially destroyed QWidget/QWindow
Giuseppe D'Angelo
2022-01-05
1
-2
/
+4
*
Add QObject::isQuickItemType() for convenience
Yuhang Zhao
2021-12-23
1
-0
/
+12
*
Long live Q_GADGET_EXPORT!
Marc Mutz
2021-11-27
1
-3
/
+30
*
Add warning about QCoreApplication deferred delete
Michal Klocek
2021-11-01
1
-0
/
+4
*
Doc: Fix \notes in QObject
Ivan Tkachenko
2021-10-13
1
-3
/
+3
*
Fix compilation with -trace
Fabian Kosmale
2021-10-07
1
-1
/
+1
[next]