Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Share QScriptValue's where possible | Aaron Kennedy | 2009-10-06 | 1 | -0/+2 |
| | | | | Also add an autotest for object comparisons | ||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -0/+3 |
| | |||||
* | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 1 | -0/+6 |
| | |||||
* | Save object creation line and column number | Aaron Kennedy | 2009-09-02 | 1 | -0/+5 |
| | | | | | This info is used by the debugger interface, and by the qmlInfo() stream. | ||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -2/+2 |
| | | | | | | | | | By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id. | ||||
* | Simplify QmlDeclarativeData to a single class | Aaron Kennedy | 2009-08-10 | 1 | -95/+18 |
| | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -2/+2 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+11 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Initialize declarative data members correctly | Aaron Kennedy | 2009-06-18 | 1 | -1/+1 |
| | | | | This was (obviously) causing a crash | ||||
* | Skeleton for property deferring | Aaron Kennedy | 2009-06-11 | 1 | -3/+91 |
| | |||||
* | When a QmlContext is destroyed, associated objects must be disassociated | Aaron Kennedy | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -0/+70 |
An element's qmlAttachedProperties() function will now only ever get called once per object. |