Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary QML import project dependency to Symbian deployment pri ↵ | Joona Petrell | 2010-10-29 | 1 | -1/+0 |
| | | | | | | | | | | | | file used by Qt demos Task-number: QT-4197 Reviewed-by: Jason Barron * breaks compilation of releases that omit Qt demos directory * qt import plugins have different deployment configuration than demo applications * declarative import plugins already get their symbian-related settings from src\imports\qimportbase.pri that is basically a copy from qpluginbase.pri written for plugins | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Do not set DESTDIR to the current directory | Denis Dzyubenko | 2010-09-24 | 1 | -2/+2 |
| | | | | | | | Setting DESTDIR=. shows an error from mv trying to move the file from the current directory to the same current directory. Reviewed-by: axis | ||||
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -33/+0 |
| | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -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.7 | Martin Smith | 2010-07-22 | 1 | -3/+16 |
|\ | |||||
| * | Clean up particle motion documentation | Alan Alpert | 2010-07-14 | 1 | -3/+16 |
| | | | | | | | | Task-number: QTBUG-11917 | ||||
* | | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-22 | 1 | -4/+4 |
|/ | | | | Task-number: QTBUG-11512 | ||||
* | Private variable cleanup. | Michael Brasser | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-07-05 | 1 | -1/+2 |
|\ | |||||
| * | Fixed deployment locations for various profiles. | axis | 2010-07-02 | 1 | -1/+2 |
| | | | | | | | | RevBy: Trust me | ||||
* | | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-05 | 1 | -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 | ||||
* | Provide Qml plugins with UID3s on Symbian | Alessandro Portale | 2010-06-23 | 1 | -0/+1 |
| | | | | | | ...otherwise we cannot Symbian sign them. Reviewed-by: Miikka Heikkinen | ||||
* | Removed unnecessary data_caging_paths.prf loading from applications | Miikka Heikkinen | 2010-06-22 | 1 | -1/+0 |
| | | | | | | | | | Since plugin and import paths variables were moved to symbian.conf, there were many unnecessary load(data_caging_paths) statements left in applications. Task-number: QTBUG-11619 Reviewed-by: Janne Koskinen | ||||
* | Ensure ParticleMotionGravity always pulls in the right direction. | Michael Brasser | 2010-06-04 | 1 | -4/+6 |
| | |||||
* | Remove version ifdefs from Particles; only 4.7 is supported. | Michael Brasser | 2010-06-04 | 1 | -16/+0 |
| | |||||
* | Unify naming of import plugin targets | Joona Petrell | 2010-05-26 | 3 | -4/+4 |
| | | | | | Task-number: QTBUG-10834 Reviewed-by: Warwick Allison | ||||
* | More QML doc consistency. | Martin Jones | 2010-04-16 | 1 | -7/+7 |
| | |||||
* | Simplify QML import plugin deployment lines | Joona Petrell | 2010-04-16 | 1 | -2/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 1 | -2/+8 |
| | | | | Task-number: QTBUG-9908 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -1/+1 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Make it clear that Qt.labs modules may not remain compatible. | Martin Jones | 2010-04-14 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-9807 | ||||
* | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-04-01 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.pro | ||||
| * | Add media elements to the QML Elements docs. | Martin Jones | 2010-04-01 | 1 | -1/+1 |
| | | |||||
* | | Fix 'make sis' finding the dll on symbian | Thomas Zander | 2010-03-31 | 1 | -1/+1 |
|/ | |||||
* | Fix installation of qmldir files | Alan Alpert | 2010-03-30 | 1 | -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 plugins | Joona Petrell | 2010-03-26 | 1 | -0/+11 |
| | | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron | ||||
* | Document Particles module import. | Martin Jones | 2010-03-26 | 1 | -0/+5 |
| | |||||
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -4/+0 |
| | |||||
* | Initialize variable. | Martin Jones | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | fix installation of imports libraries | Yann Bodson | 2010-03-15 | 1 | -4/+3 |
| | |||||
* | no need to include this private header | Yann Bodson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | fix particles plugin | Yann Bodson | 2010-03-11 | 1 | -1/+15 |
| | |||||
* | Move particles in their own plugin (Qt.labs.particles) | Yann Bodson | 2010-03-11 | 5 | -0/+1665 |
Task-number: QT-2846 |