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.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
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
/
qheaderview
/
tst_qheaderview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QHeaderView: add test for rows/columns moved
Christian Ehrlicher
2023-10-03
1
-0
/
+30
*
QHeaderView test: Remove unused variables
Volker Hilsheimer
2022-12-12
1
-8
/
+0
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-46
/
+46
*
Deprecate QApplication::setActiveWindow() and mark as internal
Tor Arne Vestbø
2022-08-27
1
-2
/
+3
*
Wait for window focus instead of expose event
Dimitrios Apostolou
2022-08-11
1
-1
/
+1
*
QtWidgets: restore Qt 5 compatibility for save/restore state
Giuseppe D'Angelo
2022-05-18
1
-5
/
+32
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-28
/
+3
*
QAbstractItemModel: fix persistent index corruption when moving columns
David Faure
2022-02-28
1
-0
/
+20
*
Remove unused Qt4-compat test
Andreas Buhr
2022-02-24
1
-41
/
+0
*
Add a QHoverEvent ctor taking global mouse position; deprecate the other
Shawn Rutledge
2022-02-03
1
-3
/
+3
*
QHeaderView: fix spurious sorting
Giuseppe D'Angelo
2020-12-01
1
-0
/
+135
*
QHeaderView: allow un-sorting of models
Giuseppe D'Angelo
2020-11-30
1
-0
/
+70
*
QChar: make construction from integral explicit
Giuseppe D'Angelo
2020-11-15
1
-1
/
+1
*
Get rid of all usage of QApplication:desktop
Volker Hilsheimer
2020-10-14
1
-2
/
+2
*
Use build-system to declare tests that are low-DPI
Tor Arne Vestbø
2020-08-28
1
-5
/
+0
*
High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling
Tor Arne Vestbø
2020-08-28
1
-4
/
+0
*
Use QList instead of QVector in widgets tests
Jarek Kobus
2020-06-25
1
-3
/
+3
*
Phase 2 of removing QDesktopWidget
Volker Hilsheimer
2020-06-08
1
-1
/
+0
*
Remove winrt
Oliver Wolff
2020-06-06
1
-11
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-10-19
1
-0
/
+9
|
\
|
*
Widget tests: Skip tests that fail on Wayland
Johan Klokkhammer Helsing
2019-10-18
1
-0
/
+9
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-10-17
1
-0
/
+21
|
\
|
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-10-16
1
-0
/
+21
|
|
\
|
|
*
Fix the size calculation of QHeaderView when stylesheet is used
Sona Kurazyan
2019-10-14
1
-0
/
+21
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-10-02
1
-370
/
+317
|
\
|
|
|
|
/
|
/
|
|
*
tst_QHeaderView: cleanup
Christian Ehrlicher
2019-09-25
1
-370
/
+317
|
/
*
Windows: Fix some widget tests to pass on High DPI screens
Friedemann Kleint
2019-08-23
1
-0
/
+9
*
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-04-24
1
-0
/
+17
|
\
|
*
QHeaderView: fix assert when restoring section sizes over less columns
David Faure
2019-04-23
1
-0
/
+17
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-02-20
1
-1
/
+12
|
\
|
|
*
Fix deprecation warnings in widget autotests
Christian Ehrlicher
2019-02-08
1
-2
/
+4
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-08
1
-1
/
+12
|
|
\
|
|
*
tst_QHeaderView: fix defaultSectionSizeTest() on High-DPI screens
Christian Ehrlicher
2019-02-05
1
-1
/
+8
|
|
*
Update bundled Freetype to 2.9.1
Eskil Abrahamsen Blomfeldt
2019-01-31
1
-0
/
+4
*
|
|
tst_qheaderview: Do not use the deprecated QAbstractItemModel::reset()
Albert Astals Cid
2019-02-11
1
-2
/
+4
|
/
/
*
/
QHeaderView: Fix updating hidden sections during initializeSections()
Christian Ehrlicher
2018-11-08
1
-8
/
+47
|
/
*
QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()
Christian Ehrlicher
2018-08-04
1
-0
/
+10
*
Fix use of QTest::mouseMove() in widgets tests
Andre de la Rocha
2018-07-12
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
1
-5
/
+64
|
\
|
*
QHeaderView: Send the StatusTip events to itself if there is no parent
Andy Shaw
2018-06-14
1
-2
/
+63
*
|
winrt: Make itemview auto tests pass
Oliver Wolff
2018-06-22
1
-0
/
+7
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-14
1
-20
/
+17
|
\
|
|
*
tests/auto/widgets/itemviews: Avoid unconditional qWait()s
Kari Oikarinen
2018-05-09
1
-31
/
+17
*
|
tst_QHeaderView: replace custom waitFor() function
Christian Ehrlicher
2018-05-10
1
-13
/
+3
*
|
QHeaderView: reset cached size hint on reset()
Christian Ehrlicher
2018-05-10
1
-4
/
+40
*
|
Enable checks for tst_QHeaderView::sectionSizeHint()
Christian Ehrlicher
2018-05-10
1
-5
/
+3
|
/
*
Tests: Fix clang warnings about unused variables and captures
Friedemann Kleint
2018-05-02
1
-2
/
+2
*
Item views: Fix 5.11 API review findings
Friedemann Kleint
2018-03-14
1
-3
/
+3
*
QHeaderView: Fix crash in layout about to change
Thorbjørn Lund Martsum
2018-03-01
1
-0
/
+1
*
QHeaderView: Preserve settings on layoutChange with empty model
Christian Ehrlicher
2018-02-21
1
-0
/
+71
[next]