Xanthos-Code / vintel

EVE Online Visual Intel Tool
112 stars 59 forks source link

Scaling of Avatars #97

Open 3vi1 opened 8 years ago

3vi1 commented 8 years ago

I'm not sure if this is a new qt5 issue, or an issue I'm seeing because I have a 4k screen and app-scaling in Linux at 2.0, or something else - but I want to make a note to investtigate and fix the avatars that do not appear to be scaled down. Some are only showing the top left quadrant.

Xanthos-Code commented 8 years ago

There has always been some weirdness with the avatar scaling. Thanks for looking into this.

3vi1 commented 8 years ago

No problem at all. I had a quick look at it this morning.

The good news is that the problem isn't really ours. There is one tiny little bug where the question mark avatar doesn't get scaled down from 40x40 to 32x32 (I'll submit a develop patch for that), but that's incidental.

The real problem I'm seeing appears to be caused by a bug in Qt which isn't fixed until Qt5.6.1: https://bugreports.qt.io/browse/QTBUG-46846

Let's leave this open until the 5.6 packages make it out to the major distros (Ubuntu yakkety still only has 5.5.1 packaged), at which point we can re-test.