Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Michael Brasser | 2010-02-04 | 15 | -154/+239 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Document margins property | Alan Alpert | 2010-02-03 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2010-02-03 | 13 | -151/+219 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | update Image.paintedWidth and Image.paintedHeight when the source changes | Yann Bodson | 2010-02-03 | 2 | -0/+5 |
| | | | |||||
| | * | Remove debug. | Martin Jones | 2010-02-03 | 1 | -4/+0 |
| | | | |||||
| | * | Add a PathView.onPath property to help deal with unrequested items. | Martin Jones | 2010-02-03 | 2 | -15/+66 |
| | | | |||||
| | * | Avoid crash on shutdown if model is destroyed before view. | Martin Jones | 2010-02-03 | 2 | -6/+10 |
| | | | |||||
| | * | Compile. | Martin Jones | 2010-02-03 | 1 | -4/+4 |
| | | | |||||
| | * | Fix compile on visual, changed NaN checks to use qIsNaN instead of isnan. | Joona Petrell | 2010-02-03 | 1 | -4/+3 |
| | | | |||||
| | * | Ensure unrequested items are placed outside the visible area. | Martin Jones | 2010-02-03 | 2 | -9/+18 |
| | | | |||||
| | * | Fix Loader crash when Loader.item causes a new item to be loaded | Martin Jones | 2010-02-03 | 1 | -2/+8 |
| | | | | | | | | | | | | Task-number: QT-2338 | ||||
| | * | Handle wheel events in Flickable. | Martin Jones | 2010-02-02 | 3 | -2/+31 |
| | | | |||||
| | * | Fix insertion and deletion of multiple items in GridView. | Martin Jones | 2010-02-02 | 4 | -114/+72 |
| | | | |||||
| | * | Fix QList<QObject*> as a model. Add docs and example. | Martin Jones | 2010-02-01 | 1 | -2/+3 |
| | | | |||||
| | * | Tests for NaN values in the property x, y, widht and height setters of | Marco Bubke | 2010-02-01 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | QGraphicsItem and QmlGraphicsItem Task-number: BAUHAUS-268 Reviewed-by: Thomas Hartmann | ||||
| | * | Add transformOriginChanged signal to QmlGraphicsItem | Marco Bubke | 2010-02-01 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | This is needed that Bauhaus is reflecting the changes in QmlGraphicsItem. Task-number: BAUHAUS-125 Reviewed-by: Kai Koehne | ||||
| * | | Focus focusScope from focusing for focusOnPress | Alan Alpert | 2010-02-03 | 2 | -3/+18 |
| |/ | | | | | | | Task-number: QTBUG-6739 | ||||
* | | Fix elision and multilength strings when resizing a Text element. | Michael Brasser | 2010-02-04 | 1 | -1/+10 |
|/ | | | | | | They were incorrectly wrapping when the width changed. Task-number: QTBUG-7477 | ||||
* | Add paintedWidth and paintedHeight properties to QmlGraphicsImage. | Yann Bodson | 2010-01-29 | 3 | -2/+59 |
| | |||||
* | Speed up QmlGraphicsItem::setParentItem. | Bjørn Erik Nilsen | 2010-01-27 | 1 | -1/+5 |
| | | | | | | | | We avoid unnecessary QVariant constructions / notifications / virtual function calls by calling the QGraphicsItemPrivate::setParentItemHelper directly. Reviewed-by: Aaron Kennedy | ||||
* | Fix crash when removing multiple items. | Martin Jones | 2010-01-27 | 2 | -65/+75 |
| | | | | | | | Also fix bugs in multiple item insertion and removal. Avoid scrolling to current item on item insertion and removal. Task-number: QTBUG-7471 | ||||
* | Ignore mouse events when !interactive. | Martin Jones | 2010-01-27 | 1 | -0/+7 |
| | |||||
* | Don't react to mouse when !interactive. Allow fixup delay to be adjusted. | Martin Jones | 2010-01-27 | 2 | -14/+25 |
| | |||||
* | Speed up QmlGraphicsItem construction. | Bjørn Erik Nilsen | 2010-01-21 | 1 | -4/+6 |
| | | | | | | | | | It's much faster to just initalize the flags in the constructor of QmlGraphicsItemPrivate than doing a full blown QGraphicsItem::setFlags. We can perfectly do this because QmlGraphicsItem does not listen to any itemChange events related to those flags. Reviewed-by: Aaron Kennedy | ||||
* | Crash | Aaron Kennedy | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Make QmlGraphicsAnchors a NOCREATE type. | Michael Brasser | 2010-01-19 | 1 | -1/+1 |
| | | | | Prevents the creation benchmark from qFataling. | ||||
* | Try again to make it compile on Symbian. | Martin Jones | 2010-01-19 | 1 | -11/+23 |
| | |||||
* | Doc. | Martin Jones | 2010-01-18 | 1 | -1/+3 |
| | |||||
* | Compile on Symbian. | Martin Jones | 2010-01-18 | 1 | -11/+11 |
| | |||||
* | Fix clipping without text cache. | Martin Jones | 2010-01-15 | 1 | -0/+9 |
| | |||||
* | Allow disabling of text cache for non-richtext. | Martin Jones | 2010-01-15 | 2 | -55/+107 |
| | |||||
* | Doc. | Martin Jones | 2010-01-12 | 1 | -0/+2 |
| | |||||
* | Doc fixes | Alan Alpert | 2010-01-11 | 3 | -0/+9 |
| | | | | Explictly mention that root items in delegates need a size. | ||||
* | unwarn | Warwick Allison | 2010-01-11 | 1 | -2/+2 |
| | |||||
* | Remove unused signal. | Warwick Allison | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | Compile outside src/declarative (tests) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Move choice of pipelining to the point request. | Warwick Allison | 2010-01-11 | 3 | -4/+1 |
| | | | | (based on advice from Thiago) | ||||
* | Fix painting to pixmap. | Warwick Allison | 2010-01-08 | 1 | -1/+1 |
| | | | | | If we render the graphics view in a pixmap effectiveClip is empty. From Marco | ||||
* | Add notifier for QmlGraphicsInput | Marco Bubke | 2010-01-07 | 2 | -14/+68 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann | ||||
* | Add notifier for QmlGraphicsTextEdit | Marco Bubke | 2010-01-07 | 2 | -15/+47 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann | ||||
* | Add notifier for QmlGraphicsText | Marco Bubke | 2010-01-06 | 2 | -9/+37 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Kai Koehne | ||||
* | Check if the property is cached in QmlGraphicsVisualDataModel::stringValue | Marco Bubke | 2010-01-06 | 1 | -8/+12 |
| | | | | | | | This fixes a Bauhaus crash. Task-number: BAUHAUS-227 Reviewed-by: Kai Koehne | ||||
* | Improve documentation | Alan Alpert | 2010-01-05 | 1 | -3/+32 |
| | | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable. | ||||
* | Add documentation for integrating with existing Qt UI code | Alan Alpert | 2009-12-30 | 1 | -0/+10 |
| | |||||
* | Stop using QGuard | Aaron Kennedy | 2009-12-23 | 1 | -5/+5 |
| | | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway. | ||||
* | Revert some of 944a9b41e34e0a8c9b9994a040a6b83aa4e11291 | Aaron Kennedy | 2009-12-23 | 2 | -1/+8 |
| | | | | External projects require anchors to be creatable. | ||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-22 | 3 | -11/+57 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Move the viewport by whole pixels to avoid painting artifacts. | Martin Jones | 2009-12-22 | 2 | -3/+18 |
| | | |||||
| * | Try to avoid creating multiple delegates per frame with cachebuffer. | Martin Jones | 2009-12-22 | 1 | -8/+39 |
| | | |||||
* | | Minor optimizations | Aaron Kennedy | 2009-12-22 | 4 | -16/+7 |
|/ |