index
:
qt/qtremoteobjects.git
5.10
5.11
5.12
5.13
5.14
5.15
5.9
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
wip/cmake
wip/serialization
Qt distributed object system
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
remoteobjects
/
qremoteobjectabstractitemmodelreplica.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Replace qExchange with std::exchange
Marc Mutz
2022-10-06
1
-1
/
+1
*
Add QList<int> metatype registration so that QDataStream works
Juha Vuolle
2022-08-30
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
1
-38
/
+2
*
Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERN
Sona Kurazyan
2022-06-09
1
-0
/
+9
*
Fix header change replication
Joni Poikelin
2021-10-13
1
-1
/
+6
*
Refactor decodeVariant to pass by rvalue ref/std::move
Brett Stottlemyer
2021-08-04
1
-1
/
+1
*
Move items from qremoteobjectabstractitemmodeltypes_p.h to QtPrivate
Sona Kurazyan
2021-06-24
1
-50
/
+50
*
Update the replica when the layoutChanged signal is emitted
Andy Shaw
2021-05-05
1
-0
/
+37
*
Fix documentation mishaps
Mårten Nordheim
2021-03-17
1
-4
/
+4
*
Reimplement QAIM:multiData for QAbstractItemModelReplica
Sona Kurazyan
2021-03-16
1
-20
/
+52
*
Document QAbstractItemModelReplica
Mårten Nordheim
2021-03-15
1
-0
/
+107
*
Clean-up integer conversion warnings
Sona Kurazyan
2021-02-26
1
-1
/
+1
*
Clean-up warnings
Sona Kurazyan
2021-02-22
1
-7
/
+7
*
Use QList instead of QVector
Jarek Kobus
2021-02-16
1
-30
/
+30
*
Fix compilation with Qt 6
Sona Kurazyan
2021-02-15
1
-9
/
+5
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-06-29
1
-1
/
+1
*
Clear the cached header data when resetting the model
Andy Shaw
2020-03-17
1
-0
/
+10
*
Annual QStringLiteral sweep
Marc Mutz
2019-08-05
1
-2
/
+2
*
Replace some Q_FOREACH loops by consume loops
Marc Mutz
2019-07-04
1
-2
/
+1
*
Eradicate some simple Q_FOREACH loops
Marc Mutz
2019-07-04
1
-4
/
+3
*
Fix include directives
Friedemann Kleint
2019-01-18
1
-3
/
+3
*
QAbstractItemModelReplicaImplementation::fetchPendingData(): Fix compiler war...
Friedemann Kleint
2019-01-17
1
-2
/
+4
*
Make sure types needed for MODELs are registered
Brett Stottlemyer
2018-11-07
1
-16
/
+18
*
Fix issue proxying models
Michael Brasser
2018-08-14
1
-1
/
+1
*
Ensure we always emit initialized signal
Michael Brasser
2018-04-27
1
-2
/
+4
*
Update metatype registrations for QAbstractItemModelReplicaImplementation
Michael Brasser
2017-12-06
1
-0
/
+2
*
Optionally cache QAIM data prior to initialized signal
BogDan Vatra
2017-11-29
1
-16
/
+41
*
Don't push the same request twice
BogDan Vatra
2017-11-29
1
-1
/
+0
*
Rename ReplicaPrivate -> ReplicaImplementation
Kevin Funk
2017-10-06
1
-47
/
+47
*
Provide static method for registering metatypes
Brett Stottlemyer
2017-05-16
1
-3
/
+3
*
Correct QtRO license headers and added missing license files
v5.9.0-beta4
Jani Heikkinen
2017-05-02
1
-13
/
+19
*
Delete all pending requests when reseting the model
BogDan Vatra
2017-02-21
1
-0
/
+2
*
Fixes for license check
Brett Stottlemyer
2017-01-14
1
-21
/
+13
*
Request only the cached data
BogDan Vatra
2016-05-24
1
-6
/
+38
*
Clear the exceeding elements and reserve enough elements for hash
BogDan Vatra
2016-05-24
1
-3
/
+3
*
Increase the default cache size to 1000
BogDan Vatra
2016-05-24
1
-1
/
+1
*
Make sure the parent is cached when we try to insert a child.
BogDan Vatra
2016-05-24
1
-2
/
+11
*
Replace `Variant::value<QSize>()` with `QVariant::toSize()`.
Daniel Pfeifer
2016-05-23
1
-2
/
+2
*
Ensure the item is in cache when reqest it
BogDan Vatra
2016-05-17
1
-2
/
+3
*
Memory performance
BogDan Vatra
2016-05-09
1
-87
/
+124
*
[fix] Avoid rare crash in QAIM
Brett Stottlemyer
2016-03-28
1
-14
/
+15
*
Split requests into smaller pieces and request current data first
BogDan Vatra
2016-03-25
1
-6
/
+7
*
QHash has faster lookup than QMap
BogDan Vatra
2016-03-22
1
-4
/
+4
*
Check if the model supports the role.
BogDan Vatra
2016-03-22
1
-0
/
+9
*
Rename QAbstractItemFoo -> QAbstractItemModelFoo
Kevin Funk
2016-03-21
1
-0
/
+867