aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleaned up declarative autotests to build with refactor branchMatthew Cattell2011-08-2411-11/+11
* Warn when grab() is called outside the GUI thread.Gunnar Sletta2011-08-241-0/+7
* export QSGTextureProviderGunnar Sletta2011-08-221-1/+1
* QT += sql as we are always using itGunnar Sletta2011-08-221-1/+1
* Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-2212-40/+66
* show also blocked subtree's when dumping the graphGunnar Sletta2011-08-221-2/+0
* Don't create the scale grid in the rendering thread.Gunnar Sletta2011-08-221-5/+10
* Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-2213-112/+211
* Move QSGShaderEffectMaterial into the QSGShaderEffectNode. Now owned by Rende...Gunnar Sletta2011-08-224-10/+17
* added frame swap notification to notify compositor that frame was swappedMatthew Cattell2011-08-182-1/+5
* The QSGShaderEffectTexture needs to be deleted in the rendering threadGunnar Sletta2011-08-182-6/+25
* Fix crash-on-exit in qmlsceneMorten Sorvig2011-08-171-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-08-11173-643/+18368
|\
| * Add Image changes to whatsnew.qdocYann Bodson2011-08-011-0/+3
| * Fix Binding to correctly restore bindings even when a binding loop is involved.Michael Brasser2011-08-013-3/+61
| * Correctly pause animation when paused in starting ScriptAction.Michael Brasser2011-08-016-2/+48
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-29156-515/+17932
| * Bump the XmlListModel get test import to QtQuick 2.0.Andrew den Exter2011-07-291-1/+1
| * Document (lack of) support for sharing animation instances.Michael Brasser2011-07-291-0/+33
| * Ensure bindings on pause work correctly.Michael Brasser2011-07-293-0/+40
| * DocAaron Kennedy2011-07-291-1/+5
| * Mark objects from Component.createObject() as destructibleAaron Kennedy2011-07-293-0/+47
| * Fix alias warnings in QDeclarativeCompilerAaron Kennedy2011-07-291-2/+4
| * Fix alias warnings in QV8QObjectWrapperAaron Kennedy2011-07-292-52/+69
| * Fix alias warnings in V4Aaron Kennedy2011-07-291-26/+20
| * Fix alias warnings in QDeclarativeVMEAaron Kennedy2011-07-292-32/+73
| * Add sourceComponentChanged signal to LoaderYann Bodson2011-07-294-11/+34
* | improved debug messages a bitGunnar Sletta2011-08-111-1/+10
* | Implement VBO caching of larger geometriesGunnar Sletta2011-08-118-41/+351
* | Removed faked resize / show / hide events.Samuel Rødal2011-08-101-24/+0
* | Remove the QGLContext from QSGCanvasGunnar Sletta2011-08-052-10/+4
* | Ported use of QInputContext to QPlatformInputContext for nowGunnar Sletta2011-08-055-41/+50
* | got canvas rendering...Gunnar Sletta2011-08-052-9/+40
* | Make QSGCanvas a QWindow instead of a QGLWidgetGunnar Sletta2011-08-0514-407/+163
* | Compile with refactorGunnar Sletta2011-08-0118-31/+32
* | Build against refactor.Samuel Rødal2011-07-2952-80/+85
|/
* Document state fast-forwarding.Michael Brasser2011-07-291-0/+22
* Document how to have two MouseAreas simultaneously hovered.Michael Brasser2011-07-291-1/+27
* Fix alias warnings in QDeclarativeV8HandleAaron Kennedy2011-07-291-1/+2
* Fix alias warnings in QDeclarativeGuardAaron Kennedy2011-07-294-55/+88
* Correctly set ending path percent if none is provided.Michael Brasser2011-07-293-5/+35
* Clicking on a disabled ListView's delegate breaks mouse interactionMartin Jones2011-07-296-2/+129
* Code cleanupAlan Alpert2011-07-291-8/+4
* Add .arg() for Javascript String typeCharles Yin2011-07-294-1/+47
* XmlListModel.status is Ready right after creation (should be Null)Charles Yin2011-07-292-3/+12
* remove motionchart demo (uncompleted)Charles Yin2011-07-291-140/+0
* Jump to same model index (if it exists) when the model changesAlan Alpert2011-07-291-1/+4
* Augment SpringAnimation::damping documentationAlan Alpert2011-07-291-3/+5
* Document stops as default property of GradientAlan Alpert2011-07-291-0/+2
* Renamed ShaderEffectItem to ShaderEffect and some API changes.Kim Motoyoshi Kalland2011-07-2816-154/+211