Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc | Warwick Allison | 2010-04-20 | 1 | -11/+12 |
| | |||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -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 qml | Leonardo Sobral Cunha | 2010-04-20 | 3 | -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 Jones | 2010-04-20 | 2 | -2/+11 |
| | |||||
* | Minor internal anchor refactoring. | Michael Brasser | 2010-04-19 | 3 | -66/+66 |
| | |||||
* | Fix flipable behaviour when back element is resized | Alan Alpert | 2010-04-19 | 2 | -12/+40 |
| | | | | | Task-number: QTBUG-8424 Reviewed-by: mae | ||||
* | Typo. | Yann Bodson | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Renamed mousePosChanged signal to mousePositionChanged | Leonardo Sobral Cunha | 2010-04-19 | 2 | -6/+6 |
| | |||||
* | Fiddle with the overshoot correction curve. | Martin Jones | 2010-04-19 | 1 | -2/+2 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-19 | 9 | -31/+45 |
|\ | |||||
| * | Documentation fixes. | Yann Bodson | 2010-04-19 | 2 | -8/+11 |
| | | |||||
| * | QDeclarativeImage should stretch in one direction when tiling in the other. | Yann Bodson | 2010-04-19 | 1 | -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.7 | Aaron Kennedy | 2010-04-19 | 5 | -23/+29 |
| |\ | |||||
| * | | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 7 | -18/+14 |
| | | | | | | | | | | | | QTBUG-9726 | ||||
* | | | Avoid painfully slow flicking to snap positions in GridView | Martin Jones | 2010-04-19 | 1 | -1/+10 |
| | | | | | | | | | | | | Task-number: QTBUG-9994 | ||||
* | | | Avoid painfully slow flicking to snap positions. | Martin Jones | 2010-04-19 | 1 | -1/+10 |
| |/ |/| | | | | | Task-number: QTBUG-9994 | ||||
* | | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug. | Martin Jones | 2010-04-19 | 1 | -1/+3 |
| | | | | | | | | Task-number: QTBUG-5689 | ||||
* | | Speed up Rectangle creation with pen or gradient slightly | Martin Jones | 2010-04-19 | 2 | -3/+16 |
| | | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-19 | 4 | -3/+35 |
|\ \ | |/ | |||||
| * | Update mouse area coordinates automatically when changing position | Leonardo Sobral Cunha | 2010-04-19 | 4 | -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 Jones | 2010-04-19 | 3 | -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 Jones | 2010-04-16 | 5 | -6/+6 |
| | |||||
* | Doc: make note about using clip: true in views slightly more prominent. | Martin Jones | 2010-04-16 | 3 | -3/+3 |
| | |||||
* | Avoid calling QGraphicsItem::setTransformOriginPoint() until needed | Martin Jones | 2010-04-16 | 2 | -5/+25 |
| | | | | | Task-number: QTBUG-9772 Reviewed-by: Alexis | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-16 | 4 | -21/+44 |
|\ | |||||
| * | Simplify dynamic resource loading to avoid cluttering Text API. | Warwick Allison | 2010-04-15 | 2 | -12/+5 |
| | | | | | | | | Task-number: QTBUG-9900 QT-3287 | ||||
| * | Use qmlInfo for image loading errors, not qWarning(). | Warwick Allison | 2010-04-15 | 3 | -10/+40 |
| | | | | | | | | Task-number: QTBUG-9908 | ||||
* | | Improve warning for non-Item delegates. | Martin Jones | 2010-04-16 | 1 | -2/+12 |
|/ | | | | Task-number: QTBUG-9682 | ||||
* | Correctly resolve, and load, IMG tags in Text element. | Warwick Allison | 2010-04-15 | 3 | -10/+104 |
| | | | | | | Task-number: QTBUG-9900 Reviewed-by: Martin Jones | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | Add flow property to Grid, adding TopToBottom mode. | Martin Jones | 2010-04-15 | 2 | -43/+112 |
| | | | | Task-number: QTBUG-9183 | ||||
* | Make sure richtext wraps correctly with a fixed height set. | Martin Jones | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Don't create delegates when destroying view. | Martin Jones | 2010-04-14 | 1 | -1/+4 |
| | | | | Task-number: QTBUG-9840 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-14 | 1 | -2/+2 |
|\ | |||||
* | | Add QML documentation for validators | Alan Alpert | 2010-04-14 | 1 | -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.7 | Alan Alpert | 2010-04-14 | 4 | -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 System | 2010-04-13 | 4 | -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_MOVIE | Tasuku Suzuki | 2010-04-12 | 4 | -0/+14 |
| | | | | | | | | | | | | | | | Merge-request: 2360 Reviewed-by: Thierry Bastian <thierry.bastian@nokia.com> | ||||
* | | | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | | | Image with PreserveAspect enabled with either width or height defined should ↵ | Joona Petrell | 2010-04-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | implicitly update the undefined axis to follow the aspect ratio Task-number: Reviewed-by: Martin Jones | ||||
* | | | Merge branch '4.7' into reviews/2361 | Alexis Menard | 2010-04-14 | 39 | -556/+1217 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.h | ||||
| * | | | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 9 | -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 Brasser | 2010-04-14 | 2 | -6/+6 |
| | | | | |||||
| * | | | emit onMovementStarted/Ended/Changed on wheel events | Martin Jones | 2010-04-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9804 | ||||
| * | | | Complete item creation after its initial properties have been initialized. | Martin Jones | 2010-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9800 | ||||
| * | | | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-9805 | ||||
| * | | | Ensure view position is correct for highlight range modes that have a static ↵ | Martin Jones | 2010-04-13 | 2 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | highlight Task-number: QTBUG-9791 | ||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 3 | -4/+4 |
| |\ \ \ | |||||
| | * | | | Struct -> class because class is better. | Alexis Menard | 2010-04-13 | 3 | -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 Menard | 2010-04-13 | 1 | -1/+0 |
| | |/ / | | | | | | | | | | | | | Reviewed-by:leo |