aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Re-apply "Support mirroring the source rectangle of ShaderEffectSource."Kim Motoyoshi Kalland2011-05-192-5/+2
| | | | This reverts commit 616c7e768f3d88f6b8be6af72290769e99500e72.
* Link item focus to canvas widget focus.Martin Jones2011-05-192-65/+91
| | | | Change-Id: I7da1db30819c80b48f4c285a43274b668c686826
* Fixed crash when Image/ShaderEffectSource source is missing.Kim Motoyoshi Kalland2011-05-182-5/+13
|
* Added documentation for GridMesh.Kim Motoyoshi Kalland2011-05-181-1/+52
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-182-2/+5
|\ | | | | | | into qtquick2
| * Revert "Support mirroring the source rectangle of ShaderEffectSource."Chris Adams2011-05-182-2/+5
| | | | | | | | | | | | This reverts commit 155faa3b8b1e04241bd53df3eb008d54a71cc667. The original commit broke behavior enforced by the tst_qdeclarativeqt unit test, specifically relating to QRectF.
* | Add UltraParticleAlan Alpert2011-05-1811-4/+2106
|/ | | | | They're not as cool as they sound. Includes example, and the now pointless SuperParticle (for possible performance comparisions).
* Fix emitter burst method bugsAlan Alpert2011-05-175-130/+139
| | | | | | Burst will now always burst at the x,y where it was called, and doesn't leave trails between close bursts. Kill affector also gets a fix for double killing things sometimes.
* Apply 2081a3d0fd7266ffba83849fee967e048e991270 to SG TextInputMartin Jones2011-05-172-2/+1
|
* Added documentation for ShaderEffectItem.Kim Motoyoshi Kalland2011-05-162-1/+141
| | | | Also removed unused signal.
* Added documentation for ShaderEffectSource.Kim Motoyoshi Kalland2011-05-161-0/+184
|
* Compile without qt3supportYann Bodson2011-05-161-1/+1
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-161-0/+3
|\ | | | | | | into qtquick2
| * DocAaron Kennedy2011-05-161-0/+3
| | | | | | | | | | | | Change-Id: I25f1885ef285fb3bd14c1f499b9f42e38bba5ec6 Task-number: QTBUG-19265 (cherry picked from commit 01a374fe8a6ac0b6e374081c07720e77c61effff)
* | Update QDeclarativeTextInput to match accessibility changesAlan Alpert2011-05-162-2/+1
|/ | | | Reviewed-by: Martin Jones
* uses the cached argument infoCharles Yin2011-05-162-21/+6
| | | | | Change-Id: I884516c9c20425bfd17a2db7d5541fbc5cff41c6 (cherry picked from commit b4613a346effee81f10bee99a6a8d3064cbdd13e)
* register canvas and related classessCharles Yin2011-05-161-0/+7
|
* canvasitem implementation based on painteditemCharles Yin2011-05-166-0/+3887
|
* add toImage() function to QSGPainterNodeCharles Yin2011-05-162-0/+8
|
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-133-8/+8
| | | | | At that moment the GUI thread is blocked and it is therefore safe to call paint() from the scenegraph thread.
* cache the arguments in property cache dataCharles Yin2011-05-132-3/+33
| | | | | Change-Id: Ie02b94c2ddb1d5d7b7bb6556a01a5ae86a438c57 (cherry picked from commit 39fed3e2601935c1d6834bb5e75266e5b280e5cd)
* QmlDirParser: Fix typeInfo accessor.Christian Kamm2011-05-121-1/+1
| | | | | Reviewed-by: Kai Koehne (cherry picked from commit 7fcda24112d690575007ddcb11e097a9c33e0f19)
* When calling update() on a QSGItem during the sync phase, we did not update.Gunnar Sletta2011-05-122-0/+10
| | | | | | The QSGCanvas autotest did this. Reviewed-by: Kim
* Don't crash when the shader source is null.Gunnar Sletta2011-05-121-1/+1
|
* Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-128-992/+1010
| | | | Task-number: QTBUG-15117
* Output warning if using unsupported texture wrap mode.Kim Motoyoshi Kalland2011-05-121-0/+15
| | | | | | The REPEAT wrap mode is not supported by default for non- power-of-two textures in OpenGL ES 2. Output warning in QSGTexture::updateBindOptions() in debug mode.
* Upgrade Flickr demo to QtQuick 2.Alan Alpert2011-05-127-14/+50
| | | | | | | And throw in particle effects. Includes a variety of fixes to modelparticle and picture affector which were arrived at during this demo.
* Fixed incorrect usage of `signals', `slots' in headersRohan McGovern2011-05-122-3/+3
| | | | | | | Qt headers must use Q_SIGNALS, Q_SLOTS. Reviewed-by: Jason McDonald Change-Id: I54b3322befd8f133d44aa48f3aa7cd96785d2e24
* Improve error message for invalid image provider name.Martin Jones2011-05-123-5/+20
| | | | Also fix broken qdeclarativeimageprovider test.
* Compile.Martin Jones2011-05-121-2/+5
|
* Fixed image tiling on scene graph.Kim Motoyoshi Kalland2011-05-112-8/+131
| | | | | | Repeat wrapping of non-power-of-two textures is not supported on OpenGL ES 2 by default. This commit implements a fallback for tiled QML Images.
* Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-1114-128/+478
|
* Delete the rendering thread when shutting downGunnar Sletta2011-05-111-1/+3
|
* Stop the render thread before deleting the QSGCanvas.Gunnar Sletta2011-05-112-9/+20
|
* Add user documentation for scarce resource propertiesChris Adams2011-05-111-5/+31
| | | | | | | | Relates to commit 59ace5c5a666b1588560d2aeaa79a57da535e863. Task-number: QMLNG-18 Reviewed-by: Aaron Kennedy Change-Id: I216ced4c663ebab8003978999dc16ac809443a5f
* Replaced grab() with scheduleUpdate().Kim Motoyoshi Kalland2011-05-102-16/+30
| | | | | | Replaced the synchronous function grab() with an asynchronous function scheduleUpdate() in QShaderEffectSource because synchronous grabbing doesn't work with threaded rendering.
* Documented which thread gets the QSGPaintedItem::paint() call.Yoann Lopes2011-05-101-0/+5
|
* Update to work with QGlyphs -> QGlyphRun renamingEskil Abrahamsen Blomfeldt2011-05-108-20/+20
| | | | | Just some search replace to make the repository compile after QGlyphs and related APIs were renamed.
* Added a separate property to enable mipmapping on QSGPaintedItem.Yoann Lopes2011-05-103-1/+41
| | | | Don't use QSGItem's smooth property for that anymore.
* Fix Rectangle implementation.Kim Motoyoshi Kalland2011-05-095-94/+134
|
* Udate mipmaps when QSGPaintedItem's texture has changed.Yoann Lopes2011-05-091-0/+9
|
* Docs for QSGTextureMaterialsGunnar Sletta2011-05-091-2/+194
|
* Renamed of texture material classes to be more intuitivly namedGunnar Sletta2011-05-097-39/+41
| | | | | | The assumption is that most people will use QSGTextureMaterial so this should be the one that works for both transparent and opaque textures. QSGOpaqueTextureMaterial is an optimization
* Clean up QSGVertexColorMaterial a bitGunnar Sletta2011-05-093-36/+12
|
* Removed a few warningsGunnar Sletta2011-05-093-5/+8
|
* Docs for vertex and flat color materialsGunnar Sletta2011-05-092-0/+105
|
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-093-2/+18
|
* Fixed issues with ShaderEffectSource and threaded rendering.Kim Motoyoshi Kalland2011-05-097-18/+47
|
* Added 'recursive' property to ShaderEffectSource.Kim Motoyoshi Kalland2011-05-092-22/+107
| | | | | | If 'recursive' is set, ShaderEffectSource will keep two buffers, alternatingly sourcing from one while rendering into the other.
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Gunnar Sletta2011-05-0914-39/+39
|\ | | | | | | into qtquick2