summaryrefslogtreecommitdiffstats
path: root/src/skin
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 braces around single-line statementsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel 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-28Merge remote-tracking branch 'upstream/2.3' into stuck_hotcueDaniel Schürmann
2020-11-26Fix play latching via CUE right click and add a toot tip that describes tha b...Daniel Schürmann
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Do not return void expressionsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into clazy-unused-non-...Uwe Klotz
2020-11-14Remove unused non-trivial variablesJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-13LegacySkinParser/WaveformWidgetFactory: Fix weird maybeUpdate connectJan Holthuis
2020-11-13Merge pull request #3294 from Holzhaus/clazy-old-style-connectDaniel Schürmann
2020-11-12LegacySkinParser: Replace old-style Qt connect() callsJan Holthuis
2020-11-12Replace some old-style Qt connect() callsJan Holthuis
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-05skins: add AutoDJ tooltipronso0
2020-11-02spelling, simplify codeDaniel Poelzleithner
2020-11-02Update hotcue tooltipDaniel Poelzleithner
2020-10-25Delete usage of deprecated QDesktopWidgetUwe Klotz
2020-09-25skin/imgcolor: Add missing typecasts to intJan Holthuis
2020-09-24skin/skincontext: Fix wrong typeJan Holthuis
2020-08-30Fix invalid forward declarations of Qt typesUwe Klotz
2020-08-23legacyskinparser: accept WCoverArt with empty <Group> and link to tracks tabl...ronso0
2020-08-16Merge pull request #2834 from daschuer/wtrackwidgetgroupJan Holthuis
2020-08-14Replace ConfigKey::isNull()/isEmpty() checks with new isValid() methodJan Holthuis
2020-07-24Merge pull request #2945 from ronso0/tooltip-additionsJan Holthuis
2020-07-20add time format hint to track time tooltipronso0
2020-07-20add Track context menu hint to track tag tooltipsronso0
2020-07-20LegacySkinParser: Move skin control bookkeeping to single locationJan Holthuis
2020-07-20LegacySkinParser: Persist skin-created COs even on skin changesJan Holthuis
2020-07-15rephrase mic ducking & maximize_library tooltipsronso0
2020-07-15add tooltips for some skin settingsronso0
2020-06-22Issue a skin warning when the group is not found.Daniel Schürmann
2020-06-21skin/legacyskinparser: Don't warn when skins create controlsJan Holthuis
2020-06-21control: Refactor ControlProxy and require flag to allow empty keysJan Holthuis
2020-06-21control: Use assertions in ControlDoublePrivate if warn is trueJan Holthuis
2020-06-20Merge remote-tracking branch 'upstream/2.3' into wtrackwidgetgroupDaniel Schürmann
2020-06-11Make m_group of WHotCubutton const as wellDaniel Schürmann
2020-06-10Get rid of char group stringsDaniel Schürmann
2020-06-10Added Drag and Drop function to WTrackWidget GroupDaniel Schürmann
2020-06-07Added a Context menu to the WTrackWidgetGroup, ane accept() the context menu ...Daniel Schürmann
2020-06-05Merge pull request #2760 from Be-ing/latenight_defaultJan Holthuis