aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
* Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-106-39/+27
* Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-03-281-6/+10
* Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
* Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36
* Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-138-23/+29
* Fix accidental assignment in assertionSimon Hausmann2017-03-131-1/+1
* JS: Fix 0 == -0Erik Verbruggen2017-03-081-0/+2
* QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
* Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
* Add feature.qml-profiler with extended build dependenciesStephan Binner2017-02-241-0/+13
* Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-5/+10
* Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-044-67/+104
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-021-2/+2
* Prevent propagating results of a phi node into another phi nodeErik Verbruggen2017-02-011-8/+37
* Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-012-5/+5
* Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-014-10/+15
* Doc: Fix documentation warningsTopi Reinio2017-01-305-14/+26
* QQmlTypeCompiler: Fix read after free in tst_qqmllanguageRobin Burchell2017-01-281-2/+1
* Fix build without features.temporaryfileTasuku Suzuki2017-01-271-0/+5
* Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
* Fix memory leak in V4Gunnar Sletta2017-01-191-1/+1
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
* Clarify that QML's date object includes timeKavindra Palaraja2017-01-161-2/+2
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-1/+9
|\
| * Fix incorrect JavaScript evaluation with the JITv5.8.0Simon Hausmann2017-01-061-1/+9
* | Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
* | QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
* | QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-112-11/+13
* | Doc: Rearranged order of Extending QML ExamplesNico Vertriest2017-01-091-0/+36
* | Clarified that QQmlListProperty can only be used for lists of QObject-derived...Kavindra Palaraja2017-01-051-2/+3
* | Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-0/+5
* | Get rid of the GCBlockerLars Knoll2016-12-284-36/+0
* | Removed auto-generated links to internal classesKavindra Palaraja2016-12-281-0/+10
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-251-0/+5
|\|
| * V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
* | QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-202-31/+30
* | V4 Profiler: Don't delete compilation units when copying trace dataUlf Hermann2016-12-201-3/+2
* | Minor optimizationLars Knoll2016-12-131-1/+1
* | Optimize code in instanceOf() of FunctionObject::protoForConstructor()Lars Knoll2016-12-133-17/+17
* | Micro optimizationLars Knoll2016-12-131-0/+7
* | Streamline code allocating MemberDataLars Knoll2016-12-134-34/+12
* | Optimize Arguments ObjectLars Knoll2016-12-133-3/+18
* | Initialize idx in QV4::Lookup::indexedGetterFallback()Ulf Hermann2016-12-121-1/+1
* | Clean up the amount of init() methods on FunctionObjectLars Knoll2016-12-112-47/+7
* | Get rid of SimpleScriptFunctionLars Knoll2016-12-116-94/+31
* | Some smaller optimizations for indexed property accessLars Knoll2016-12-102-23/+47
* | Avoid one additional check when retrieving the Heap object from a ValueLars Knoll2016-12-101-7/+7
* | Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-093-14/+2