aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update Material ComboBox to Material 3Mitch Curtis2023-03-211-1/+0
* QmlCompiler: Do not generate invalid code on generate_AsUlf Hermann2023-03-203-0/+30
* qmltyperegistrar: Do not guess types with upper case namesUlf Hermann2023-03-202-0/+19
* Make test TextInput::test_txtentry() more stableOliver Eftevaag2023-03-101-1/+2
* Fix multiple object creation in LoaderSanthosh Kumar2023-03-101-0/+21
* Revert "QML: Don't unconditionally invalidate cache if inline component is used"Ulf Hermann2023-03-101-30/+0
* TapHandler: ignore untracked moving points; treat touchpad as mouseShawn Rutledge2023-03-092-0/+139
* Material: fix placeholder text y position when control is too smallMitch Curtis2023-03-091-0/+37
* NetworkAccessManagerFactory: Complete documentation page with snippetsOlivier De Cannière2023-03-058-0/+196
* tst_FlickableInterop: use QScopedPointer for touchscreen deviceShawn Rutledge2023-03-031-30/+29
* Remove side-panel and swipe-to-remove quickcontrol examplesSanthosh Kumar2023-03-0322-0/+531
* QML: Don't unconditionally invalidate cache if inline component is usedFabian Kosmale2023-03-031-0/+30
* qmlformat: Fix handling of object destructuring in functionsFabian Kosmale2023-03-033-0/+21
* ListView: Do not create context for section if component is boundFabian Kosmale2023-03-012-0/+26
* QML: Fix conflicts between QML_ANONYMOUS, QML_UNCREATABLE and namespacesUlf Hermann2023-03-012-0/+19
* QtQml: Don't complain about singletons with foreign create() m ethodUlf Hermann2023-02-282-15/+77
* QtQml: Make QQmlTypeNotAvailable publicUlf Hermann2023-02-281-0/+7
* Exclude tst_gifs from non-linux systemsAmir Masoud Abdol2023-02-271-1/+3
* QmlCompiler: Implement get lookup of variantMap propertiesOlivier De Cannière2023-02-257-0/+68
* Improve styles manual testMitch Curtis2023-02-241-14/+128
* Update Material Slider and RangeSlider to Material 3Oliver Eftevaag2023-02-231-0/+81
* Fix mouse inside MouseArea (containsMouse) for press eventSanthosh Kumar2023-02-232-0/+30
* Set correct `this` value in JSON.stringify replacer scopeIvan Tkachenko2023-02-221-2/+57
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-2212-12/+26
* Fix build issues in multiple manual testsMatthias Rauter2023-02-213-2/+15
* Update Material TextArea to Material 3Mitch Curtis2023-02-215-10/+136
* QmlCompiler: Fix coercion of undefined to float and doubleUlf Hermann2023-02-214-5/+43
* Fix and test PinchHandler native-gesture scalingShawn Rutledge2023-02-171-0/+99
* tst_QQuickPinchHandler: use QScopedPointer for input devicesShawn Rutledge2023-02-171-19/+19
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-174-0/+146
* Update Material TextField to Material 3Mitch Curtis2023-02-165-10/+103
* iOS Style: Update uses of renamed Qt.styleHints.colorScheme propertyDoris Verria2023-02-161-9/+0
* tst_selectionrectangle: BLACKLIST test cases until further investigationDoris Verria2023-02-161-0/+9
* Unblacklist tst_qmltcFabian Kosmale2023-02-161-5/+0
* qmlsc: Support equality operations for QUrlSemih Yavuz2023-02-163-0/+35
* Controls: Use PlatformDialogHelper for enums in DialogButtonBoxUlf Hermann2023-02-154-2/+28
* JIT: Fix isNullOrUndefined bad logicOlivier De Cannière2023-02-153-0/+69
* QQmlMetaType: Clear property caches on qmlClearTypeRegistrationsUlf Hermann2023-02-151-0/+14
* TextArea: fix flickable content sizing when padding is involvedMitch Curtis2023-02-152-2/+29
* tst_qmldiskcache: Remove stray qDebug and explain test logic betterUlf Hermann2023-02-141-2/+4
* TableView: deprecate positionViewAtCell(column, row) in favor of positionView...Richard Moe Gustavsen2023-02-131-9/+10
* TableView: deprecate itemAtCell(column, row) in favor of itemAtIndex(modelIndex)Richard Moe Gustavsen2023-02-133-20/+20
* TableView: deprecate modelIndex(row, column) in favor of index(row, column)Richard Moe Gustavsen2023-02-134-32/+32
* Adapt to Qt::Appearance to Qt::ColorScheme renameTor Arne Vestbø2023-02-132-10/+10
* MenuBarItem: open menu on mouse press, touch releaseMitch Curtis2023-02-132-16/+80
* QML: Invalidate any existing cache files when saving a CU to diskUlf Hermann2023-02-111-0/+108
* Flickable: don't initiate grab if there are multiple touchpointsShawn Rutledge2023-02-104-11/+131
* tst_QQuickMultiPointTouchArea::inFlickable: make synth-mouse realisticShawn Rutledge2023-02-101-6/+26
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-02-10255-524/+524
* UrlObject: Properly encode the url search componentsOlivier De Cannière2023-02-091-0/+86