summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-0/+1
| | | | | | Task-number: QTBUG-17280 Reviewed-by: Martin Jones Change-Id: I34a623b49ce0fd5c05ae7a7ea5d0437c107b8a9b
* Allow MouseArea to prevent mouse grab begin stolen by Flickable.Martin Jones2011-02-171-0/+1
| | | | | | | | | | | | Placing a MouseArea in a Flickable (or PinchArea, or PathView) allows the Flickable to steal mouse events when it detects a flick/drag event. In some cases this is not desireable and MouseArea should be able to retain its grab. Added a 'preventStealing' property to prevent an ancestor item from stealing the MouseArea's grab. Change-Id: I6277fbb76919b2b35d4e32a247b38a90e305dbdf Task-number: QTBUG-17285 Reviewed-by: Joona Petrell
* Add missing revisions for QtQuick 1.1 additionsMartin Jones2011-01-271-0/+2
| | | | | Task-number: QTBUG-15279 Reviewed-by: Michael Brasser
* Expose implicitWidth and implicitHeight properties of Item.Martin Jones2011-01-241-0/+5
| | | | | | | | Overridden as readonly for elements that have an inherent implicit size such as Text, TextEdit, TextInput, positioners, Loader. Task-number: QTBUG-14957 Reviewed-by: Michael Brasser
* Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-181-0/+3
| | | | | Task-number: QTBUG-11042 Reviewed-by: Joona Petrell
* Add methods to position view at beginning or end.Martin Jones2011-01-111-0/+2
| | | | | | | Takes into account header/footer. Task-number: QTBUG-16213 Reviewed-by: Michael Brasser
* Add versioning for new Flickable methods.Martin Jones2011-01-111-0/+1
| | | | Task-number: QTBUG-15148
* Add property versioning checks for QtQuick 1.1 deselect() functionJoona Petrell2011-01-101-1/+4
| | | | | Task-number: QTBUG-16059 Reviewed-by: Martin Jones
* Group all QtQuick 1.1 registrations togetherMartin Jones2011-01-071-8/+7
| | | | Task-number: QTBUG-15279
* Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-071-0/+4
|\
| * Fix to register Repeater for QtQuick 1.1Bea Lam2011-01-071-0/+4
| | | | | | | | | | Task-number: QTBUG-15161 Reviewed-by: Martin Jones
* | Add linkActivated signal to TextEditAlan Alpert2011-01-071-0/+1
|/ | | | | | | | Since TextEdit can also contain rich text with anchors, it should also have a linkActivated signal like Text does. Task-number: QTBUG-15283 Reviewed-by: Martin Jones
* Add PinchArea.Martin Jones2010-11-281-0/+4
| | | | | | | Provides two finger gestures: zoom, rotate, pan. Task-number: QTBUG-15491 Reviewed-by: Aaron Kennedy
* Register QtQuick 1.0 module.Aaron Kennedy2010-09-291-20/+78
| | | | | | | Qt 4.7 is still supported, but deprecated. Reviewed-by: Martin Jones Task-number: QTBUG-13799
* Fix compilation - disable TextInput when QT_NO_LINEEDIT is definedTasuku Suzuki2010-07-291-0/+2
| | | | | Merge-request: 739 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Generalize qml "registration"Aaron Kennedy2010-07-221-1/+2
| | | | | | While it is difficult to predict the future, the hope is that this might give us a little more flexibility when it comes to fixing bugs etc. in patch releases.
* Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-0/+16
|
* Fix QT_NO_VALIDATOR compilation.Tasuku Suzuki2010-05-311-0/+4
| | | | | Merge-request: 648 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Compile with QT_NO_ACTION.Tasuku Suzuki2010-05-231-0/+2
| | | | | Merge-request: 643 Reviewed-by: Andreas Kling <andreas.kling@nokia.com>
* Compile with QT_NO_GRAPHICSEFFECT.Michael Brasser2010-04-301-0/+2
|
* Continue to register base type.Michael Brasser2010-04-221-0/+1
|
* Remove (undocumented) QML bindings for effects.Michael Brasser2010-04-221-14/+0
| | | | | Support for effects will be introduced in a future release, when we can make better guarantees about performance.
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-52/+52
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-7/+13
| | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-141-0/+2
|\ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-04-131-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (48 commits) build fix for S60 Improve handling of QAction in soft key manager Remove useless assert qdrawhelper: fix optim in 2245641ba QSlider and StyleSheet: fix one pixel error while drawing the SliderAddPage accelerate QWindowsPipeWriter for bigger chunks of data Fix antialiasing with transformed text in OpenGL2 paint engine Fix flattening of largely scaled, thin, dashed beziers. Increased the precision used to flatten beziers Fix QT_NO_MOVIE Fix compile error with QT_NO_ACTION in QtGui Fix QT_NO_COMPLETER Fix QT_NO_FSCOMPLETER Fix QT_NO_FILESYSTEMMODEL Build fix Safeguard ourselves against corrupt registry values for cleartype gamma fix cetest build properly qdrawhelper: optimize the fetch transformed bilinear functions Compile fix for WinCE Make sure the selectionChanged signal is not called too much ...
| | * Fix QT_NO_MOVIETasuku Suzuki2010-04-121-0/+2
| | | | | | | | | | | | | | | Merge-request: 2360 Reviewed-by: Thierry Bastian <thierry.bastian@nokia.com>
* | | Merge branch '4.7' into reviews/2361Alexis Menard2010-04-141-7/+6
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.h
| * | | Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-1/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Remove QT_VERSION checks in QMLAaron Kennedy2010-04-091-2/+0
| | | | | | | | | | | | We only support Qt 4.7 now.
| * | Some cleanup in widgets module. Deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Disallow creation of attached objects Keys and KeyNavigationMartin Jones2010-04-071-2/+3
| |/ | | | | | | | | | | | | Also adds qmlRegisterUncreatableType<>() to allow registration of named types that cannot be created. Task-number: QTBUG-9575
* | Fix QT_NO_GRAPHICSEFFECTTasuku Suzuki2010-04-131-5/+7
|/
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-33/+33
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* VisibleArea is not a creatable type.Michael Brasser2010-03-311-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-261-3/+3
|\
| * Remove Q prefix from the validators.Michael Brasser2010-03-261-3/+3
| |
* | Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-0/+2
|/ | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Pen is not a creatable type.Michael Brasser2010-03-251-1/+1
|
* Register QGraphicsWidget type.Alexis Menard2010-03-171-0/+1
| | | | Reviewed-by:TrustMe
* Move particles in their own plugin (Qt.labs.particles)Yann Bodson2010-03-111-6/+0
| | | | Task-number: QT-2846
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-67/+67
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-041-1/+0
|
* Move WebView to an extension plugin.Warwick Allison2010-03-021-3/+0
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+161
QDeclarativeXXX.