summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.cpp
AgeCommit message (Expand)Author
2019-07-01Avoid allocation on the heapFerran Pujol Camins
2019-06-30Make PainterScope wrap a pointer to QPainterFerran Pujol Camins
2019-06-26Refactor WOverview using new PainterScope classFerran Pujol Camins
2019-06-22Fix overview mark opacityFerran Pujol Camins
2019-06-14Add commentsUwe Klotz
2019-06-14Fixed unused parameter warnings in release buildUwe Klotz
2019-05-15Merge remote-tracking branch 'upstream/2.2'Be
2019-05-15replace WaveformWidgetFactory::getDevicePixelRatio() with acompatibility solu...Daniel Schürmann
2019-05-05Merge remote-tracking branch 'upstream/master' into intro_outro_timeBe
2019-05-05use mixxx::kEngineChannelCount constant instead of '2' literalBe
2019-05-05draw cue markers on top of ranges on overviewBe
2019-05-05move intro/outro duration text outside of range on overviewsBe
2019-05-05Qt < 5.6 compatibilityBe
2019-05-01also draw warning border with empty waveformronso0
2019-04-30put end-of-track warning border on top of 'played' overlayronso0
2019-04-24fix high DPI scaling of RGB overview waveformsBe
2019-04-24Merge pull request #1242 from ninomp/silencedetectionBe
2019-04-22render duration of intro & outro ranges on overview waveformsBe
2019-04-09WOverview: Make marks visible by defaultNino Miškić-Pletenac
2019-04-07Reduce build dependencies and code bloatUwe Klotz
2019-03-29Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2019-03-29Merge commit '56bdf12297eb17741a948a705276f1f9d5538931' into silencedetectionNino Miškić-Pletenac
2019-03-24Added debug statments to drop handler, to debug drag and drop issue on MacOsDaniel Schürmann
2019-03-05Check m_pCurrentTrack is not nullFerran Pujol Camins
2019-02-16Waveform: Add ability to hide individual marks and ranges via CONino Miškić-Pletenac
2019-02-15Merge commit '4c2f2403a34fded43ece3f443db2981fc5a1f5d2' into silencedetectionNino Miškić-Pletenac
2019-02-14Merge commit 'b70157731738f93239cd60a43af35fdb58598b84' into silencedetectionNino Miškić-Pletenac
2019-02-11Merge branch 'master' into Enable-Setting-hotcue-color-via-controlobjectFerran Pujol Camins
2019-02-08Merge pull request #1892 from iamcodemaker/seeing-doubleBe
2019-02-08factor out track drag and drop codeMatthew Nicholson
2019-02-06Rename PredefinedColorsMap to PredefinedColorsRepresentationFerran Pujol Camins
2019-02-06Merge branch 'master' into Enable-Setting-hotcue-color-via-controlobjectFerran Pujol Camins
2019-02-05Merge branch 'master' into silencedetectionNino Miškić-Pletenac
2019-02-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-02-05Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2019-02-04Transform member function into constructorUwe Klotz
2019-02-04Undo introduction of WaveformMarkRangePointerNino Miškić-Pletenac
2019-02-03Fix crash when there are multiple <MarkRange> tags in overviews and waveformsNino Miškić-Pletenac
2019-01-31only clone when doing drag and drop if the shift key is pressedMatthew Nicholson
2019-01-31perform a deck clone when dragging a track from one deck to anotherMatthew Nicholson
2019-02-01Add default cue color in PredefinedColorsMapFerran Pujol Camins
2019-02-01Rename all the thingsFerran Pujol Camins
2019-01-31Use skin provided DefaultMark color when a hotcue has noColorFerran Pujol Camins
2019-01-30Represent cue colors by id instead of color code in CO and DBFerran Pujol Camins
2019-01-30Refactor color.hFerran Pujol Camins
2019-01-30Improve waveform marks visibilityFerran Pujol Camins
2019-01-25Merge branch 'master' into Enable-Setting-hotcue-color-via-controlobjectFerran Pujol Camins
2019-01-09Merge branch 'engine_function_pointer_connections' of https://github.com/Be-i...Daniel Schürmann
2019-01-07fix empty overvew waveform after skin changeDaniel Schürmann
2019-01-06remove need for lambdas with connectValueChange(Request)Be