From 5ebc7aec74d59cc159559842c3a24e3e6389fa50 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 25 Oct 2023 14:12:35 +0200 Subject: [PATCH] qt 6.5.3 --- resources/scripts/github-actions/build-linux-mac.sh | 2 +- resources/scripts/github-actions/build-windows.ps1 | 2 +- src/librssguard/gui/feedsview.cpp | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index a574b3ee3..769953867 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -51,7 +51,7 @@ else USE_QT6="ON" QTPATH="$(pwd)/Qt" - QTVERSION="6.5.2" + QTVERSION="6.5.3" QTBIN="$QTPATH/$QTVERSION/$QTOS/bin" # Install "aqtinstall" from its master branch to have latest code. diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index 946d0557d..fc8bffcf0 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -24,7 +24,7 @@ if ($use_qt5 -eq "ON") { $qt_version = "5.15.2" } else { - $qt_version = "6.5.2" + $qt_version = "6.5.3" } $is_qt_6 = $qt_version.StartsWith("6") diff --git a/src/librssguard/gui/feedsview.cpp b/src/librssguard/gui/feedsview.cpp index 6415bf03b..88b41abb1 100644 --- a/src/librssguard/gui/feedsview.cpp +++ b/src/librssguard/gui/feedsview.cpp @@ -898,7 +898,6 @@ void FeedsView::setupAppearance() { setUniformRowHeights(true); setAnimated(true); - setSortingEnabled(false); setItemsExpandable(true); setAutoExpandDelay(800); @@ -912,7 +911,7 @@ void FeedsView::setupAppearance() { setDragDropMode(QAbstractItemView::DragDropMode::InternalMove); setAllColumnsShowFocus(false); setRootIsDecorated(false); - setSelectionMode(QAbstractItemView::SelectionMode::SingleSelection); + setSelectionMode(QAbstractItemView::SelectionMode::ExtendedSelection); setItemDelegate(new StyledItemDelegateWithoutFocus(qApp->settings() ->value(GROUP(GUI), SETTING(GUI::HeightRowFeeds)) .toInt(),