summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qtablewidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-30/+30
* QList/Table/TreeWidgetItem: Allow reseting values by passing the default valueChristian Ehrlicher2019-11-221-2/+6
* QTableWidget: Fix -Wdeprecated-copy warningAlbert Astals Cid2019-10-031-4/+2
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-0/+4
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
|\
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-3/+3
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-3/+3
* | ItemWidgets: add helper function to retrieve the underlying modelChristian Ehrlicher2018-11-081-8/+17
* | QTableWidget: mark isItemSelected/setItemSelected() as deprecatedChristian Ehrlicher2018-11-021-24/+43
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-1/+1
|\|
| * QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-191-1/+1
* | QItemWidgets: emit layoutChanged with proper sortHintChristian Ehrlicher2018-09-241-6/+6
* | Implement clearItemData in common modelsLuca Beldi2018-09-061-0/+18
|/
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-2/+2
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* | QTableWidget: fix handling of Qt::EditRole/DisplayRole in setItemData()Christian Ehrlicher2018-05-141-3/+6
* | QTableWidgetItem: pass role to dataChanged() signalChristian Ehrlicher2018-05-121-9/+14
* | ItemViews: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+1
|\|
| * QTableWidget: fix spelling errorRichard Moe Gustavsen2018-03-231-1/+1
* | QList/Table/TreeWidget: remove vc6 workaroundChristian Ehrlicher2018-02-101-2/+2
|/
* 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-1/+15
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-3/+0
|\|
| * Convert features.tablewidget 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
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-14/+13
* | [docs] Fix assocated -> associatedMarc Mutz2015-12-151-2/+2
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-1/+1
|/
* Doc: added specs to setHorizontalHeaderItem()Nico Vertriest2015-11-161-0/+2
* Fix selected items after sorting in QTableWidgetLibor Tomsik2015-10-071-5/+7
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-2/+6
* itemsviews: Add 15 QList::reserve() callsSérgio Martins2015-06-081-4/+13
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-0/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Implement QTableWidget/QListWidget::mimeData()Giuseppe D'Angelo2014-10-311-2/+17
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: corrected description of QTableWidget::clear()Nico Vertriest2014-02-061-1/+3
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Remove deprecated algorithms usage from itemviewsGiuseppe D'Angelo2013-09-051-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1