aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | V4: Jit: inline a toBoolean conversion for 'var' typeErik Verbruggen2016-12-061-1/+31
| * | Remove unnecessary testsRobin Burchell2016-12-051-8/+4
| * | Inline the qmlScope and urlScope methodsLars Knoll2016-12-042-29/+10
| * | Start cleaning up the QmlContextWrapperLars Knoll2016-12-0426-198/+111
| * | Hint the compiler that exceptions are exceptional and not the hot pathErik Verbruggen2016-12-012-8/+9
| * | Reorder CallData building for better gcc codegenErik Verbruggen2016-12-011-6/+7
| * | V4: Make the first QML profiling check as quick as possibleErik Verbruggen2016-12-011-1/+1
| * | Make CallContext::argument constErik Verbruggen2016-12-011-2/+2
| * | V4: Scoped<T>::operator-> will always return a T*Erik Verbruggen2016-12-011-3/+8
| * | V4: Do not generate runtime calls when comparing ints/doublesErik Verbruggen2016-12-011-13/+0
| * | V4: Prevent repeatedly loading a QV4::Function pointerErik Verbruggen2016-12-011-16/+20
| * | Precalculate and cache hasQmlDependenciesErik Verbruggen2016-12-013-4/+6
| * | V4: Streamline Value::toBoolean and prevent calls to Value::type()Erik Verbruggen2016-11-291-9/+9
| * | Avoid a duplicated wasDeleted() checkLars Knoll2016-11-292-10/+10
| * | Cleanup Value::isObject/objectValue usagesLars Knoll2016-11-297-73/+87
| * | Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-2912-118/+136
| * | Clean up some duplicated methodsLars Knoll2016-11-299-43/+18
| * | Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-2911-90/+79
| * | V4: Help the C++ compiler to do more DSE by inlining more codeErik Verbruggen2016-11-294-40/+52
| * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2918-50/+40
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2810-20/+69
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2510-20/+69
| | |\
| | | * Doc: fix incorrect syntax in "Code-Behind Implementation Resource"Mitch Curtis2016-11-251-4/+4
| | | * V4: Fix JIT codegen for null/undefined conditional jumpsErik Verbruggen2016-11-231-2/+2
| | | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-9/+6
| | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-184-3/+51
| | | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
| | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
| | | * QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1412-1102/+1211
|\| | |
| * | | Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-262-2/+2
| * | | V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-243-11/+6
| * | | Fix OS platform label documentationMaurice Kalinowski2016-11-241-1/+1
| * | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-235-1073/+1130
| * | | Fix up QML grammar fileSimon Hausmann2016-11-231-14/+71
| * | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-0712-88/+88
* | | | QQmlLoggingCategory: drop reduntant QString ctorAnton Kudryavtsev2016-11-301-2/+2
* | | | QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-241-0/+10
* | | | QmlDebug: Add more information about available debug servicesUlf Hermann2016-11-232-1/+14
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-238-7/+24
|\| | |
| * | | Add a missing break statementLars Knoll2016-11-221-0/+1
| * | | QML: Add another specialization for QQmlPropertyCache::propertyErik Verbruggen2016-11-162-0/+9
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-152-2/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-5/+11
| | |\|
| | | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
| | | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
| * | | Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
| * | | V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
| * | | qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1