summaryrefslogtreecommitdiffstats
path: root/src/imports/particles
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-04-011-1/+1
|\ | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro
| * Add media elements to the QML Elements docs.Martin Jones2010-04-011-1/+1
| |
* | Fix 'make sis' finding the dll on symbianThomas Zander2010-03-311-1/+1
|/
* Fix installation of qmldir filesAlan Alpert2010-03-301-1/+1
| | | | | | | The old pro files did not actually install the qmldir files in clean builds. These ones should work. Reviewed-by: Harald Fernengel
* Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+11
| | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
* Document Particles module import.Martin Jones2010-03-261-0/+5
|
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-4/+0
|
* Initialize variable.Martin Jones2010-03-191-1/+1
|
* fix installation of imports librariesYann Bodson2010-03-151-4/+3
|
* no need to include this private headerYann Bodson2010-03-111-1/+1
|
* fix particles pluginYann Bodson2010-03-111-1/+15
|
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-115-0/+1665
Task-number: QT-2846