| Commit message (Expand) | Author | Age | Files | Lines |
* | only add phonon and scripttools dependencies if they're available, otherwise ... | Romain Pokrzywka | 2010-05-03 | 1 | -3/+7 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-27 | 4 | -16/+25 |
|\ |
|
| * | Fix remaining 4.6 type registrations (to 4.7). | Warwick Allison | 2010-04-27 | 1 | -1/+1 |
|
|
| * | Unify naming of settings / UI to be "Qt Qml Runtime" | Kai Koehne | 2010-04-26 | 3 | -6/+7 |
|
|
| * | Fix hidden menu on embedded. | Warwick Allison | 2010-04-23 | 2 | -7/+17 |
|
|
| * | Location of binary is not on installed-content import path. | Warwick Allison | 2010-04-23 | 1 | -2/+0 |
|
|
* | | Assigned a UID3 to qml.exe. | Frans Englich | 2010-04-26 | 1 | -1/+1 |
|/ |
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 3 | -7/+7 |
|
|
* | delete the viewer before calling exit(). Ensures correct cleanup. | Martin Jones | 2010-04-21 | 1 | -26/+28 |
|
|
* | Make logger widget thread safe. | Martin Jones | 2010-04-21 | 3 | -4/+6 |
|
|
* | Visual test fix. | Michael Brasser | 2010-04-21 | 1 | -1/+2 |
|
|
* | License headers | Aaron Kennedy | 2010-04-20 | 3 | -1/+83 |
|
|
* | Show command line help / qml runtime output in GUI | Kai Koehne | 2010-04-20 | 5 | -11/+114 |
|
|
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alan Alpert | 2010-04-19 | 1 | -1/+1 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-16 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-15 | 1 | -1/+1 |
| | |\ |
|
| | | * | Added missing newline after warning message when using -L with qml | Thorbjørn Lindeijer | 2010-04-14 | 1 | -1/+1 |
|
|
* | | | | ResizeMode support for QGraphicsWidgets created with QDeclarativeView | Joona Petrell | 2010-04-16 | 3 | -44/+81 |
|/ / / |
|
* | | | Update examples autotest to use the runtime directly | Aaron Kennedy | 2010-04-15 | 2 | -17/+16 |
|
|
* | | | Visual test updates. | Michael Brasser | 2010-04-15 | 1 | -0/+18 |
|
|
* | | | Remove dead wgt support from qml runtime | Aaron Kennedy | 2010-04-14 | 4 | -136/+44 |
|/ / |
|
* | | Merged 'orientation' into 'runtime' context property in qmlruntime | Leonardo Sobral Cunha | 2010-04-14 | 2 | -31/+15 |
|
|
* | | Add 'runtime' property to the rootContext of DeclarativeViewer | Leonardo Sobral Cunha | 2010-04-14 | 2 | -0/+45 |
|
|
* | | Reduce QML runtime capabilities to NetworkServices and ReadUserData | Joona Petrell | 2010-04-14 | 1 | -1/+1 |
|
|
* | | Support recording visual snapshot tests. | Michael Brasser | 2010-04-14 | 3 | -3/+15 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-04-13 | 1 | -1/+1 |
|\ |
|
| * | Make compile on Symbian | Thomas Zander | 2010-04-12 | 1 | -1/+1 |
|
|
* | | Warning | Aaron Kennedy | 2010-04-12 | 1 | -1/+1 |
|
|
* | | Read Maemo orientation at startup | Aaron Kennedy | 2010-04-12 | 1 | -8/+5 |
|
|
* | | Add Mac OS X bundle description for qml runtime | Kai Koehne | 2010-04-09 | 2 | -0/+20 |
|
|
* | | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -2/+2 |
|
|
* | | Tune plugin import mechanism | mae | 2010-04-08 | 3 | -5/+36 |
|/ |
|
* | Minor cleanup for visual test framework. | Michael Brasser | 2010-03-31 | 5 | -11/+11 |
|
|
* | Fix viewer resizing on reload and File->open | Martin Jones | 2010-03-30 | 1 | -17/+16 |
|
|
* | Simplify import path. | Warwick Allison | 2010-03-29 | 1 | -2/+9 |
|
|
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -30/+28 |
|
|
* | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -5/+0 |
|
|
* | Don't destroy cookie jar until while someone may be using it. | Martin Jones | 2010-03-18 | 1 | -24/+34 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alan Alpert | 2010-03-17 | 1 | -1/+1 |
|\ |
|
| * | Fix SetDialogPreference build error on Symbian. | Morten Johan Sørvig | 2010-03-12 | 1 | -1/+1 |
|
|
| * | Fixed the QML browser built into the QML viewer | Thorbjørn Lindeijer | 2010-03-10 | 1 | -5/+5 |
|
|
* | | Enable GL samplebuffers by default on Mac OS X | Aaron Kennedy | 2010-03-12 | 1 | -0/+5 |
|
|
* | | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 3 | -6/+6 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-10 | 1 | -5/+5 |
|\ \ |
|
| * | | update Browser.qml to run again | Alan Alpert | 2010-03-09 | 1 | -5/+5 |
| |/ |
|
* | | Link with the correct library for TCommDbConnPref | Martin Jones | 2010-03-10 | 1 | -1/+1 |
|/ |
|
* | Let the 'qml' runtime use its applicationDirPath as importsPath | mae | 2010-03-02 | 1 | -0/+3 |
|
|
* | Merge branch 'master' into 4.7 | Aaron Kennedy | 2010-03-02 | 1 | -2/+2 |
|\ |
|
| * | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -2/+2 |
|
|