Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waveform widgets deprecation #3

Conversation

m0dB
Copy link

@m0dB m0dB commented May 22, 2024

Restored the software renderering (qpainter, non-opengl) waveforms, also on macOS.

Moved GL (non-shader) and Qt (polygon-based) to deprecated.

This leaves us with the allshader (OpenGL GLSL based) and software rendering (QPainter based) waveform types.

Note that simple and stacked are missing for the software rendering (QPainter based) waveform types.

…all qt(old qglwidget based), gl and glsl waveform widgets
@coveralls
Copy link

coveralls commented May 22, 2024

Pull Request Test Coverage Report for Build 9198301223

Details

  • 0 of 8 (0.0%) changed or added relevant lines in 1 file are covered.
  • 21 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.3%) to 31.228%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/waveform/waveformwidgetfactory.cpp 0 8 0.0%
Files with Coverage Reduction New Missed Lines %
src/engine/cachingreader/cachingreader.cpp 9 70.41%
src/waveform/waveformwidgetfactory.cpp 12 0.0%
Totals Coverage Status
Change from base Build 9196057883: 0.3%
Covered Lines: 31844
Relevant Lines: 101972

💛 - Coveralls

@acolombier acolombier merged commit 5e12b2c into acolombier:feat/simplify-waveform-combobox May 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants