JoergAtGithub
JoergAtGithub
This PR collects several low level optimizations for our control code. See the single commit messages. We have currently 36816 ControlDoublePrivate instances in Mixxx the memory realignment reduces the size...
This move the VCPKG buildenv download, SHA256 verification and unzipping into CMakelists.txt. This removes the need for third party tools like 7zip and Powershell (see #11524 for reference). For the...
Add a debug message, which appears when event loop processing in Mixxx application takes very long
For debugging https://github.com/mixxxdj/mixxx/pull/11625#issuecomment-2131243612 I modified the googletest setup for mapping validation to use a parametrized list of mappings. While the results look nice in my IDE, where I can easily...
This is an alternative to the UI PR #13515 by @acolombier . It use classic widget groups instead of the floating widget.  The functionality is the same, but the...
### Bug Description I get the followin error and the UI does not come up anymore: ``` warning [Main] file:///D:/mixxx-main-pr-test/install/x64__portable/qml/DeckRow.qml:47:13: QML PropertyChanges: Cannot assign to non-existent property "visible" warning [Main]...
### Bug Description If I use the default Windows 11 zoom of 150% I see this additional orange border arround the Play/Pause button:  Other buttons are not affected. 100%zoom...
I noticed some stucking of the Main Thread, due to File IO. This happens from time to time during normal operation. The reason is re-rendering of many SVG files used...
### Feature Description To keep this independent topic away from PR #13268. This PR contains the menu only solution, which can be used by mouse, keyboard or library encoder knob...
### Is your feature request related to a problem? Please describe. The X_VCPKG_APPINSTALL_DEPS_INSTALL option currently copies installed libraries into the install directory of my project, as intended. But in case...