| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete splitting of delivery logic qqwindow.cpp -> deliveryagent.cppwip/qquickdeliveryagent | Shawn Rutledge | 2021-02-17 | 3 | -11/+24 |
* | Merge branch wip/qquickdeliveryagent into dev | Shawn Rutledge | 2021-02-17 | 1 | -0/+1989 |
|\ |
|
| * | Stage 4: remove non-delivery code from qquickdeliveryagent.cpp | Shawn Rutledge | 2021-02-17 | 1 | -3026/+0 |
| * | Stage 3: remove non-delivery code from qquickdeliveryagent.cpp | Shawn Rutledge | 2021-02-17 | 1 | -827/+1 |
| * | Stage 2: splitting parts of qquickwindow.cpp to qquickdeliveryagent.cpp | Shawn Rutledge | 2021-02-17 | 1 | -0/+0 |
* | | Remove code from qqwindow.cpp to be split into qqdeliveryagent.cpp | Shawn Rutledge | 2021-02-17 | 1 | -1956/+12 |
|/ |
|
* | Update localstore example to use QtQuickControls2 | Oliver Eftevaag | 2021-02-16 | 8 | -135/+35 |
* | Uniformly support shebang | Fawzi Mohamed | 2021-02-15 | 14 | -20/+29 |
* | Rename DBG_* logging categories in Qt Quick | Shawn Rutledge | 2021-02-15 | 8 | -71/+71 |
* | Add QWindow and QQuickWindow overloads for qmlInfo() | Mitch Curtis | 2021-02-15 | 1 | -0/+15 |
* | Blacklist a few tst_qquickflickable tests on macOS | Tor Arne VestbΓΈ | 2021-02-15 | 1 | -0/+5 |
* | qquicktextinput: Fix Undo history for IM event | Bartlomiej Moskal | 2021-02-15 | 1 | -4/+6 |
* | QQmlPropertyBinding: Create more verbose binding loop warning | Fabian Kosmale | 2021-02-15 | 1 | -1/+6 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-13 | 1 | -2/+2 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-13 | 1 | -2/+2 |
* | MouseArea: fix containsMouse behavior during visibility changes | Volker Hilsheimer | 2021-02-12 | 3 | -0/+66 |
* | Animation: Export the remaining QtQuick animation types | Ulf Hermann | 2021-02-12 | 1 | -3/+3 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-12 | 1 | -2/+2 |
* | QML: Warn about usage of injected signal parameters | Ulf Hermann | 2021-02-12 | 10 | -23/+104 |
* | Support runtime functions evaluation by index through QQmlEngine | Andrei Golubev | 2021-02-12 | 6 | -0/+99 |
* | Transform JSCallData args setting into a function | Andrei Golubev | 2021-02-12 | 4 | -22/+85 |
* | qmllint: Fix false unknown grouped property warning | Maximilian Goldstein | 2021-02-12 | 4 | -9/+8 |
* | Unregister value types when tearing down QML types | Ulf Hermann | 2021-02-12 | 23 | -218/+162 |
* | Deprecate qmlplugindump | Ulf Hermann | 2021-02-12 | 5 | -0/+15 |
* | Use functions as signal handlers when accessing parameters | Ulf Hermann | 2021-02-12 | 38 | -59/+62 |
* | tst_qqmlengine: remove unused QSKIP | Samuli Piippo | 2021-02-12 | 2 | -9/+0 |
* | Doc: Add missing \inmodule command | Nico Vertriest | 2021-02-12 | 2 | -0/+3 |
* | Doc: Fix CI warnings qtdeclarative | Nico Vertriest | 2021-02-12 | 1 | -10/+10 |
* | Replace QScopedPointer with std::unique_ptr | Volker Hilsheimer | 2021-02-12 | 4 | -27/+27 |
* | Doc: Avoid unqualified lookup in the signals documentation | Ulf Hermann | 2021-02-12 | 1 | -2/+2 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-12 | 1 | -2/+2 |
* | qmllint: Warn about too many or mismatched signal parameters | Ulf Hermann | 2021-02-11 | 4 | -16/+82 |
* | QML: Warn about variables being used before their declaration | Ulf Hermann | 2021-02-11 | 7 | -22/+71 |
* | QQuickWidget/Documentation: Mention the need to set the graphics API | Friedemann Kleint | 2021-02-11 | 1 | -3/+7 |
* | SoftwareImageNodes: Initialize member variable | David Edmundson | 2021-02-11 | 1 | -1/+1 |
* | QHashedString(Ref): Use QStringView internally | Fabian Kosmale | 2021-02-11 | 3 | -99/+28 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-11 | 1 | -2/+2 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-11 | 1 | -2/+2 |
* | Enable tests of manually registered types | Alexey Edelev | 2021-02-10 | 2 | -9/+5 |
* | qmlformat: Use a struct to hold the command line options | Furkan Uzumcu | 2021-02-10 | 1 | -80/+112 |
* | Restore String size assert | Fabian Kosmale | 2021-02-10 | 1 | -0/+2 |
* | QV4::Lookup: update comment about gc assumption | Fabian Kosmale | 2021-02-10 | 1 | -0/+1 |
* | QQmlPropertyPrivate: Remove documentation about flags parameter | Fabian Kosmale | 2021-02-10 | 1 | -3/+0 |
* | Use QQmlBinding::Ptr typedef | Fabian Kosmale | 2021-02-10 | 1 | -7/+7 |
* | Fix QJSValue string parameters used in signals | Maximilian Goldstein | 2021-02-10 | 3 | -1/+33 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-10 | 1 | -2/+2 |
* | Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATH | Ulf Hermann | 2021-02-10 | 6 | -41/+54 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-10 | 1 | -2/+2 |
* | Update dependencies on 'dev' in qt/qtdeclarative | Qt Submodule Update Bot | 2021-02-09 | 1 | -2/+2 |
* | Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPath | Ulf Hermann | 2021-02-09 | 10 | -17/+17 |