aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Collapse)AuthorAgeFilesLines
* fix shadow build errorCharles Yin2011-05-301-0/+4
| | | | Change-Id: I68c8edac98389c487c1ac09bb74d43fdeb85cdc3
* Compile fix.Kim Motoyoshi Kalland2011-05-301-4/+0
|
* copy other .qml .js files during build timeCharles Yin2011-05-301-4/+21
| | | | Change-Id: I08db54c7cd5d2ae7bbad28440cc36f6332a190c9
* Multi-line sprite files will now workAlan Alpert2011-05-268-45/+195
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Gunnar Sletta2011-05-232-4/+0
|\ | | | | | | into qtquick2
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-232-10/+55
| |\ | | | | | | | | | into qtquick2
| * | Compile on MacAlan Alpert2011-05-232-4/+0
| | |
* | | Don't store texture references after the view has gone awayGunnar Sletta2011-05-231-3/+1
| |/ |/| | | | | | | | | | | | | This is a partial fix only. We will eventually need to get proper sharing of resources across multiple GL contexts, but this fixes the autotest and will work for most usecases. The task QTBUG-19455 has been created to solve it properly.
* | Ensure that showDirs is respected in FolderListModelChris Adams2011-05-232-10/+55
|/ | | | | | | | | | | | Calling index() on a QDirModel can modify the filters applied. This patch to FolderListModel ensures that filtering is reset if required, so that programmatically selecting a subfolder in a folder does not cause that subfolder to become visible if showDirs is set to false. Task-number: QTBUG-17837 Reviewed-by: Martin Jones Change-Id: I449321d5170ecedf2a0cb36483d50020305a26dd
* Remove ModelParticleAlan Alpert2011-05-234-462/+4
| | | | Nothing is using it anymore, lets keep it that way.
* Split up ModelParticleAlan Alpert2011-05-239-3/+766
| | | | | | Now has DataParticle (with model and delegate) and an ItemParticle (which you just feed items manually). ModelParticle left for now for damage control - it will probably just disappear someday.
* Fixed switching between particle performance modesAlan Alpert2011-05-232-210/+262
| | | | Actually switches shaders, and does not lose emitted particle data.
* Integrate QtQuickTest into QtCharles Yin2011-05-2011-0/+1985
| | | | | Change-Id: I558821c0dec9166ea1d0d2e1e2f889553c436316 Task-number:QTBUG-16082
* Add BurstEmitter, and a simple render path for UltraParticlesAlan Alpert2011-05-1910-64/+536
| | | | | None of the intermediate paths are written though. It's all or virtually nothing.
* 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.
* Upgrade Flickr demo to QtQuick 2.Alan Alpert2011-05-126-14/+49
| | | | | | | And throw in particle effects. Includes a variety of fixes to modelparticle and picture affector which were arrived at during this demo.
* Documentation and API cleanup of QSGMaterialGunnar Sletta2011-05-114-46/+46
|
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging ↵Alan Alpert2011-05-052-1/+3
|\ | | | | | | into qtquick2
| * Merge branch 'master' into qtquick2Gunnar Sletta2011-05-042-1/+3
| |\ | | | | | | | | | | | | Conflicts: src/imports/particles/particles.pro
| | * Use private headersMarius Storm-Olsen2011-05-022-2/+2
| | |
* | | Model Particle fixesAlan Alpert2011-05-053-17/+47
|/ / | | | | | | 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).
* | 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)
* | 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-274-6/+8
|\|
| * Switched to using QT.declaratice.imports variable.axis2011-04-274-4/+4
| |
| * compile qtdeclarative/importOlivier Goffart2011-04-271-2/+4
| |
* | Initial import from qtquick2.Qt by Nokia2011-04-27110-22/+13093
|/ | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2717-0/+2921
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