aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * qmlplugindump: avoid warningsMarco Benelli2016-12-081-4/+7
| * QQuickWindowPrivate::dragOverThreshold(): ignore zero velocity thresholdJan Arve Saether2016-12-072-11/+15
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-0727-1244/+1355
| |\
| | * Don't read members of the binding after it has been freedLars Knoll2016-12-061-2/+1
| | * comment out all uses of QPointerUniqueId temporarilyShawn Rutledge2016-12-042-5/+6
| | * Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-042-16/+48
| | * Fix build of QtQuick compiler generated code with popScope()Simon Hausmann2016-12-021-0/+5
| | * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-3011-1159/+1210
| | * Layouts: Use QQuickItemChangeListener for more thingsRobin Burchell2016-11-304-48/+51
| | * QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-302-9/+17
| | * Make sure we cannot reload debug connectors on shutdownUlf Hermann2016-11-301-1/+4
| | * qquickwidget.cpp: move QT_END_NAMESPACE to bottomFriedemann Kleint2016-11-301-3/+2
| | * Fix caching of the current qmlContext in QQmlObjectCreatorLars Knoll2016-11-291-1/+1
| | * Merge 5.8 into 5.8.0Oswald Buddenhagen2016-11-2964-1441/+1882
| | |\
| | * | Allow for the QML engine to run on "hardened" Linux systemsSimon Hausmann2016-11-221-0/+10
| * | | Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-066-34/+21
| * | | Use QV4::Function instead of the FunctionObject in CallContextLars Knoll2016-12-065-37/+53
| * | | Add a sourceLocation() accessor to QV4::FunctionLars Knoll2016-12-062-3/+7
| * | | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-068-51/+24
| * | | V4: Simplify strict-mode setting on call context objectsErik Verbruggen2016-12-061-3/+3
| * | | 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-043-30/+11
| * | | Start cleaning up the QmlContextWrapperLars Knoll2016-12-0429-201/+116
| * | | Build benchmarks only in release modeFriedemann Kleint2016-12-021-1/+2
| * | | Remove reference to trusted-benchmarks.priFriedemann Kleint2016-12-011-2/+0
| * | | examples\..\scenegraph.pro: Remove duplicate entry textureinsgnodeFriedemann Kleint2016-12-011-1/+0
| * | | 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
| * | | Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-308-2/+255
| * | | StocQt example: Use QtQuick.Layouts instead of anchorsVenugopal Shivashankar2016-11-3011-654/+734
| * | | 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-29134-660/+645
| | |/ | |/|
| * | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-2831-135/+449
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2831-135/+449
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2526-110/+337
| | | |\ \
| | | | * | Doc: fix incorrect syntax in "Code-Behind Implementation Resource"Mitch Curtis2016-11-251-4/+4
| | | | * | QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-249-82/+172