aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* TableModel: add QML-invokable overloads for index(), data() and setData()Shawn Rutledge2019-02-222-0/+88
* TableModel.roleDataProvider: replace row, column with index argumentShawn Rutledge2019-02-221-2/+2
* Add tst_qqmltablemodel to the .pro so that it gets built and runShawn Rutledge2019-02-221-0/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-215-43/+86
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-205-43/+86
| |\
| | * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-182-17/+46
| | * QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-0/+10
| | * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-172-26/+30
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1647-159/+719
|\| |
| * | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-151-0/+28
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-155-0/+219
| |\|
| | * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
| | * DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-0/+133
| | * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-0/+35
| * | viewtestutil.h: fix broken namespace buildMitch Curtis2019-02-142-0/+7
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1435-127/+201
| |\|
| | * Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
| | * Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-137-13/+65
| | * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-132-0/+38
| | * Fix background color of some QML lancelot test scenesEirik Aavitsland2019-02-1214-14/+14
| | * Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-113-67/+73
| | * Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
| | * Un-blacklist tst_qquickflickable::reboundShawn Rutledge2019-02-101-3/+0
| | * Remove blacklisting of several tests that are passingShawn Rutledge2019-02-107-19/+0
| | * Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
| * | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-131-1/+1
| * | Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-02-081-0/+0
| * | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-084-31/+263
* | | TableModel: add roleDataProvider callbackShawn Rutledge2019-02-152-0/+84
* | | Fix calls to TableModel functions in manual testMitch Curtis2019-02-131-5/+5
* | | Rename tablemodel manual test to "form", move into tablemodel subdirMitch Curtis2019-02-135-10/+12
* | | Add TableModelMitch Curtis2019-02-0812-0/+1794
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-085-4/+113
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-075-4/+113
| |\|
| | * Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
| | * Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
| | * Improve error messageRainer Keller2019-02-042-2/+2
* | | Move QStringHash into its own fileUlf Hermann2019-02-062-2/+0
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-062-7/+7
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-012-6/+51
|\|
| * TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
| * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-301-79/+76
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2935-7/+59790
|\|
| * PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-232-1/+88
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-234-3/+90
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-0/+41