Jonas Kvinge

Results 318 comments of Jonas Kvinge

Resetting the columns to default after switching from Qt 5 to Qt 6 fixes it for me, all columns are visible after activating them. Do you still have this issue...

I can reproduce it now, both with Qt 5 and 6 if stretch mode is off. It would not surprise me if this bug is in strawberry, but I have...

When a column is enabled, `StretchHeaderView::ShowSection` is called, but the sectionsize is zero, I don't remember where the section size is supposed to be set.

So setMinimumSectionSize is set, so then the column should be visible when enabled, Qt bug perhaps?

Maybe related to #1328. I had to add `setDefaultSectionSize(100);` for it to remember the column sizes.

Yes, maybe. I'm building the Qt dev branch, so I'm on "6.8". The initial section sizes are only set when in stretch mode here: https://github.com/strawberrymusicplayer/strawberry/blob/master/src/playlist/playlistview.cpp#L365 If the stretch mode is...

This must be a change in Qt, if not a bug, at least a change in behavior. If the change is intentional, then we need to remember column sizes when...

Since "use-buffering" is set to false for the input queue, low/high watermark settings are ignored, I'm not sure about "max-size-time", but not much need for the loop just for one...

I think you are right about this, Strawberry is a bit too sensitive to CPU high load, more so than compared to for example VLC. I've experienced this a few...

Sorry that I've created conflicts for you now.