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
/
itemmodels
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSortFilterProxyModel: port to PMF connects for performance reasons
David Faure
2 days
2
-108
/
+48
*
QAbstractProxyModel: normalize signals/slots signatures
David Faure
2023-01-11
1
-6
/
+8
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
7
-49
/
+49
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
4
-15
/
+15
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
4
-42
/
+42
*
Replace qExchange calls with std::exchange
Fabian Kosmale
2022-09-28
1
-1
/
+1
*
QAbstractItemModel: Add revisions to new methods
Ulf Hermann
2022-06-24
1
-13
/
+13
*
QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uint
Jonas Kvinge
2022-05-22
1
-4
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
21
-800
/
+44
*
Document the default value of QSFPM::sortOrder()
Andreas Hartmetz
2022-04-28
1
-2
/
+5
*
Better document how to enable sorting in QSPFM
Andreas Hartmetz
2022-04-28
1
-2
/
+7
*
Exploit the new macro varargs form of Q_GLOBAL_STATIC
Edward Welbourne
2022-04-22
1
-3
/
+3
*
QAbstractProxyModel: do not access invalid indexes
Giuseppe D'Angelo
2022-04-13
3
-9
/
+112
*
Itemviews: start fixing mixups of int/enum for Qt's item roles
Giuseppe D'Angelo
2022-03-23
1
-0
/
+46
*
Core: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
5
-0
/
+5
*
QItemSelectionModel: avoid 24 relocations
Marc Mutz
2022-03-11
1
-35
/
+31
*
QAbstractItemModel: fix persistent index corruption when moving columns
David Faure
2022-02-28
1
-3
/
+1
*
QAbstractItemModel: make naming of arguments consistent
Andreas Buhr
2022-02-19
2
-10
/
+10
*
Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...
Marc Mutz
2022-01-21
4
-9
/
+7
*
QtCore: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-01-20
2
-3
/
+3
*
Doc: Use \inmodule for all classes and headers
Topi Reinio
2022-01-17
1
-0
/
+1
*
Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...
Marc Mutz
2022-01-15
2
-0
/
+7
*
Make QAbstractItemModel::insert|move|remove(Columns|Rows)[s]() invokable
Volker Krause
2021-12-21
1
-13
/
+13
*
Doc: Reword, fix typos and some formatting
Ivan Tkachenko
2021-12-08
1
-1
/
+1
*
Make QAbstractProxyModel itemData() behave like data()
Luca Beldi
2021-11-26
1
-2
/
+4
*
QItemSelection: fix (some) O(n²) behavior in merge()
Marc Mutz
2021-11-16
1
-9
/
+7
*
QAbstractProxyModel: Use QCompatProperty with custom getter
Ievgenii Meshcheriakov
2021-11-01
2
-68
/
+5
*
Fix segfault in QItemSelectionModel::hasSelection
Andreas Buhr
2021-10-14
1
-2
/
+5
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
QSFPM: remove redundant call to update_source_sort_column()
David Faure
2021-10-05
1
-2
/
+1
*
emit layoutAboutToBeChanged timely
Luca Beldi
2021-07-20
1
-11
/
+19
*
Consistent handling of disabled items in QItemSelectionModel
Andreas Buhr
2021-07-15
3
-22
/
+56
*
Consistent indentation for BINDABLE properties
Andreas Buhr
2021-06-24
2
-7
/
+12
*
Add "We mean it" warning to qidentityproxymodel_p.h
Mitch Curtis
2021-06-14
1
-0
/
+12
*
QSortFilterProxyModel: create mappings on demand again
David Faure
2021-06-03
1
-10
/
+44
*
Move QIdentityProxyModelPrivate out into its own header
Mitch Curtis
2021-06-01
2
-36
/
+87
*
Fix qdoc warnings
Volker Hilsheimer
2021-05-27
2
-2
/
+3
*
Item models: code tidies
Giuseppe D'Angelo
2021-05-18
2
-3
/
+3
*
Fix QItemSelectionModel::selectionChanged emission
Andreas Buhr
2021-05-18
1
-8
/
+32
*
QAbstractItemModel::match: code tidies
Giuseppe D'Angelo
2021-05-12
1
-1
/
+1
*
QSFPM: make filterRegularExpression and filterCaseSensitivity bindable
Ivan Solovev
2021-05-11
2
-39
/
+133
*
QSortFilterProxyModel: port to new property system
Ivan Solovev
2021-05-11
2
-47
/
+192
*
QAbstractProxyModel: port to new property system
Ivan Solovev
2021-05-04
3
-6
/
+96
*
QSFPM: fix filterCaseSensitivityChanged signal emission logic
Ivan Solovev
2021-04-30
1
-0
/
+4
*
Port of QItemSelectionModel::model to new property system
Andreas Buhr
2021-04-27
3
-24
/
+86
*
Optimize quadratic-time insertion in QSortFilterProxyModel
Igor Kushnir
2021-04-24
1
-2
/
+3
*
Fix case sensitivity handling QSFPM
Samuel Gaist
2021-04-22
1
-24
/
+44
*
Allow proxy models access to the parent-child hierarchy of source
Luca Beldi
2021-04-19
5
-6
/
+24
*
Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRow
ChunLin Wang
2021-04-07
1
-3
/
+5
*
Fix removing columns when QSortFilterProxyModel has not been sorted yet
Joni Poikelin
2021-03-25
1
-1
/
+4
[next]