Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 825143 Details for
Bug 878099
net-p2p/transmission-3.00-r1 Qt All progress bars display vertically with qt 5.15.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch combining all 3 changes
transmission-3.00-qtprogressbars.patch (text/plain), 1.48 KB, created by
viperlin
on 2022-10-23 14:30:31 UTC
(
hide
)
Description:
Patch combining all 3 changes
Filename:
MIME Type:
Creator:
viperlin
Created:
2022-10-23 14:30:31 UTC
Size:
1.48 KB
patch
obsolete
>--- a/qt/FileTreeDelegate.cc 2018-03-11 13:47:36.787848304 +0000 >+++ a/qt/FileTreeDelegate.cc 2022-10-23 14:13:23.383916990 +0100 >@@ -49,7 +49,7 @@ > if (column == FileTreeModel::COL_PROGRESS) > { > QStyleOptionProgressBar p; >- p.state = option.state | QStyle::State_Small; >+ p.state = option.state | QStyle::State_Horizontal | QStyle::State_Small; > p.direction = qApp->layoutDirection(); > p.rect = option.rect; > p.rect.setSize(QSize(option.rect.width() - 4, option.rect.height() - 8)); >--- a/qt/TorrentDelegate.cc 2020-05-23 14:50:01.002529746 +0100 >+++ a/qt/TorrentDelegate.cc 2022-10-23 14:36:26.885970939 +0100 >@@ -545,7 +545,7 @@ > progressBarState = QStyle::State_None; > } > >- progressBarState |= QStyle::State_Small; >+ progressBarState |= QStyle::State_Horizontal | QStyle::State_Small; > > QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal; > QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon(); >--- a/qt/TorrentDelegateMin.cc 2022-10-23 14:36:08.547970224 +0100 >+++ a/qt/TorrentDelegateMin.cc 2022-10-23 14:36:18.754970622 +0100 >@@ -218,7 +218,7 @@ > progressBarState = QStyle::State_None; > } > >- progressBarState |= QStyle::State_Small; >+ progressBarState |= QStyle::State_Horizontal | QStyle::State_Small; > > QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal; > QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 878099
:
825135
|
825137
|
825139
| 825143