| Commit message (Expand) | Author | Age | Files | Lines |
* | Cherry pick fix for MOBILITY-1194 from Qt Mobility. | Aaron McCarthy | 2010-07-29 | 3 | -5/+11 |
|
|
* | Q_INVOKABLES added to Qt-DBus | Evan Nguyen | 2010-07-28 | 1 | -8/+130 |
|
|
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 36 | -399/+232 |
|
|
* | Fix QLineEdit's Highlight color when inactive. | Pierre Rossi | 2010-07-27 | 1 | -1/+17 |
|
|
* | Remove QDeclarativeItem::childrenChanged() signal overload | Martin Jones | 2010-07-26 | 1 | -0/+5 |
|
|
* | QML focus API updates. | Michael Brasser | 2010-07-26 | 13 | -159/+154 |
|
|
* | wantsFocus should be based on FocusScope chain, not parent chain. | Michael Brasser | 2010-07-26 | 6 | -13/+53 |
|
|
* | Allow MouseArea dragging to filter mouse events from descendants | Martin Jones | 2010-07-26 | 1 | -0/+11 |
|
|
* | Only ignore the same target value for a Behavior when it is running. | Michael Brasser | 2010-07-26 | 2 | -0/+44 |
|
|
* | Autotest for QTBUG-5491 (Animation in a Behavior doesn't update running) | Michael Brasser | 2010-07-26 | 2 | -0/+38 |
|
|
* | Bounding rect of text was not always calculated correctly. | Martin Jones | 2010-07-26 | 2 | -0/+37 |
|
|
* | Ensure the boundingRect() of Text is correctly calculated. | Michael Brasser | 2010-07-26 | 1 | -0/+1 |
|
|
* | Fix TextEdit text attribute and text stored in the internal QTextDocument hav... | Joona Petrell | 2010-07-26 | 1 | -0/+34 |
|
|
* | font.letterSpacing used percentage rather than absolute values. | Martin Jones | 2010-07-26 | 3 | -8/+8 |
|
|
* | Rewinding AnchorChanges should not make target item's implicit width and heig... | Joona Petrell | 2010-07-26 | 2 | -0/+72 |
|
|
* | Ensure released VisualItemModel items are removed from the scene. | Martin Jones | 2010-07-26 | 2 | -4/+34 |
|
|
* | moc: Slot with complex template default value does not compile | Olivier Goffart | 2010-07-22 | 1 | -0/+15 |
|
|
* | QGraphicsItem: Animation leaves drawing artifacts when clipping is used. | Bjørn Erik Nilsen | 2010-07-22 | 1 | -0/+73 |
|
|
* | Fix a Headerview layout bug | Pierre Rossi | 2010-07-21 | 1 | -0/+21 |
|
|
* | Remove some files as instructed by Legal department. | Jason McDonald | 2010-07-20 | 7 | -96/+0 |
|
|
* | Fix ListView sections with QList<QObject*> | Martin Jones | 2010-07-19 | 2 | -0/+6 |
|
|
* | Always place PathView delegates centered on the path | Martin Jones | 2010-07-19 | 2 | -0/+10 |
|
|
* | Follow -> Behavior | mae | 2010-07-19 | 6 | -34/+29 |
|
|
* | Make test pass and fix docs following removal of SpringFollow | Bea Lam | 2010-07-18 | 1 | -2/+2 |
|
|
* | Fix test for get() to check for undefined return values | Bea Lam | 2010-07-18 | 1 | -4/+6 |
|
|
* | Timing fix for slow devices. | Robert Griebl | 2010-07-17 | 1 | -1/+1 |
|
|
* | Fix an Assert in QTextTable | Pierre Rossi | 2010-07-16 | 1 | -0/+55 |
|
|
* | Revert "Fix an Assert in QTextTable" | Aaron McCarthy | 2010-07-16 | 1 | -54/+0 |
|
|
* | Fix an Assert in QTextTable | Pierre Rossi | 2010-07-16 | 1 | -0/+54 |
|
|
* | Fix handling of SSL certificates with wildcard domain names | Richard J. Moore | 2010-07-16 | 1 | -0/+24 |
|
|
* | Work around memory leak issue in grid and linear layouts. | Andreas Aardal Hanssen | 2010-07-16 | 2 | -0/+14 |
|
|
* | Fixes crash in QGraphicsScene::addItem(). | Yoann Lopes | 2010-07-15 | 1 | -0/+20 |
|
|
* | Fixes QGraphicsItem::focusItem() returning incorrect value. | Yoann Lopes | 2010-07-15 | 1 | -0/+27 |
|
|
* | Position GridView and ListView footer correctly when model cleared. | Martin Jones | 2010-07-15 | 4 | -0/+135 |
|
|
* | Make Text, TextInput, and TextEdit all have the same size for the same text. | Warwick Allison | 2010-07-13 | 2 | -4/+4 |
|
|
* | Fix inconsistent reporting of module import errors when using versions. | Warwick Allison | 2010-07-13 | 5 | -3/+13 |
|
|
* | Add copy(), cut() and paste() support to TextInput | Joona Petrell | 2010-07-13 | 2 | -1/+71 |
|
|
* | Remove Image::pixmap property. QML applications should use | Bea Lam | 2010-07-13 | 1 | -31/+0 |
|
|
* | Extend QDeclarativeImageProvider to support QPixmap loading and | Bea Lam | 2010-07-13 | 4 | -37/+167 |
|
|
* | Make declarative pixmap cache easier to use | Aaron Kennedy | 2010-07-13 | 1 | -58/+41 |
|
|
* | Allow the debugger to modify method bodies | Aaron Kennedy | 2010-07-13 | 1 | -4/+52 |
|
|
* | Fix TextEdit with no color property defined is drawn with wrong color | Joona Petrell | 2010-07-13 | 1 | -0/+18 |
|
|
* | Fix TextInput text getting improperly clipped | Joona Petrell | 2010-07-13 | 7 | -3/+82 |
|
|
* | Calling setMinimumSize(0, 0) on a top-level window sometimes triggers a bug | Robert Griebl | 2010-07-13 | 1 | -14/+12 |
|
|
* | Fix input methods for TextInput elements with key handlers | Joona Petrell | 2010-07-13 | 2 | -8/+22 |
|
|
* | fix autotest | Oswald Buddenhagen | 2010-07-06 | 1 | -0/+5 |
|
|
* | add setNativeArguments() and nativeArguments() | Oswald Buddenhagen | 2010-07-06 | 2 | -1/+58 |
|
|
* | fix bogus return value from qprocess::execute() | Oswald Buddenhagen | 2010-07-06 | 1 | -0/+9 |
|
|
* | Support time zone designator in QDateTime::fromString() based on ISO 8601-200... | Liang Qi | 2010-07-05 | 1 | -0/+6 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-07-01 | 11 | -8/+381 |
|\ |
|