Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -63/+153 |
| | |||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -10/+10 |
| | |||||
* | Remove unnecessary global context management stuff | Aaron Kennedy | 2009-07-16 | 1 | -2/+1 |
| | |||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -12/+12 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Warn annoyingly on non-notifyable properties | Aaron Kennedy | 2009-07-03 | 1 | -1/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-02 | 1 | -42/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -42/+1 |
| | | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | | Fix warnings. | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
| | | |||||
* | | Make performance logging classes private. | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
|/ | |||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+0 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Support animating dot properties. | Michael Brasser | 2009-06-30 | 1 | -0/+30 |
| | | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" } | ||||
* | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -1/+46 |
| | | | | Also removed all uses of SetProperty | ||||
* | Use custom string converter in writeValueProperty() | Rhys Weatherley | 2009-06-18 | 1 | -0/+10 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Simplify QmlBindableValue by using the logic already present in QmlMetaProperty | Aaron Kennedy | 2009-06-10 | 1 | -127/+147 |
| | |||||
* | Minor cleanups | Aaron Kennedy | 2009-06-10 | 1 | -161/+1 |
| | |||||
* | Remove some pointless perf metrics | Aaron Kennedy | 2009-06-01 | 1 | -4/+0 |
| | |||||
* | Don't rely on qreal being a double. | Michael Brasser | 2009-05-22 | 1 | -8/+8 |
| | |||||
* | Fix SetProperties not always setting properties correctly. | Michael Brasser | 2009-05-15 | 1 | -50/+58 |
| | | | | | | | QmlMetaProperty no longer holds on to a QMetaProperty, as it may become invalidated for a dynamic object built using QmlOpenMetaObject. Reviewed-by: Aaron Kennedy | ||||
* | Add "watchers" to debugger | Aaron Kennedy | 2009-05-07 | 1 | -0/+12 |
| | |||||
* | Doc | Aaron Kennedy | 2009-05-06 | 1 | -13/+13 |
| | |||||
* | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-05-05 | 1 | -4/+36 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -110/+110 |
| | |||||
* | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -1/+1 |
| | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-04-27 | 1 | -2/+15 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp | ||||
| * | qdoc: Edited qdoc comments to remove some qdoc warnings. | Martin Smith | 2009-04-24 | 1 | -2/+15 |
| | | |||||
* | | Add some constructors without QmlContext parameter. | Martin Jones | 2009-04-27 | 1 | -0/+31 |
|/ | | | | and mark the existing constructors internal. | ||||
* | Split up QmlMetaProperty::write() method | Aaron Kennedy | 2009-04-23 | 1 | -33/+217 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+847 |