| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set explicit default security level of all files with default security | Jan Arve Sæther | 2025-09-17 | 1 | -0/+1 |
| * | Doc: Replace \instantiates with \nativetype | Paul Wicking | 2024-08-20 | 1 | -3/+3 |
| * | QtQuick: Straighten out some logging categories | Ulf Hermann | 2024-06-19 | 1 | -4/+0 |
| * | Defer automatic Window transient parent until component completion | Tor Arne Vestbø | 2023-10-18 | 1 | -19/+2 |
| * | Clarify relation between transient parent and child in debug logging | Tor Arne Vestbø | 2023-09-29 | 1 | -2/+2 |
| * | Use correct names for QEventPoint::State, PointerDevice::GrabTransition | Shawn Rutledge | 2023-04-14 | 1 | -7/+8 |
| * | doc: Add qml PointerDevice, pointingDeviceUniqueId and PointerEvent | Shawn Rutledge | 2023-02-28 | 1 | -0/+134 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Quick: includemocs | Marc Mutz | 2022-04-29 | 1 | -0/+2 |
| * | Fix crash on Windows | Fabian Kosmale | 2020-08-18 | 1 | -1/+0 |
| * | Clean up QT_CONFIG(opengl) | Paul Olav Tvete | 2020-06-17 | 1 | -5/+5 |
| * | Remove OpenGLInfo | Laszlo Agocs | 2020-05-20 | 1 | -3/+0 |
| * | Provide a macro for qmlRegisterTypeNotAvailable | Ulf Hermann | 2020-02-12 | 1 | -7/+0 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Register PointerScrollEvent and document the WheelHandler.wheel signal | Shawn Rutledge | 2020-01-13 | 1 | -1/+3 |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-09-12 | 1 | -0/+2 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-08-28 | 1 | -0/+2 |
| | | |\ |
|
| | | | * | Fix build with -no-feature-quick-sprite | Johan Klokkhammer Helsing | 2019-08-27 | 1 | -0/+2 |
| * | | | | Generate registrations for all imports | Ulf Hermann | 2020-01-10 | 1 | -198/+1 |
| * | | | | qquickitemsmodule: Fix build with -no-feature-quick-draganddrop | Timo Aarnipuro | 2019-10-04 | 1 | -1/+1 |
| * | | | | Fix build without quick_animatedimage | Ulf Hermann | 2019-10-04 | 1 | -1/+1 |
| * | | | | Specify parameters of type registration in class declarations | Ulf Hermann | 2019-09-26 | 1 | -283/+165 |
| * | | | | Add dragThreshold property to Event Handlers | Shawn Rutledge | 2019-09-19 | 1 | -0/+3 |
| |/ / / |
|
| * | | | Fix build with -no-feature-quick-path | Johan Klokkhammer Helsing | 2019-08-30 | 1 | -0/+2 |
| * | | | QQuickDragHandler: Add revision to snapMode | Ulf Hermann | 2019-08-28 | 1 | -0/+1 |
| * | | | Harmonize meta object revisions and minor versions | Ulf Hermann | 2019-08-26 | 1 | -13/+13 |
| * | | | Move currentFrame and frameCount properties up to QQuickImageBase | Shawn Rutledge | 2019-08-24 | 1 | -0/+3 |
| * | | | qqml.h: add qmlRegisterAnonymousType | Fabian Kosmale | 2019-08-21 | 1 | -20/+20 |
| * | | | Fix build without features.quick_gridview | Tasuku Suzuki | 2019-08-19 | 1 | -0/+2 |
| * | | | Add QQuickPathMultiLine | Paolo Angelelli | 2019-07-18 | 1 | -0/+1 |
| * | | | Fix build without quick_itemview | Tasuku Suzuki | 2019-07-09 | 1 | -0/+2 |
| * | | | Add QQuickPathPolyline | Paolo Angelelli | 2019-05-28 | 1 | -0/+1 |
| * | | | Add scale property to QQuickPath | Paolo Angelelli | 2019-06-04 | 1 | -0/+1 |
| * | | | Add a feature for Drag&Drop support in Qt Quick | Ulf Hermann | 2019-05-23 | 1 | -1/+3 |
| * | | | Add WheelHandler | Shawn Rutledge | 2019-04-27 | 1 | -1/+5 |
| * | | | QQuickTableView: add new 'syncView' property | Richard Moe Gustavsen | 2019-04-23 | 1 | -0/+3 |
| * | | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple files | Ulf Hermann | 2019-02-06 | 1 | -1/+0 |
| |/ / |
|
| * / | Add itemAtIndex to quick views | Paolo Angelelli | 2019-01-17 | 1 | -0/+4 |
| |/ |
|
| * | Add dynamically-created Event Handlers to the relevant handlers vector | Shawn Rutledge | 2018-12-07 | 1 | -7/+9 |
| * | QQuickTableView: move TableView from Qt.labs to QtQuick | Richard Moe Gustavsen | 2018-08-22 | 1 | -0/+6 |
| * | Increase fine-grained signals for some properties in Text | Aleix Pol | 2018-07-31 | 1 | -0/+1 |
| * | Increase fine-grained signals for some properties in Flickable | Aleix Pol | 2018-07-31 | 1 | -0/+1 |
| * | Get rid of Qt.labs.handlers import, merge into QtQuick 2.12 | Shawn Rutledge | 2018-07-17 | 1 | -0/+36 |
| * | Add Flickable.synchronousDrag property | Shawn Rutledge | 2018-07-12 | 1 | -0/+1 |
| * | Add support for horizontal gradients in Rectangle | Michael Brasser | 2018-05-03 | 1 | -0/+1 |
| * | Add finished() signal to AnimatedSprite | Mitch Curtis | 2018-02-26 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -0/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2018-01-24 | 1 | -0/+6 |
| | |\ |
|
| | | * | Add new logging category qt.quick.window.transient | Shawn Rutledge | 2017-12-15 | 1 | -0/+6 |
| * | | | Support masking of QQuickItems | Paolo Angelelli | 2018-01-25 | 1 | -0/+1 |