Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass exceptions where possible, else print. | Warwick Allison | 2010-01-12 | 1 | -29/+42 |
| | | | | Task-number: QTBUG-6507 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-12 | 17 | -23/+115 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | 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 | ||||
| * | | Crash | Aaron Kennedy | 2010-01-11 | 1 | -1/+0 |
| | | | |||||
* | | | 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) | ||||
* | | Ignore anchor loop duplicate error. | Warwick Allison | 2010-01-11 | 1 | -0/+1 |
| | | |||||
* | | unwarn | Warwick Allison | 2010-01-11 | 2 | -7/+10 |
|/ | |||||
* | 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 |
| | | |||||
| * | Use URI, not modified URL when resolving type names | Aaron Kennedy | 2010-01-11 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-11 | 8 | -14/+28 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Remove debugging | Aaron Kennedy | 2010-01-11 | 1 | -1/+0 |
| | | | |||||
* | | | qmlInfo now gives QML type, not C++ classname. | Warwick Allison | 2010-01-11 | 1 | -6/+6 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 17 | -31/+304 |
|\ \ | |/ | | | | | 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 | 39 | -32/+107 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Remove extra semicolons. | Michael Brasser | 2010-01-11 | 2 | -2/+2 |
| | | | |||||
| | * | Compile with QT_NO_CURSOR. | Michael Brasser | 2010-01-11 | 1 | -0/+4 |
| | | | |||||
| | * | More text benchmarks. | Michael Brasser | 2010-01-11 | 1 | -2/+73 |
| | | | |||||
| * | | Update QML to adhere to latest QScriptDeclarativeClass | Aaron Kennedy | 2010-01-11 | 10 | -22/+26 |
| | | | |||||
| * | | Optimization: Add QScriptDeclarativeClass::Value | Aaron Kennedy | 2010-01-11 | 3 | -5/+199 |
| | | | | | | | | | | | | | | | | | | | | | This class is essentially the same as QScriptValue, but it is faster as it doesn't reference objects. Thus, they might be collected if the gc runs. For return values from QScriptDeclarativeClass this isn't a problem, of course. | ||||
* | | | report error better | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | document test weakness | Warwick Allison | 2010-01-11 | 1 | -0/+6 |
| | | | |||||
* | | | QTBUG-6507 appears fixed (don't know when) | Warwick Allison | 2010-01-11 | 3 | -10/+18 |
| | | | |||||
* | | | avoid false pass | Warwick Allison | 2010-01-11 | 1 | -1/+0 |
| | | | |||||
* | | | Don't put necessary code in Q_ASSERT | Warwick Allison | 2010-01-11 | 1 | -2/+2 |
| | | | | | | | | | | | | (test failed in release mode) | ||||
* | | | Qt has more stuff in rich text now. | Warwick Allison | 2010-01-11 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Compile (will still fail) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | | |||||
* | | Remove unused signal. | Warwick Allison | 2010-01-11 | 1 | -1/+0 |
| | | |||||
* | | Compile outside src/declarative (tests) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | |