aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.3' in qt/qtdeclarativev6.3.0-alpha1Qt Submodule Update Bot2022-01-081-5/+5
* Assert that QQmlDelegateModel's count can't be less than zeroMitch Curtis2022-01-071-0/+1
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-074-1/+49
* Doc: link to Navigating with StackView section of chat tutorialMitch Curtis2022-01-071-2/+2
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-073-25/+23
* qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-062-14/+4
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-062-1/+9
* Doc: Adjust regular expression for suppressing warningsTopi Reinio2022-01-063-2/+5
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-01-061-7/+7
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-064-4/+4
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-064-15/+52
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-062-16/+22
* Document that custom styles should not import QtQuick.ControlsMitch Curtis2022-01-051-0/+6
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-0510-135/+94
* Fix edge cases in arcToDelf Neumärker2022-01-052-18/+13
* QQmlJs: Add a missing includeOrgad Shaneh2022-01-051-0/+1
* Do not call a method on a nullptrUlf Hermann2022-01-051-1/+1
* Ensure we don't crash when changing sizes after cleanupAleix Pol2022-01-052-3/+10
* Drag and Drop example: remove ParentChangeShawn Rutledge2022-01-051-2/+0
* Tune the upfront compressed texture format checkLaszlo Agocs2022-01-041-9/+10
* qmltc: Support Component rootsAndrei Golubev2022-01-0310-57/+258
* QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-031-1/+1
* qmlls: Rename lifecycle testUlf Hermann2022-01-035-8/+8
* Skip tst_qmltc::listView() under QEMUAndrei Golubev2021-12-262-0/+6
* qmltc: Support different property change handlersAndrei Golubev2021-12-247-24/+330
* qmlls: improve documentationFawzi Mohamed2021-12-243-18/+11
* qmlls qlanguageserver: clientInfo and serverInfo locking fixesFawzi Mohamed2021-12-241-26/+4
* qmlls textblock: operator== and != as friend functionsFawzi Mohamed2021-12-242-6/+6
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-2411-25/+191
* Add dummy_imports for qmlimportscanner to find the correct dependenciesAssam Boudjelthia2021-12-242-0/+14
* Add missing documentation for qmltc cmake commandAndrei Golubev2021-12-241-0/+5
* qmltc: Remove non-compiled CodeGenerator::compileProperty()Andrei Golubev2021-12-241-86/+0
* Include images to test data and use correct testFileUrl for comparisonAssam Boudjelthia2021-12-242-2/+2
* Skip test cases execute the app's main shared lib on AndroidAssam Boudjelthia2021-12-241-0/+11
* Skip host tools tests like qmlimportscanner on AndroidAssam Boudjelthia2021-12-241-1/+1
* qmltc: Use special name for a special url-returning generated functionAndrei Golubev2021-12-241-1/+1
* qmltc: Drop duplicate "QQmlContextData::" in context set generationAndrei Golubev2021-12-241-2/+1
* Restructure Qt Quick Dialogs testsMitch Curtis2021-12-2443-8/+3
* Add quick3d events and types to qmlprofilerJanne Koskinen2021-12-242-0/+27
* Doc: explain how to handle Escape/Back in PopupMitch Curtis2021-12-241-0/+13
* Doc: Fix remaining documentation warningsTopi Reinio2021-12-243-3/+3
* Layouts: use qmlWarning for polish loopsMitch Curtis2021-12-241-1/+1
* Use clipRect() again for clippingShawn Rutledge2021-12-242-3/+8
* qmlls qlanguageserver: minor cleanupsFawzi Mohamed2021-12-232-4/+2
* qmlls: fix license header (tool -> GPL)Fawzi Mohamed2021-12-2318-281/+81
* qmlls qiopipe: avoid non needed castsFawzi Mohamed2021-12-231-3/+2
* Separate JS files from QML files in qmltc-calling cmake commandAndrei Golubev2021-12-231-1/+4
* qmlls: qml language server implementationFawzi Mohamed2021-12-2332-1/+3751