summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2023-06-11Simplify codepcktm
2023-06-11Remove unneeded roundToFractionpcktm
2023-06-11Address requested changespcktm
2023-06-09Merge branch 'main' into GlitchEffectpcktm
2023-06-05Merge pull request #11572 from ywwg/kbd-repeatDaniel Schürmann
Create option for control objects to be issued repeatedly if a keyboard key is held.
2023-06-04Merge remote-tracking branch 'upstream/2.4'Swiftb0y
2023-06-04Kontrol S4 Mk3: PR feedbackAntoine C
2023-06-04Remove redundant includeDaniel Schürmann
2023-06-03Adjust names of variablesDaniel Schürmann
2023-06-03Align class definition layout with the rest of MixxxDaniel Schürmann
2023-06-01Merge pull request #11607 from JoergAtGithub/Windows_warning_fixesDaniel Schürmann
Fix Windows warnings and enable "Treat all compiler warnings as errors"
2023-06-01Use reinterpret_cast<void*> to inhibt Clang warnings about implicit cast ↵Joerg
from object-pointer to function-pointer
2023-05-31Merge pull request #11326 from JoergAtGithub/hid_fifo_mode3Daniel Schürmann
FIFO mode option for HID OutputReports
2023-05-31Silence some float conversion warnings by making conversion explicitOwen Williams
2023-05-30Merge pull request #11588 from ronso0/pref-interface-scale-reboot-fixDaniel Schürmann
Pref Interface: update scale factor member with config value
2023-05-30Don't include X11Info on QT6Owen Williams
2023-05-30fix compilation, rebased on 2.4m0dB
2023-05-30distinguish between qt6 and qml code, fix compilation with qt6m0dB
2023-05-29Merge remote-tracking branch 'upstream/2.4' into mainDaniel Schürmann
2023-05-29Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-05-29Fixed non explicit cast warning from size_t to intJoerg
2023-05-29Fixed unused variable/member warningsJoerg
2023-05-29Merge pull request #10989 from m0dB/qopengl_renderersDaniel Schürmann
qopenglwindow-based replacement of qglwidget, full glsl shader based waveforms, vumeters and spinnies
2023-05-29Merge pull request #11573 from daschuer/comparsion_defaultSwiftb0y
make defaulted comparsion operators conditional
2023-05-27clear winitialglwidget in its paintGLm0dB
2023-05-27added missing calls to doneCurrent for correctnessm0dB
2023-05-27clear WInitialGLWidgetm0dB
2023-05-27tentative fix for spinny positions scaled drawingm0dB
2023-05-27compile and show qt waveforms only when MIXXX_USE_QOPENGL is not setm0dB
2023-05-27fix for style not being applied correctly to WWidgetGroup when the visible ↵m0dB
property has a binding which resulted in wrong sized children, e.g wspinny inside LateNights SpinnyCoverContainer_Small
2023-05-27dont use allshaders waveforms with QOPENGL=OFFm0dB
2023-05-27calculate the visual split position just like the play positionm0dB
2023-05-27apply devicePixelRatio when scaling images to widget size (reducing code ↵m0dB
duplication with helper scaleToSize), regenerate the textures after the images have been resized
2023-05-27set the context when calling WGLWidget::resizeGL, to mimic QGLWidgetm0dB
2023-05-27removed spurious makeCurrentIfNeeded, postpone call to slotLoadTrack for ↵m0dB
initial player to setup, to avoid calling a virtual (indirectly) from the constructor
2023-05-27added helper that creates qopengltexture and sets linear filteringm0dB
2023-05-27call WGLWidget resizeGL with devicePixelRatio applied, to mimic QGLWidget, ↵m0dB
use the argument to resizeGL when resizing the waveformrendermark
2023-05-27use p prefix for pointersm0dB
2023-05-27remove unnecessary includesm0dB
2023-05-27use glsl spinnies and vumeters with qopengl onlym0dB
2023-05-27dont create qopengltexture without valid context or with null imagesm0dB
2023-05-27fixed bug in Paintable::toImagem0dB
2023-05-27formattingm0dB
2023-05-27use custom mechanism to deliver drag&drop events coming from the QOpenGLWindowm0dB maarten de boer
2023-05-27fixes post-rebasem0dB
2023-05-27Revert "set openglwindow event target to waveformviewer"m0dB
This reverts commit 2b414200f956697614ad75ec43645c3f26b9e8ef.
2023-05-27set openglwindow event target to waveformviewerm0dB
2023-05-27use local varm0dB
2023-05-27removed unnecessary windowExposed, as we can rely on initializeGL to know ↵m0dB
when the context is available
2023-05-27simplified handling events from openglwindow, removed unneeded layer ↵m0dB
wglwaveformwidget, avoid infinite recursion with drag move and drag leave events