index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
widgets
/
itemviews
/
qlistwidget
/
tst_qlistwidget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-39
/
+39
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-9
/
+9
*
Deprecate QApplication::setActiveWindow() and mark as internal
Tor Arne Vestbø
2022-08-27
1
-1
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
emit layoutAboutToBeChanged timely
Luca Beldi
2021-07-20
1
-0
/
+68
*
Use QList instead of QVector in widgets tests
Jarek Kobus
2020-06-25
1
-13
/
+14
*
Remove deprecated members from QtWidgets/itemviews classes
Volker Hilsheimer
2020-04-17
1
-9
/
+0
*
QListModel: fix moveRows()
Christian Ehrlicher
2019-12-16
1
-12
/
+14
*
QList/Table/TreeWidgetItem: Allow reseting values by passing the default value
Christian Ehrlicher
2019-11-22
1
-0
/
+14
*
Widget tests: Skip tests that fail on Wayland
Johan Klokkhammer Helsing
2019-10-18
1
-0
/
+9
*
tst_QListWidget: cleanup
Christian Ehrlicher
2019-09-23
1
-240
/
+204
*
Fix compilation with Qt 6
Lars Knoll
2019-05-06
1
-2
/
+2
*
QListWidgetItem constructors: don't emit dataChanged(invalid, invalid)
David Faure
2019-04-23
1
-3
/
+7
*
Fix deprecation warnings in widget autotests
Christian Ehrlicher
2019-02-08
1
-4
/
+7
*
QListWidget: mark (is|set)Item(Selected|Hidden) as deprecated
Christian Ehrlicher
2018-12-04
1
-12
/
+14
*
Implement QListModel::moveRows
Luca Beldi
2018-09-06
1
-0
/
+108
*
Implement clearItemData in common models
Luca Beldi
2018-09-06
1
-0
/
+25
*
tests/auto/widgets/itemviews: Avoid unconditional qWait()s
Kari Oikarinen
2018-05-09
1
-1
/
+1
*
QListWidgetItem/QStandardItem: pass role to dataChanged() signal
Christian Ehrlicher
2018-01-26
1
-6
/
+24
*
Fix tst_QListWidget::QTBUG50891_ensureSelectionModelSignalConnectionsAreSet
Tor Arne Vestbø
2017-07-21
1
-2
/
+1
*
Plug remaining memleaks in tests/auto/widgets/itemviews
Marc Mutz
2017-01-26
1
-1
/
+1
*
tests/auto/widgets: use QCOMPARE(., nullptr)
Marc Mutz
2016-11-30
1
-6
/
+6
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-11-23
1
-4
/
+4
|
\
|
*
Fix warnings in tst_q{table,list}widget
Marc Mutz
2016-11-16
1
-4
/
+4
*
|
QListWidget: setup connections when changing selection model.
Samuel Gaist
2016-02-21
1
-0
/
+26
*
|
Updated license headers
Jani Heikkinen
2016-01-21
1
-17
/
+12
*
|
Tests: Remove empty init/cleanup slots, constructors and destructors.
Friedemann Kleint
2015-12-10
1
-13
/
+1
*
|
tests/auto/widgets: Remove some placeholder formatting.
Friedemann Kleint
2015-10-19
1
-18
/
+18
|
/
*
tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
Friedemann Kleint
2015-07-31
1
-5
/
+5
*
Use ItemIsUserTristate instead of ItemIsTristate in table & list tests.
David Faure
2015-05-09
1
-4
/
+4
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Implement QTableWidget/QListWidget::mimeData()
Giuseppe D'Angelo
2014-10-31
1
-1
/
+54
*
Removing a few unneeded "? true : false"
Alessandro Portale
2014-10-09
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Fix tst_QListWidget::task217070_scrollbarsAdjusted()
J-P Nurmi
2014-04-09
1
-1
/
+1
*
Stabilize tst_QListWidget
J-P Nurmi
2014-04-09
1
-16
/
+3
*
expand tabs and related whitespace fixes in *.{cpp,h,qdoc}
Oswald Buddenhagen
2014-01-13
1
-14
/
+14
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Widgets: Remove declaration of built-in and automatic metatypes.
Stephen Kelly
2013-01-04
1
-2
/
+0
*
Remove metatype registration of built-in types.
Stephen Kelly
2013-01-03
1
-1
/
+0
*
Mac: refactor scrollbar animations
J-P Nurmi
2012-11-02
1
-3
/
+6
*
normalise signal/slot signatures [QtWidgets tests]
Marc Mutz
2012-10-19
1
-22
/
+22
*
Exclude a QCOMPARE in tst_QListWidget instead of excluding the whole class.
Stephen Kelly
2012-10-16
1
-1
/
+5
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Remove usage of deprecated qWaitForWindowShown(QWidget *) method.
Friedemann Kleint
2012-07-25
1
-1
/
+1
*
Implement waitForWindowExposed and friends for widget windows.
Friedemann Kleint
2012-07-20
1
-7
/
+3
*
Fix tst_qlistwidget::fastScroll test case
Miikka Heikkinen
2012-06-01
1
-0
/
+5
*
Ensure that this widget has focus before sending a keypress.
Stephen Kelly
2012-04-20
1
-0
/
+2
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgets
Bradley T. Hughes
2012-01-23
1
-3
/
+3
[next]