Disable noisy debug messages for waveforms

Bug #1263484 reported by jus
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Fix Released
Low
RJ Skerry-Ryan

Bug Description

In woverview.cpp:
qDebug() << "WOverview: BgPixmap does not fit. Widget size:" << size()
<< "BgPixmap size: << m_backgroundPixmap.size()";

In waveformrenderbackground.cpp:
qWarning() << "WaveformRenderBackground::generateImage() - file("
<< WWidget::getPath(m_backgroundPixmapPath)
<< ")" << backgroundImage.width()
<< "x" << backgroundImage.height()
<< "do not fit the waveform widget size"
<< m_waveformRenderer->getWidth()
<< "x" << m_waveformRenderer->getHeight();

Now that we have resizable skins, these warnings have no meanings because the size of the pixmap is (nearly) always different from the actual widget size.

jus (jus)
summary: - Disable noise debug messages for waveforms
+ Disable noisy debug messages for waveforms
RJ Skerry-Ryan (rryan)
Changed in mixxx:
importance: Undecided → Low
assignee: nobody → RJ Ryan (rryan)
milestone: none → 1.12.0
status: New → Fix Committed
RJ Skerry-Ryan (rryan)
Changed in mixxx:
status: Fix Committed → Fix Released
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/7241

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.