aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-1549-206/+480
|\
| * Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-153-5/+0
| * Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1533-186/+395
| |\
| | * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1233-186/+395
| | |\
| | | * 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
| * | | | 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
* | | | | Add a feature for qml-animationUlf Hermann2018-02-1514-7/+30
* | | | | Add a feature for QML locale supportUlf Hermann2018-02-158-3/+42
* | | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-1326-145/+214
|\| | | |
| * | | | 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-133-3/+48
| * | | | Fix memory leak with ListModel.getSimon Hausmann2018-02-121-3/+7
| |/ / /
| * | | 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
* | | | Add a feature for xmlhttprequestUlf Hermann2018-02-126-9/+32
* | | | Add a feature for ListModelUlf Hermann2018-02-129-6/+46
* | | | QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-119-6/+63
* | | | Don't crash if v8Engine is a nullptrLars Knoll2018-02-101-1/+1
* | | | QQmlProfilerService: Drop support for non-location-tracking clientsUlf Hermann2018-02-0915-61/+41