summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Add QList<int> metatype registration so that QDataStream worksJuha Vuolle2022-08-301-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNSona Kurazyan2022-06-091-0/+9
* Fix header change replicationJoni Poikelin2021-10-131-1/+6
* Refactor decodeVariant to pass by rvalue ref/std::moveBrett Stottlemyer2021-08-041-1/+1
* Move items from qremoteobjectabstractitemmodeltypes_p.h to QtPrivateSona Kurazyan2021-06-241-50/+50
* Update the replica when the layoutChanged signal is emittedAndy Shaw2021-05-051-0/+37
* Fix documentation mishapsMårten Nordheim2021-03-171-4/+4
* Reimplement QAIM:multiData for QAbstractItemModelReplicaSona Kurazyan2021-03-161-20/+52
* Document QAbstractItemModelReplicaMårten Nordheim2021-03-151-0/+107
* Clean-up integer conversion warningsSona Kurazyan2021-02-261-1/+1
* Clean-up warningsSona Kurazyan2021-02-221-7/+7
* Use QList instead of QVectorJarek Kobus2021-02-161-30/+30
* Fix compilation with Qt 6Sona Kurazyan2021-02-151-9/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-1/+1
* Clear the cached header data when resetting the modelAndy Shaw2020-03-171-0/+10
* Annual QStringLiteral sweepMarc Mutz2019-08-051-2/+2
* Replace some Q_FOREACH loops by consume loopsMarc Mutz2019-07-041-2/+1
* Eradicate some simple Q_FOREACH loopsMarc Mutz2019-07-041-4/+3
* Fix include directivesFriedemann Kleint2019-01-181-3/+3
* QAbstractItemModelReplicaImplementation::fetchPendingData(): Fix compiler war...Friedemann Kleint2019-01-171-2/+4
* Make sure types needed for MODELs are registeredBrett Stottlemyer2018-11-071-16/+18
* Fix issue proxying modelsMichael Brasser2018-08-141-1/+1
* Ensure we always emit initialized signalMichael Brasser2018-04-271-2/+4
* Update metatype registrations for QAbstractItemModelReplicaImplementationMichael Brasser2017-12-061-0/+2
* Optionally cache QAIM data prior to initialized signalBogDan Vatra2017-11-291-16/+41
* Don't push the same request twiceBogDan Vatra2017-11-291-1/+0
* Rename ReplicaPrivate -> ReplicaImplementationKevin Funk2017-10-061-47/+47
* Provide static method for registering metatypesBrett Stottlemyer2017-05-161-3/+3
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-13/+19
* Delete all pending requests when reseting the modelBogDan Vatra2017-02-211-0/+2
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* Request only the cached dataBogDan Vatra2016-05-241-6/+38
* Clear the exceeding elements and reserve enough elements for hashBogDan Vatra2016-05-241-3/+3
* Increase the default cache size to 1000BogDan Vatra2016-05-241-1/+1
* Make sure the parent is cached when we try to insert a child.BogDan Vatra2016-05-241-2/+11
* Replace `Variant::value<QSize>()` with `QVariant::toSize()`.Daniel Pfeifer2016-05-231-2/+2
* Ensure the item is in cache when reqest itBogDan Vatra2016-05-171-2/+3
* Memory performanceBogDan Vatra2016-05-091-87/+124
* [fix] Avoid rare crash in QAIMBrett Stottlemyer2016-03-281-14/+15
* Split requests into smaller pieces and request current data firstBogDan Vatra2016-03-251-6/+7
* QHash has faster lookup than QMapBogDan Vatra2016-03-221-4/+4
* Check if the model supports the role.BogDan Vatra2016-03-221-0/+9
* Rename QAbstractItemFoo -> QAbstractItemModelFooKevin Funk2016-03-211-0/+867