qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
27.05k stars 3.89k forks source link

qBittorent v5.0.0 Beta 1 - 5 issues #20654

Closed taylor-p-mason closed 5 months ago

taylor-p-mason commented 5 months ago

qBittorrent & operating system versions

qBittorent v5.0.0 Beta 1 x64 bit LT20 for Windows 11 23H2 Released 2024-03-24 blake3: 6326661AA1896596AD9CC7BD72C8357A521D3B88726291795F11CD330B836B3A

What is the problem?

Annoying Issues ----------------------------

1a) The qBittorent application "doesn't remember the resizing of columns", so everytime you reopen the application, the need to adjust all the columns again occurs unlike in earlier builds.

EDIT: Duplicate of #17145

2a) When closing "options", the main window application access is delayed for around 10 seconds of duration in time.

EDIT: this is a known issue per https://github.com/qbittorrent/qBittorrent/issues/20654#issuecomment-2039729068

Minor Issues

1b) In the "Peer" Tab; for the column "country/region" please include the country name with the flag icon.

Duplicate of /issues/5236 Figure 1b: ![Figure 1b](https://github.com/qbittorrent/qBittorrent/assets/149640746/4302c278-1264-4ccf-bbcd-aaae66fd3e70) Reason, current method requires hovering over the flag icon, which takes a few seconds of time to display. So when the connections change faster than the amount of time needed to display the country name by hovering, the end user doesn't get to see the country connection for it. Including the country name resolves this issue, no delays, no need to memberize all the flag icons either.

2b) Regarding all columns, the "chevron" marker only appears when the column is clicked on, which then changes the space needed to see both the [column name] and the [chevron] marker for it.

Figure 2b: Figure 2b

The issue here is how the chevron marker includes a lot of pre-space before it. So much that to properly display both the column name and the chevron marker requires almost triple the space.

So on short column names like "size", "port", "seeds", "peers", "ETA", will all be hidden (bumped out of view) when the chevron marker appears on these columns - should the end user reduce the column size to fit the column name only.

The solution is just remove the extra amount of pre-space used before the chevron marker. Presently, this pre-space is around 7 or 8 digits in length, but only 1 digit space is needed.

Progress column alignment

Split off into https://github.com/qbittorrent/qBittorrent/issues/20683 Split off into #20683 3b) In the upper window section, in the "Progress" colume, it has 2 digits of pre-space, but the data shown below and only in this colume - doesn't have any pre-space at all making the data display on the margin edge. Solution is to add 2 digits of pre-space for the data displayed below the Progress colume in order to match and be read more visable. Figure 3b: ![Figure 3b](https://github.com/qbittorrent/qBittorrent/assets/149640746/dff5e873-aeba-47f2-b654-f6de42dc3a4f)

Steps to reproduce

Use qBittorrent version 5.0.0. Beta 1 with LT20 64-bit for Windows 11 build 23H2.

Additional context

qBittorrent latest version 5 has a nicer appearence, especially for Windows dark mode theme now! Thank you.

Log(s) & preferences file(s)

No response

glassez commented 5 months ago

@taylor-p-mason Please put only one problem per Issue (this is specified project Contributing Guidelines).

xavier2k6 commented 5 months ago

2a) When closing "options", the main window application access is delayed for around 10 seconds of duration in time.

We already noted this on main site ->https://www.qbittorrent.org/news

KNOWN ISSUE for v5.0.0beta1: When the Preferences dialog is closed the GUI freezes for several seconds.


1b) In the "Peer" Tab; for the column "country/region" please include the country name with the flag icon.

There's already request(s) open for this.

BTW: There is a Resize columns option.

luzpaz commented 5 months ago

I've started to split this ticket up.

luzpaz commented 5 months ago

Op mentions in #20683 that they're using a 3rd party theme. Closing this ticket in that case.