aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Stop the animation driver when no animations are ticking.Gunnar Sletta2014-04-041-1/+2
* Use global context sharing from QtGui instead of QSGContextJocelyn Turcotte2014-04-047-30/+9
* Initialize variables in QQuickItemParticleGunnar Sletta2014-04-041-1/+1
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-033-8/+8
* Use RAII for VME profilerUlf Hermann2014-04-034-151/+80
* QtQuick test: Do not complain about Qt specific argumentsKai Koehne2014-04-031-17/+23
* Fix 'missing header' compilation error (shadow build)Kai Koehne2014-04-031-1/+1
* Work around warning by GCC 4.8 with -O3 about array out of boundsThiago Macieira2014-04-021-2/+2
* On Mac only editable text input should receive tab focusLiang Qi2014-04-021-5/+6
* Reduce memory consumption of runtime compiled QML typesSimon Hausmann2014-04-024-7/+87
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-0215-45/+78
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-022-2/+4
* Fix compilation of script stringsSimon Hausmann2014-04-028-33/+117
* PinchArea docs: elaborate on confusing aspectsShawn Rutledge2014-04-011-11/+22
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-012-0/+2
* Move inline function Bool Runtime::compareEqual() above usage.Friedemann Kleint2014-04-011-19/+19
* Making the CHUNKSIZE setable via environment variableKarim Pinter2014-04-011-4/+8
* Fix typoSimon Hausmann2014-04-017-9/+9
* Document the QSG_VISUALIZE environment variable.Mitch Curtis2014-03-316-0/+117
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-311-2/+1
* Don't crash when render node doesn't have a batchrootGunnar Sletta2014-03-311-1/+3
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-298-10/+8
* Eliminate noop translation bindingsSimon Hausmann2014-03-296-64/+45
* Remove dead codeSimon Hausmann2014-03-293-38/+0
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-295-38/+205
* Destroy render loop when QCoreApplication is cleaned up.Gunnar Sletta2014-03-292-8/+9
* Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-283-8/+17
* Remove custom code for converting from QString to QColorSimon Hausmann2014-03-281-47/+5
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-281-1/+5
* V4 string table cleanupsSimon Hausmann2014-03-283-18/+19
* Various cleanupsSimon Hausmann2014-03-2810-164/+205
* Fix crash in sparse array handlingSimon Hausmann2014-03-281-12/+13
* Fix a link in QQuickDragAttached::dragType documentationJędrzej Nowacki2014-03-281-1/+1
* Fix interpreter math routines.Erik Verbruggen2014-03-281-6/+9
* Fix double deletionSimon Hausmann2014-03-281-1/+1
* Doc: Add a module page for Qt Quick WidgetsTopi Reinio2014-03-281-1/+18
* Fix QtSharedPointer::ExternalRefCountData object leak in v4 engineLiang Jian2014-03-281-4/+5
* Doc: Document signals (not handlers) under \qmlattachedsignalSze Howe Koh2014-03-285-28/+40
* Be a bit more conservative with allocating memoryLars Knoll2014-03-271-2/+2
* Fix instantiation of QML list models with custom object propertiesSimon Hausmann2014-03-271-6/+1
* Remove the scribble option from the memory managerLars Knoll2014-03-271-7/+0
* Get rid of collectDeletablesLars Knoll2014-03-276-45/+24
* Optimize ExecutionContext::setPropertyLars Knoll2014-03-271-1/+7
* Don't use scopes in the instanceOf operatorLars Knoll2014-03-271-9/+9
* Optimize construct callsLars Knoll2014-03-273-1/+3
* Save another 4/8 bytes per QQmlBoundSignalExpressionSimon Hausmann2014-03-272-2/+2
* Let render loop be more tolerant wrt when markDirty is called.Gunnar Sletta2014-03-272-0/+6
* Call tzset() from getLocalTZA() so we learn about tz changesIain Lane2014-03-271-0/+1
* Document limitations of QQuickWindow::createTextureXxx functions.Gunnar Sletta2014-03-271-2/+10
* Fix build on older MinGWKonstantin Ritt2014-03-271-1/+14