summaryrefslogtreecommitdiffstats
path: root/src/widget
AgeCommit message (Expand)Author
2021-01-09Merge pull request #3512 from Swiftb0y/fix_knob_touchscreen_interactionDaniel Schürmann
2021-01-08Merge pull request #3485 from ronso0/combobox-noneJan Holthuis
2021-01-07Pref. EQ, WEffectSelector: update combobox commentsronso0
2021-01-06Effect widgets/EQ preferences: display '---' when no effect is loadedronso0
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2021-01-03fix KnobEventHandler when used on touchscreensSwiftb0y
2020-12-18Merge pull request #3460 from ronso0/lib-font-row-heightUwe Klotz
2020-12-17Library: overhaul setting font and row heightronso0
2020-12-16Merge branch '2.3' into column-cache-fixOwen Williams
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-30Column Cache Fix: remove debugsOwen Williams
2020-11-30Merge branch '2.3' of github.com:mixxxdj/mixxx into column-cache-fixOwen Williams
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