Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TextEdit and TextInput input panel support for mode ↵ | Joona Petrell | 2010-05-13 | 7 | -17/+40 |
| | | | | | | | RSIP_OnMouseClickAndAlreadyFocused Task-number: Reviewed-by: Warwick Allison | ||||
* | Fix for graphics widget in the background stealing declarative item's focus | Joona Petrell | 2010-05-13 | 3 | -2/+59 |
| | | | | | Task-number: QTBUG-10584 Reviewed-by: Warwick Allison | ||||
* | Fix broken benchmarks. | Michael Brasser | 2010-05-13 | 8 | -30/+27 |
| | |||||
* | Possibly fix autotest | Alan Alpert | 2010-05-12 | 1 | -1/+1 |
| | | | | | It's unclear why the autotest failed on a platform I can't test on right now, but this might clear it up. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-12 | 117 | -1166/+2341 |
|\ | |||||
| * | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 6 | -0/+24 |
| | | | | | | | | QTBUG-10623 | ||||
| * | Improve Image docs. Move all fillMode image examples to fillMode | Bea Lam | 2010-05-12 | 14 | -84/+109 |
| | | | | | | | | property docs and remove the animated gif. | ||||
| * | Flickable small API changes. | Yann Bodson | 2010-05-12 | 13 | -156/+257 |
| | | | | | | | | | | | | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones | ||||
| * | Reset the dragDropItem to 0 when the item dies while dragging on top it. | Alexis Menard | 2010-05-12 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | | If you drag something on top of an item and the former is deleted then we need to reset the dragDropItem pointer to 0. Task-number:KDE BUG 232182 Reviewed-by:leo | ||||
| * | Avoid warning (and possible future crash) upon reload. | Warwick Allison | 2010-05-12 | 1 | -2/+5 |
| | | | | | | | | Task-number: QTBUG-10555 | ||||
| * | Don't pass sequential (QNetworkReply) to image reader, it doesn't work well ↵ | Warwick Allison | 2010-05-12 | 1 | -1/+5 |
| | | | | | | | | | | | | enough. Work around QTBUG-10622 | ||||
| * | Stop GIF handler claiming it can report Size for sequential devices, | Warwick Allison | 2010-05-12 | 1 | -2/+5 |
| | | | | | | | | | | | | since it scans the entire image to do so (and then can't read the image). Task-number: QTBUG-10621 | ||||
| * | Use raster graphicssystem for qml.app on OS X. | Michael Brasser | 2010-05-12 | 1 | -1/+1 |
| | | | | | | | | Task-number: QTBUG-10544 | ||||
| * | Add missing test, qdeclarativelayoutitem, to declarative.pro | Leonardo Sobral Cunha | 2010-05-12 | 1 | -0/+1 |
| | | |||||
| * | Sorted the tests list in declarative.pro | Leonardo Sobral Cunha | 2010-05-12 | 1 | -65/+65 |
| | | | | | | | | Also removed the #Cover tag, which is not used anymore. | ||||
| * | Bail out early if the same target value is reassigned to a Behavior. | Michael Brasser | 2010-05-12 | 8 | -2/+1187 |
| | | | | | | | | | | Task-number: QTBUG-10586 Reviewed-by: leo | ||||
| * | Correctly position any input method popups for TextInput. | Michael Brasser | 2010-05-12 | 1 | -0/+2 |
| | | | | | | | | Reviewed-by: alexis | ||||
| * | Correctly resize TextInput in the presence of preedit text. | Michael Brasser | 2010-05-12 | 1 | -3/+1 |
| | | | | | | | | | | Task-number: QTBUG-10466 Reviewed-by: alexis | ||||
| * | Apply signal handler changes immediately. | Michael Brasser | 2010-05-12 | 1 | -8/+3 |
| | | | | | | | | | | Fix regression in bindinganimation visual test introduced in 129940723d9145a4380f7e44c06cbaa88ee4053b. | ||||
| * | Remove unused image | Bea Lam | 2010-05-12 | 1 | -0/+0 |
| | | |||||
| * | Qt.widgets was removed, point to graphics layouts example | Bea Lam | 2010-05-12 | 7 | -261/+5 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-12 | 10 | -47/+106 |
| |\ | |||||
| | * | Don't use Q_UNUSED if you use parameters. | Alexis Menard | 2010-05-11 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | That's many "use" in the sentence. Task-number:QT-1652 Reviewed-by:TrustMe | ||||
| | * | Doc improvements | Bea Lam | 2010-05-11 | 5 | -26/+55 |
| | | | |||||
| | * | Improve XmlListModel::namespaceDeclarations() docs | Bea Lam | 2010-05-11 | 1 | -2/+14 |
| | | | | | | | | | | | | Task-number: QTBUG-10522 | ||||
| | * | QDeclarativeViewPrivate should subclass QGraphicsViewPrivate | Bea Lam | 2010-05-11 | 2 | -15/+33 |
| | | | | | | | | | | | | Task-number: QTBUG-10528 | ||||
| | * | Clean up | Bea Lam | 2010-05-11 | 2 | -2/+4 |
| | | | |||||
| * | | Ensure PathView "attribute" attached properties are created correctly | Martin Jones | 2010-05-11 | 5 | -12/+147 |
| | | | | | | | | | | | | | | | | | | | | | | | | If an item was created spontaneously (i.e. delegate is a package and some other view created the item), ensure its attached properties are correctly initialized. Task-number: QTBUG-10527 | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-11 | 8 | -12/+102 |
| |\ \ | | |/ | |||||
| | * | Ensure QPixmapCache does not flush pixmaps that are still in use. | Warwick Allison | 2010-05-11 | 4 | -12/+77 |
| | | | | | | | | | | | | | | | Task-number: QTBUG-10576 Reviewed-by: Alexis Menard | ||||
| | * | Temporary work-around for QTBUG-9849. | Warwick Allison | 2010-05-11 | 3 | -0/+19 |
| | | | | | | | | | | | | May allow better experimentation and bug fixing. | ||||
| | * | Expand if available space changes. | Warwick Allison | 2010-05-11 | 1 | -0/+6 |
| | | | | | | | | | | | | Task-number: QT-3175 | ||||
| * | | Document Component::createObject() parent argument. | Martin Jones | 2010-05-11 | 2 | -3/+3 |
| | | | | | | | | | | | | Task-number: QTBUG-10617 | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-11 | 42 | -503/+307 |
| |\ \ | | |/ | |||||
| | * | Cleanup and simplify the webbrowser demo. | Yann Bodson | 2010-05-11 | 36 | -487/+225 |
| | | | |||||
| * | | Don't store the role-property map for each individual item. | Martin Jones | 2010-05-11 | 5 | -29/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | C++ models share a single metaobject type, so we don't need to create role-property mappings for each individual item. Also warn on attempt to modify a role that the model is unaware of (part of QTBUG-10457) | ||||
| * | | Clarify ListModel population via JS. | Martin Jones | 2010-05-11 | 1 | -0/+22 |
| | | | | | | | | | | | | Task-number: QTBUG-10457 | ||||
* | | | Emit numFlagsChanged | Alan Alpert | 2010-05-11 | 1 | -0/+2 |
| |/ |/| | | | | | Task-number: QTBUG-10552 | ||||
* | | Correct Flipable back item based on parent, not scene transform | Aaron Kennedy | 2010-05-11 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | Flipable transformation consists of two parts: 1. Detecting that the back face is visible 2. Transforming the back item as though "it were on the front" These are two steps. The first should be done in scene coordinates, and the second relative to the Flipable parent. QTBUG-10532 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-05-11 | 3 | -6/+5 |
|\ \ | |||||
| * | | Round ideal width up to prevent incorrect word wrapping on Mac OS X | Aaron Kennedy | 2010-05-11 | 2 | -3/+5 |
| |/ | | | | | | | QTBUG-10539 | ||||
| * | Remove unnecesary check for debug output. | Martin Jones | 2010-05-10 | 1 | -3/+0 |
| | | |||||
* | | Correct ownership of signal handlers in state changes. | Michael Brasser | 2010-05-11 | 3 | -7/+68 |
|/ | | | | | | | When a state uses override, we may apply the same replacesignalhandler on top of itself. Make sure we update ownership accordingly. Task-number: QTBUG-10523 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-10 | 107 | -1126/+1702 |
|\ | |||||
| * | Removed multimedia effects from tvtennis declarative example | Leonardo Sobral Cunha | 2010-05-10 | 3 | -8/+0 |
| | | | | | | | | | | | | The multimedia elements are not part of 4.7 anymore. Reviewed-by: Martin Jones | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-10 | 8 | -21/+34 |
| |\ | |||||
| | * | Fixes doc of mouse area's onEntered | Leonardo Sobral Cunha | 2010-05-10 | 1 | -3/+3 |
| | | | | | | | | | | | | Task-number: QTBUG-9227 | ||||
| | * | Remove debug messages from mousearea autotest file | Leonardo Sobral Cunha | 2010-05-10 | 1 | -6/+6 |
| | | | |||||
| | * | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms. | Warwick Allison | 2010-05-10 | 2 | -2/+15 |
| | | | | | | | | | | | | Task-number: QTBUG-10438 | ||||
| | * | Optimize QGW constructor. | Alexis Menard | 2010-05-10 | 3 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Mostly by avoiding sending useless QVariant at construction time. itemChange is virtual, the user implementation will never be called. Worst case the QGW one. Reviewed-by:janarve |