Johan Temmerman
Johan Temmerman
5.15.2 still includes the possibility for using QtQuick.Controls 1.1 (1.4) which still have the `onCurrentIndexChanged` function. Your change made it so the event handler is no longer called, but is...
Muse Hub is not MuseScore and entirely optional, just like any VST is entirely optional or any soundfont is. In the meantime, the Muse Hub team has their own support...
By now I've seen enough remarks/complaints from users to say that the change in behavior has been voiced for the other platforms as well.
It's (for the other OSes) definitely all about the single windows vs multi-window. I don't think most users out there are even aware of the difference between multi-instance-single-window-single-score and single-instance-multi-window-single-score....
I've done some reading into how Chrome handles it's processes, and while we have some different challenges (due to Qt only having one renderThread per QApplication), I believe we could...
See https://github.com/jeetee/Qt_ProcessTree_ipc for the launcher process test project. I'm not too optimistic, as on windows the child processes all do show up as separate top level entries in the task...
> I wouldn't worry about each tab appearing as its own process in task manager, that's expected. It's not about the process appearing, it's about them not appearing as children...
I think the possibilities research can now be pretty much concluded after diving into [some](https://forum.qt.io/topic/66773/run-parts-of-an-application-in-separate-process/7) [more](https://forum.qt.io/topic/151769/run-qt-gui-in-separate-thread) [topics](https://www.kdab.com/the-eight-rules-of-multithreaded-qt/) around this; with a fairly decent summary in [this topic around PyQt and...
Finally got around to updating the example project to be a single (gui) instance build. For which Casper could confirm the desired dock icon behavior on MacOS. Next steps: Figure...
I'm having a (slow!) go at trying to modify MuseScore on the main/app/appshell level over at https://github.com/jeetee/MuseScore/tree/12647-single-instance-model . As always, anyone with time is free to pick this up as...