Rossmaxx

Results 233 comments of Rossmaxx

Like you said, this is a case of outdated build libraries in the CI. I don't think this is worthy of a specific issue. Close?

Looks like @sakertooth did something related to this issue. Did this get fixed?

There's a small chance that @michaelgregorius might unify the `EqFader` with the `Fader`, from the discussion in #7045, which might fix this one.

Opened #7133 to replace `QRegExp` with `QRegularExpression`. Might wanna add to the list.

> MM_OPERATORS confilcts with getDefaultCtr/getCopyCtr/getMoveCtr of QMetaTypeInterface for SampleBuffer does this still affect post the removal of `MemoryManager` and Sample refactor?

> Handle removal of QApplication::desktop in gui_templates.h: use QWidget's DPI instead(or entirely remove, if possible) done via #7159 Also, i didn't find any uses of `QApplication::desktop` in `ComboBox.cpp` I tried...

#7182 is now in a mergeable state. Would help if anyone from here would review it.

@michaelgregorius i forgot about that one. For now, cmake configuration only works if you set `-DLMMS_MINIMAL=ON`. A bit clunky and lacks features but that's the only way for now.

> Is it okay if I push the changes into your branch? Yes please.

> Handle signature changes of QAbstractNativeEventFilter::nativeEventFilter in Qt 6 Any ideas on what to do here?