aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Small util.pri fix.wip/statemachineMichael Brasser2011-06-101-2/+2
|
* Emit useful information about state change progress.Michael Brasser2011-06-103-4/+19
|
* Introduce StateChange element.Michael Brasser2011-06-108-3/+355
|
* Use optimized QObject wrapper whenever it is possibleAaron Kennedy2011-06-101-1/+5
|
* Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-09388-7682/+8379
|\ | | | | | | | | Conflicts: src/declarative/qml/qml.pri
| * Merge branch 'master' into qtquick2Aaron Kennedy2011-06-098-235/+783
| |\ | | | | | | | | | | | | | | | Conflicts: src/declarative/items/qsgcanvas.cpp src/declarative/items/qsgcanvasitem.cpp
| | * Merge branch 'threaded3'Gunnar Sletta2011-06-096-241/+568
| | |\
| | | * Wake render thread when doing paint() and grab() as in resize()Gunnar Sletta2011-06-081-4/+5
| | | |
| | | * A better threaded rendererGunnar Sletta2011-06-063-228/+548
| | | |
| | | * Removed warningGunnar Sletta2011-06-061-8/+8
| | | |
| | | * Don't fetch a context that is never to be usedGunnar Sletta2011-06-061-3/+0
| | | |
| | | * Fixed up command line options a bitGunnar Sletta2011-06-061-2/+11
| | | |
| | * | Introduced simple materialGunnar Sletta2011-06-092-0/+223
| | | |
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Aaron Kennedy2011-06-099-7/+20
| |\ \ \ | | | | | | | | | | | | | | | into qtquick2
| | * | | Automatically set system if parent is a ParticleSystemAlan Alpert2011-06-095-3/+16
| | | | |
| | * | | Rectify over-zealous script results.Alan Alpert2011-06-094-4/+4
| | | | |
| * | | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-091380-13532/+50510
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp
| | * | Remove clock_gettime() library dependency.Michael Brasser2011-06-091-5/+0
| | | | | | | | | | | | | | | | Should have been removed as part of cd6ebb4912a5d96c788ea0c838d8a1a06ff4029e.
| | * | Update Binding changes in "What's New"Michael Brasser2011-06-091-2/+2
| | | |
| | * | Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-0914-15/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the compiler sees a script string, it will attempt to rewrite it and store the id for the rewrite in the script string. We can then create a QDeclarativeExpression using the id, which saves us a rewrite at runtime. Reviewed-by: Aaron Kennedy
| | * | Doc: Added missing license headers for documentation and examples.David Boddie2011-06-08108-0/+4320
| | | |
| | * | Removed generated files.David Boddie2011-06-0843-690/+0
| | | |
| | * | Elaborate on the MouseArea changesAlan Alpert2011-06-081-1/+3
| | | |
| | * | Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-074-4/+4
| | | | | | | | | | | | | | | | Functionality has been moved into qt_example.prf
| | * | Fix missing include->load conversion of qbase.priMarius Storm-Olsen2011-06-071-1/+1
| | | |
| | * | Use feature profile loading instead of direct inclusion.axis2011-06-075-6/+6
| | | |
| | * | Fixed clock_gettime() library dependency.axis2011-06-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | The old construct doesn't work if the QtBase source is unavailable. Reviewed-by: Marius Storm-Olsen
| | * | Fix docs on caching for images loaded by image providersBea Lam2011-06-073-4/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add docs for 'source' and 'asynchronous' properties for AnimatedImage. Task-number: QTBUG-19504 Change-Id: Iec72dc7630308a94c37d00c6b008b5949c6fccd4 Reviewed-by: Martin Jones (cherry picked from commit 7602be09663d37f01cfd640a7f1be959ce4317b7)
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-06-082-36/+49
| |\ \ \ | | | | | | | | | | | | | | | into qtquick2
| | * | | Don't crash if GL context initialization failedAaron Kennedy2011-06-082-36/+49
| | | | |
| * | | | Immense Particles Refactor Part DAlan Alpert2011-06-0851-457/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the names of several properties: FollowEmitter: emissionShape->emitShape emissionHeight->emitHeight emissionWidth->emitWidth Emitter: particlesPerSecond->emitRate particleDuration->lifeSpan particleDurationVariation->lifeSpanVariation maxParticles->emitCap particleSize->size particleEndSize->endSize particleSizeVariation->sizeVariation ImageParticle: image->source And stopped being silly in the example launcher.
| * | | | Immense Particles Refactor Part CAlan Alpert2011-06-0861-137/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Demos work again (also, the examples I missed). Added an example launcher for particles.
| * | | | Immense Particles Refactor Part BAlan Alpert2011-06-0737-426/+633
| | | | | | | | | | | | | | | | | | | | | | | | | Examples work again. Also augmented Wander and PointAttractor with physics modes.
| * | | | Immense Particles Refactor Part AAlan Alpert2011-06-07115-5812/+1514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt.labs.particles 2.0 moved to QtQuick.Particles 2.0. All C++ classes changed names, some renaming of QML types. Also adds CustomParticle.
| * | | | Merge branch 'master' into qtquick2Alan Alpert2011-06-0681-41/+7909
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetextinput.cpp src/declarative/qml/qdeclarativeengine.cpp
* | | | | Minor XXX fixupsAaron Kennedy2011-06-0920-172/+204
| | | | |
* | | | | Remove QtScript code from QDeclarativeExpressionAaron Kennedy2011-06-092-13/+0
| | | | |
* | | | | Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
| | | | |
* | | | | Remove QtScript code from QDeclarativeEngineAaron Kennedy2011-06-095-62/+5
| | | | |
* | | | | Remove QtScript code from XmlListModelAaron Kennedy2011-06-092-9/+13
| | | | |
* | | | | Remove leftover QtScript code from ListModelAaron Kennedy2011-06-094-107/+1
| | | | |
* | | | | Port Canvas and Context2D to V8Aaron Kennedy2011-06-095-435/+795
| | | | |
* | | | | Allow extensions to register with the QV8EngineAaron Kennedy2011-06-092-2/+74
| | | | | | | | | | | | | | | | | | | | | | | | | This means we don't have to modify the QV8Engine class every time a new JS API is added.
* | | | | Create a copy of the imported script array handlesAaron Kennedy2011-06-081-1/+4
| | | | | | | | | | | | | | | | | | | | This prevents the handles from being double Dispose()'d.
* | | | | Implement global handle trackingAaron Kennedy2011-06-0819-124/+196
| | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to track down handles that have been double Dispose()'d. See qv8engine_p.h for details.
* | | | | Allow methods to be changed by debuggerAaron Kennedy2011-06-086-58/+14
| | | | |
* | | | | Implement gc() methodAaron Kennedy2011-06-083-2/+17
| | | | |
* | | | | Update error strings to match V8Aaron Kennedy2011-06-082-6/+6
| | | | |
* | | | | Enter context before running bindingsAaron Kennedy2011-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although not strictly necessary to run the binding function, the subsequent calls to toVariant() might execute code and thus require a context.
* | | | | Implement ListModel in V8Aaron Kennedy2011-06-0714-327/+526
| | | | |