summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Collapse)AuthorAgeFilesLines
* docWarwick Allison2010-04-201-11/+12
|
* 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.
* Add drag.active property to MouseArea in qmlLeonardo Sobral Cunha2010-04-203-9/+36
| | | | | | | The drag.active property specifies if the target item is being dragged. Task-number: QTBUG-9833 Reviewed-by: Martin Jones
* Allow Loader sourceComponent to be set to undefeined.Martin Jones2010-04-202-2/+11
|
* Minor internal anchor refactoring.Michael Brasser2010-04-193-66/+66
|
* Fix flipable behaviour when back element is resizedAlan Alpert2010-04-192-12/+40
| | | | | Task-number: QTBUG-8424 Reviewed-by: mae
* Typo.Yann Bodson2010-04-191-1/+1
|
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-192-6/+6
|
* Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-199-31/+45
|\
| * Documentation fixes.Yann Bodson2010-04-192-8/+11
| |
| * QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-191-5/+20
| | | | | | | | | | Task-number: QTBUG-6716 Reviewed-by: Michael Brasser
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-195-23/+29
| |\
| * | Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-197-18/+14
| | | | | | | | | | | | QTBUG-9726
* | | Avoid painfully slow flicking to snap positions in GridViewMartin Jones2010-04-191-1/+10
| | | | | | | | | | | | Task-number: QTBUG-9994
* | | Avoid painfully slow flicking to snap positions.Martin Jones2010-04-191-1/+10
| |/ |/| | | | | Task-number: QTBUG-9994
* | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug.Martin Jones2010-04-191-1/+3
| | | | | | | | Task-number: QTBUG-5689
* | Speed up Rectangle creation with pen or gradient slightlyMartin Jones2010-04-192-3/+16
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-194-3/+35
|\ \ | |/
| * Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-194-3/+35
| | | | | | | | | | | | | | | | | | Mouse area coordinates are now updated when the mouse area changes position and positionChanged signals are not emitted on mousePress anymore (only mousePosChanged signals). Task-number: QTBUG-9716 Reviewed-by: Michael Brasser
* | Always allow view position to be fixed.Martin Jones2010-04-193-19/+10
|/ | | | | | | | | | We used to avoid doing fixup in a direction we were not flicking. This was pointless, and caused bugs when the view transitioned from flickable to not flickable, e.g. by content size change. Fixup following content size is also no longer animated. This can be acheived using a behavoir, for example. Task-number: QTBUG-9961
* Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-165-6/+6
|
* Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-163-3/+3
|
* Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-162-5/+25
| | | | | Task-number: QTBUG-9772 Reviewed-by: Alexis
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-164-21/+44
|\
| * Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-152-12/+5
| | | | | | | | Task-number: QTBUG-9900 QT-3287
| * Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-153-10/+40
| | | | | | | | Task-number: QTBUG-9908
* | Improve warning for non-Item delegates.Martin Jones2010-04-161-2/+12
|/ | | | Task-number: QTBUG-9682
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-153-10/+104
| | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-2/+2
|
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-152-43/+112
| | | | Task-number: QTBUG-9183
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-1/+1
|
* Don't create delegates when destroying view.Martin Jones2010-04-141-1/+4
| | | | Task-number: QTBUG-9840
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-141-2/+2
|\
* | Add QML documentation for validatorsAlan Alpert2010-04-141-9/+70
|/ | | | | | | Note that regExp doesn't have a type, and so it is 'documented' as string. Task-number: QTBUG-9412
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-144-0/+14
|\ | | | | | | | | 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-134-0/+14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-124-0/+14
| | | | | | | | | | | | | | | Merge-request: 2360 Reviewed-by: Thierry Bastian <thierry.bastian@nokia.com>
* | | Reduce warnings at shutdownAaron Kennedy2010-04-141-1/+1
| | | | | | | | | | | | | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard
* | | Image with PreserveAspect enabled with either width or height defined should ↵Joona Petrell2010-04-141-0/+6
| | | | | | | | | | | | | | | | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones
* | | Merge branch '4.7' into reviews/2361Alexis Menard2010-04-1439-556/+1217
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.h
| * | | Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-149-72/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Doc fix.Michael Brasser2010-04-142-6/+6
| | | |
| * | | emit onMovementStarted/Ended/Changed on wheel eventsMartin Jones2010-04-141-0/+4
| | | | | | | | | | | | | | | | Task-number: QTBUG-9804
| * | | Complete item creation after its initial properties have been initialized.Martin Jones2010-04-141-2/+2
| | | | | | | | | | | | | | | | Task-number: QTBUG-9800
| * | | Don't crash when columns == 0Martin Jones2010-04-141-4/+5
| | | | | | | | | | | | | | | | Task-number: QTBUG-9805
| * | | Ensure view position is correct for highlight range modes that have a static ↵Martin Jones2010-04-132-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | highlight Task-number: QTBUG-9791
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-133-4/+4
| |\ \ \
| | * | | Struct -> class because class is better.Alexis Menard2010-04-133-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well i have no idea on what to write on that commit message. Reviewed-by:akennedy
| | * | | Move effect property where it should be.Alexis Menard2010-04-131-1/+0
| | |/ / | | | | | | | | | | | | Reviewed-by:leo