summaryrefslogtreecommitdiffstats
path: root/src/widget
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-14Remove extra include to fix auto moc warningDaniel Schürmann
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Merge pull request #3411 from poelzi/antimocDaniel Schürmann
2020-12-07remove unused privatesDaniel Poelzleithner
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-06Add track.resetRating() and use it in reset menuDaniel Poelzleithner
2020-12-05Merge branch '2.3' of https://github.com/mixxxdj/mixxx into rating-resetDaniel Poelzleithner
2020-12-05Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-12-05Merge pull request #3400 from Holzhaus/adjust-relative-bpm-displayUwe Klotz
2020-12-05Apply reset rating on reset all operation as wellDaniel Poelzleithner
2020-12-03WNumberRate: Move sign logic into inline function in anon namespaceJan Holthuis
2020-12-03WNumberRate: Fix wrong calculation of display valueJan Holthuis
2020-12-02fix wordingDaniel Poelzleithner
2020-12-02Add missing reset rating actionDaniel Poelzleithner
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