summaryrefslogtreecommitdiffstats
path: root/src/widget/wnumber.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-11-10Remove long copyright headersxerus2000
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-26Delete default destructors.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-02-27Added end elipsize to WlableDaniel Schürmann
2014-04-28Removed ConstFactor from WNumber. It was badly named, unused and undocumented.Daniel Schürmann
2014-04-25Introduced WNumberDb, to display numeric volume and gain. Allow string substi...Daniel Schürmann
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-01-14Show two places by defaultOwen Williams
2014-01-14Have WNumbers the NumberOfDigits parameter and set a default of 1 decimal.Owen Williams
2014-01-14Eliminate misleading precision in the bpm and rate displays.Owen Williams
2014-01-10Expose widget connections directly to WBaseWidget rather than using Qt signals.RJ Ryan
2014-01-10Make WLabel inherit QLabel instead of WWidget.RJ Ryan
2014-01-01Add SkinContext, a class for tracking and evaluating skin nodes within a cont...RJ Ryan
2013-12-24Refactor WNumber to inherit from WLabel since they had almost identical code.RJ Ryan
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-10-30Add missing includes of Qt headers to start the migration from qt4 to qt5.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan