aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Makes sub-pixel antialiased distance-field text looks slightly sharper.Yoann Lopes2011-05-051-1/+12
|
* Enable the threaded renderer.Gunnar Sletta2011-05-053-54/+27
| | | | | Disable by specifying QML_NO_THREADED_RENDERER if this causes problems
* Compilation benchmarkAaron Kennedy2011-05-052-2/+2
| | | | Change-Id: Iaa875817367d3a9600dd1ad685f996377af9f82d
* Inline static data for basic types into the QML instructionAaron Kennedy2011-05-056-205/+173
| | | | | | | | | | | | | The following types are now entirely inline: QPoint, QPointF QSize, QSizeF QRect, QRectF QVector3D, QTime, QDateTime CustomTypeData Reviewed-by: Martin Jones Change-Id: I7024d136c77f8fb23ef6a6abb23ddfe0f9f8a1ca
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-0513-1275/+1265
| | | | | Reviewed-by: Martin Jones Change-Id: Ib04b8d46a78723d3a734e14d22a2f2256c1627c2
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-0539-446/+797
|\ | | | | | | into qtquick2
| * Only include line numbers when necessaryAaron Kennedy2011-05-055-121/+103
| | | | | | | | | | | | | | | | | | The mandatory line number bloats QML instructions for no reason. Moving it inline actually increases the instruction size further, but that will come down again once variable sized instruction support is added. Change-Id: I0ace03a50371ef57946edbb7c8e0e8c2fa4fdd76
| * Merge branch 'master' into qtquick2Gunnar Sletta2011-05-045-3/+11
| |\ | | | | | | | | | | | | Conflicts: src/imports/particles/particles.pro
| | * Fix compilation with private header patchOlivier Goffart2011-05-021-1/+3
| | |
| | * Use private headersMarius Storm-Olsen2011-05-023-3/+3
| | |
| | * Define the QT_NO_.... when the module is absant from QT_CONFIGOlivier Goffart2011-05-021-0/+2
| | | | | | | | | | | | Task-number: QTMODULARIZATION-38
| | * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-0/+4
| | | | | | | | | | | | Output warning if not present
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Gunnar Sletta2011-05-0438-335/+671
| |\ \ | | | | | | | | | | | | into qtquick2
| | * | Update SG items with GV item changes.Martin Jones2011-05-0420-261/+545
| | | |
| | * | Fix crashing QtQuick 1 Image elements.Martin Jones2011-05-041-2/+2
| | | |
| | * | Code cleanup in QSGShaderEffectTexture.Kim Motoyoshi Kalland2011-05-032-17/+15
| | | |
| | * | Removed unused properties in QSGPaintedItem.Yoann Lopes2011-05-032-30/+0
| | | |
| | * | Added antialiasing property to QSGPaintedItem.Yoann Lopes2011-05-033-1/+36
| | | |
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Gunnar Sletta2011-05-0214-57/+40
| |\ \ \ | | | | | | | | | | | | | | | into qtquick2
| * | | | Timing for renderersGunnar Sletta2011-05-022-2/+71
| | | | |
| * | | | Added a runtime option to enable consistent timing for animationsGunnar Sletta2011-05-021-2/+7
| | | | |
| * | | | Don't round flickable positions while panningGunnar Sletta2011-05-022-8/+8
| | | | |
* | | | | Model Particle fixesAlan Alpert2011-05-054-17/+49
| |_|/ / |/| | | | | | | | | | | Now tracks model count changes.
* | | | Affector AugmentationAlan Alpert2011-05-036-10/+60
| | | | | | | | | | | | | | | | | | | | | | | | Affectors gained shape and signal properties, and the affected(x,y) signal (turned on by the signal property, a theorized performance improvement).
* | | | Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-027-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | QSGGridView, QSGListView, QSGRow, QSGColumn, QSGGrid and QSGFlow now all set the ChildrenDoNotOverlap flag which allows the scene graph to render nodes in a more optimal order.
* | | | Fixed upside-down texture in QSGPaintedItem.Kim Motoyoshi Kalland2011-05-021-11/+5
| |/ / |/| |
* | | Support mirroring the source rectangle of ShaderEffectSource.Kim Motoyoshi Kalland2011-04-292-5/+2
| | |
* | | Revert "Flipped texture coordinates right way up."Kim Motoyoshi Kalland2011-04-297-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ffb6fe57ee0ece18b6778889f7602811ab4ca822. Conflicts: src/declarative/scenegraph/qsgdefaultimagenode.cpp
* | | Fixed signal passing between nested ShaderEffectItems.Kim Motoyoshi Kalland2011-04-295-7/+10
| | |
* | | Use a proper hash key for distance-field cache.Yoann Lopes2011-04-292-27/+10
|/ /
* | Make text align in the same baselineJiang Jiang2011-04-292-11/+8
| | | | | | | | (cherry picked from commit 3f0e1ac647cc8ab700b85772264bc2a95e5301fa)
* | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Gunnar Sletta2011-04-291-1/+0
|\ \ | | | | | | | | | into qtquick2
| * | Fix detection of fonts with narrow outline in the distance-field cache.Yoann Lopes2011-04-281-1/+0
| | |
* | | compileGunnar Sletta2011-04-281-0/+2
|/ /
* | Sort gradient stops for the convenience of the scenegraphAlan Alpert2011-04-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | The scenegraph gradients require sorted graident stops, whereas QML does not. Gradient stops are now sorted at the point they are passed into the scenegraph. Change-Id: I499dd00dc78e60dfc2053f2ee3691e61e0cf2a5d Task-number: QTBUG-18494 Reviewed-by: Martin Jones (cherry picked from commit 8cbd68b29224eed19f6ca6ec8186766c69a35c83)
* | Update particles to use QElapsedTimerAlan Alpert2011-04-287-11/+10
| | | | | | | | | | | | | | | | Step one of fixing the limited lifetime bug. As this step should also increase the lifetime 'a lot' step two may take a while. Change-Id: I87bbe762803451f751e23d4bf8559c662fdf57a3 (cherry picked from commit 9cf15c135373f8190bf2cb62f9f99890cacf7d88)
* | Pre-accept eventsAlan Alpert2011-04-281-0/+2
| | | | | | | | | | | | | | | | | | Key handler expects events to be accepted, and will ignore them if necessary. Change-Id: I8ee110d70c98ff7c2de107b44e7d51aab12678c4 Reviewed-by: Michael Brasser (cherry picked from commit 6476bbea1d7905f083789224accc8f4b43a0779b)
* | Add variable rotation speed to deformable particleAlan Alpert2011-04-283-6/+45
| | | | | | | | | | Change-Id: I105f18f0d7ec860de5d8bc8a9f3e4f007ea71ae2 (cherry picked from commit 41296b3ed046ddf73eca320bf0a97008decca287)
* | Merged master into qtquick2.axis2011-04-276-10/+14
|\|
| * Changed the path for qpluginbase.priPrasanth Ullattil2011-04-271-1/+1
| |
| * Introduced the QT.<module>.plugins variable to module profiles.axis2011-04-271-1/+1
| |
| * Switched to using QT.declaratice.imports variable.axis2011-04-274-4/+4
| |
| * compile qtdeclarative/importOlivier Goffart2011-04-271-2/+4
| |
| * Make declarative compile.Liang Qi2011-04-271-2/+4
| |
* | Initial import from qtquick2.Qt by Nokia2011-04-27355-5676/+75454
|/ | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27354-0/+134151
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12