summaryrefslogtreecommitdiffstats
path: root/src/imports/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-055-771/+0
| | | | | | | | Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-3/+3
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Fill out QGraphicsLayout bindingsAlan Alpert2010-04-212-3/+187
| | | | | | | The QGraphicsLayout API is too imperative for good bindings, but now it is at least possible to initialize values in QML. Task-number: QTBUG-5760
* Simplify QML import plugin deployment linesJoona Petrell2010-04-161-2/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* 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