aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't append garbage to the function parameter slotswip/gcThiago Macieira2014-04-041-1/+2
* Regression: Fix id objects in group propertiesSimon Hausmann2014-04-043-6/+14
* Make the destroy method optionalLars Knoll2014-04-041-4/+5
* Garbage collect member dataLars Knoll2014-04-0412-43/+207
* 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-048-32/+11
* 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-023-5/+192
* 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-0218-54/+86
* Fix performance regression for bindings from QtQuick state changesSimon Hausmann2014-04-022-2/+4
* Fix compilation of script stringsSimon Hausmann2014-04-0210-33/+145
* Make example work when QOffscreenSurface == QWindowGunnar Sletta2014-04-023-36/+47
* Maroon example: use multimedia for audio; mute when inactiveShawn Rutledge2014-04-012-2/+2
* 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
* Fix compilation on QNXSergio Ahumada2014-03-311-5/+5
* Document the QSG_VISUALIZE environment variable.Mitch Curtis2014-03-316-0/+117
* Fix performance regression of parent setting during QML object creationSimon Hausmann2014-03-314-3/+37
* 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-2910-19/+15
* Eliminate noop translation bindingsSimon Hausmann2014-03-297-67/+48
* Remove dead codeSimon Hausmann2014-03-293-38/+0
* Make it possible to supply compilation units from pluginsSimon Hausmann2014-03-295-38/+205
* Enable GL context sharing for QtQuick windows by defaultSimon Hausmann2014-03-292-1/+16
* 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-285-8/+90
* Remove custom code for converting from QString to QColorSimon Hausmann2014-03-281-47/+5
* Fix crash in conversion from QVariantMap to QJSValueSimon Hausmann2014-03-282-1/+13
* V4 string table cleanupsSimon Hausmann2014-03-283-18/+19
* Various cleanupsSimon Hausmann2014-03-2810-164/+205
* Fix crash in sparse array handlingSimon Hausmann2014-03-282-12/+14
* 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-275-6/+66
* Remove the scribble option from the memory managerLars Knoll2014-03-271-7/+0
* Get rid of collectDeletablesLars Knoll2014-03-276-45/+24