aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* UrlObject: Fix setting searchParams not modifying the url's search fieldOlivier De Cannière2023-02-093-0/+79
* tst_qqmllocale: Adapt to changed time format dataUlf Hermann2023-02-091-1/+9
* QmlCompiler: Consider attached types for "unused import" detectionUlf Hermann2023-02-092-0/+8
* tst_dialog: Fix testing for implicitWidth and wait for enter transitionsDoris Verria2023-02-091-0/+4
* Fix qml warnings for qquickmousearea test casesSanthosh Kumar2023-02-089-14/+14
* qmllint: Provide import paths and resource files when linting modulesUlf Hermann2023-02-085-7/+55
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-084-0/+69
* qmldir parser: Handle internal types with versionsUlf Hermann2023-02-083-1/+15
* qmlcompiler: Rephrase the "not found" messageUlf Hermann2023-02-081-23/+23
* Flipable: switch sides at 90 degrees regardless of camera distanceJiDe Zhang2023-02-082-0/+60
* SpinBox: consistently call setPressed before and after increase/decreaseNoah Davis2023-02-041-0/+30
* qmllint: Add warning about PropertyChanges using custom parserUlf Hermann2023-02-043-2/+34
* QmlCompiler: Add hint about generalized grouped propertiesUlf Hermann2023-02-042-0/+29
* MultiPointTouchArea: rename signal arguments in Qt 7; test with formalsShawn Rutledge2023-02-048-20/+34
* qmllint: Do not warn when accessing properties of global constructorsFabian Kosmale2023-02-032-0/+6
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-024-0/+16
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-026-0/+6
* QML test: Fix annoying warning in tst_animatedimage.qmlVladimir Belyavsky2023-01-311-1/+1
* tst_QQuickListView::flickBothDirections: flick moreShawn Rutledge2023-01-311-1/+1
* qmlcachegen: Improve QObject comparison code generation testSemih Yavuz2023-01-312-0/+15
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-312-1/+12
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-312-1/+42
* QmlCompiler: Fix version resolution for importsUlf Hermann2023-01-314-9/+16
* Item views: Don't create unnecessary QML contextsUlf Hermann2023-01-312-0/+25
* tst_qqmlvaluetypeproviders: Choose a date in the middle of the monthUlf Hermann2023-01-311-0/+1
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-3017-18/+4
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-2710-18/+74
* Add baseline tests for MultiEffectKaj Grönholm2023-01-273-0/+541
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-263-0/+85
* QML: Allow more conversions between different listsUlf Hermann2023-01-262-0/+24