summaryrefslogtreecommitdiffstats
path: root/src/widget/wdisplay.cpp
AgeCommit message (Expand)Author
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2018-03-24replace getSkinPath by makeSkinPath uisng skin: search pathDaniel Schürmann
2017-03-05use scaleFactor when loading imagesDaniel Schürmann
2016-05-09Improve extraction of state from QDomNodes in widget classes.RJ Ryan
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2014-12-09Add scalemode support to most widget images.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-10-01removing filename support for paintables + simplifying PixmapSourceJean Claveau
2014-09-30PixmapSource passed by valueJean Claveau
2014-09-09spreading getPixmapSourceJean Claveau
2014-07-08support for wdisplayJean Claveau
2014-04-05Eliminate unnecessary widget renders from control changes.RJ Ryan
2014-02-17Change backpath attribute name from mode to scalemodeOwen Williams
2014-02-16Refactor much of the backpath draw mode logicOwen Williams
2014-02-16implement mode="" attribute for all widgets that support BackPathOwen Williams
2014-02-16Implement selectable tile or stretch rendering.Owen Williams
2014-01-12Remove WBaseWidget disabled state. Instead, use QWidget enabled property.RJ Ryan
2014-01-10Rename methods for getting and setting connected control parameters to be mor...RJ Ryan
2014-01-10Remove widget values.RJ Ryan
2014-01-10Move disabled state into WBaseWidget. Rename to controlDisabled to prevent cl...RJ Ryan
2014-01-08Remove direct access to WWidget::m_value from child classes.RJ Ryan
2014-01-08Make WWidget::m_bOff private.RJ Ryan
2014-01-08Get rid of WWidget::getPath/setSkinPath in favor of using SkinContext for ski...RJ Ryan
2014-01-05Merge pull request #143 from rryan/potmeter_fixRJ Ryan
2014-01-04Fix WKnob / WDisplay active pixmap calculation to bias towards the lower of t...RJ Ryan
2014-01-03Revert "Revert "Normalize potmeter widget values to [0.0, 1.0] instead of [0....RJ Ryan
2014-01-03Revert "Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0]."RJ Ryan
2014-01-03Normalize potmeter widget values to [0.0, 1.0] instead of [0.0, 127.0].RJ Ryan
2014-01-01Add SkinContext, a class for tracking and evaluating skin nodes within a cont...RJ Ryan
2013-12-30Fix SVG rendering to scale with higher fidelity.RJ Ryan
2013-12-29Allow WStatusLight, WDisplay and WKnob to be styled with a style sheet.RJ Ryan
2013-12-24Get rid of manual reference counting in WPixmapStore and just use QSharedPoin...RJ Ryan
2013-12-24Make WKnob inherit from WDisplay.RJ Ryan
2013-12-24Refactor WDisplay to use a QVector of pixmaps.RJ Ryan
2013-12-08WPushButton can be connected to a dedicated indicator CO, + SomeDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan