Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |