aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix typo in calqlatr example doc.Mitch Curtis2014-03-251-1/+1
* Fix some documentation errors.Friedemann Kleint2014-03-2414-42/+40
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-242-0/+25
* tests: fix tst_qqmllanguage::importIncorrectCase() and errors(incorrectCase)Liang Qi2014-03-241-13/+19
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-244-0/+60
* 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-2016-8/+526
* 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-195-4/+116
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-1918-243/+54
* QQuickWidget: Fix SizeViewToRootObjectPaul Olav Tvete2014-03-192-14/+10
* Invalidate all batches potentially affected by a change.Gunnar Sletta2014-03-194-3/+116
* 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-195-37/+101
* Cleanup: Get rid of QQmlScript::TypeReferenceSimon Hausmann2014-03-193-18/+9
* Cleanup: Remove dead codeSimon Hausmann2014-03-193-49/+0
* CleanupSimon Hausmann2014-03-194-135/+88
* Clean up script importsSimon Hausmann2014-03-198-335/+318
* Clean, part 3Simon Hausmann2014-03-196-50/+18
* Use Q_ASSERT instead of assertLars Knoll2014-03-1913-64/+55
* Enable constant propagation for all typesLars Knoll2014-03-193-13/+28
* Fixes to for...in statementLars Knoll2014-03-199-11/+40
* Optimize construction of SimpleArrayDataLars Knoll2014-03-193-2/+5
* Dynamic GL in QuickLaszlo Agocs2014-03-1812-99/+118
* Add surface format to QQuickWidget.Laszlo Agocs2014-03-184-3/+62
* Release the mouse grab from PinchArea when it's not needed anymoreUlf Hermann2014-03-181-5/+8
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-1813-37/+36
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-1820-237/+428
* Save painting events in Qt5 style with thread ID from qmlprofilerUlf Hermann2014-03-185-22/+24