aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix reading of shader sources in scene graph examplehjk2014-03-273-32/+8
* 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
* Use an offscreen surface in CanvasLaszlo Agocs2014-03-272-3/+6
* Pass the actual window format to the offscreen surface during cleanupLaszlo Agocs2014-03-272-1/+3
* Fix warnings about deprecated construction of QStrings from ASCII.Friedemann Kleint2014-03-271-2/+2
* Don't create prototype objects for bindingsLars Knoll2014-03-251-2/+2
* Optional reporting of GC statistics to stdoutLars Knoll2014-03-252-13/+46
* Remove unused methodLars Knoll2014-03-252-13/+4
* Remove code for conservative GCLars Knoll2014-03-252-187/+0
* Correctly parse unicode escape sequences between 0 and u001fLars Knoll2014-03-251-2/+0
* Small fixesLars Knoll2014-03-251-4/+5