| Commit message (Expand) | Author | Age | Files | Lines |
* | Qml Debugging: Only enable if explicitly requestedv4.7.1 | Jason McDonald | 2010-11-03 | 5 | -2/+23 |
|
|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 84 | -1092/+1092 |
|
|
* | Ensure PathView updates positions when path changes. | Michael Brasser | 2010-10-08 | 2 | -0/+36 |
|
|
* | QDeclarativeDebug: Make autotests more robust | Kai Koehne | 2010-10-04 | 2 | -13/+10 |
|
|
* | QDeclarativeDebugClient: Make sure status is consistent | Kai Koehne | 2010-10-04 | 2 | -1/+7 |
|
|
* | Make QmlDebug protocol more robust | Kai Koehne | 2010-10-04 | 5 | -69/+58 |
|
|
* | Autotest that new "import Qt 4.7"s aren't added accidentally | Aaron Kennedy | 2010-10-01 | 1 | -0/+57 |
|
|
* | Replace "import Qt 4.7" with "import QtQuick 1.0" | Aaron Kennedy | 2010-10-01 | 1 | -1/+1 |
|
|
* | Add test for Qt 4.7 module | Aaron Kennedy | 2010-10-01 | 5 | -1/+183 |
|
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Jason McDonald | 2010-10-01 | 713 | -1009/+1009 |
|
|
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-10-01 | 3 | -0/+28 |
|
|
* | QDeclarativeDebugService: Add bc autotest | Kai Koehne | 2010-10-01 | 3 | -2/+95 |
|
|
* | Fix crash when trying to append a null transform to QDeclarativeItem. | Michael Brasser | 2010-10-01 | 2 | -0/+25 |
|
|
* | Mitigate private header problems in QtCreator by adding semi-private API | Kai Koehne | 2010-09-27 | 2 | -0/+89 |
|
|
* | Mitigate private header problems in QtCreator by adding semi-private API | Kai Koehne | 2010-09-27 | 3 | -0/+98 |
|
|
* | Autotest and small fix for QDeclarativeFontLoader. | Yann Bodson | 2010-09-23 | 2 | -0/+42 |
|
|
* | Fix a crash in QDeclarativeVisualDataModel | Joona Petrell | 2010-09-23 | 2 | -0/+41 |
|
|
* | Make qml debugging work with command line arguments | Lasse Holmstedt | 2010-09-23 | 3 | -6/+41 |
|
|
* | Improve error messages | Bea Lam | 2010-09-22 | 1 | -4/+4 |
|
|
* | Changes to objects returned from get() should emit itemsChanged() so | Bea Lam | 2010-09-22 | 1 | -20/+287 |
|
|
* | Moving items in a PathView caused PathView.onPath to be set to false. | Martin Jones | 2010-09-21 | 2 | -8/+16 |
|
|
* | Models with a single role may not update due to "modelData" conflict. | Martin Jones | 2010-09-16 | 3 | -0/+104 |
|
|
* | Fix test. | Michael Brasser | 2010-09-16 | 1 | -2/+0 |
|
|
* | Restore any absolute geometry changed by AnchorChanges when returning | Michael Brasser | 2010-09-15 | 2 | -0/+52 |
|
|
* | Unit tests for Bauhaus enablers | Thomas Hartmann | 2010-09-14 | 2 | -0/+166 |
|
|
* | In ParentChange treat flip in x and y as a 180 degree rotation | Martin Jones | 2010-09-14 | 2 | -0/+45 |
|
|
* | When onDoubleClicked: is handled don't emit a second onPressed/onClicked | Martin Jones | 2010-09-13 | 2 | -0/+46 |
|
|
* | Add test for view velocity update on setCurrentIndex() | Martin Jones | 2010-09-13 | 2 | -0/+4 |
|
|
* | Autotests cleanup. | Yann Bodson | 2010-09-10 | 6 | -107/+52 |
|
|
* | Autotest for QTBUG-13454. | Yann Bodson | 2010-09-10 | 1 | -14/+54 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-09-09 | 1 | -5/+1 |
|\ |
|
| * | Fix qdeclarativeimageprovider autotest compilation on Symbian | Joona Petrell | 2010-09-09 | 1 | -5/+1 |
|
|
* | | Fix SmoothedAnimation test and docs | Alan Alpert | 2010-09-09 | 5 | -6/+889 |
|/ |
|
* | Don't cause repaints during painting in Text element | Martin Jones | 2010-09-08 | 1 | -0/+11 |
|
|
* | Fix AnchorAnimation for multiple AnchorChanges with dependancies. | Michael Brasser | 2010-09-06 | 3 | -0/+515 |
|
|
* | Fix PathView item position on insertion and removal. | Martin Jones | 2010-09-06 | 1 | -8/+11 |
|
|
* | Add test for ListView positioning when all visible items are removed. | Martin Jones | 2010-09-05 | 1 | -1/+30 |
|
|
* | Missing file | Aaron Kennedy | 2010-09-03 | 1 | -0/+14 |
|
|
* | qreal == float fixes | Aaron Kennedy | 2010-09-03 | 1 | -1/+1 |
|
|
* | Don't modify the signal order on the second dynamic meta object pass | Aaron Kennedy | 2010-09-03 | 1 | -0/+12 |
|
|
* | Support passing QObject derived types to QML methods | Aaron Kennedy | 2010-09-03 | 4 | -1/+52 |
|
|
* | Don't overflow the unreferenced cost counter | Aaron Kennedy | 2010-09-02 | 1 | -0/+27 |
|
|
* | Support JS "in" operator on QML objects | Aaron Kennedy | 2010-09-01 | 2 | -0/+18 |
|
|
* | Only emit change signal when variant properties actually change | Aaron Kennedy | 2010-09-01 | 2 | -1/+28 |
|
|
* | Prevent calling deleteLater() from QML | Aaron Kennedy | 2010-08-31 | 2 | -0/+24 |
|
|
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 10 | -6/+61 |
|
|
* | Don't double call classBegin() | Aaron Kennedy | 2010-08-31 | 5 | -1/+41 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-08-31 | 7 | -7/+131 |
|\ |
|
| * | Revert "Add 'cached' property to Image." | Yann Bodson | 2010-08-31 | 1 | -20/+9 |
|
|
| * | Add 'cached' property to Image. | Yann Bodson | 2010-08-31 | 1 | -9/+20 |
|
|