aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Compile without qt3supportYann Bodson2011-05-161-1/+1
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-164-36/+28
|\ | | | | | | into qtquick2
| * Fix QSGBorderImage and QSGAnimatedImage autotestsYann Bodson2011-05-163-36/+25
| |
| * 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
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Eckhart Koppen2011-05-133-8/+8
|\ | | | | | | into qtquick2
| * 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.
* | Update module version number to 5.0.0Eckhart Koppen2011-05-131-3/+3
| | | | | | | | | | Updated .pri file variables (cherry picked from commit a7fe708da19d6757322f871777ba16ace3721561)
* | Honor -nomake for examples and demosEckhart Koppen2011-05-131-0/+6
|/ | | | | | | Don't build or install demos and examples when they are disabled. Reviewed-by: TrustMe (cherry picked from commit 61c0b5c3923956db53408ad3513488f6f4893c2f)
* cache the arguments in property cache dataCharles Yin2011-05-132-3/+33
| | | | | Change-Id: Ie02b94c2ddb1d5d7b7bb6556a01a5ae86a438c57 (cherry picked from commit 39fed3e2601935c1d6834bb5e75266e5b280e5cd)
* Fix QSGBorderImage autotest.Yann Bodson2011-05-132-58/+19
|
* 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
|
* Added auto tests for properties initialized using JS statementsRoberto Raggi2011-05-122-0/+11
|
* Fix the QML front-end to allow side effects in the initializer.Roberto Raggi2011-05-129-992/+1040
| | | | 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-1233-56/+507
| | | | | | | And throw in particle effects. Includes a variety of fixes to modelparticle and picture affector which were arrived at during this demo.
* tests: build autotests by default for qtdeclarativeRohan McGovern2011-05-121-2/+2
| | | | | | | Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I1af6a231b9cfb8ecf3e3a0c932ead6ddff7bbe90
* tests: mark tst_qsgitem as a private-testRohan McGovern2011-05-121-3/+1
| | | | | | | This test uses private symbols. Reviewed-by: Jason McDonald Change-Id: I026f4d00be5f53203d0b155e08533474cc4d9605
* 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-124-7/+22
| | | | 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.
* Fixes crash in PaintedItem example when using threaded rendering.Yoann Lopes2011-05-111-0/+4
|
* 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
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-1126-171/+550
|\ | | | | | | into qtquick2
| * Add user documentation for scarce resource propertiesChris Adams2011-05-113-6/+236
| | | | | | | | | | | | | | | | 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.
| * QmlViewer: Remove one call to enableDebuggingKai Koehne2011-05-101-2/+0
| | | | | | | | | | | | Merge f9b198987d2 resulted in two calls of the method. Reviewed-by: TrustMe
| * QmlViewer: Translate UIKai Koehne2011-05-107-126/+142
| | | | | | | | | | | | | | | | | | | | | | Install translators for the Qt & QmlViewer translations. also add QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCII to check for untranslated strings. Reviewed-by: Oswald Buddenhagen Task-number: QTBUG-14848 (cherry-picked from commit f33b31dcc1b8fd35501ab5b441a4529e2f8570f3)
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Martin Jones2011-05-101-0/+38
| |\ | | | | | | | | | into qtquick2
| | * Add user documentation for js imports functionalityChris Adams2011-05-101-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | Relates to commit 6f8637810e549dac3ee8386f199a997d21ac85ce. Task-number: QMLNG-18 Reviewed-by: Martin Jones Change-Id: I96f0e2ebc4206d6c2a0fda476d214e549666a69c
| * | Benchmark component creation with different types of bindings.Martin Jones2011-05-103-0/+38
| |/
* | Add private parts to autotest .pro filesAlan Alpert2011-05-11103-0/+123
| |
* | Augment DocumentationAlan Alpert2011-05-111-0/+2
|/ | | | Task-number: QTBUG-18235
* 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
|