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
/
qmetaobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move QMetaMethod ctor back into a private section
Mårten Nordheim
2023-01-13
1
-0
/
+2
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-6
/
+6
*
QMetaObject/Doc: document the variadic invoke{,Method} and newInstance
Thiago Macieira
2022-09-01
1
-6
/
+36
*
QMetaObject: pass the QMetaTypes in variadic invoke/newInstance
Thiago Macieira
2022-09-01
1
-3
/
+4
*
QMetaObject: add a new, variadic invoke/invokeMethod/newInstance
Thiago Macieira
2022-08-30
1
-3
/
+48
*
QMetaObject: move QMetaMethodPrivate into an unnamed namespace
Thiago Macieira
2022-07-28
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QMetaProperty: remove property auto-registration code
Fabian Kosmale
2022-02-09
1
-0
/
+3
*
QMetaMethod: Store method constness in metaobject system
Fabian Kosmale
2021-05-07
1
-0
/
+1
*
QMetaProperty: Enable constructing only Data
Fabian Kosmale
2020-12-01
1
-0
/
+1
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-3
/
+3
*
Standardize metaType stuff in QMetaProperty and QVariant
David Skoland
2020-11-03
1
-1
/
+2
*
QMetaMethod: Make comparison operators hidden friends
Volker Hilsheimer
2020-10-29
1
-7
/
+4
*
Whitespace cleanup in corelib/kernel
Allan Sandfeld Jensen
2020-10-24
1
-6
/
+9
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-2
/
+9
*
Make bindings introspectable through moc
Lars Knoll
2020-09-02
1
-1
/
+5
*
Improve connect: Use existing metatypes if possible
Fabian Kosmale
2020-08-28
1
-0
/
+1
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-3
/
+3
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-2
/
+2
*
Add some support to flag alias properties
Lars Knoll
2020-06-11
1
-0
/
+1
*
Get rid of the obsolete isEditable flag for properties
Lars Knoll
2020-06-11
1
-3
/
+0
*
Further metaobject cleanups
Fabian Kosmale
2020-06-11
1
-8
/
+6
*
Cleanup QMetaClassInfo
Lars Knoll
2020-06-11
1
-2
/
+11
*
Cleanups in QMetaProperty
Fabian Kosmale
2020-06-11
1
-2
/
+16
*
Qt6: remove support for property flags being functions
Lars Knoll
2020-06-11
1
-5
/
+5
*
Clean up QMetaEnum code
Lars Knoll
2020-06-11
1
-2
/
+16
*
QMetaMethod: clean up offset handling
Lars Knoll
2020-06-11
1
-3
/
+20
*
MetaObject: Store the QMetaType of the methods
Fabian Kosmale
2020-06-02
1
-0
/
+2
*
Cosmetic whitespace / indentation
Ivan Tkachenko
2020-05-29
1
-23
/
+22
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
1
-1
/
+1
|
\
|
*
Refine deprecation warning for QMetaProperty::isEditable
Volker Hilsheimer
2020-04-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-1
/
+3
|
\
\
|
|
/
|
*
Warn that the EDITABLE flag for property declarations is deprecated
Lars Knoll
2020-04-02
1
-1
/
+3
*
|
Add support for exposing public QProperty members in the meta-object system
Simon Hausmann
2020-03-18
1
-0
/
+1
*
|
MetaObject: store the QMetaType of the properties
Olivier Goffart
2020-02-25
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-28
1
-0
/
+1
|
\
\
|
|
/
|
*
Introduce Q_PROPERTY attribute REQUIRED
Fabian Kosmale
2020-01-23
1
-0
/
+1
*
|
Get rid of QList forward declarations
Lars Knoll
2019-10-04
1
-3
/
+0
|
/
*
Merge remote-tracking branch 'origin/5.13' into dev
Friedemann Kleint
2019-05-27
1
-1
/
+2
|
\
|
*
Update QMetaEnum::fromType()'s static assert's error message
Edward Welbourne
2019-05-15
1
-1
/
+2
*
|
Remove handling of missing =delete and =default support
Allan Sandfeld Jensen
2019-05-02
1
-1
/
+1
*
|
Add QMetaProperty::relativePropertyIndex()
Simon Hausmann
2019-04-04
1
-0
/
+1
|
/
*
Fix QMetaObject naming of class enum flag
Allan Sandfeld Jensen
2018-08-11
1
-0
/
+1
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-19
/
+19
*
Add QMetaEnum::isScoped to be able to destinguish C++11 enum class
Olivier Goffart
2016-07-26
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-06-21
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-20
1
-1
/
+1
|
|
\
|
|
*
Fixed developer build for MinGW
Oliver Wolff
2016-06-15
1
-1
/
+1
*
|
|
Fix Q_QDOC code for PointerToMemberFunction
Olivier Goffart
2016-03-29
1
-7
/
+3
|
/
/
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
[next]