aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-132-10/+9
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-102-25/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-5/+23
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-102-3/+3
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-093-6/+98
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-17/+17
* Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-072-20/+15
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-072-16/+55
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-022-11/+0
* TableView: don't try to grab the window when it's nullMitch Curtis2018-08-021-1/+1
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-023-9/+88
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-011-4/+4
|\
| * Doc: Add precision to scene graph descriptionPaul Wicking2018-07-301-4/+4
* | Increase fine-grained signals for some properties in TextAleix Pol2018-07-313-4/+11
* | Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-313-10/+25
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-301-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-0/+1
| |\|
| | * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| | * Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
* | | QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-302-9/+17
|/ /
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-271-1/+1
* | Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+2
* | Flickable: never react to a QMouseEvent with no buttons pressedShawn Rutledge2018-07-261-1/+1
* | Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* | TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-192-1/+23
* | Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-0/+2
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-192-0/+13
* | QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-191-5/+13
* | QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-182-34/+0
* | Qt Quick Table View: set the default row and column spacing to 0Nicolas Ettlin2018-07-182-1/+5
* | QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-183-225/+135
* | [Quick] Make sure an transition instance is stopped when replacedErik Verbruggen2018-07-181-0/+2
* | Port to qmlobject_connectVolker Krause2018-07-181-20/+20
* | TableView: invalidate table when model is resetMitch Curtis2018-07-172-0/+8
* | Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-171-0/+36
* | Fix compilation when building with qreal defined as floatLuca Carlon2018-07-171-1/+1
* | QQuikTableView: use TableViewModel instead of QQmlDelegateModelRichard Moe Gustavsen2018-07-172-37/+123
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-164-4/+65
|\|
| * QQuickRenderControl: Grab framebuffer with alpha if the window uses itAndy Shaw2018-07-121-1/+2
| * Item, QQuickItem: document which properties are used in map functionsMitch Curtis2018-07-101-0/+28
| * Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-2/+6
| * Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-041-1/+26
| * Doc: clarify behavior of QQuickItem's constructorMitch Curtis2018-07-021-0/+3
* | Add LineStyle support to Context2dColin Ogilvie2018-07-124-0/+172
* | Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-124-2/+37
* | QQWindowPriv::sendFilteredPointerEvent: don't clear hasFilteredShawn Rutledge2018-07-121-1/+7
* | Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-121-1/+1