aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-079-34/+103
|\
| * Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
| * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
| * Add back the optional heaptrack trace pointsAndras Mantia2018-02-061-0/+15
| * Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20
| * Document that Q_GADGET classes cannot be used with newQMetaObject()Mitch Curtis2018-02-052-5/+39
| * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-0214-108/+198
|\|
| * 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-023-4/+31
| * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+3
| * Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
| * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-021-66/+84
| * Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-27/+9
| * 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-313-0/+13
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-314-22/+39
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-314-22/+39
| |\|
| | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
| | * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-272-10/+23
| | * QQuickItem::stackBefore/After: print more useful warningsMitch Curtis2018-01-241-2/+4
* | | Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-6/+12
* | | Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-311-7/+1
|/ /
* | 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-311-3/+5
* | 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-248-74/+80
|\|
| * Fix namespace builds with -no-qml-debugJoni Poikelin2018-01-231-0/+5
| * 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-2473-599/+882
|\|
| * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-181-10/+10
| |\
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-181-10/+10
| | |\
| | | * Use localPos for windowPos when passing mouse events to QQuickWidgetv5.9.4Ulf Hermann2018-01-171-9/+9
| | | * Don't recreate QOpenGLContext when the application is sharing contextsAndy Shaw2018-01-121-1/+1
| * | | 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
| * | Speed up PropertyChange state applicationSimon Hausmann2018-01-175-18/+42
| * | Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| * | Fix quadratic behavior in QQuickRepeater::clear(), take 2Lars Knoll2018-01-171-1/+4
| * | Partially revert "Optimizations for Repeater::clear() and ~QQmlItem()"Lars Knoll2018-01-171-3/+3