aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use QRhi by defaultLaszlo Agocs2020-05-114-7/+5
* Disable QQuickWidget case in qquickshortcut testLaszlo Agocs2020-05-111-4/+7
* Fix typo in lancelot testPaul Olav Tvete2020-05-112-1/+1
* Temporarily disable qquickshadereffect autotestLaszlo Agocs2020-05-111-3/+3
* Avoid grabbing non-exposed window in qquickimage autotestLaszlo Agocs2020-05-111-1/+2
* Fix up graphics API logic in qquickimage testLaszlo Agocs2020-05-111-1/+1
* Add missing OpenGL check in qquickitemlayer/layerEffectLaszlo Agocs2020-05-111-0/+3
* rendercontrol autotest: skip D3D on Win7Laszlo Agocs2020-05-111-1/+4
* Remove Screen.orientationUpdateMaskShawn Rutledge2020-05-082-5/+0
* Remove direct OpenGL test case from rendercontrol autotestLaszlo Agocs2020-05-071-116/+0
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-071-4/+11
* Fix qmllint crashMaximilian Goldstein2020-05-062-0/+9
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-061-4/+16
* Implement URLSearchParamsMaximilian Goldstein2020-05-062-0/+60
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-062-0/+19
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-1/+14
|\
| * Gracefully handle Accessible attached property on non-itemsTor Arne Vestbø2020-04-281-1/+14
* | QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2020-05-052-0/+25
* | Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-043-25/+126
* | Remove the 'windows' render loopLaszlo Agocs2020-05-041-1/+0
* | Fix building of declarative tests with disabled opengl moduleKai Koehne2020-05-031-2/+3
* | Fix line number for follow-up lines in stringsChristian Stenger2020-05-011-0/+25
* | Fix lexer handling of escape sequences in stringChristian Stenger2020-05-011-1/+30
* | qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-301-1/+1
* | Fix font-related test failures triggered by Qt Base updateEskil Abrahamsen Blomfeldt2020-04-292-0/+45
* | PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-04-282-0/+83
* | QQmlValueTypes test: import QtQuick to make font availableUlf Hermann2020-04-281-0/+1
* | qmllint: Show filename in addition to line and columnFabian Kosmale2020-04-241-12/+14
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-242-1/+158
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-222-1/+158
| |\
| | * Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-212-0/+157
| | |\
| | | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-108-25/+54
| | | |\
| | | * | TableModel: Allow a double to be added to a field seen as int previouslyAndy Shaw2020-02-282-0/+157
* | | | | Add additional properties to FontLoader to help disambiguateEskil Abrahamsen Blomfeldt2020-04-231-5/+5
* | | | | Test if a layout with "fixed" size still do a rearrange if neededJan Arve Sæther2020-04-221-0/+57
* | | | | Update dependencies.yaml and adapt to API changes in qtbaseSimon Hausmann2020-04-222-2/+2
* | | | | QQuickRepeater: Fix interaction with PackageFabian Kosmale2020-04-222-0/+46
* | | | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-04-223-0/+59
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-202-0/+57
| |\| | |
| | * | | OpacityAnimator: apply opacity animation to the first frame in SGWang Chuan2020-04-072-0/+57
| * | | | Blacklist tst_qquicktextedit::hAlignVisual on SLESFabian Kosmale2020-04-201-0/+2
* | | | | Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-8/+8
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-173-0/+64
|\| | | |
| * | | | qmltyperegistrar: Correctly handle foreign and super classesUlf Hermann2020-04-163-0/+47
| * | | | qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-092-0/+17
* | | | | Fix build with latest QHash from qtbaseSimon Hausmann2020-04-141-7/+6
* | | | | Implement Qt.alpha()Maximilian Goldstein2020-04-142-0/+48
* | | | | Allow redirecting QRhi-based rendering via QQuickRenderControlLaszlo Agocs2020-04-111-15/+589
* | | | | QQuickTableView: add functions to get current rows and columnsRichard Moe Gustavsen2020-04-091-0/+48
* | | | | QQuickTableView: add cellAtPos() functionsRichard Moe Gustavsen2020-04-091-0/+66