index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
widgets
/
itemviews
/
qitemdelegate
/
tst_qitemdelegate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adapt to QTimeZone replacing Qt::TimeSpec usage
Edward Welbourne
2022-12-10
1
-5
/
+6
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-10
/
+10
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-8
/
+8
*
Deprecate QApplication::setActiveWindow() and mark as internal
Tor Arne Vestbø
2022-08-27
1
-7
/
+8
*
QAbstractItemDelegate: tolerate that editor gets reparented
Volker Hilsheimer
2022-08-25
1
-0
/
+70
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
tst_qitemdelegate: make it more robust
Giuseppe D'Angelo
2022-04-27
1
-2
/
+1
*
Deprecate QContextMenuEvent and QMouseEvent ctors without globalPos
Shawn Rutledge
2022-02-05
1
-1
/
+1
*
QtBase: replace windows.h with qt_windows.h
Yuhang Zhao
2021-11-23
1
-1
/
+1
*
QAbstractItemView: don't toggle extended selection on Ctrl+Press
Volker Hilsheimer
2021-06-07
1
-4
/
+10
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+5
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-13
/
+13
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-2
/
+2
*
Remove most compiler warnings about missing overrides
Lars Knoll
2020-09-11
1
-11
/
+11
*
Replace QAbstractItemView::viewOptions with initViewItemOption
Volker Hilsheimer
2020-08-26
1
-1
/
+3
*
Remove winrt
Oliver Wolff
2020-06-06
1
-1
/
+1
*
Make qtbase compile without QT_CONFIG(timezone)
Andrei Golubev
2020-05-11
1
-0
/
+2
*
Widget tests: Skip tests that fail on Wayland
Johan Klokkhammer Helsing
2019-10-18
1
-0
/
+12
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-06-07
1
-3
/
+8
|
\
|
*
Qt Widgets: Make tests pass on High DPI screens and scaling
Friedemann Kleint
2019-05-29
1
-3
/
+8
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-01-26
1
-10
/
+24
|
\
\
|
|
/
|
*
tst_QItemDelegate: try to stabilize combobox test
Christian Ehrlicher
2019-01-25
1
-0
/
+1
|
*
Stabilize tst_QItemDelegate::dateTimeEditor()
Friedemann Kleint
2019-01-22
1
-10
/
+23
*
|
remove internal use of SE_ViewItemCheckIndicator
Rolf Eike Beer
2018-09-03
1
-2
/
+2
|
/
*
tests/auto/widgets/itemviews: Avoid unconditional qWait()s
Kari Oikarinen
2018-05-09
1
-28
/
+15
*
Blacklist tst_QItemDelegate::comboBox on openSUSE
Kari Oikarinen
2018-04-12
1
-4
/
+3
*
Sync QItemDelegate::doLayout with QCommonStylePrivate::viewItemLayout
Christian Ehrlicher
2018-01-18
1
-4
/
+4
*
Simplify date-time formatting in textForRole()
Edward Welbourne
2017-11-30
1
-22
/
+50
*
Allow QImage with more than 2GByte of image data
Allan Sandfeld Jensen
2017-07-08
1
-1
/
+1
*
Plug remaining memleaks in tests/auto/widgets/itemviews
Marc Mutz
2017-01-26
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-08-01
1
-0
/
+62
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-01
1
-0
/
+62
|
|
\
|
|
*
Item delegates: show localized detailed tooltips and "What's this?" texts
Alexander Volkov
2016-07-28
1
-0
/
+62
*
|
|
QtWidgets: Remove Windows CE.
Friedemann Kleint
2016-04-07
1
-1
/
+1
|
/
/
*
|
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
-32
/
+0
|
/
*
tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
Friedemann Kleint
2015-07-31
1
-5
/
+5
*
Deprecate ItemIsTristate in favor of ItemIsAutoTristate.
David Faure
2015-05-07
1
-3
/
+3
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Itemviews: add ItemIsUserTristate flag
David Faure
2015-01-25
1
-1
/
+28
*
tst_qitemdelegate: remove more duplication.
David Faure
2015-01-17
1
-12
/
+1
*
QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypresses
Giuseppe D'Angelo
2015-01-04
1
-5
/
+14
*
tst_QItemDelegate: simplify code, no behavior change
David Faure
2014-12-02
1
-68
/
+16
*
tst_qitemdelegate: make the test more robust
David Faure
2014-11-11
1
-3
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
WinRT: Fix various test compilations
Andrew Knight
2013-10-02
1
-1
/
+1
*
item delegates: fix clicking on tristate checkboxes.
David Faure
2013-09-02
1
-0
/
+51
*
Fixed applying invalid data from QLineEdit to model
Ivan Komissarov
2013-05-07
1
-0
/
+131
*
QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}
Debao Zhang
2013-03-27
1
-7
/
+7
*
Fix warnings about overloaded virtuals in tests (CLANG).
Friedemann Kleint
2013-03-12
1
-2
/
+2
[next]