summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectabstractitemmodelreplica_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition when accessing invalid indexElias Steurer2022-07-051-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-141-38/+2
* Move items from qremoteobjectabstractitemmodeltypes_p.h to QtPrivateSona Kurazyan2021-06-241-36/+36
* Make qremoteobjectabstractitemmodeltypes.h privateSona Kurazyan2021-06-241-1/+1
* Update the replica when the layoutChanged signal is emittedAndy Shaw2021-05-051-2/+2
* Use QList instead of QVectorJarek Kobus2021-02-161-26/+26
* Ensure we always emit initialized signalMichael Brasser2018-04-271-1/+1
* Optionally cache QAIM data prior to initialized signalBogDan Vatra2017-11-291-3/+13
* Rename ReplicaPrivate -> ReplicaImplementationKevin Funk2017-10-061-12/+12
* Modernize: Use override where possibleKevin Funk2017-09-211-2/+2
* Provide static method for registering metatypesBrett Stottlemyer2017-05-161-1/+1
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-13/+19
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* Fix namespaced buildVolker Krause2017-01-131-0/+4
* Fix warnings from syncqt.plKevin Funk2016-11-301-0/+11
* Workaround until we fix the cross-model index usage.BogDan Vatra2016-06-201-1/+0
* Clear the exceeding elements and reserve enough elements for hashBogDan Vatra2016-05-241-17/+29
* Make sure the parent is cached when we try to insert a child.BogDan Vatra2016-05-241-1/+1
* Memory performanceBogDan Vatra2016-05-091-25/+176
* [fix] Avoid rare crash in QAIMBrett Stottlemyer2016-03-281-0/+1
* Some code cleanupBrett Stottlemyer2016-03-231-0/+3
* QHash has faster lookup than QMapBogDan Vatra2016-03-221-1/+1
* Check if the model supports the role.BogDan Vatra2016-03-221-2/+5
* Rename QAbstractItemFoo -> QAbstractItemModelFooKevin Funk2016-03-211-0/+284