aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Add ability to warn about function declarationsMaximilian Goldstein2021-09-243-2/+11
* QQuickAbstractAnimation: Avoid finalizer callbackFabian Kosmale2021-09-243-24/+13
* QQuickBoundaryRule: Port from finalize callback to QQmlParserStatusFabian Kosmale2021-09-242-18/+19
* QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-231-0/+3
* QDeferredSharedPointer: Do not use factory after lazy loadingUlf Hermann2021-09-231-4/+4
* Doc: Repair broken links to the TextMetrics Qml typeLuca Di Sera2021-09-231-8/+8
* Use qWarning() in preference to QTest::qWarn()Edward Welbourne2021-09-231-5/+6
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2021-09-231-1/+1
* QQmlJSImporter: Do not add QML names as C++ namesUlf Hermann2021-09-231-1/+4
* Expose QQuaternion functions to QMLYuya Nishihara2021-09-233-0/+240
* qmllint: Support "length" property of sequence typesUlf Hermann2021-09-232-10/+18
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-229-87/+41
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-224-9/+88
* doc: Remove information about the special Window importShawn Rutledge2021-09-221-8/+0
* Allow adding null to QQmlListPropertyUlf Hermann2021-09-222-12/+22
* Revert "Reduce makeCurrents with unnecessarily different surfaces"Laszlo Agocs2021-09-222-12/+7
* Doc: Update link to RFC-3986Luca Di Sera2021-09-221-1/+1
* QQmlJSImporter: Warn about missing resource file mapperUlf Hermann2021-09-221-0/+6
* qmllint: Read qmldir files from resources where applicableUlf Hermann2021-09-221-1/+13
* Doc: MouseArea: Move code snippet under the paragraph that refers to itIvan Tkachenko2021-09-211-3/+2
* Pass application directory as import path to qmlscUlf Hermann2021-09-211-1/+7
* qmllint: Automatically import qmldirs from resourcesMaximilian Goldstein2021-09-212-2/+21
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-212-5/+8
* qmllint: Ignore scopes affected by inheritance cyclesMaximilian Goldstein2021-09-212-11/+25
* QQuickIcon: Resolve URL relative to current elementFabian Kosmale2021-09-205-17/+65
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-204-8/+17
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-202-21/+28
* QQuickStyle: use systemTheme() to detect dark modeMitch Curtis2021-09-201-12/+5
* Don't qDeleteAll on std::vector<std::unique_ptr<...>>Ulf Hermann2021-09-201-2/+1
* Fix codechecker complaint about QString from string literal constructionFabian Kosmale2021-09-171-1/+1
* Highlight text editor example in creatorOliver Eftevaag2021-09-171-1/+2
* qmldom: correctly handle comma expression when reformattingFawzi Mohamed2021-09-171-1/+7
* fix handling of arrow functionsFawzi Mohamed2021-09-172-2/+2
* Doc: Mention that QtQuick.Dialogs was added in Qt 6.2Kai Köhne2021-09-172-2/+2
* Doc: Fix qdoc syntax errors in qml-changes-qt6.htmlKai Köhne2021-09-171-2/+2
* Reduce makeCurrents with unnecessarily different surfacesLaszlo Agocs2021-09-172-7/+12
* Version numbers are not mandatory anymore, updating doc to reflect thatOliver Eftevaag2021-09-171-2/+2
* SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-09-171-1/+2
* Use qDegreesToRadians() rather than yet more approximations to pi/180Edward Welbourne2021-09-172-13/+16
* qmldom: make standalone version work on windowsTim Jenssen2021-09-175-13/+28
* Ensure qmldir is written before finalizers runCraig Scott2021-09-171-12/+5
* Doc: show how to handle visibility of customized ScrollBarMitch Curtis2021-09-171-0/+7
* Doc: link to native styles in Qt 6 changes pageMitch Curtis2021-09-171-2/+2
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2021-09-171-0/+3
* Add invokable QQuickItem::dumpItemTree()Shawn Rutledge2021-09-173-0/+60
* Don't add .qml files as a source twiceCraig Scott2021-09-171-4/+1
* Fix Sliders handle size in native Windows styleJan Arve Sæther2021-09-171-16/+14
* Reuse named constants of QQmlXMLHttpRequest readyStateIvan Tkachenko2021-09-171-9/+14
* Move moc includes out of the namespaceMårten Nordheim2021-09-162-5/+2