summaryrefslogtreecommitdiffstats
path: root/src/widget/wknobcomposed.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-14Directly connect signals to QWidget::update()Uwe Klotz
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2020-09-25widget/wknobcomposed: Fix remaining float coversion issuesJan Holthuis
2020-05-03knob arcs: add options for reversed paint direction & round capsronso0
2020-04-19WKnobComposed: always draw arc undistorted, add background arcronso0
2019-11-15remove 'this->', use setFocusPolicy() only in widget setupsronso0
2019-09-30add 'setFocusPolicy(Qt::NoFocus);' to most skin widgetsronso0
2019-09-11Support filter-based color schemes.Sergey Ukolov
2019-09-10Support drawing indicator arcs for knobs.Sergey Ukolov
2018-11-18only use WidgetRenderTimer on macOSBe
2018-11-13use QWidget::update in onConnectedControlChanged for knobs/slidersBe
2018-10-25More lint.RJ Skerry-Ryan
2018-10-25Extract render-on-GuiTickTimer logic from WSliderComposed/WKnob/WKnobComposed...RJ Skerry-Ryan
2018-10-25Wording tweaks.RJ Skerry-Ryan
2018-10-25Add comments to inputActivity referencing Bug #1793015.RJ Skerry-Ryan
2018-10-25Address review comments.RJ Skerry-Ryan
2018-10-23Render WKnob and WKnobComposed using the GuiTick timer.RJ Skerry-Ryan
2018-04-06More misc. typosluz.paz
2017-03-05Fix knob scalingDaniel 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-26Delete default destructors.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-08-03Renamed "RotationOffsetX" tag of KnobComposed to "KnobCenterXOffset".Ferran Pujol Camins
2015-08-02Added RotationOffsetX and RotationOffsetY tags to KnobComposed.Ferran Pujol Camins
2014-12-26knob backgrounds should scale, not tileOwen Williams
2014-12-09Add scalemode support to most widget images.RJ Ryan
2014-09-30PixmapSource passed by valueJean Claveau
2014-09-09spreading getPixmapSourceJean Claveau
2014-07-08inline svg for wknobcomposedJean 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-10Rename methods for getting and setting connected control parameters to be mor...RJ Ryan
2014-01-10Remove widget values.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-04Merge branch 'master' into rubberstampRJ 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-03Add Antialiasing and SmoothPixmapTransform render hints for WKnobComposed sinceRJ 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-30Add WKnobComposed widget to provide an alternative to pixmap-based rotary knobs.RJ Ryan