Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | | | Conflicts: configure.exe src/declarative/util/qdeclarativelistmodel.cpp tools/qml/qml.pro | ||||
| * | Fix SetDialogPreference build error on Symbian. | Morten Johan Sørvig | 2010-03-12 | 1 | -1/+1 |
| | | | | | | | | | | Similar to 032d4ac63687d209ffef594bf6ef60e3db20bfa3. | ||||
| * | Fixed the QML browser built into the QML viewer | Thorbjørn Lindeijer | 2010-03-10 | 1 | -5/+5 |
| | | | | | | | | Was still using 'matchProperties' instead of just 'properties'. | ||||
* | | 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 |
| | | | | | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | | 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 |
| | | | | | | The is analog to the plugin system in Qt. It makes it possible to ship an executable with extra plugins resp. qml import modules without creating a qt.conf. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | | build fix for WinCE | Maurice Kalinowski | 2010-03-01 | 1 | -1/+3 |
|/ | | | | | | only use xmlpatterns if Qt is configured to build it Reviewed-by: Paul Olav Tvete | ||||
* | Fix compile warning | Aaron Kennedy | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 2 | -0/+4 |
| | |||||
* | Compile warning-- for qmlviewer | Leonardo Sobral Cunha | 2010-02-24 | 1 | -1/+0 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 21 | -0/+4641 |
QDeclarativeXXX. |