aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qquickcanvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-021-2644/+0
* Initial window implementationAlan Alpert2011-11-291-0/+36
* Fixed assert during QQuickCanvas::hideEvent().Kim Motoyoshi Kalland2011-11-241-17/+3
* Get rid of unused inputMethodQuery and inputMethodEvent functions in QQuickCa...Joona Petrell2011-11-241-38/+0
* Copy QSGEngine functions to QQuickCanvas.Gunnar Sletta2011-11-181-1/+181
* Change destruction order to avoid accessing deleted GL resourcesKent Hansen2011-11-161-4/+3
* Improved comments on threaded renderer a bitGunnar Sletta2011-11-161-3/+3
* Fixed deferred deletion of objects in the render thread loop.Kim Motoyoshi Kalland2011-11-161-1/+3
* Removed annoying warning about threadingGunnar Sletta2011-11-141-7/+0
* Fixed assert during QML shutdownGunnar Sletta2011-11-141-0/+6
* Don't clobber unified timer settingsAlan Alpert2011-11-141-1/+3
* Delete nodes in the render thread at shutdownAaron Kennedy2011-11-091-0/+29
* Only issue non-threaded renderer warning onceAaron Kennedy2011-11-031-3/+7
* Cursory docs for QQuickCanvas and QQuickViewAlan Alpert2011-11-031-1/+33
* Workaround windows not gaining focus on mac.Andrew den Exter2011-11-011-3/+9
* Add MultiPointTouchArea element.Michael Brasser2011-10-251-8/+9
* Fix item focus following canvas focus.Andrew den Exter2011-10-241-7/+14
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-0/+2399