aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: refactor cancelOvershoot()Richard Moe Gustavsen2022-03-072-55/+19
* Make logicalSize consistent in QQuickWindowAlvin Wong2022-03-071-12/+6
* QQuickTableView: change cellAtPos() so that any loaded cell is foundRichard Moe Gustavsen2022-03-051-11/+13
* QQuickTableView: implement private helper function: atTableEnd()Richard Moe Gustavsen2022-03-052-34/+14
* QQuickTableView: refactor mapping functions from QQuickTreeViewRichard Moe Gustavsen2022-03-054-99/+115
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-022-15/+45
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-021-2/+3
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29
* QQuickTableView: implement getEffectiveRowY/ColumnX()Richard Moe Gustavsen2022-03-022-0/+16
* QQuickTableView: be able to specify incubation mode to loadAndUnloadVisibleEd...Richard Moe Gustavsen2022-03-022-3/+3
* QQuickTableView: make some functions constRichard Moe Gustavsen2022-03-022-21/+21
* QQuickLoader: Check for QQmlEngine before using itUlf Hermann2022-03-011-3/+9
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-011-5/+5
* Fix tracking of sg initialized state in rendercontrolLaszlo Agocs2022-02-221-0/+1
* QQuickTreeView: refactor 'setRequiredProperty()' into QQuickTableViewRichard Moe Gustavsen2022-02-224-69/+57
* Cleanup QQmlGuard and related classesFabian Kosmale2022-02-211-3/+3
* QtQuick: Reduce number of V4 includesFabian Kosmale2022-02-214-8/+11
* QQuickWindow: improve docs for activeFocusItemRichard Moe Gustavsen2022-02-181-0/+2
* QQuickTreeView: add expandToIndex()Richard Moe Gustavsen2022-02-182-0/+70
* QQuickTreeView: add missing \since 6.4 linesRichard Moe Gustavsen2022-02-181-0/+2
* QQuickTreeView: add collapseRecursively()Richard Moe Gustavsen2022-02-142-4/+65
* QQuickTreeView: add expandRecursively()Richard Moe Gustavsen2022-02-142-12/+68
* QQuickTableView: don't position the table contents outside the viewportRichard Moe Gustavsen2022-02-142-0/+71
* Mark QQuickRenderControl constructor explicitShawn Rutledge2022-02-121-1/+1
* Clean up an incorrect dpr query in QQWLaszlo Agocs2022-02-111-2/+2
* Simplify dpr handling when rendering is redirectedLaszlo Agocs2022-02-112-38/+32
* Rename private dev.pix.ratio member var in QQuickWindowLaszlo Agocs2022-02-112-5/+5
* quick: only forward declare QQmlV4FunctionFabian Kosmale2022-02-084-1/+4
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-041-3/+3
* TreeView: add missing QML_ADDED_IN_VERSIONShawn Rutledge2022-02-041-0/+1
* QQuickTableView: replace two QFlatMaps with ordered QListsMarc Mutz2022-01-292-56/+40
* doc: Fix a typo in a See Also link from QQuickText::boundingRect()Shawn Rutledge2022-01-281-1/+1
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-271-2/+3
* Query the redirect rt size only once in renderSceneGraphLaszlo Agocs2022-01-261-3/+3
* QQuickRenderControl ctor: fix style and let parent default to nullptrShawn Rutledge2022-01-261-1/+1
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-261-1/+1
* QQuickWindow: rename argument of a 200+loc function e → eventMarc Mutz2022-01-251-20/+20
* QQuickWindow: simplify convoluted code using QFlatMapMarc Mutz2022-01-251-11/+4
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-6/+8
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-202-2/+7
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2022-01-192-0/+19
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-4/+1
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-153-11/+9
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-134-2/+5
* QQuickPalette: replace a QFlatMap with std::array<.,3>Marc Mutz2022-01-132-13/+27
* Remove uses of QMutableSinglePointEvent::mutablePoint()Marc Mutz2022-01-131-3/+3
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-1/+6
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-5/+22
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-052-16/+22
* Fix edge cases in arcToDelf Neumärker2022-01-052-18/+13