summaryrefslogtreecommitdiffstats
path: root/src/imports/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-2/+1
| | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy
* Some cleanup in widgets module. Deletion of GraphicsObjectContainer.Alexis Menard2010-04-095-179/+3
| | | | | | | | | | | | | This commit deletes the uneeded classes/declarations since we have now an inline support for QGraphicsObject based classes. QGraphicsLayout bindings works the same way because the layout property has been added to QGraphicsWidget. The only feature that is missing for now (because of the deletion of GraphicsObjectContainer) is the anchoring support. We will probably take a look on how to support this feature properly with no wrapper. Task-number:QTBUG-9456 Reviewed-by:Michael Brasser
* Fix 'make sis' finding the dll on symbianThomas Zander2010-03-311-1/+1
|
* Fix installation of qmldir filesAlan Alpert2010-03-301-1/+1
| | | | | | | The old pro files did not actually install the qmldir files in clean builds. These ones should work. Reviewed-by: Harald Fernengel
* Add Symbian deploy section for qml import pluginsJoona Petrell2010-03-261-0/+11
| | | | | Task-number: QTBUG-9364 Reviewed-by: jbarron
* Fix installation of imports librariesTobias Hunger2010-03-121-4/+3
|
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-3/+3
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Use TARGETPATH instead of hardcoding locationsTobias Hunger2010-03-101-1/+1
|
* Always copy the qmldir files into the build directoryTobias Hunger2010-03-081-2/+2
| | | | ... even when -prefix is set
* Fix build of importsTobias Hunger2010-03-027-0/+755
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree