Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change geometry-related properties from int to qreal. | Michael Brasser | 2009-06-30 | 1 | -1/+1 |
| | | | | Most related properties were already qreal. | ||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -2/+1 |
| | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration). | ||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -3/+3 |
| | | | | Caused massive number of warnings with winscw | ||||
* | Add support for baseline anchoring. | Michael Brasser | 2009-05-22 | 1 | -0/+1 |
| | |||||
* | Fixed #includes | Roberto Raggi | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | Simplify (hopefully) anchors, and make them less reliant on signals | Aaron Kennedy | 2009-05-18 | 1 | -3/+1 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -3/+3 |
| | |||||
* | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-04-27 | 1 | -2/+0 |
| | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+182 |