aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-041-54/+12
|\
| * Revert "Add listing of the components and scripts that belongs to the qml mod...Alexey Edelev2023-02-081-54/+12
| * Revert "Trim file names before adding them to qml components and scripts"Alexey Edelev2023-02-081-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-111-2/+2
|\|
| * Trim file names before adding them to qml components and scriptsAlexey Edelev2022-10-071-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-092-14/+56
|\|
| * Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2022-06-301-12/+54
| * QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-241-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-233-17/+12
|\|
| * CMake: Fix handling of empty qrc files with qtquickcompilerAlexandru Croitor2022-02-081-3/+8
| * qml{plugindump|importscanner}: Don't mix std::cerr and std::wcerrUlf Hermann2022-01-072-14/+4
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2490-990/+990
|/
* qmlplugindump: Fix overload ambiguityMaximilian Goldstein2021-02-111-6/+8
* Update commercial license headersTarja Sundqvist2021-02-0290-990/+990
* Use load(qt_tool) for qmltimeLi Xinwei2020-12-081-1/+2
* Fix OPTIONS argument of qtquick_compiler_add_resourcesJoerg Bornemann2020-10-211-1/+1
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-071-1/+5
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-071-1/+4
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-062-38/+11
* qmlimportscanner: don't include QtQuick.Controls.xxx.impl as depdendencyAssam Boudjelthia2020-09-171-0/+4
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-162-2/+11
* qmlformat: Fix template literalsMaximilian Goldstein2020-09-041-0/+6
* Add cmake directory dependency for .rcc files process by qmlcachegenUlf Hermann2020-07-041-0/+1
* QtQuickCompiler: list rcc file as dependency of generated filesUlf Hermann2020-07-031-1/+4
* qmlformat: Fix handling of empty blocksMaximilian Goldstein2020-07-031-1/+7
* qmlformat: Fix nested functionsMaximilian Goldstein2020-07-032-4/+15
* qmlformat: Fix nested ifsMaximilian Goldstein2020-07-021-19/+21
* Revive QTQUICK_COMPILER_SKIPPED_RESOURCESUlf Hermann2020-07-021-0/+12
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-07-021-0/+4
* qmlformat: Fix inline componentsMaximilian Goldstein2020-07-022-0/+44
* qmlformat: Fix multiline bindingsMaximilian Goldstein2020-07-021-0/+12
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-07-013-5/+10
* qtquickcompiler: Fix compilation from different drive (Windows)Kai Koehne2020-06-161-2/+1
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-262-6/+5
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-252-2/+2
* TypeDescriptionReader: Read alias and isFlag for enumsv5.15.0-beta4Ulf Hermann2020-04-092-1/+13
* qmltyperegistrar: Use target instead of template nameMaximilian Goldstein2020-03-263-16/+52
* qmlformat: Fix inconsistent if statementsMaximilian Goldstein2020-03-251-4/+30
* qmlformat: Improve comment attachmentMaximilian Goldstein2020-03-253-5/+18
* qmlformat: Add option for alternative line endingsMaximilian Goldstein2020-03-251-4/+31
* qmllint: Fix typoFabian Kosmale2020-03-241-1/+1
* qmllint: Break inheritance cyclesUlf Hermann2020-03-191-0/+17
* qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-171-2/+19
* qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-171-3/+18
* qmllint: Use fully qualified QML type names as superClassUlf Hermann2020-03-162-9/+11
* qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-161-11/+17
* Add missing QPainterPath includesUlf Hermann2020-03-091-0/+1
* Add missing QPainterPath includesMitch Curtis2020-03-091-0/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-024-4/+4
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-029-23/+25