Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite bindings inside the compiler | Aaron Kennedy | 2009-08-05 | 6 | -47/+54 |
| | | | | | | | | | | | | To improve execution performance, binding expressions are rewritten as function closures inside QmlExpression. To improve startup performance, where possible, the expressions are rewritten inside the compiler instead of inside QmlExpression at runtime. This also has the sideeffect of removing the StoreBinding instruction, as all bindings are now "compiled". The QmlBinding::expression() method for rewritten bindings will now return the rewritten expression instead of the original (which is lost), but this API is internal anyway. | ||||
* | Remove unnecessary friend | Aaron Kennedy | 2009-08-05 | 1 | -1/+0 |
| | |||||
* | Make QFxAnchorLine private and internal | Aaron Kennedy | 2009-08-05 | 8 | -27/+40 |
| | |||||
* | Fixup QPoint and QRect value types | Aaron Kennedy | 2009-08-05 | 2 | -18/+161 |
| | | | | The floating point and integer point/rect classes are not binary compatible, as change e494fef4cd3fd2dbec273fc48c49f8d15469bc96 assumed. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-05 | 16 | -356/+142 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-04 | 119 | -371/+318 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-04 | 189 | -801/+1463 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tools/qmldebugger/canvasscene.cpp | ||||
| | * | | Get qmldebugger running, and add basic object/property view. | Michael Brasser | 2009-08-04 | 11 | -307/+93 |
| | | | | |||||
| * | | | Renaming: FontFamily -> FontLoader | Yann Bodson | 2009-08-04 | 4 | -47/+47 |
| | | | | |||||
| * | | | Move QmlFontFamily to extra. | Yann Bodson | 2009-08-04 | 4 | -4/+4 |
| | | | | |||||
* | | | | Fix test | Aaron Kennedy | 2009-08-05 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | "interface" is a JS reserved word, which have been disallowed as property names. | ||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-04 | 112 | -68/+358 |
|\ \ \ \ | | |_|/ | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-04 | 4 | -4/+133 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Do not use antialiasing with gradient rounded rect if smooth = false | Yann Bodson | 2009-08-04 | 1 | -2/+4 |
| | | | | |||||
| | * | | Example of smooth rect painting | Yann Bodson | 2009-08-04 | 3 | -0/+110 |
| | | | | |||||
| | * | | Paint Rect smoothly | Yann Bodson | 2009-08-04 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | Still some artifacts when painting rounded rects whith smooth = true. | ||||
| * | | | Fix imports. | Warwick Allison | 2009-08-04 | 104 | -52/+209 |
| | | | | | | | | | | | | | | | | Add import tests. | ||||
| * | | | Fix to use "." not "/" in QML_DEFINE_TYPE URIs | Warwick Allison | 2009-08-04 | 4 | -12/+16 |
| |/ / | | | | | | | | | | Fix to allow multiple version specifying defines. | ||||
* | | | Remove unused QmlContextPrivate member variables | Aaron Kennedy | 2009-08-04 | 4 | -17/+2 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-04 | 13 | -46/+50 |
|\ \ \ | |/ / | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Fixed import parsing, where the importId wasn't set. | Erik Verbruggen | 2009-08-03 | 2 | -0/+4 |
| | | | | | | | | | | | | Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
| * | | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 11 | -46/+46 |
| | | | |||||
* | | | Improve performance by separating id and context properties | Aaron Kennedy | 2009-08-04 | 11 | -96/+88 |
| | | | |||||
* | | | Update test | Aaron Kennedy | 2009-08-04 | 12 | -5/+29 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-03 | 15 | -135/+87 |
|\ \ \ | |/ / | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Move the 'smooth' property to QFxItem | Yann Bodson | 2009-08-03 | 14 | -133/+79 |
| | | | | | | | | | | | | | | | Items currently using it are QFxImage, QFxText, QFxLineEdit, QFxTextEdit and QFxPaintedItem. | ||||
| * | | Notify of VisualDataModel count changes. | Martin Jones | 2009-08-03 | 1 | -2/+8 |
| | | | |||||
* | | | Shortcut testing for internal QVariant types | Aaron Kennedy | 2009-08-03 | 1 | -0/+2 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-03 | 11 | -170/+434 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-03 | 32 | -376/+473 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Rework VisualItemModel into VisualItemModel & VisualDataModel | Martin Jones | 2009-08-03 | 11 | -170/+434 |
| | | | | | | | | | | | | | | | | | | | | | | | | QFXVisualModel provides a base class for visual models. QFxVisualDataModel provides a visual model for Qt item view models. QFxVisualItemModel provides a model of QFxItems. | ||||
* | | | | Add another benchmark | Aaron Kennedy | 2009-08-03 | 9 | -0/+55 |
| |/ / |/| | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-03 | 18 | -291/+273 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Fix Flickr rotation | Yann Bodson | 2009-08-03 | 1 | -5/+6 |
| | | | | |||||
| * | | | Improve calculator demo and add missing text property to QmlPalette. | Yann Bodson | 2009-08-03 | 9 | -55/+39 |
| | | | | |||||
| * | | | Use QPalette::ColorGroup directly. | Yann Bodson | 2009-08-03 | 2 | -18/+10 |
| | | | | |||||
| * | | | Remove some warnings | Yann Bodson | 2009-08-03 | 7 | -212/+217 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-03 | 9 | -33/+148 |
| |\ \ \ | | |/ / | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | doc | Warwick Allison | 2009-07-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | Make QmlMetaProperty reentrant | Aaron Kennedy | 2009-08-03 | 15 | -85/+200 |
| |/ / |/| | | |||||
* | | | Items marked for removal should be excluded from section updates. | Martin Jones | 2009-08-02 | 1 | -3/+7 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-02 | 30 | -136/+188 |
|\ \ \ | | |/ | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Documentation | Yann Bodson | 2009-08-01 | 6 | -25/+140 |
| | | | |||||
| * | | Add CONSTANT | Yann Bodson | 2009-08-01 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-31 | 12 | -80/+18 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-31 | 4 | -15/+14 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Get rid of QFxItem::options. | Michael Brasser | 2009-07-31 | 12 | -80/+18 |
| | | | | | | | | | | | | | | | | They can all be set directly with QGraphicsItem flags or functions. | ||||
| * | | | Use new enum ints (should be ids!) | Warwick Allison | 2009-07-31 | 4 | -8/+8 |
| | | | | |||||
| * | | | Make QFxScaleGrid private | Warwick Allison | 2009-07-31 | 7 | -7/+7 |
| | |/ | |/| | | | | | | | As per API review | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-31 | 5 | -21/+18 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |