Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | The root object is always last default object | Aaron Kennedy | 2009-10-12 | 1 | -1/+5 |
| | | | | Fix for QT-2301 | ||||
* | Object property binding optimization | Aaron Kennedy | 2009-08-11 | 1 | -0/+17 |
| | | | | | Add a binding optimization that hits anchors.fill: parent | ||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -0/+17 |
| | | | | | | | | | 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. | ||||
* | Pass the "me" context directly to QmlBasicScript | Aaron Kennedy | 2009-08-07 | 1 | -7/+5 |
| | | | | This saves pointlessly manipulating the context's default object list | ||||
* | Remove unused parameters | Aaron Kennedy | 2009-08-07 | 1 | -45/+3 |
| | |||||
* | Improve performance by separating id and context properties | Aaron Kennedy | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | Make private stuff private | Aaron Kennedy | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Removed support for CSS-like literals. | Roberto Raggi | 2009-07-24 | 1 | -38/+37 |
| | |||||
* | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 1 | -4/+8 |
| | |||||
* | Simplify binding optimization | Aaron Kennedy | 2009-07-20 | 1 | -312/+112 |
| | |||||
* | Add some basic QML benchmarks | Aaron Kennedy | 2009-07-17 | 1 | -0/+12 |
| | |||||
* | Small cleanups | Aaron Kennedy | 2009-07-16 | 1 | -3/+3 |
| | |||||
* | Remove some unreliable binary expression support | Aaron Kennedy | 2009-07-16 | 1 | -63/+1 |
| | |||||
* | Fix crash on object destruction | Aaron Kennedy | 2009-07-16 | 1 | -3/+6 |
| | |||||
* | Warn annoyingly on non-notifyable properties | Aaron Kennedy | 2009-07-03 | 1 | -10/+22 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-02 | 1 | -7/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -7/+0 |
| | | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | | Make performance logging classes private. | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
|/ | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -2/+32 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Fix performance regression. | Michael Brasser | 2009-06-24 | 1 | -2/+4 |
| | |||||
* | Invalidate the cache if the script resets | Aaron Kennedy | 2009-06-16 | 1 | -2/+2 |
| | |||||
* | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -18/+18 |
| | |||||
* | Improve bindings startup performance | Aaron Kennedy | 2009-06-10 | 1 | -24/+142 |
| | |||||
* | Fix handling of qreal properties. | Michael Brasser | 2009-06-09 | 1 | -7/+7 |
| | | | | | This is to bring us in line with the fix made to moc's handling of qreal properties. | ||||
* | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 1 | -0/+853 |