| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 1 | -1/+4 |
|\ |
|
| * | Merge remote branch 'origin/4.8' into qa-review-master | Rohan McGovern | 2011-05-15 | 1 | -0/+42 |
| |\ |
|
| * | | Remove Q_ASSERT from QDeclarativeListModel autotest. | Jason McDonald | 2011-04-15 | 1 | -1/+4 |
|
|
* | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| |/
|/| |
|
* | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-04-12 | 1 | -0/+42 |
|\ \
| |/
|/| |
|
| * | ListModel::clear() should not clear roles | Bea Lam | 2011-04-12 | 1 | -0/+42 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-04 | 2 | -4/+187 |
|\ \
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
| |\ |
|
| * | | set() and setProperty() should not always trigger change signals | Bea Lam | 2011-01-11 | 1 | -4/+155 |
|
|
| * | | Fix ListModel::set() to update the model cache when setting a list value | Bea Lam | 2010-11-23 | 2 | -0/+32 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote branch 'qt/master' into file-engine-refactor | João Abecasis | 2010-11-23 | 2 | -1/+11 |
|\ \ |
|
| * \ | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-10-15 | 1 | -0/+10 |
| |\ \
| | |/ |
|
| | * | Fix worker ListModels to property emit countChanged() | Bea Lam | 2010-10-13 | 1 | -0/+10 |
|
|
| * | | Align .pro with qmake: s/\.sources/.files/. | Miikka Heikkinen | 2010-10-08 | 1 | -1/+1 |
| |/ |
|
* | | Fix deployment for examples and tests | Shane Kearns | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 4 | -21/+21 |
|
|
* | Various declarative autotest additions. | Michael Brasser | 2010-09-23 | 1 | -0/+16 |
|
|
* | Fix ListModel::set() so the implementation and docs are | Bea Lam | 2010-09-23 | 1 | -1/+1 |
|
|
* | Fix a crash in QDeclarativeVisualDataModel | Joona Petrell | 2010-09-21 | 2 | -0/+41 |
|
|
* | Improve error messages | Bea Lam | 2010-09-17 | 1 | -4/+4 |
|
|
* | Changes to objects returned from get() should emit itemsChanged() so | Bea Lam | 2010-09-17 | 1 | -20/+287 |
|
|
* | Don't destroy ListModel child list nodes. | Martin Jones | 2010-08-11 | 1 | -3/+4 |
|
|
* | Fix test for get() to check for undefined return values | Bea Lam | 2010-07-14 | 1 | -4/+6 |
|
|
* | Test QTBUG-11222 | Warwick Allison | 2010-06-25 | 1 | -0/+12 |
|
|
* | Allow QT_TR_NOOP (as a no-op) in ListModel values. | Warwick Allison | 2010-06-22 | 1 | -3/+7 |
|
|
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
|
|
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -2/+2 |
|
|
* | ListModel::get() shouldn't print warnings for invalid indices since it | Bea Lam | 2010-05-17 | 1 | -10/+4 |
|
|
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
|
|
* | ListModel::get() should return undefined if bad index specified | Bea Lam | 2010-05-13 | 1 | -1/+3 |
|
|
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -3/+3 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 2 | -2/+2 |
|
|
* | Ignore warnings | Bea Lam | 2010-04-21 | 1 | -0/+6 |
|
|
* | Test that ListElements returned by get() can be iterated over in JS. | Warwick Allison | 2010-04-19 | 2 | -22/+64 |
|
|
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -28/+28 |
|
|
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -11/+11 |
|
|
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
|
|
* | Make sure WorkerScript thread is stopped on deletion. This also fixes | Bea Lam | 2010-04-09 | 1 | -3/+0 |
|
|
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -2/+2 |
|
|
* | Disallow nested elements in ListModel | Aaron Kennedy | 2010-04-07 | 1 | -3/+5 |
|
|
* | ModelNode::setObjectValue() must update the object cache. | Bea Lam | 2010-04-01 | 1 | -0/+26 |
|
|
* | WorkerScript was receiving events after deletion and trying to process | Bea Lam | 2010-03-30 | 1 | -7/+4 |
|
|
* | Skip tests for now | Bea Lam | 2010-03-25 | 1 | -0/+4 |
|
|
* | Fix mutex handling that was causing tests to sometimes crash/fail. | Bea Lam | 2010-03-23 | 1 | -5/+0 |
|
|
* | Disable tests temporarily | Bea Lam | 2010-03-19 | 1 | -0/+3 |
|
|
* | Skip test, to be fixed. | Bea Lam | 2010-03-18 | 1 | -0/+2 |
|
|
* | Allow enum constants as list element properties. | Warwick Allison | 2010-03-17 | 1 | -2/+3 |
|
|
* | Tests for default count(), get() values should be run on the worker | Bea Lam | 2010-03-17 | 3 | -28/+31 |
|
|