Michael Gregorius

Results 115 comments of Michael Gregorius

> From michael's explanation, it seems the file is broken. Is it fine to copy a 1.2 copy of the file and re save it manually? Unfortunately, I think that...

I agree with @superpaik that the simplest option for now would be to let the users choose via the preference. It could be a simple checkbox with the text "Use...

@Rossmaxx, the best way to keep everything intact would be something along the following lines: 1. Add https://github.com/ejaaskel/lmms.git as a remote to your (local) repository. 2. Checkout the branch [movable-controllers](https://github.com/ejaaskel/lmms/tree/movable-controllers)...

> > Optional: Merge the current master into the branch if necessary. > > And squash it down to one commit probably. This can also be done during the final...

@Z3R0C, the mouse wheel functionality is reinstated with commit 0959b6d2b1e which removes some duplicated code and ensures that the mouse and wheel events determine the steps in the same way....

Thanks for testing @Z3R0C! I was able to reproduce a weird rendering bug: ![3683-WeirdRenderBug](https://github.com/LMMS/lmms/assets/9293269/64eda186-e7bb-4eee-97ef-7513f81d67f7) It seems like some of the elements are rendered scaled with the correct height and some...

Pull request #7179 handles the removal of `QApplication::desktop` in `ComboBox.cpp`.

The Linux and mingw builds fail for pull request #7179 because the packaged Qt versions are too old. `QWidget::screen` has been introduced with 5.14 and for example Ubuntu 18.04 only...

Hi @Rossmaxx, I have checked out the branch and have run CMake as follows: ``` cmake .. -DCMAKE_INSTALL_PREFIX=../target-qt6 -DWANT_QT6=True ``` This leads to the following error with regards to ZynAddSubFx:...

I'd like to propose to create a "qt6-migration" branch in the official repository using the changes already done in #7182. That way the code could be worked on collaboratively without...