summaryrefslogtreecommitdiffstats
path: root/src/imports/particles/qdeclarativeparticles.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-33/+0
|
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+4
| | | | ...and a set of functional group pages.
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-221-3/+16
|\
| * Clean up particle motion documentationAlan Alpert2010-07-141-3/+16
| | | | | | | | Task-number: QTBUG-11917
* | qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-221-4/+4
|/ | | | Task-number: QTBUG-11512
* Private variable cleanup.Michael Brasser2010-07-131-1/+1
|
* Make declarative pixmap cache easier to useAaron Kennedy2010-07-051-23/+10
| | | | | | | | | | | | | | | | | The QDeclarativePixmapCache was both slow, and very trickey to use correctly. Many QML elements did not correctly cancel outstanding requests, which leads to pixmaps leaking indefinately. Other elements, such as Text, were subject to race conditions that meant they may never actually load all their images. QDeclarativePixmap is a single class than encapsulates the action of fetching a pixmap, as well as the pixmap itself and the responsibility of canceling outstanding requests. Rather than relying on Qt's pixmap cache that doesn't cache all the information QML needs, QDeclarativePixmap implements its own cache, that correctly degrades over time (unlike QPixmapCache that can stop expiring items in some conditions). Reviewed-by: Warwick Allison
* Ensure ParticleMotionGravity always pulls in the right direction.Michael Brasser2010-06-041-4/+6
|
* Remove version ifdefs from Particles; only 4.7 is supported.Michael Brasser2010-06-041-16/+0
|
* More QML doc consistency.Martin Jones2010-04-161-7/+7
|
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-151-2/+8
| | | | Task-number: QTBUG-9908
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Make it clear that Qt.labs modules may not remain compatible.Martin Jones2010-04-141-0/+2
| | | | Task-number: QTBUG-9807
* Add media elements to the QML Elements docs.Martin Jones2010-04-011-1/+1
|
* Document Particles module import.Martin Jones2010-03-261-0/+5
|
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-4/+0
|
* 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-111-0/+1316
Task-number: QT-2846