aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* skip filtering during post-delivery if there are no PointerHandlersv5.10.1Shawn Rutledge2018-02-061-0/+2
* Add changes file for Qt 5.10.1Antti Kokko2018-02-061-0/+109
* Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-022-3/+16
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-0224-110/+500
|\
| * Doc: add C++11 lambda examples for qmlRegisterSingletonType()J-P Nurmi2018-02-021-0/+25
| * Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
| * If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-026-4/+166
| * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-022-0/+21
| * Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
| * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-025-66/+215
| * Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-022-29/+19
| * Add a link to the "Using C++ Models in QML Tutorial" videoMitch Curtis2018-02-011-0/+4
| * Improve persistent/weak value allocation performanceSimon Hausmann2018-01-311-10/+24
| * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-314-0/+21
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-3111-23/+80
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-3111-23/+80
| |\|
| | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-313-11/+23
| | * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-276-10/+40
| | * Add README for tests/auto/bicMitch Curtis2018-01-271-0/+13
| | * QQuickItem::stackBefore/After: print more useful warningsMitch Curtis2018-01-241-2/+4
* | | Example: Switch to offine datasetVenugopal Shivashankar2018-01-3128-236/+3026
* | | Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-312-6/+13
* | | Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-315-16/+212
* | | Blacklist QTBUG_34576_velocityZero ListView test on macOS 10.11Shawn Rutledge2018-01-311-0/+3
|/ /
* | Fix Shapes not playing well with QtGraphicalEffectsPaolo Angelelli2018-01-314-6/+37
* | Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-314-5/+565
* | Make sure we send the UngrabMouse event when clearing grabbersJan Arve Sæther2018-01-261-1/+5
* | Fix uploading of compressed textures of ETC2_EAC typeEirik Aavitsland2018-01-261-1/+2
* | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-249-75/+87
|\|
| * Fix namespace builds with -no-qml-debugJoni Poikelin2018-01-231-0/+5
| * Add details about URL redirection/interception to changes-5.9.4Ulf Hermann2018-01-231-1/+7
| * Doc: Do make 'Licenses and Attributions' valid for multiple Qt versionsKai Koehne2018-01-222-3/+5
| * Doc: Rename Renderer page to 'Scene Graph OpenGL Renderer'Kai Koehne2018-01-221-5/+6
| * Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-223-44/+42
| * Remove another call to QOpenGLContext::currentContext()Erik Verbruggen2018-01-191-1/+1
| * Doc: Improve "Qt Quick Scene Graph Renderer"Kai Koehne2018-01-191-21/+21
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-24114-660/+1807
|\|
| * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| * Blacklist tst_TouchMouse::buttonOnDelayedPressFlickable() on mingwUlf Hermann2018-01-181-0/+2
| * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-186-17/+144
| |\
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-186-17/+144
| | |\
| | | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-173-9/+56
| | | * Blacklist test_move() in tst_qquickcustomaffector on win/gccUlf Hermann2018-01-172-7/+10
| | | * Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
| | | * Add changes file for Qt 5.9.4Antti Kokko2018-01-081-0/+77
| * | | Fix illegal name setup in qmlcachegenSimon Hausmann2018-01-181-0/+2
| * | | QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| * | | Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
| |/ /
| * | Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70