aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5.5-lts-lgpl' into 6.5.56.5.5Tarja Sundqvist2025-07-02135-135/+135
|\
| * Revert "Update commercial SPDX-License-Identifier"v6.5.5-lts-lgplTarja Sundqvist2025-06-09135-135/+135
* | Merge tag 'v6.5.5-lts-lgpl' into 6.5Tarja Sundqvist2025-03-04378-1254/+4190
|\|
| * Merge tag 'v6.5.5-lts' into tqtc/lts-6.5-opensourceTarja Sundqvist2025-01-29378-1254/+4190
| |\
| | * Update dependencies on 'tqtc/lts-6.5.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2024-02-221-5/+5
| | * Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-167-31/+91
| | * qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-02-164-4/+20
| | * qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-02-1616-51/+37
| | * QmlTest: Document timer drift between TestCase and TimerUlf Hermann2024-02-161-1/+10
| | * MultiEffect: Avoid crashing without QQmlEngineKaj Grönholm2024-02-151-1/+4
| | * tst_qquickanimatedimage::currentFrame: start in paused stateShawn Rutledge2024-02-151-0/+1
| | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2024-02-151-5/+5
| | * Make QQmlLocale test robust against time and locale variationsVolker Hilsheimer2024-02-141-3/+4
| | * QmlCompiler: In debug mode, set instruction pointer before each lookupUlf Hermann2024-02-144-0/+44
| | * qmlformat: Don't add invalid default settings optionsJoshua Goins2024-02-131-1/+3
| | * qmlformat: Don't indent call expression twiceJoshua Goins2024-02-134-26/+24
| | * qmlformat: Don't remove newlines between import statementsJoshua Goins2024-02-135-2/+53
| | * qmlformat: Fix object declaration indentation in arraysJoshua Goins2024-02-136-8/+42
| | * qmlformat: Fix property names with escape charsSemih Yavuz2024-02-1311-56/+82
| | * Compiler: Assert against noop instructionsOlivier De Cannière2024-02-121-0/+8
| | * Doc: Avoid using qmlRegisterType and friends to expose C++ to QMLAndreas Eliasson2024-02-121-14/+45
| | * QmlCompiler: Do not access moved-from valuesUlf Hermann2024-02-121-1/+1
| | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2024-02-101-5/+5
| | * QtQml: Omit nonsensical line numbers from console.trace()Ulf Hermann2024-02-101-11/+13
| | * Blacklist flaky qquickanimatedimage test on macosTarja Sundqvist2024-02-091-0/+2
| | * jsruntime: silence msvc warning 4201 (nameless struct/union)Tim Blechmann2024-02-082-0/+6
| | * QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-057-3/+37
| | * QmlCompiler: Prohibit non-resettable undefined assignmentUlf Hermann2024-02-057-22/+106
| | * QmlCompiler: Prohibit resetting of propertiesUlf Hermann2024-02-055-1/+88
| | * QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-038-18/+77
| | * Fix polish issue in quick text editSanthosh Kumar2024-02-023-4/+77
| | * QQmlProperty: fix signal handler warningFabian Kosmale2024-02-013-6/+30
| | * QtQuick: Do not crash on broken statesUlf Hermann2024-02-013-15/+44
| | * qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-02-012-1/+15
| | * setInternalClass: Correctly handle deleted propertiesFabian Kosmale2024-02-012-2/+27
| | * qmlprofiler: Fix data sortingUlf Hermann2024-02-011-76/+134
| | * Workaround for crash on derefWindow on application shutdownRobert Griebl2024-01-311-2/+2
| | * masm: Don't crash on failed MADV_DONTNEED on LinuxAntonio Napolitano2024-01-311-6/+5
| | * Update dependencies on 'tqtc/lts-6.5' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2024-01-271-5/+5
| | * DA: align delivery of mouse, touch, and synthesized mouse events to childMous...Richard Moe Gustavsen2024-01-253-59/+81
| | * Fix debug build when FEATURE_qml_debug is OFFVladimir Belyavsky2024-01-241-0/+4
| | * Doc: Revise Qt Quick Text reference pageAndreas Eliasson2024-01-241-20/+44
| | * FileDialog: set url schema when using the file name text fieldOliver Eftevaag2024-01-232-1/+46
| | * Doc: add note about placeholder text to Material style documentationMitch Curtis2024-01-232-1/+10
| | * Doc: explain how Dialog's padding worksMitch Curtis2024-01-231-0/+4
| | * Doc: Fix link to Material Design card componentAndreas Eliasson2024-01-231-1/+1
| | * Doc: Describe correct case for stylesAndreas Eliasson2024-01-231-1/+1
| | * Doc: Add CMake section about how to include .qrc files in a projectAndreas Eliasson2024-01-231-5/+32
| | * Change the way tests and examples query the qmldir file from QML plugin targetsAlexey Edelev2024-01-235-19/+16
| | * QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-223-1/+53