aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/context2d/qquickcanvasitem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-241-1/+1
* Don't assume a QSGRenderContext is valid just because it's not 0Ulf Hermann2014-09-171-1/+4
* Check for valid QSGRenderContext instead of QOpenGLContextAndy Nichols2014-09-111-1/+1
* Don't post deleteLater on invalid canvas contextsUlf Hermann2014-09-101-1/+2
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-2/+1
* Make Canvas a texture provider.Gunnar Sletta2014-08-261-10/+73
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Handle scene graph invalidationGunnar Sletta2014-08-081-0/+8
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-8/+7
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-8/+14
* Canvas: do not emit paint when resized but hiddenJ-P Nurmi2014-03-161-5/+4
* Canvas: do not emit paint signal when invisibleJ-P Nurmi2014-02-281-0/+2
* Rename some filesLars Knoll2014-01-311-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+1
|\
| * Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-30/+34
|\|
| * Improve the Canvas threading modelGunnar Sletta2013-12-031-30/+34
* | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-3/+3
|/
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-23/+23
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* remove more uses of QV4::ValueLars Knoll2013-09-301-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-17/+21
* Fix API of QQmlV4HandleLars Knoll2013-09-261-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+4
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+5
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-1/+1
|\
| * Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-1/+4
|\|
| * Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-18/+20
|\|
| * Don't show a negative size canvas.Gunnar Sletta2013-06-131-1/+1
| * Fix resizing canvas with renderStrategy == CooperativeGunnar Sletta2013-06-131-2/+4
| * Doc: Fix some broken linksSze Howe Koh2013-05-201-1/+1
| * Mark the canvas texture dirty when we change it.Gunnar Sletta2013-04-261-0/+1
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
| * Fixed crash in QQuickCanvasItem.Samuel Rødal2013-04-231-15/+14
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+2
* | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-221-1/+1
* | Initial port of JS canvas bindings to use QV4::Object subclass instead of V8 ...Simon Hausmann2013-05-101-3/+3
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-17/+17
* | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-2/+2