summaryrefslogtreecommitdiffstats
path: root/src/waveform
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-12-26Merge pull request #1843 from ywwg/fractional-zoomBe
2018-12-24Merge remote-tracking branch 'upstream/2.2'Be
2018-12-23Use QWidget::isVisible to determine whether to render non-QGLWidget waveform ...RJ Skerry-Ryan
2018-11-21Merge remote-tracking branch 'upstream/2.2'Be
2018-11-21Update GuiTick comment.RJ Skerry-Ryan
2018-11-21Move GuiTick processing from VSyncThread to WaveformWidgetFactory.RJ Skerry-Ryan
2018-11-21Add override annotations in GLSLWaveformWidget.RJ Skerry-Ryan
2018-11-21Don't render hidden or unexposed QGLWidgets.RJ Skerry-Ryan
2018-11-21Render and swap WSpinny widgets at the same time as waveform widgets.RJ Skerry-Ryan
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-10-30Add missing Q_OBJECT macros.RJ Skerry-Ryan
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-27Merge remote-tracking branch 'mixxxdj/2.2'RJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-25Remove guiTick20ms in favor of using guiTickTime, which will use the user's c...RJ Skerry-Ryan
2018-10-25Address review comments.RJ Skerry-Ryan
2018-10-24Add a guiTick20ms CO and render WSliderComposed using a GuiTickTimer.RJ Skerry-Ryan
2018-10-23Render WKnob and WKnobComposed using the GuiTick timer.RJ Skerry-Ryan
2018-10-16Avoid possible nullptr dereference. Found via clang-tidy.RJ Skerry-Ryan
2018-10-14Allow zoom levels to be fractional for smoother zooming with mouse wheel.Owen Williams
2018-09-18Don't call QGLWidget::swapBuffers on widgets whose window is not exposed.RJ Skerry-Ryan
2018-07-13Merge remote-tracking branch 'upstream/2.2'Be
2018-07-11Misc. typosluz.paz
2018-07-03Use devicePixelRatio to scale the viewport in GLSLWaveformRendererSignal.RJ Skerry-Ryan
2018-07-02Merge pull request #1693 from rryan/qt5Be
2018-06-29WaveformWidgetRenderer & WaveformWidgetFactory minor code cleanupBe
2018-06-24remove artificial limits on waveform play marker positionBe
2018-06-24use fraction instead of percent for waveform play marker positonBe
2018-06-23waveforms minor code cleanupBe
2018-06-23Merge remote-tracking branch 'upstream/master' into waveform-positionBe
2018-06-12Source typosluz.paz
2018-05-29Merge remote-tracking branch 'upstream/master'William Lemus
2018-05-28Removing more instances of beat grid booleanWilliam Lemus
2018-05-28Change beat grid to slider. Removed old beat grid boolean codeWilliam Lemus
2018-05-27Add a QGLContext::makeCurrent call before checking if the context supports sh...RJ Skerry-Ryan
2018-04-06follow-up typoluz.paz
2018-04-06Typo fixes luzpaz
2018-04-05delete all leaking COsDaniel Schürmann
2018-04-03don't try to add hotcue number for non hotcue marksDaniel Schürmann
2018-04-03Fix shimmering of GL WaveformsDaniel Schürmann
2018-03-24replace getSkinPath by makeSkinPath uisng skin: search pathDaniel Schürmann
2018-03-22Merge pull request #1510 from ninomp/spreadwaveformDaniel Schürmann
2018-03-19Merge pull request #1519 from thomasjfox/initalize-m_pTimeRemainingControlBe
2018-03-16us to Micros prefixDaniel Schürmann
2018-03-14improve variable names and avoid magic numbersDaniel Schürmann
2018-03-13Added factor 1000 for µsDaniel Schürmann
2018-03-10qDebug comments correctedNTMusic
2018-03-01Fix all the renderers to scale up correctlyNino Miškić-Pletenac