summaryrefslogtreecommitdiffstats
path: root/tests/auto/modelview/tst_modelview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for test filesLucie Gérard2024-04-041-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-141-27/+2
* Fix header change replicationJoni Poikelin2021-10-131-0/+29
* Simplify the FetchData test-helper classSona Kurazyan2021-04-161-52/+19
* Fix an error in TestModelView::testDataRemoval testSona Kurazyan2021-04-161-5/+5
* Simplify the WaitForDataChanged test-helper classSona Kurazyan2021-04-161-15/+7
* Refactor the TestModelView testSona Kurazyan2021-04-161-154/+76
* Use QTest's QAbstractItemModelTesterBrett Stottlemyer2021-03-051-3/+18
* Fix prefetching data for QAIM when no roles hint is providedSona Kurazyan2021-03-021-1/+11
* Attempt to fix flaky testBrett Stottlemyer2021-03-011-23/+23
* Clean-up integer conversion warningsSona Kurazyan2021-02-261-2/+2
* Migrate from old signal/slot connection syntaxSona Kurazyan2021-02-251-17/+17
* Clean-up warningsSona Kurazyan2021-02-221-4/+4
* Use QList instead of QVectorJarek Kobus2021-02-161-48/+48
* Fix QScopedPointer 'take' warningBrett Stottlemyer2021-02-151-2/+2
* Fix QMetaType Deprecation warningsBrett Stottlemyer2021-02-151-3/+5
* tst_modelview: Increase timeout for fetchAndWait()Friedemann Kleint2020-03-301-1/+1
* Remove usages of deprecated APIsSona Kurazyan2019-08-221-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-031-1/+1
|\
| * Fix TestModelView::testModelTest flakiness - againLiang Qi2019-07-241-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-4/+0
|\|
| * Fix yet another -Wdeprecated-copy warningMarc Mutz2019-07-031-4/+0
* | Eradicate some simple Q_FOREACH loopsMarc Mutz2019-07-041-14/+15
* | Fix deprecation warnings in testsFriedemann Kleint2019-05-241-1/+4
|/
* Allow nodes to proxy (or convert) replicasBrett Stottlemyer2018-04-251-87/+1
* Address modelview test "flakiness"v5.11.0-beta4Brett Stottlemyer2018-04-101-44/+87
* QtRemoting: fix test TestModelView::testFlags()Christian Ehrlicher2018-02-041-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-161-1/+1
|\
| * Fix TestModelView::testModelTest flakinessSami Nurmenniemi2017-12-291-1/+1
* | Optionally cache QAIM data prior to initialized signalBogDan Vatra2017-11-291-0/+41
|/
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* Enable tests for boot2qtSami Nurmenniemi2017-08-161-1/+7
* Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-4/+2
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-021-16/+11
* Attempt to stabilize testMichael Brasser2017-04-051-4/+4
* Ensure selection model updates when changed at sourcev5.9.0-beta1Michael Brasser2017-03-301-0/+43
* Replace Q_DECL_OVERRIDE -> overrideKevin Funk2017-03-291-3/+3
* Fixes for license checkBrett Stottlemyer2017-01-141-21/+13
* Make sure the parent is cached when we try to insert a child.BogDan Vatra2016-05-241-0/+31
* Ensure the item is in cache when reqest itBogDan Vatra2016-05-171-0/+1
* Memory performanceBogDan Vatra2016-05-091-4/+7
* Use tcp instead of local sockets.BogDan Vatra2016-04-071-4/+4
* Split requests into smaller pieces and request current data firstBogDan Vatra2016-03-251-4/+4
* Simplify debugging category handlingKevin Funk2016-03-251-2/+2
* Some code cleanupBrett Stottlemyer2016-03-231-3/+2
* Rename QAbstractItemFoo -> QAbstractItemModelFooKevin Funk2016-03-211-23/+23
* Make QtRO Node available to QMLBrett Stottlemyer2015-12-311-1/+1
* Convert Nodes to QObject based class(es)Brett Stottlemyer2015-12-311-5/+6
* Fix compile warning in model testBrett Stottlemyer2015-12-231-5/+8