aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-231-1/+1
* TextEdit/TextArea: don't deselect on release if IM just selected textShawn Rutledge2023-09-121-0/+35
* Loader: re-set ItemObservesViewport flag on child if already setShawn Rutledge2023-09-123-0/+56
* qmljsimportvisitor: add warnings for lower caseSami Shalayel2023-09-123-1/+40
* Remove resize guards from qml toolShawn Rutledge2023-09-125-0/+192
* QQmlSA::ScriptBindingKind: Turn into scoped enumerationFabian Kosmale2023-09-092-4/+4
* convert threading example to manual testsOliver Eftevaag2023-09-0816-1/+324
* Windows native style: Mark ScrollBar as non-customizableFabian Kosmale2023-09-081-2/+1
* Make accent palette role available to QMLMitch Curtis2023-09-084-7/+5
* QQmlProperty: Accept badly capitalized signal handler namesUlf Hermann2023-09-082-0/+36
* ScrollBar: Fix visualSize being stuck without change signalIvan Tkachenko2023-09-051-0/+15
* qmlls: show fix suggestions and enable quick fixesSami Shalayel2023-09-044-19/+180
* QQmlSA: Turn BindingType into a enum classFabian Kosmale2023-08-301-1/+1
* QmlCompiler: Make LoggerCategory private againFabian Kosmale2023-08-302-3/+7
* qmlls: go-to definition on different files + extra testsSami Shalayel2023-08-303-2/+69
* QQmlJSTypePropagator: Support StoreNameStrictFabian Kosmale2023-08-302-0/+15
* qmllint: Detect unqualified id access in StoreNameSloppyFabian Kosmale2023-08-303-0/+31
* qml compiler: Detect if user confuses flags and enumsFabian Kosmale2023-08-304-0/+36
* QmlCompiler: Fix conversion from/to voidUlf Hermann2023-08-294-0/+30
* Fix child popup palette inheritanceMitch Curtis2023-08-282-1/+77
* Dialogs: fix statically-built applications not runningMitch Curtis2023-08-281-0/+1
* QtQml: Reset context object when destroying it from QObjectWrapperUlf Hermann2023-08-222-0/+33
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-223-0/+69
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-222-0/+31
* CMake: Add the Svg package to OPTIONAL_COMPONENTSDennis Oberst2023-08-221-0/+2
* QtQml: Create implicit components in inline components earlyUlf Hermann2023-08-222-0/+39
* QQmlDMAbstractItemModelData: Guard against deletion during model writeKai Uwe Broulik2023-08-212-0/+99
* QtQml: Correctly resolve aliases to aliases when loading .qmlc filesUlf Hermann2023-08-211-0/+50
* Further Qt Quick Shapes curve renderer improvementsPaul Olav Tvete2023-08-183-2/+3
* QmlCompiler: Fix console loggingUlf Hermann2023-08-151-1/+13
* Fix disambiguation of file-selected components and scriptsUlf Hermann2023-08-1514-13/+76
* QQmlDelegateModelPrivate:object: release objects only with objectRef >0Axel Spoerl2023-08-152-0/+29
* Improve Qt Quick Shapes curve renderer strokesEskil Abrahamsen Blomfeldt2023-08-149-46/+229
* qmltyperegistrar: Keep types sorted while processing themUlf Hermann2023-08-142-6/+40
* qmltyperegistrar: Fix sequence registration for builtin value typesUlf Hermann2023-08-142-0/+19
* qmlformat: Don't add unnecessary space in target bindingsJoshua Goins2023-08-1110-6/+16
* SwipeView: reposition items that aren't visible after startup tooMitch Curtis2023-08-101-2/+11
* SwipeView: ensure items fill the boundsMitch Curtis2023-08-101-3/+12
* Clear out some locale-dependencies from XHR unit testEdward Welbourne2023-08-0949-79/+21
* Fix scroll wheel issue for top item with overlay as parentSanthosh Kumar2023-08-092-0/+78
* Allow customization of native Dialog and DialogButtonBoxMitch Curtis2023-08-091-1/+1
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-083-0/+41
* QmlCompiler: Fix SetLookup on shadowable propertiesUlf Hermann2023-08-083-0/+22
* Port some trivial Q_FOREACH users to ranged for loopsMarc Mutz2023-08-074-8/+8
* TestModel::Node: disable copy/moveMarc Mutz2023-08-071-0/+2
* Fix mouse event delivery issue for items within SwipeDelegateSanthosh Kumar2023-08-031-0/+43
* qmlformat: fix formatting of object destructuringSemih Yavuz2023-08-018-7/+127
* Fix attached property propagation when accessed on QQuickPopupItemMitch Curtis2023-08-011-2/+39
* Context properties: Don't trigger an assert for numeric namesFabian Kosmale2023-07-311-0/+10
* QQmlPropertyBinding: Correctly link observers after undefined valued bindingFabian Kosmale2023-07-313-0/+27