Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-13719 | ||||
* | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 1 | -0/+19 |
| | | | | Task-number: QTBUG-14254 | ||||
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-14089 | ||||
* | Allow the debugger to modify method bodies | Aaron Kennedy | 2010-07-08 | 1 | -0/+2 |
| | | | | QTBUG-11933 | ||||
* | Don't crash on deleted objects assigned to variant properties | Aaron Kennedy | 2010-04-19 | 1 | -0/+1 |
| | | | | QTBUG-8077 | ||||
* | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | QML used to silently ignore a log of errors - such as a failed assignment to a QObject property. These errors are now all reported as exceptions in JavaScript. Other questionable activities, like assigning a JavaScript array to a "property var" property which appeared to work, thanks to QtScript's transparent conversion of arrays to a QVariantList, are now blocked entirely. QTBUG-9152 QTBUG-9382 QTBUG-9341 QTBUG-6886 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -3/+3 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Optimization: reduce allocations | Aaron Kennedy | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Optimization: Don't use QVariant in QDeclarativeVMEMetaObject | Aaron Kennedy | 2010-03-29 | 1 | -1/+14 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -1/+2 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+157 |
QDeclarativeXXX. |