summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Change geometry-related properties from int to qreal.Michael Brasser2009-06-301-1/+1
| | | | Most related properties were already qreal.
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-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 Jones2009-05-261-3/+3
| | | | Caused massive number of warnings with winscw
* Add support for baseline anchoring.Michael Brasser2009-05-221-0/+1
|
* Fixed #includesRoberto Raggi2009-05-181-3/+3
|
* Simplify (hopefully) anchors, and make them less reliant on signalsAaron Kennedy2009-05-181-3/+1
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
|
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-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 kineticMichael Brasser2009-04-221-0/+182