Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test fix in 4accb53cc2f9e2e89fda91a20e3c0503cf10aad0 | Warwick Allison | 2010-01-13 | 1 | -0/+4 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-13 | 27 | -175/+343 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 18 | -151/+298 |
| | | |||||
| * | Remove QByteArray constructor from QmlComponent. | Michael Brasser | 2010-01-13 | 4 | -23/+9 |
| | | | | | | | | | | | | | | It was too easily confused with the QString constructor that had completely different semantics. Use setData() instead. Task-number: QTBUG-6590 | ||||
| * | Add basic support for property iteration. | Michael Brasser | 2010-01-13 | 4 | -0/+36 |
| | | | | | | | | Task-number: QTBUG-6033 | ||||
| * | Remove duplicate line. | Michael Brasser | 2010-01-13 | 1 | -1/+0 |
| | | |||||
* | | Version "-1" means not-specified. | Warwick Allison | 2010-01-13 | 1 | -4/+16 |
|/ | |||||
* | Fix and test version 0.0 installed imports. | Warwick Allison | 2010-01-13 | 3 | -1/+10 |
| | |||||
* | Give full error message (with line number) on XMLHttpRequest slot failures. | Warwick Allison | 2010-01-13 | 2 | -15/+35 |
| | |||||
* | Test version 0.0 | Warwick Allison | 2010-01-13 | 1 | -0/+9 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-12 | 5 | -48/+97 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Doc. | Martin Jones | 2010-01-12 | 1 | -0/+2 |
| | | |||||
| * | Various QML browser improvements | Martin Jones | 2010-01-12 | 1 | -10/+20 |
| | | | | | | | | | | | | - Easier to press Up button - Fix highlight color - Fix keypad navigation | ||||
| * | Test that exceptions are passed. | Warwick Allison | 2010-01-12 | 1 | -9/+26 |
| | | | | | | | | Task-number: QTBUG-6507 | ||||
| * | Fix states autotests to work with deferred properties. | Michael Brasser | 2010-01-12 | 1 | -0/+7 |
| | | |||||
| * | Pass exceptions where possible, else print. | Warwick Allison | 2010-01-12 | 1 | -29/+42 |
| | | | | | | | | Task-number: QTBUG-6507 | ||||
* | | Incorrect ASSERT | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | | |||||
* | | Minor cleanup | Aaron Kennedy | 2010-01-12 | 1 | -2/+4 |
| | | |||||
* | | Simple QmlGraphicsImage benchmark | Aaron Kennedy | 2010-01-12 | 3 | -0/+121 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-12 | 7 | -34/+149 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-12 | 17 | -23/+115 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Improve efficiency and correctness of qHash(QUrl), and use it in Declarative | Warwick Allison | 2010-01-12 | 7 | -19/+30 |
| | | | | | | | | | | | | | | | rather than qHash(url.toString()). Similar corelib changes may come from 4.6 too. | ||||
| * | | Use 0 for null QHash. | Warwick Allison | 2010-01-12 | 1 | -15/+119 |
| | | | | | | | | | | | | (this change will come via Qt 4.6 too) | ||||
* | | | Optimization: toString() conversion for QStrings | Aaron Kennedy | 2010-01-12 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Always exit on play script failure | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | | |||||
* | | Compile | Aaron Kennedy | 2010-01-12 | 2 | -2/+4 |
| | | |||||
* | | Compile | Aaron Kennedy | 2010-01-12 | 1 | -1/+1 |
| | | |||||
* | | Don't double enter states at startup. | Aaron Kennedy | 2010-01-12 | 4 | -11/+61 |
| | | | | | | | | QT-2697 | ||||
* | | Cached programs and closures must be destroyed at shutdown | Aaron Kennedy | 2010-01-12 | 4 | -6/+21 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-12 | 3 | -0/+9 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Doc fixes | Alan Alpert | 2010-01-11 | 3 | -0/+9 |
| | | | | | | | | | | | | Explictly mention that root items in delegates need a size. | ||||
* | | | Crash | Aaron Kennedy | 2010-01-11 | 1 | -1/+1 |
|/ / | |||||
* | | More binding opts | Aaron Kennedy | 2010-01-11 | 1 | -0/+17 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-11 | 3 | -7/+11 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Ignore anchor loop duplicate error. | Warwick Allison | 2010-01-11 | 1 | -0/+1 |
| | | |||||
| * | unwarn | Warwick Allison | 2010-01-11 | 2 | -7/+10 |
| | | |||||
* | | Crash | Aaron Kennedy | 2010-01-11 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 1 | -0/+7 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Ignore expected test warnings | Aaron Kennedy | 2010-01-11 | 1 | -0/+7 |
| | | |||||
* | | missed file | Warwick Allison | 2010-01-11 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 6 | -19/+44 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Use QMetaObject::disconnectOne() in QML | Aaron Kennedy | 2010-01-11 | 3 | -12/+19 |
| | | | | | | | | QTBUG-6781 | ||||
| * | QMetaObject::disconnectOne() | Aaron Kennedy | 2010-01-11 | 3 | -7/+25 |
| | | | | | | | | | | | | | | Adds a disconnectOne() method that allows a single signal/slot connection to be disconnected, as required by QTBUG-6781. Reviewed-by: Warwick Allison | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 2 | -4/+16 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-11 | 1 | -6/+6 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Don't double function'ize dynamic QML functions | Aaron Kennedy | 2010-01-11 | 2 | -4/+16 |
| | | | |||||
* | | | unwarn | Warwick Allison | 2010-01-11 | 6 | -8/+8 |
| | | | |||||
* | | | Don't use a virtual signal - moc complains. | Warwick Allison | 2010-01-11 | 5 | -5/+18 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 3 | -6/+2 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Deferred properties are not experimental anymore | Aaron Kennedy | 2010-01-11 | 1 | -3/+0 |
| | |