index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
/
itemmodels
Commit message (
Expand
)
Author
Age
Files
Lines
*
QRangeModel: small improvements to the tree documentation
Volker Hilsheimer
9 hours
1
-17
/
+15
*
QRangeModel: fix build with QT_NO_SCOPED_POINTER
Marc Mutz
42 hours
1
-1
/
+6
*
QRangeModel: use std::conjunction to identify range type
Volker Hilsheimer
3 days
1
-5
/
+7
*
QRangeModel: documentation improvements
Volker Hilsheimer
6 days
1
-16
/
+45
*
QRangeModel: don't return std::nullptr_t
Volker Hilsheimer
7 days
1
-2
/
+2
*
QRangeModel: use q20::cmp_less to safely compare integers
Volker Hilsheimer
7 days
1
-2
/
+2
*
QRangeModel: return default QModelIndex for parent of invalid child
Volker Hilsheimer
7 days
1
-1
/
+1
*
QRangeModel: forward universal references when accessing members
Volker Hilsheimer
7 days
1
-6
/
+6
*
QRangeModel: clean up naming of constraints
Volker Hilsheimer
7 days
3
-20
/
+18
*
QStringListModel: de-pessimize guard clauses in moveRows()
Marc Mutz
7 days
1
-4
/
+6
*
QStringListModel: fix quadratic behavior in moveRows()
Marc Mutz
9 days
1
-7
/
+12
*
QSFPM: Support source model undergoing reset during setSourceModel
Fabian Kosmale
2025-06-11
1
-0
/
+7
*
QRM: silence gcc warning that an array can never be nullptr
Volker Hilsheimer
2025-06-11
1
-1
/
+3
*
QIdentityProxyModel: avoid emitting reset in no-op setSourceModel
David Faure
2025-06-11
1
-2
/
+5
*
QGIM: Rename to QRangeModel
Volker Hilsheimer
2025-05-26
3
-334
/
+334
*
QGIM: move tree and table implementations to the impl header
Artem Dyomin
2025-05-17
2
-1490
/
+1489
*
qtbase: use qHashMulti & qHashRange instead of QHashCombine
Thiago Macieira
2025-05-09
1
-4
/
+1
*
QGIM: fix columnCount for tree model
Artem Dyomin
2025-05-08
1
-1
/
+4
*
QGIM: add static assert for optional model and rows
Artem Dyomin
2025-05-06
1
-0
/
+6
*
QGIM: access m_itemModel through getter
Artem Dyomin
2025-05-06
2
-10
/
+19
*
QGIM: fix typo in QGIMImpl::childrenOf
Artem Dyomin
2025-05-06
1
-1
/
+1
*
QGIM: simplify new/deleteRow for tables
Volker Hilsheimer
2025-04-29
2
-49
/
+33
*
QGIM: standardise detection of metaobject, also for smart pointers
Volker Hilsheimer
2025-04-28
2
-19
/
+28
*
QGIM: remove unnecessary friend declaration for the test class
Volker Hilsheimer
2025-04-25
1
-1
/
+0
*
QItemSelectionModel: document danger with setData from selectionChanged
David Faure
2025-04-12
1
-0
/
+7
*
QGIM: documentation update
Volker Hilsheimer
2025-04-09
1
-73
/
+119
*
QGIM: reimplement remaining virtuals
Volker Hilsheimer
2025-04-07
2
-0
/
+175
*
QGIM: silence size_t/int conversion warning
Volker Hilsheimer
2025-04-07
1
-1
/
+1
*
QGIM: Unify flat and tree models
Artem Dyomin
2025-04-06
2
-188
/
+203
*
QGIM: don't try to move from const QVariant
Volker Hilsheimer
2025-04-04
1
-1
/
+1
*
QGIM: do nothing in resetParent if model doesn't hold values
Artem Dyomin
2025-04-04
1
-18
/
+16
*
QGIM: simplify EmptyRowGenerator
Artem Dyomin
2025-04-04
1
-12
/
+10
*
QGIM: simplify call-helper
Artem Dyomin
2025-04-04
1
-9
/
+4
*
QGIM: reduce code duplication for writing/reading data
Artem Dyomin
2025-04-04
1
-62
/
+49
*
QGIM: simplify MultiColumn's get<> implementation
Artem Dyomin
2025-04-04
1
-5
/
+1
*
QGIM: add reusable concepts for unifying pointer and reference types
Artem Dyomin
2025-04-04
2
-96
/
+192
*
QGIM: implement moveColumns
Volker Hilsheimer
2025-04-04
3
-0
/
+88
*
QGIM: implement moveRows
Volker Hilsheimer
2025-04-04
3
-0
/
+175
*
QGIM: simplify constant for one-dimensional ranges
Artem Dyomin
2025-04-04
2
-7
/
+10
*
QGIM: whitespace fixes
Artem Dyomin
2025-04-04
1
-2
/
+2
*
QGIM: support move-only row types
Volker Hilsheimer
2025-04-03
2
-5
/
+64
*
QGIM: override sibling() to avoid the roundtrip through parent()
Volker Hilsheimer
2025-04-02
3
-1
/
+46
*
QGIM: add support for tree data structures
Volker Hilsheimer
2025-04-02
3
-29
/
+625
*
QGIM: support range provided in a std::reference_wrapper
Artem Dyomin
2025-03-30
2
-35
/
+36
*
QGIM: add MultiColumn wrapper for disambiguation
Volker Hilsheimer
2025-03-28
3
-1
/
+108
*
QGIM: check that row is valid also in flags()
Volker Hilsheimer
2025-03-28
1
-7
/
+13
*
QSFPM: fix mapping corruption in mapFromSource() on hidden row child
David Faure
2025-03-28
1
-1
/
+3
*
QGIM: implement itemData/setItemData for gadgets
Volker Hilsheimer
2025-03-26
2
-5
/
+85
*
QGIM: support gadgets and objects as rows and multi-role values
Volker Hilsheimer
2025-03-26
3
-13
/
+235
*
QGIM: initialize function pointers when constructing base class
Volker Hilsheimer
2025-03-24
2
-11
/
+4
[next]