Casper Jeukendrup

Results 642 comments of Casper Jeukendrup

Good work! Unfortunately, that comment about QQuickWidget is still actual as far as I know; without that line, the app crashes when opening the Format > Style dialog, which makes...

Yes, currently `EditStyle` is the only place where we use QQuickWidget; however it's used multiple times within that dialog.

Indeed, it crashes only on certain pages of EditStyle; namely exactly those that contain a QQuickWidget :) Since the Qt documentation states explicitly that QQuickWidget is only functional with OpenGL,...

Update: I later found that QQuickWidget _is_ supported again when not using OpenGL in Qt 6.5. Compare these: https://doc.qt.io/qt-6.5/qquickwidget.html#performance-considerations https://doc.qt.io/qt-6.2/qquickwidget.html#performance-considerations So updating to Qt 6.5 would allow us to remove...

@sdwarwick Could you check if this was working correctly in MuseScore 4.3, and thus whether it would be a regression in 4.4? We'll need that info to determine how to...

My question was rather: did the window offset issue (and mouse movement issue and bottom bar issue, which are consequences of that) already occur in MuseScore 4.3, or is it...

@sdwarwick Could you please try if https://github.com/musescore/MuseScore/pull/23438 does indeed solve the problem and that the format > style dialog still works correctly?

Sorry that I hadn't replied. We're awaiting a review from @RomanPudashkin, because personally I'm not knowledgeable enough about the MIDI specifics to really validate these changes.

You can find a download link here: https://github.com/musescore/MuseScore/actions/runs/11093391357 See [How to download test builds from pull requests](https://github.com/musescore/MuseScore/wiki/Downloading-and-running-test-builds#downloading-builds-from-pull-requests) for instructions how to run it, and also how to find the latest...

It won't be forgotten; eventually every PR will be considered. Anyway, the situation right now is that Roman is on vacation... so I guess all I can do is try...