summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
...
* Immediately drag when start distance is 0 in abstract item viewMikolaj Boc2023-07-052-12/+19
* Move pixelator example to manual testTor Arne Vestbø2023-06-303-4/+6
* Move item views puzzle example to manual testTor Arne Vestbø2023-06-281-1/+1
* Move icons example to manual testTor Arne Vestbø2023-06-281-2/+1
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-273-4/+3
* QHeaderView: Don't add new sections on no-opAxel Spoerl2023-06-231-2/+3
* QHeaderView: use correct mouse position for auto scrollAxel Spoerl2023-06-141-6/+4
* Remove flattreeview exampleVolker Hilsheimer2023-06-121-0/+5
* Add missing #includesAhmad Samir2023-06-055-0/+7
* treeview: fix build without accessibilitySamuli Piippo2023-05-241-0/+2
* macOS: Fix assertion in accessibility implementation for treeviewsVolker Hilsheimer2023-05-221-0/+10
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-052-10/+7
* Fix some extra semicolon warningsJoni Poikelin2023-04-051-2/+4
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-311-1/+2
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-1/+1
* QAbstractItemView: execute posted layouts before paintingVolker Hilsheimer2023-02-281-0/+6
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+3
* QAbstractItemView: don't access invalid indexes on copy-keyVolker Hilsheimer2023-02-131-5/+6
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-1/+5
* Fix build with -no-feature-draganddropTasuku Suzuki2023-01-172-4/+26
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-041-0/+4
* Clean up dead codeLu YaNing2022-12-101-3/+2
* Send accessible focus event after list view has focusFushan Wen2022-11-101-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0310-42/+42
* QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-241-4/+16
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-0415-247/+247
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-2/+3
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-14/+28
* Doc: Format certain operators in textPaul Wicking2022-08-231-2/+2
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-091-2/+2
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-3/+3
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-4/+4
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-3/+9
* Don't trigger qBound assert in QExpandingLineEditVolker Hilsheimer2022-06-291-1/+1
* QStyledItemDelegate: Fix the event filter docLaszlo Papp2022-06-281-2/+3
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* QTableView: set correct clip on QPainter when using spansRichard Moe Gustavsen2022-06-201-4/+23
* Provide overload for Qt::AlignmentFlags in item widget itemsVolker Hilsheimer2022-06-176-0/+21
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-154-17/+17
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-1650-1901/+101
* Item widgets: clean up treatment of Qt::TextAlignmentRole / CheckStateRoleGiuseppe D'Angelo2022-05-166-8/+112
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-091-6/+1
* QAbstractItemView: check the index emitted by the delegate's sizeHintChangedGiuseppe D'Angelo2022-04-283-6/+18
* QAbstractItemView: warn in some erroneous conditionsGiuseppe D'Angelo2022-04-271-2/+6
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-262-2/+2
* QTableView: Document the customizations applied to QHeaderViewSze Howe Koh2022-03-291-0/+2