summaryrefslogtreecommitdiffstats
path: root/src/waveform
AgeCommit message (Expand)Author
2017-05-25Use sqrt-based calculation for non-GL RGB waveformTatsuyuki Ishi
2017-05-01Fix %1 hotcue lable in WOverview, fixes Bug #1618933Daniel Schürmann
2017-04-17remove stary remove call and add a comment about reserving in QMapDaniel Schürmann
2017-04-17Add a comment about offset 3Daniel Schürmann
2017-04-17replaced tabs by 4 spacesDaniel Schürmann
2017-04-10WaveformMarkSet: use QMap for storing HotCueMarksDaniel Schürmann
2017-04-10WaveformMarkSet: remove operator[] and replace with begin() end() for range b...Daniel Schürmann
2017-04-05Merge pull request #1171 from JosepMaJAZ/fix-waveform-analysisDaniel Schürmann
2017-04-01Merge pull request #1165 from Be-ing/waveform_zoom_out_fartherDaniel Schürmann
2017-03-30fix waveform_zoom_up/down/set_defaultbe_
2017-03-30Merge pull request #1204 from daschuer/LateNightDaniel Schürmann
2017-03-30Merge pull request #1197 from ninomp/clear_waveformDaniel Schürmann
2017-03-26Merge remote-tracking branch 'upstream/master' into LateNightDaniel Schürmann
2017-03-19some changes from the PR reviewJosepMaJAZ
2017-03-10Explain why GLSLWaveformRendererSignal needs to listen to waveformUpdated() s...Nino Miškić-Pletenac
2017-03-09make background color of waveform overview transparent by defaultMarkus Klösges
2017-03-08use selectColor for all non-signal colors in WaveformsMarkus Klösges
2017-03-08Moved parsing of #AARRGGBB colors to skincontext and defaulted playedOverlayC...Markus Klösges
2017-03-06Move slotWaveformUpdated() from WWaveformViewer to GLSLWaveformRendererSignalNino Miškić-Pletenac
2017-03-05Addes ScaleFactor to the waveform renderersDaniel Schürmann
2017-03-04Make the color of the overlay for played portion of the overview waveform con...Markus Klösges
2017-02-12change of savestate actionJosepMaJAZ
2017-02-11Change the dirty waveform flag for a multistate enum to clearly indicate when...JosepMaJAZ
2017-02-01increase maximum waveform zoom out levelbe_
2017-01-27Merge pull request #1031 from daschuer/bc_reconnectRJ Skerry-Ryan
2017-01-27Fix the build after #676.RJ Ryan
2017-01-27Merge pull request #676 from nschloe/small-fixesRJ Skerry-Ryan
2017-01-28Do not probe for openGL in save mode. A band aid for Bug #1659069Daniel Schürmann
2017-01-23Merge remote-tracking branch 'upstream/master' into bc_reconnectDaniel Schürmann
2017-01-15Merge pull request #1125 from ferranpujolcamins/removeMethodWaveformMarkPropRJ Skerry-Ryan
2017-01-15Remove WaveformMarkProperties::setHotCueNumber(int i)Ferran Pujol Camins
2017-01-06Merge remote-tracking branch 'upstream/master' into bc_reconnectDaniel Schürmann
2017-01-04Remove cue to full frame roundings.Daniel Schürmann
2017-01-04Alow to draw waveform marks on fractional samplesDaniel Schürmann
2017-01-01change to fix % bug in waveform overview for hotcuNimit Bhardwaj
2017-01-01simplified the waveformmarkset.cpp fileNimit Bhardwaj
2017-01-01Inline the explicit Constructor WaveformMarkNimit Bhardwaj
2017-01-01rename is_m_pPointCos_Null, removed un-nes comments, renamed getPlayPosition ...Nimit Bhardwaj
2017-01-01private the m_pPointCos and make the wrappersNimit Bhardwaj
2017-01-01reduce complication, add construct, destructNimit Bhardwaj
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-12-25Correct error of appearing % in waveform overviewNimit Bhardwaj
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-09-17Initalize m_orientationDaniel Schürmann
2016-09-16Merge pull request #983 from ninomp/verticalwaveformDaniel Schürmann
2016-09-14WaveformMark: Provide a reset() functionUwe Klotz
2016-09-14WaveformMark: Disable copying and enable swappingUwe Klotz
2016-09-14WaveformMark: Simplify constructionUwe Klotz
2016-09-09Merge branch 'master' into verticalwaveformNino Miškić-Pletenac