summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-281-2/+2
|\|
| * QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-271-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-4/+30
|\|
| * Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-061-4/+30
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-9/+0
|\|
| * Revert "QListView: Honor css :first/:middle/:last Pseudo-States"Christian Ehrlicher2019-01-041-9/+0
* | QListView: Speedup handling of hidden itemsChristian Ehrlicher2018-09-171-16/+19
|/
* QListView: do not delete item on internal moveChristian Ehrlicher2018-06-221-0/+4
* Add itemAlignment property to QListViewAlexander Volkov2018-06-081-5/+53
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-11/+13
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-11/+13