aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
Commit message (Expand)AuthorAgeFilesLines
* QML: Introduce aliases for builtin typesUlf Hermann6 days2-2/+2
* qmlcachegen: Improve warnings for missing return type annotationsOlivier De Cannière8 days6-4/+70
* qmllint: enable environment variables like QML_IMPORT_PATH via -ESami Shalayel13 days1-5/+70
* qmllint: do not ignore command line options with --ignore-settingsSami Shalayel14 days4-0/+24
* qmllint: do not construct well known valuetypes from string (part 1)Sami Shalayel2024-04-053-3/+30
* qmllint: do not complain about JS typesSami Shalayel2024-04-053-0/+17
* Tests: check that QFile::open succeedsGiuseppe D'Angelo2024-04-041-1/+1
* Follow prefer directives in QML toolingUlf Hermann2024-04-038-0/+45
* tst_qmllint: Do not require a GUIFabian Kosmale2024-03-261-1/+1
* qmltyperegistrar: Restore QML.Root processingUlf Hermann2024-03-213-0/+27
* QmlCompiler: Correctly read various method attributes in qmltypesUlf Hermann2024-03-193-0/+15
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-024-0/+41
* QmlCompiler: Respect scoped enumsUlf Hermann2024-02-293-4/+5
* Correct license for test filesLucie Gérard2024-02-273-3/+3
* QtQuick: Fix double-exporting of QEventPointUlf Hermann2024-02-232-0/+10
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-231-0/+15
* qmllint: Allow converting anything to QQmlScriptStringUlf Hermann2024-02-222-0/+74
* qmllint: Restrict attached property validators to simple casesUlf Hermann2024-02-202-0/+21
* qmllint: Remove duplicates from fixes before applying themUlf Hermann2024-02-203-0/+35
* qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-01-311-0/+5
* qmllint: Add warnings to importFromHostDmitrii Akshintsev2023-11-233-0/+37
* QmlCompiler: Disallow reading enums from instancesUlf Hermann2023-10-231-4/+10
* QmlCompiler: Prohibit writing to readonly propertiesUlf Hermann2023-10-181-0/+1
* TypeResolver: Change the way member types of scopes are searched forOlivier De Cannière2023-09-283-0/+21
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-211-1/+1
* qmllint: Use settings name as settings nameFabian Kosmale2023-09-213-0/+12
* qmllint: Do not complain about writing to list propertiesUlf Hermann2023-09-122-0/+8
* qmljsimportvisitor: add warnings for lower caseSami Shalayel2023-09-114-0/+40
* QQmlSA: Turn BindingType into a enum classFabian Kosmale2023-08-301-1/+1
* QmlCompiler: Make LoggerCategory private againFabian Kosmale2023-08-301-2/+6
* Dialogs: fix statically-built applications not runningMitch Curtis2023-08-281-0/+1
* QmlCompiler: Fix conversion from/to voidUlf Hermann2023-08-231-0/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-041-4/+4
* QmlCompiler: Check all names against the type location mapUlf Hermann2023-06-274-0/+33
* QmlCompiler: Scan template literals when importingUlf Hermann2023-06-264-0/+15
* qmllint: Complain if function without return type returns somethingUlf Hermann2023-06-222-0/+14
* QmlCompiler: Do not recurse when looking for builtins.qmltypesUlf Hermann2023-06-161-0/+513
* QQmlJSTypePropagator: Support StoreNameStrictFabian Kosmale2023-06-142-0/+15
* qmllint: Detect unqualified id access in StoreNameSloppyFabian Kosmale2023-06-143-0/+31
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-303-38/+39
* qmllint (quickplugin): PropertyChanges: handle invalid targetFabian Kosmale2023-05-232-0/+9
* qmllint: Separate logic by import type in QQmlJSImportVisitor::visitOlivier De Cannière2023-05-124-0/+31
* qmllint: Do not crash on invalid aliasFabian Kosmale2023-05-042-0/+14
* tst_qmllint: add dependenciesSami Shalayel2023-03-301-0/+6
* TypeResolver: Allow conversions from string to QDate and QTimeOlivier De Cannière2023-03-294-0/+25
* QmlCompiler: Simplify isRescricted checks down to only enumsOlivier De Cannière2023-03-222-3/+23
* QmlCompiler: Guard against ID-lookup of value typesUlf Hermann2023-03-173-0/+24
* QmlCompiler: Implement get lookup of variantMap propertiesOlivier De Cannière2023-02-223-0/+27
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-144-0/+146