| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-23 | 20 | -63/+73 |
|\ |
|
| * | 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 | 11 | -35/+36 |
|
|
| * | 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 | 3 | -5/+16 |
|
|
* | | Remove the deprecated wrap property. | Martin Jones | 2010-04-22 | 4 | -31/+0 |
|/ |
|
* | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 6 | -17/+63 |
|
|
* | Autotests and doc | Aaron Kennedy | 2010-04-22 | 1 | -34/+36 |
|
|
* | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 2 | -8/+26 |
|
|
* | Remove (undocumented) QML bindings for effects. | Michael Brasser | 2010-04-22 | 5 | -267/+2 |
|
|
* | 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 | 1 | -0/+6 |
|
|
* | Remove dead code | Aaron Kennedy | 2010-04-22 | 2 | -20/+0 |
|
|
* | Compile on Windows (export decl fix). | Warwick Allison | 2010-04-21 | 1 | -3/+3 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 5 | -92/+92 |
|
|
* | Fix parsing of regular expression literals. | Roberto Raggi | 2010-04-21 | 1 | -29/+79 |
|
|
* | Compile without Qt3 support. | Yann Bodson | 2010-04-21 | 1 | -25/+25 |
|
|
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 46 | -568/+1168 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-21 | 1 | -1/+3 |
| |\ |
|
| | * | Emit released and hoveredChanged in MouseArea when a UngrabMouse is received | Leonardo Sobral Cunha | 2010-04-21 | 1 | -1/+3 |
|
|
| * | | Add hasModelChildren property to delegates with QAbstractItemModel model type. | Martin Jones | 2010-04-21 | 2 | -39/+71 |
| |/ |
|
| * | Add forceFocus method to QDeclarativeItem. | Yann Bodson | 2010-04-21 | 2 | -2/+20 |
|
|
| * | Don't allow properties in Component elements | Aaron Kennedy | 2010-04-21 | 1 | -0/+7 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-21 | 7 | -67/+129 |
| |\ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-21 | 6 | -66/+126 |
| | |\ |
|
| | | * | Fix qmlvisual/animation/parentAnimation autotest | Leonardo Sobral Cunha | 2010-04-21 | 1 | -1/+4 |
|
|
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-21 | 1 | -2/+4 |
| | | |\ |
|
| | | | * | Remove \internal from QDeclarativePropertyValueSource. It should be | Bea Lam | 2010-04-21 | 1 | -2/+4 |
|
|
| | | * | | Fix highlight position with StrictlyEnforceRange and range greater than item ... | Martin Jones | 2010-04-21 | 4 | -63/+118 |
| | | |/ |
|
| | * | | Fix crash. | Warwick Allison | 2010-04-21 | 1 | -1/+3 |
| | |/ |
|
| * | | Fix crash when QDeclarativeInfo objects are copied | Aaron Kennedy | 2010-04-21 | 2 | -81/+78 |
| |/ |
|
| * | doc | Warwick Allison | 2010-04-20 | 4 | -12/+23 |
|
|
| * | Allow null to be assigned to object properties | Aaron Kennedy | 2010-04-20 | 2 | -1/+11 |
|
|
| * | Fix AnchorChanges to work with parent.right. | Michael Brasser | 2010-04-20 | 6 | -221/+366 |
|
|
| * | Compile | Warwick Allison | 2010-04-20 | 1 | -2/+0 |
|
|
| * | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 13 | -22/+197 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-20 | 3 | -9/+36 |
| |\ |
|
| | * | Add drag.active property to MouseArea in qml | Leonardo Sobral Cunha | 2010-04-20 | 3 | -9/+36 |
|
|
| * | | Handle overrides correctly in extension objects | Aaron Kennedy | 2010-04-20 | 1 | -2/+73 |
| |/ |
|
| * | Allow Loader sourceComponent to be set to undefeined. | Martin Jones | 2010-04-20 | 2 | -2/+11 |
|
|
| * | Doc fix. | Michael Brasser | 2010-04-19 | 1 | -3/+10 |
|
|
| * | Minor internal anchor refactoring. | Michael Brasser | 2010-04-19 | 5 | -113/+112 |
|
|
| * | Doc clarification. | Michael Brasser | 2010-04-19 | 1 | -2/+4 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-19 | 1 | -1/+2 |
| |\ |
|
| * | | Fix flipable behaviour when back element is resized | Alan Alpert | 2010-04-19 | 2 | -12/+40 |
|
|
* | | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 2 | -14/+38 |
| |/
|/| |
|