summaryrefslogtreecommitdiffstats
path: root/src/widget
AgeCommit message (Expand)Author
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-28WPushButton: Use Qt::NoModifier instead of 0Jan Holthuis
2020-11-28WSpinny: Replace deprecated Qt::MidButtonJan Holthuis
2020-11-28KnobEventHandler: Fix Qt::MidButton deprecation warningJan Holthuis
2020-11-28Merge remote-tracking branch 'upstream/2.3' into stuck_hotcueDaniel Schürmann
2020-11-27Merge pull request #3375 from poelzi/fix-eventsDaniel Schürmann
2020-11-27Fix event/eventfilter warnings from clazy 1.8Daniel Poelzleithner
2020-11-26Allow menubar to be styled.Daniel Poelzleithner
2020-11-25Fix OpenGL swap buffer issuesJoergAtGithub
2020-11-25Merge pull request #3172 from ronso0/table-item-focus-borderUwe Klotz
2020-11-24CoverArtDelegate, ColorDelegate: draw a focus border, pick color from stylesh...ronso0
2020-11-23Fix clazy range-loop-analysis warnings in macOS buildUwe Klotz
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-20Paintable: Use a switch case instead of if/else ladderJan Holthuis
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Avoid hotcue buttons from being stucked in the pressed stateDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-18Replace static/dynamic_cast with qobject_castUwe Klotz
2020-11-18Replace static_cast with qobject_castUwe Klotz
2020-11-18Replace dynamic_cast with qobject_castUwe Klotz
2020-11-15Fix "Mixx" typos in codeUwe Klotz
2020-11-14Merge branch '2.3' into clazy-const-signal-or-slotUwe Klotz
2020-11-14Merge pull request #3313 from Holzhaus/clazy-qstringUwe Klotz
2020-11-14Merge pull request #3303 from Holzhaus/skinparser-vumeter-code-smellUwe Klotz
2020-11-14Merge pull request #3301 from Holzhaus/clazy-old-style-connect-widgetUwe Klotz
2020-11-14Merge pull request #3315 from Holzhaus/clazy-incorrect-emitUwe Klotz
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-const-signal-or-slotJan Holthuis
2020-11-14Merge branch '2.3' of github.com:mixxxdj/mixxx into clazy-qstringJan Holthuis
2020-11-14WSearchLineEdit: Remove unnecessary empty string constantJan Holthuis
2020-11-14Directly connect signals to QWidget::update()Uwe Klotz
2020-11-14Do not hide inherited QWidget::update()Uwe Klotz
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into clazy-old-style-c...Uwe Klotz
2020-11-14Disable false-positive -Wclazy-incorrect-emit warningsJan Holthuis
2020-11-14wslidercomposed: Avoid temporary QString heap allocationsJan Holthuis
2020-11-14Use QLatin1String for empty string literalsJan Holthuis
2020-11-13Fix -Wclazy-const-signal-or-slot warningsJan Holthuis
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-13LegacySkinParser/WaveformWidgetFactory: Fix weird maybeUpdate connectJan Holthuis
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2020-11-12Use const containers for range loops to fix -Wclazy-range-loop issuesJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Remove all @author commentsxerus2000
2020-11-02Implement delete cue on rightclick + shift in overviewDaniel Poelzleithner