summaryrefslogtreecommitdiffstats
path: root/src/widget/wlabel.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
2020-09-25widget: Add typecasts to remaining QFont pixel size scaling codeJan Holthuis
2020-07-21WWidgetGroup/WLabel: early exit when updating highlight propertyronso0
2020-07-17WLabel: define 'highlight' propertyronso0
2020-02-02WPushButton: add text elide pt.Ironso0
2017-03-25Remove point size font scaling. They are already scaled by the OSDaniel Schürmann
2017-03-05Scale FontsDaniel Schürmann
2016-12-18Fix typo.RJ Ryan
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-03-21LateNight: Add title and artist elidingOwen Williams
2015-03-20Add qDebug for invalid alignment and elide options and added a TODO for HelveciaDaniel Schürmann
2015-03-19fix typoDaniel Schürmann
2015-03-18Improve comments about width adjustingDaniel Schürmann
2015-03-18Make use of hasNodeSelectStringDaniel Schürmann
2015-03-18Ellipsis -> Elide and remove center aliasDaniel Schürmann
2015-02-27skip textmeasurement for case of no ellipsisDaniel Schürmann
2015-02-27Adjust text measurement for borderDaniel Schürmann
2015-02-27Add Ellipsis right left middle and center optionDaniel Schürmann
2015-02-27Added end elipsize to WlableDaniel Schürmann
2014-11-18Code fascism.RJ Ryan
2014-10-22Update wlabel.cppmidzer
2014-10-11LateNight: fix labels being centered even when specfied as left-justified.Owen Williams
2014-03-15Remove unnecessary alignmentOwen Williams
2014-03-11Various fixes for skin styling.Owen Williams
2014-01-12Show debug tooltips when developer mode is enabled.RJ Ryan
2014-01-10Add WBaseWidget, a base class for holding logic common to all Mixxx widgets.RJ Ryan
2014-01-10Make WLabel inherit QLabel instead of WWidget.RJ Ryan
2014-01-02Some minor style fixes.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-10-30Add missing includes of Qt headers to start the migration from qt4 to qt5.RJ Ryan
2013-07-01Make some changes to WLabel to bring it more in line with WNumber.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan