summaryrefslogtreecommitdiffstats
path: root/src/waveform/renderers/waveformmark.cpp
AgeCommit message (Expand)Author
2020-06-04Use chars instead of single-char strings for QString::split()Jan Holthuis
2020-06-04Replace QString::SkipEmptyParts with Qt::SkipEmptyPartsJan Holthuis
2020-05-28Make QFlags usage type-safe and use default contructorJan Holthuis
2020-05-16convert to const methodsHarshit Maurya
2020-05-16waveformmark: add function to detect point in markHarshit Maurya
2020-05-16wwaveformviewer: highlight hovered markHarshit Maurya
2019-10-23move kNoHotCue constant from WaveformMark to CueBe
2019-08-15merge WaveformMarkProperties into WaveformMark classBe
2019-03-27Waveform: Remove unused functionality: Visualizing sources of cuesNino Miškić-Pletenac
2019-02-16Waveform: Add ability to hide individual marks and ranges via CONino Miškić-Pletenac
2019-01-15Merge commit '2ddc30fbfdda13fb543c389faf83ac00b507553b' into silencedetectionNino Miškić-Pletenac
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-11-04Merge commit '5f9e192df59165fb8bc832aecddace694e07bd97' into silencedetectionNino Miškić-Pletenac
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-05-27Visualize cue source on waveformNino Miškić-Pletenac
2017-05-01Fix %1 hotcue lable in WOverview, fixes Bug #1618933Daniel Schürmann
2017-04-17replaced tabs by 4 spacesDaniel Schürmann
2017-04-10WaveformMarkSet: use QMap for storing HotCueMarksDaniel Schürmann
2017-01-04Alow to draw waveform marks on fractional samplesDaniel Schürmann
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
2016-09-14WaveformMark: Provide a reset() functionUwe Klotz
2016-09-14WaveformMark: Simplify constructionUwe Klotz
2016-08-21Fix missing includeFerran Pujol Camins
2016-08-21Add hotCue constructor to WaveformmarkFerran Pujol Camins
2016-08-21Move setter/getter definition to .hFerran Pujol Camins
2016-08-21Move hotcue property to WaveformMarkFerran Pujol Camins
2016-08-21Rename WaveformMark:properties() to getProperties()Ferran Pujol Camins
2016-08-21Remove explicit WaveformMark constructorFerran Pujol Camins
2016-08-21Simplify WaveformMark and make it use WaveformMarkPropertiesFerran Pujol Camins
2016-08-18Provide proper setter for hot cue marks in WaveformMarkSetFerran Pujol Camins
2016-08-18Add clone constructor to WaveformMarkFerran Pujol Camins
2016-08-18Fix make_unique template inferenceFerran Pujol Camins
2016-08-18Fix make_unique template inferenceFerran Pujol Camins
2016-08-18Replace WaveformMark CO normal pointer by a unique_ptrFerran Pujol Camins
2016-08-14Hotcues now display their label in the waveform.Ferran Pujol Camins
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-13Set the missing signal target in waveformmarkDaniel Schürmann
2015-09-12use COS in WaveformMarkDaniel Schürmann
2014-11-22Silence spammy log messages and add a trace debug option to LegacySkinParser.RJ Ryan
2014-01-10Delete ControlObjectThreadMain and ControlObjectThreadWidget.RJ Ryan
2014-01-08Get rid of WWidget::getPath/setSkinPath in favor of using SkinContext for ski...RJ Ryan
2014-01-02Replace more uses of XmlParse with SkinContext.RJ Ryan
2014-01-01Add SkinContext, a class for tracking and evaluating skin nodes within a cont...RJ Ryan
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-10-12fixed leaking Waveformmark::m_pointControlDaniel Schürmann