aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | touchEvent_propagation: remove some QWaitsShawn Rutledge2018-02-051-6/+3
| | | | * | 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-053-0/+24
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-054-1/+242
| | | |\| | | | | | |/ | | | |/|
| | | | * Add QQuickWindow synthMouseFromTouch testShawn Rutledge2018-02-031-0/+107
| | | | * add tst_qquickwidget::synthMouseFromTouch testShawn Rutledge2018-02-031-2/+117
| | | | * qmlprofiler tool: In attach mode, finish when connection dropsUlf Hermann2018-02-022-0/+19
| | | * | 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
* | | | | Add support for qtquick_compiler_add_resources with cmake buildsSimon Hausmann2018-02-157-0/+122
* | | | | Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-153-2/+3
|/ / / /
* | | | Use QOverload instead of static_cast for connectJesus Fernandez2018-02-151-1/+1
* | | | qqmlprofilereventreceiver_p.h: Add "We mean it" commentv5.11.0-alpha1Friedemann Kleint2018-02-141-0/+11
* | | | Clear the last value when removing propertiesErik Verbruggen2018-02-141-0/+3
* | | | doc: Add documentation for undocumented thingsMartin Smith2018-02-148-9/+65
* | | | Fix typosJarek Kobus2018-02-143-6/+6
* | | | ScenGraph: Prefer printf style loggingKai Koehne2018-02-139-109/+116
* | | | Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
* | | | Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-135-3/+56
* | | | Fix memory leak with ListModel.getSimon Hausmann2018-02-122-3/+35
* | | | Windows: Fix tst_QQmlDebugProcess failureFriedemann Kleint2018-02-121-0/+1
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-097-16/+17
* | | doc: Add template parameters to \fn commandsMartin Smith2018-02-091-8/+8
* | | Fix crashes on WinRT when allocation of executable memory is disabledSimon Hausmann2018-02-094-6/+16
* | | QmlDebug: Clear profiler client's trackedEngines on clear()Ulf Hermann2018-02-081-0/+1
* | | Fix misleading doc for kerningRobert Loehning2018-02-083-9/+9
* | | QQmlProfilerService: Don't crash test if client is never createdUlf Hermann2018-02-081-0/+3
* | | Stabilize testLars Knoll2018-02-081-2/+2
* | | Fix CONFIG+=qtquickcompiler with multiple resource filesSimon Hausmann2018-02-083-21/+28