aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Qml: Analyze qsTranslate at compile timeUlf Hermann2022-10-133-3/+10
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-131-0/+15
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-131-0/+17
* Make QQuickAttachedPropertyPropagator publicMitch Curtis2022-10-131-36/+186
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-1334-212/+212
* QmlCompiler: Properly check contained type for enumsUlf Hermann2022-10-123-0/+22
* Controls: update baseline test for DialogJenny Lofthus2022-10-122-66/+45
* Controls: update baseline test for DelayButtonJenny Lofthus2022-10-121-4/+4
* Controls: update baseline test for ButtonJenny Lofthus2022-10-122-40/+47
* Introduce scoped property into qmltypes/enumEvgeniy A. Dushistov2022-10-114-1/+31
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-117-1/+86
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-0/+25
* QQmlListModel: emit dataChange signal when updating the translationsUlf Hermann2022-10-113-0/+55
* Pointer Handlers manual test: nested DragHandlersShawn Rutledge2022-10-111-0/+50
* qmltc: fix code generation for implicit componentsSami Shalayel2022-10-104-0/+57
* tst_qquickfiledialogimpl: print QTemporaryDir errorsMitch Curtis2022-10-081-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0744-84/+84
* Port from container::count() and length() to size()Marc Mutz2022-10-07149-2925/+2925
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-071-1/+2
* Add test for dynamically setting alignmentJan Arve Sæther2022-10-071-7/+108
* Fix wrong item-sizeHint-cache when StackLayout children were reorderedJan Arve Sæther2022-10-071-1/+0
* QQuickTableView: add API to set section sizes explicitlyRichard Moe Gustavsen2022-10-071-0/+283
* QmlCompiler: Do not crash on version-mismatched property accessUlf Hermann2022-10-064-1/+27
* Stabilize tst_qqdeliveryagent::undoDelegationWhenSubsceneFocusClearedShawn Rutledge2022-10-042-32/+10
* qmltc: warn about enums declarations in inline componentsSami Shalayel2022-10-043-2/+17
* QQmlEngine: add signal for offlineStoragePathFabian Kosmale2022-10-041-0/+2
* Blacklist tst_QQuickFileDialogImpl::goUp on macOSMitch Curtis2022-10-031-0/+4
* Popup: Don't propagate unhandled mouse events beyond the overlayVolker Hilsheimer2022-10-011-0/+17
* QML: Test ECMAScript compliance on all platformsUlf Hermann2022-09-301-6/+7
* Do not store the accumulator in optional chaining callFabian Kosmale2022-09-302-0/+10
* Android: skip tst_qquicktext{field,area} to unblock Android CIAssam Boudjelthia2022-09-302-0/+8
* Improve tst_material.qmlMitch Curtis2022-09-303-116/+51
* createTemporaryObject: account for undefined parent argumentMitch Curtis2022-09-301-1/+8
* qml: deprecate top-level componentsSami Shalayel2022-09-2922-52/+83
* V4: Use an enum to categorize functions and rename aotFunctionUlf Hermann2022-09-291-1/+1
* Move Settings out of Qt.labs moduleYuhang Zhao2022-09-2926-98/+910
* FileDialog: fix selectedFile being incorrect when going up a directoryMitch Curtis2022-09-291-2/+16
* QQuickPlatformTheme: fix handling of QT_QUICK_DIALOGS_SHOW_DIRS_FIRSTMitch Curtis2022-09-291-1/+1
* Blacklist tst_QQuickFileDialogImpl::goUpIntoLargeFolderMitch Curtis2022-09-291-0/+4
* Avoid context truncation when filename has multiple dotsSemih Yavuz2022-09-284-1/+27
* Decrease flakiness of Imagine style autotestEirik Aavitsland2022-09-281-2/+2
* Do not listen to baselineOffset changes unless really neededJan Arve Sæther2022-09-271-0/+50
* Move StackLayout tests from qtquickcontrols.git (5.15)Jan Arve Sæther2022-09-271-0/+412
* Avoid memory leaks in tst_qqmlvaluetypeproviders.cppUlf Hermann2022-09-271-13/+6
* Clear delivery agent delegated focusJere Tuliniemi2022-09-272-0/+70
* qmllint: Do not crash on invalid ids, take 2Fabian Kosmale2022-09-262-1/+11
* qmllint: Don't crash on malformed icFabian Kosmale2022-09-262-0/+10
* qmltc: support basic inline componentsSami Shalayel2022-09-268-9/+478
* qmltc: stop using QQmlListReference to appendSami Shalayel2022-09-266-0/+155
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-244-0/+211