Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89 | Aaron Kennedy | 2010-05-14 | 1 | -0/+4 |
| | | | | Grrr | ||||
* | Cleanup (remove QDeclarativeScriptClass) | Aaron Kennedy | 2010-04-07 | 1 | -3/+3 |
| | | | | | QDeclarativeScriptClass only existed to make compiling against 4.6 and 4.7 easier. | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -4/+5 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -1/+0 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | Save secondary scope inside the expression's scope object | Aaron Kennedy | 2010-03-03 | 1 | -0/+1 |
| | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+101 |
QDeclarativeXXX. |