qt5base-lts/src/corelib
Daniel Teske edf6debbab QitemSelectionModel: Fix a bug in isColumnSelected
Previously the code for isColumnSelected and isRowSelected differed
slightly, in how unselectable indexes would be treated.

This made isColumnSelected return false for a column, which mixed
unselectable indexes and selected indexes. Thus in some situations,
the user could not deselect a column via a QTableView header.

By copying the isRowSelected code to isColumnSelected, rows and
columns behave identical.

Task-number: QTBUG-18001
Change-Id: I6ca85ac64b31a481fafeaa3bec958b18283eed8d
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-04-30 19:01:01 +00:00
..
animation Fix GCC 8 warning in qvariantanimation 2018-02-14 05:43:55 +00:00
codecs QUtf8: Add some UTF-8 text operation functions 2018-02-03 21:31:57 +00:00
doc improve documentation, mostly of the QT_TR*_NOOP macros 2018-04-25 17:17:04 +00:00
global improve documentation, mostly of the QT_TR*_NOOP macros 2018-04-25 17:17:04 +00:00
io Doc: Show more examples on how to have multiple logging rules 2018-04-25 11:02:53 +00:00
itemmodels QitemSelectionModel: Fix a bug in isColumnSelected 2018-04-30 19:01:01 +00:00
kernel Fix runtime platform detection on Apple platforms 2018-04-18 11:32:10 +00:00
mimetypes QMimeDatabase: check 128 bytes rather than 32, for text vs binary 2018-04-27 07:27:21 +00:00
plugin Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
serialization JSON: remove braces from UUID text representations 2018-03-02 04:06:33 +00:00
statemachine doc: Correct remaining qdoc warning in qsignaltransition.cpp 2018-01-04 12:50:29 +00:00
thread QSemaphore: Fix 64-bit Linux QSemaphores initialized to non-zero 2018-04-06 22:46:49 +00:00
tools Doc: Advocate use of std::initializer_list constructor in Q[String]List 2018-04-23 06:27:40 +00:00
configure.json logging: Clarify and document how we look for the presence of a console 2018-03-07 18:12:09 +00:00
corelib.pro Remove src/corelib/arch, merging with src/corelib/thread 2018-03-19 20:36:45 +00:00
debug_script.py macOS: Add LLDB debug script when building with separate debug info (dSYM) 2017-07-07 18:09:45 +00:00
eval.pri
Qt5Config.cmake.in Remove CMake code for CMake < 3.1 2018-03-24 22:31:18 +00:00
Qt5CoreConfigExtras.cmake.in Remove CMake code for CMake < 3.1 2018-03-24 22:31:18 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
Qt5CoreMacros.cmake Remove CMake code for CMake < 3.1 2018-03-24 22:31:18 +00:00
Qt5CTestMacros.cmake Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-04 08:59:18 +02:00
Qt5ModuleLocation.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5ModuleLocationForInstall.cmake.in cmake: avoid @var@ expansion in older CMake versions 2017-07-10 21:25:47 +00:00
QtCore.dynlist
qtcore.tracepoints Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
qtzlib.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00