| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-02-06 | 1 | -0/+1 | |
| | |\| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | Run qtEnsurePluginResourcesCpp() from qtquickcompiler.prf | Ulf Hermann | 2020-01-30 | 1 | -0/+1 | |
| | * | | | | | | | | | | | Add support for file selectors to qml tool | Thomas Hartmann | 2020-02-04 | 1 | -0/+13 | |
| * | | | | | | | | | | | | qmlformat: Enforce more of the coding conventions | Maximilian Goldstein | 2020-02-12 | 1 | -1/+54 | |
| * | | | | | | | | | | | | Use QTypeRevision for all versions and revisions | Ulf Hermann | 2020-02-03 | 9 | -93/+107 | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-31 | 5 | -101/+330 | |
| |\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | qmlformat: Support even more language features | Maximilian Goldstein | 2020-01-30 | 5 | -101/+330 | |
| * | | | | | | | | | | | Quick: Don't qualify OpenGL includes | Ulf Hermann | 2020-01-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-25 | 1 | -0/+10 | |
| |\| | | | | | | | | | | ||||||
| | * | | | | | | | | | | CMake: Add Qt6 forward compatible CMake API | Alexandru Croitor | 2020-01-24 | 1 | -0/+10 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-21 | 1 | -25/+26 | |
| |\| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-01-20 | 1 | -25/+26 | |
| | |\| | | | | | | | | | ||||||
| | | * | | | | | | | | | qml: Fix options that need to be set before QApplication instantiation | Friedemann Kleint | 2020-01-15 | 1 | -25/+26 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-20 | 5 | -17/+105 | |
| |\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Replace QVariant::type with QVariant::userType | Olivier Goffart | 2020-01-17 | 1 | -1/+1 | |
| | * | | | | | | | | | qmlformat: Fix some language features being unsupported | Maximilian Goldstein | 2020-01-17 | 3 | -15/+103 | |
| | * | | | | | | | | | QQmlListProperty: Add replace and removeLast functions | Ulf Hermann | 2020-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | | Remove qmlmin | Ulf Hermann | 2020-01-15 | 3 | -709/+1 | |
| * | | | | | | | | | | Make QtQml work with the latest changes in qtbase | Lars Knoll | 2020-01-14 | 1 | -3/+3 | |
| * | | | | | | | | | | Adapt to the removal of QObject::staticQtMetaObject | Olivier Goffart | 2020-01-14 | 1 | -10/+1 | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-14 | 20 | -238/+2629 | |
| |\| | | | | | | | | | ||||||
| | * | | | | | | | | | qmllint: Consider failure to find imports an error | Ulf Hermann | 2020-01-13 | 1 | -0/+1 | |
| | * | | | | | | | | | qmllint: Consider attached properties | Ulf Hermann | 2020-01-13 | 1 | -0/+10 | |
| | * | | | | | | | | | qmllint: parse simple type assertions | Ulf Hermann | 2020-01-13 | 4 | -9/+46 | |
| | * | | | | | | | | | qmllint: Assume "parent" property is always document parent | Ulf Hermann | 2020-01-13 | 3 | -0/+12 | |
| | * | | | | | | | | | qmllint: Resolve aliases | Ulf Hermann | 2020-01-13 | 7 | -128/+272 | |
| | * | | | | | | | | | qmllint: Analyze member access | Ulf Hermann | 2020-01-13 | 6 | -77/+290 | |
| | * | | | | | | | | | qmlformat: Fix default construction of Comment | Ulf Hermann | 2020-01-10 | 1 | -2/+2 | |
| | * | | | | | | | | | qmllint: parse JS files for methods | Ulf Hermann | 2020-01-10 | 2 | -140/+196 | |
| | * | | | | | | | | | qmllint: Clean up access to m_exportedName2Scope | Ulf Hermann | 2020-01-10 | 1 | -11/+12 | |
| | * | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15" | Qt Forward Merge Bot | 2020-01-09 | 2 | -2/+3 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-01-09 | 2 | -2/+3 | |
| | | |\| | | | | | | | | ||||||
| | | | * | | | | | | | | Use the correct icon filename for QML Runtime on Windows | Shawn Rutledge | 2020-01-01 | 1 | -1/+1 | |
| | | | * | | | | | | | | Fix usage of qtquickcompiler.prf after lrelease.prf | Joerg Bornemann | 2019-12-17 | 1 | -1/+2 | |
| | * | | | | | | | | | | qmlformat/dumpastvisitor: Fix a few segfaults | Maximilian Goldstein | 2020-01-09 | 1 | -3/+8 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | qmlformat: Fix whitespace for parameter defaults | Maximilian Goldstein | 2020-01-08 | 2 | -5/+5 | |
| | * | | | | | | | | | tools/qmlformat: Improve formatting quite a bit | Maximilian Goldstein | 2019-12-20 | 3 | -18/+72 | |
| | * | | | | | | | | | qtdeclarative/tools: Implement qmlformat | Maximilian Goldstein | 2019-12-19 | 9 | -1/+1862 | |
| | * | | | | | | | | | Fix Qt6 build in preparation of qt5 submodule update | Alexandru Croitor | 2019-12-19 | 1 | -2/+2 | |
| | * | | | | | | | | | Avoid deprecated non-q-prefixed hex() function | Ulf Hermann | 2019-12-17 | 1 | -1/+1 | |
| | * | | | | | | | | | qmllint: Use QHash::insert(QHash) | Liang Qi | 2019-12-16 | 1 | -5/+1 | |
| * | | | | | | | | | | Fix build without features.commandlineparser | Tasuku Suzuki | 2019-12-27 | 1 | -2/+1 | |
| * | | | | | | | | | | Fix -no-gui build on macOS | Tasuku Suzuki | 2019-12-27 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-12-14 | 1 | -1/+5 | |
| |\| | | | | | | | | | ||||||
| | * | | | | | | | | | qmllint: Avoid QHash::unite() | Ulf Hermann | 2019-12-13 | 1 | -1/+5 | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-12-12 | 16 | -1727/+1156 | |
| |\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | qmllint: Handle unversioned import statements in qmldir files | Ulf Hermann | 2019-12-11 | 2 | -7/+19 | |
| | * | | | | | | | | qmllint: Read app.qmltypes files for extra type resolution | Ulf Hermann | 2019-11-18 | 2 | -74/+113 | |
| | * | | | | | | | | qmllint: Remove special cases for Component, QtObject, and Connections | Ulf Hermann | 2019-11-18 | 1 | -16/+0 | |
| | * | | | | | | | | qmllint: Cleanup | Ulf Hermann | 2019-11-18 | 16 | -1659/+1053 | |
