aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use [] instead of new Array() in snippetPaul Wicking2018-08-011-1/+1
* Doc: Extend ItemSelectionModel QML documentationPaul Wicking2018-07-311-4/+59
* Fix truncating of doubles to integersSimon Hausmann2018-06-213-0/+41
* Fix out of bounds stack access with the byte code interpreterSimon Hausmann2018-06-211-1/+1
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-251-8/+11
* Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-05-073-6/+14
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-04-106-61/+71
* Fix out of bounds reads in Array.concatLars Knoll2018-04-031-1/+1
* Handle function expressions as signal handlersErik Verbruggen2018-03-288-5/+41
* Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-151-10/+27
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-155-60/+100
* Fix issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-261-1/+7
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-232-9/+16
* Remove superfluous assert when traversing IRErik Verbruggen2018-02-221-1/+0
* Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-162-1/+5
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-151-0/+4
* Clear the last value when removing propertiesErik Verbruggen2018-02-141-38/+11
* Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
* Fix memory leak with ListModel.getSimon Hausmann2018-02-131-3/+7
* Prevent huge arrays to overflow the JS stack during GCErik Verbruggen2018-02-131-2/+23
* Revert "Restore a temporary QQmlInstanceModel::object() overload"J-P Nurmi2018-02-121-1/+0
* Fix memory leak with JS importsSimon Hausmann2018-02-093-1/+6
* Document how to work with arrays using QJSValueMitch Curtis2018-02-081-5/+81
* 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
* 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
* Doc: add C++11 lambda examples for qmlRegisterSingletonType()J-P Nurmi2018-02-021-0/+25
* 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
* Improve persistent/weak value allocation performanceSimon Hausmann2018-01-311-10/+24
* Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-313-0/+13
* 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
* 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-221-2/+3
* Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-222-43/+41
* Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
* 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-172-0/+18
* Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
* Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
* Use a more optimized lookup for global propertiesLars Knoll2018-01-177-14/+23
* Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
* Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
* Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-1/+1