Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tutorial for writing QML extensions | Bea Lam | 2010-04-23 | 33 | -3/+1887 |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-23 | 63 | -461/+721 |
|\ | |||||
| * | Add doc pages for qml examples. | Yann Bodson | 2010-04-23 | 3 | -49/+300 |
| * | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 8 | -33/+34 |
| * | Remove out-of-date performance doc. | Michael Brasser | 2010-04-23 | 1 | -122/+0 |
| * | Doc fixes. | Michael Brasser | 2010-04-23 | 6 | -30/+40 |
| * | Return null if creation fails. | Michael Brasser | 2010-04-23 | 2 | -5/+7 |
| * | Basic Component doc. | Michael Brasser | 2010-04-23 | 1 | -1/+74 |
| * | Collection of small doc improvements | Martin Jones | 2010-04-23 | 10 | -15/+19 |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-23 | 93 | -1130/+1994 |
| |\ | |||||
| | * | Update visual tests after some painter updates. | Michael Brasser | 2010-04-22 | 2 | -83/+83 |
| | * | Add missing Q_DISABLE_COPYs. | Michael Brasser | 2010-04-22 | 5 | -0/+8 |
| | * | Use Q_DECLARE_PRIVATE for private slot. | Michael Brasser | 2010-04-22 | 3 | -7/+7 |
| | * | Workaround no longer needed. | Michael Brasser | 2010-04-22 | 1 | -3/+1 |
| | * | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 16 | -60/+61 |
| | * | Continue to register base type. | Michael Brasser | 2010-04-22 | 1 | -0/+1 |
| | * | Doc. | Michael Brasser | 2010-04-22 | 1 | -18/+20 |
| * | | Don't crash if Connections::target is changed by one of its signal handlers | Martin Jones | 2010-04-23 | 5 | -5/+67 |
| * | | Remove the deprecated wrap property. | Martin Jones | 2010-04-22 | 4 | -31/+0 |
* | | | no export in plugin | Warwick Allison | 2010-04-23 | 1 | -1/+1 |
* | | | 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 |
* | | | compile | Warwick Allison | 2010-04-22 | 1 | -2/+1 |
| |/ |/| | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-22 | 1198 | -4147/+13074 |
|\ \ | |||||
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-22 | 1198 | -4147/+13074 |
| |\ \ | | |/ | |||||
| | * | Do not treat images in qml examples differently. | Yann Bodson | 2010-04-22 | 1 | -23/+7 |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-22 | 34 | -131/+372 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-22 | 1189 | -4115/+12901 |
| | | |\ | |||||
| | * | | | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 10 | -35/+86 |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-22 | 26 | -439/+315 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Autotests and doc | Aaron Kennedy | 2010-04-22 | 5 | -60/+110 |
| | | * | | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 6 | -8/+35 |
| | | * | | Remove (undocumented) QML bindings for effects. | Michael Brasser | 2010-04-22 | 8 | -348/+2 |
| | | * | | De-straighten them lines. | Bea Lam | 2010-04-22 | 1 | -0/+0 |
| | | * | | Change return type to match value(). | Michael Brasser | 2010-04-22 | 2 | -2/+2 |
| | | * | | Add duration and easing properties to AnchorAnimation. | Michael Brasser | 2010-04-22 | 2 | -1/+74 |
| | | * | | Autotest | Aaron Kennedy | 2010-04-22 | 2 | -0/+92 |
| | | * | | Remove dead code | Aaron Kennedy | 2010-04-22 | 2 | -20/+0 |
| | * | | | Doc: fix QStringList model doc (really). | Martin Jones | 2010-04-22 | 1 | -1/+1 |
| | * | | | Doc: fix QStringList model docs | Martin Jones | 2010-04-22 | 5 | -0/+106 |
| | |/ / | |||||
| | * | | Compile on Windows (export decl fix). | Warwick Allison | 2010-04-21 | 1 | -3/+3 |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-21 | 1178 | -3790/+12700 |
| | |\ \ | |||||
| | | * | | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 721 | -825/+825 |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 2 | -38/+95 |
| | | |\ \ | |||||
| | | | * | | Fixed declarative/parserstress autotest. | Roberto Raggi | 2010-04-21 | 1 | -8/+16 |
| | | | * | | Fix parsing of regular expression literals. | Roberto Raggi | 2010-04-21 | 2 | -31/+80 |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 11 | -21/+36 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-21 | 499 | -2960/+11626 |
| | | | |\ \ | |||||
| | | * | \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 319 | -1285/+9284 |
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | |||||
| | | | * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 4 | -33/+26 |
| | | | |\ \ \ |