summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid QRubberBand leaving artefacts in QListViewEirik Aavitsland2024-03-081-2/+7
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Doc: Add missing full stop to briefsPaul Wicking2023-12-201-1/+1
* a11y: Only send focus event when item has focusMichael Weghorn2023-12-121-1/+1
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-0/+6
* Move item views puzzle example to manual testTor Arne Vestbø2023-06-281-1/+1
* QListView: No-op, when a list item is dropped directly behind itselfAxel Spoerl2023-03-311-1/+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-031-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-45/+45
* 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
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QListView: fix a broken qBoundGiuseppe D'Angelo2021-12-061-1/+1
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-5/+5
* Fix QListView assert when the last row is moved in IconModeChunLin Wang2021-09-011-2/+4
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-1/+41
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+2
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+1
* QListView: add assert for static analyzerVolker Hilsheimer2021-06-081-0/+2
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-06-081-0/+2
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* Doc: Add missing prepositionPaul Wicking2021-05-251-2/+2
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* ItemViews: don't delete dragged items when a subclass accepted the moveVolker Hilsheimer2021-05-011-6/+13
* QTable/ListView: mark functions as reimp instead internalChristian Ehrlicher2021-04-021-2/+2
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-181-2/+4
* QListView: don't crash when an empty container is passed to itemsRect()Christian Ehrlicher2020-12-221-7/+3
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-5/+2
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-12/+21
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-121-3/+4
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-16/+20
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-191-2/+2
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-37/+42
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-12/+12
* QListWidget/View: Update the selection when moving items within the viewVolker Hilsheimer2020-04-241-3/+43
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-2/+5
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+3
|\|
| * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-061-1/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
|/
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-2/+3
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\
| | * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-5/+5
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-3/+3
|/ /