summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-1/+0
* QListWidget: rename private functions (remove _q_ prefix)Christian Ehrlicher2023-10-011-19/+19
* Widgets/Itemviews: use pmf-style connect in QListWidgetChristian Ehrlicher2023-10-011-22/+36
* Ensure stable sort in QListWidgetWladimir Leuschner2023-09-261-65/+23
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-22/+22
* Provide overload for Qt::AlignmentFlags in item widget itemsVolker Hilsheimer2022-06-171-0/+5
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Item widgets: clean up treatment of Qt::TextAlignmentRole / CheckStateRoleGiuseppe D'Angelo2022-05-161-2/+25
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-4/+8
* Item widgets: fix crash in mimeTypes()Giuseppe D'Angelo2020-07-081-1/+3
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-7/+7
* QListWidget/View: Update the selection when moving items within the viewVolker Hilsheimer2020-04-241-39/+2
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-108/+0
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-4/+11
|\
| * QListModel: fix moveRows()Christian Ehrlicher2019-12-161-4/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-11/+11
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-11/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-2/+7
|\|
| * QList/Table/TreeWidgetItem: Allow reseting values by passing the default valueChristian Ehrlicher2019-11-221-2/+7
* | Make QList an alias to QVectorLars Knoll2019-10-301-2/+2
|/
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-0/+6
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* QListWidgetItem constructors: don't emit dataChanged(invalid, invalid)David Faure2019-04-231-2/+6
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-2/+2
|\
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-2/+2
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-1/+1
* | QListWidget: mark (is|set)Item(Selected|Hidden) as deprecatedChristian Ehrlicher2018-12-041-34/+51
* | ItemWidgets: add helper function to retrieve the underlying modelChristian Ehrlicher2018-11-081-18/+31
* | QItemWidgets: emit layoutChanged with proper sortHintChristian Ehrlicher2018-09-241-2/+2
* | Implement QListModel::moveRowsLuca Beldi2018-09-061-0/+24
* | Implement clearItemData in common modelsLuca Beldi2018-09-061-0/+16
|/
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-4/+4
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-4/+4
* | ItemViews: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
* | QList/Table/TreeWidget: remove vc6 workaroundChristian Ehrlicher2018-02-101-5/+2
|/
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-261-6/+11
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-0/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-0/+3
| |\
| | * Clarify behavior of setData in QListWidget, QTableWidget, and QTreeWidgetKavindra Palaraja2018-01-091-0/+3
* | | Item widgets: make indexFromItem const-correctGiuseppe D'Angelo2017-09-021-2/+17
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+0
|\|
| * Convert features.listwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-281-3/+0
* | QAbstractItemView: add isPersistentEditorOpen()Marc Mutz2017-06-201-2/+16
|/
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-9/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+1
|\
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+1
* | QListWidget: setup connections when changing selection model.Samuel Gaist2016-02-211-4/+25
* | Updated license headersJani Heikkinen2016-01-151-14/+20