aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix some documentation errors.Friedemann Kleint2014-03-2412-38/+36
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-241-0/+5
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-241-0/+4
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-2115-49/+22
* Fix QQuickView::grabWindow() on retina displaysMorten Johan Sørvig2014-03-205-5/+5
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-204-8/+85
* Clearly point out the distinction between GUI and Render threads.Gunnar Sletta2014-03-208-12/+49
* Finish QML test cases after waiting for deletionUlf Hermann2014-03-191-1/+1
* Behavior fix when creating QML windowsFabian Bumberger2014-03-191-1/+19
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-1917-242/+52
* QQuickWidget: Fix SizeViewToRootObjectPaul Olav Tvete2014-03-192-14/+10
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-192-3/+12
* Set correct FBO size for devicePixelRatio != 1Morten Johan Sørvig2014-03-191-1/+1
* Compilation fixaavit2014-03-191-8/+7
* Clear the chain of incubated objects in QQmlIncubatorPrivate::clearAlbert Astals Cid2014-03-191-14/+14
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-193-18/+9
* Cleanup: Remove dead codeSimon Hausmann2014-03-193-49/+0