summaryrefslogtreecommitdiffstats
path: root/src/widget/wbasewidget.h
AgeCommit message (Expand)Author
2020-12-07merge 2.3Be
2017-08-15EffectPushButton:parse parameter slot from the connected control like we did ...Daniel Schürmann
2017-07-31get EffectParameterSlot from CO connected to knobbe_
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2014-11-28Drag and drop updates.RJ Ryan
2014-04-23Allow widget stacks to save their current page.Owen Williams
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-03-25Revert "Fix effect tests. They broke after some control and behavior changes."RJ Ryan
2014-03-25Fix effect tests. They broke after some control and behavior changes.RJ Ryan
2014-02-20Fix tooltips, a regression from the last commit.Daniel Schürmann
2014-02-18Merge remote-tracking branch 'upstream/master' into wpushbutton_defaultDaniel Schürmann
2014-02-17Re-add WBaseWidget::setControlParameterDown/Up.RJ Ryan
2014-02-16Removed unused getDefault.. functionsDaniel Schürmann
2014-02-16Merge branch 'master' into wpushbutton_defaultDaniel Schürmann
2014-02-16Fixed Initalisation value of Display connectionDaniel Schürmann
2014-02-15Complete rewrite of WPushbutton default connection calculationsDaniel Schürmann
2014-02-15Introduced default frags for connection optionsDaniel Schürmann
2014-02-14Get default emit and direction options from WBaseWidget.RJ Ryan
2014-01-24switched remaining setControlParameterDown/Up double to setControlParameterDaniel Schürmann
2014-01-24introduced setControlParameter and related call tree.Daniel Schürmann
2014-01-12Rename ValueControWidgetConnection to ControlParameterWidgetConnection and Pr...RJ Ryan
2014-01-12Remove WBaseWidget disabled state. Instead, use QWidget enabled property.RJ Ryan
2014-01-12Show debug tooltips when developer mode is enabled.RJ Ryan
2014-01-12Add toDebugString() method to ControlWidgetConnection.RJ Ryan
2014-01-12Add emitOptionToString helper.RJ Ryan
2014-01-11Rename reset() to resetControl().RJ Ryan
2014-01-10Delete widget connections when the widget is deleted.RJ Ryan
2014-01-10Rename methods for getting and setting connected control parameters to be mor...RJ Ryan
2014-01-10Rename ControlWidgetConnection methods to be more clear.RJ Ryan
2014-01-10Remove widget values.RJ Ryan
2014-01-10Use ControlObjectSlave for widget connections. After this we can delete Contr...RJ Ryan
2014-01-10Expose widget connections directly to WBaseWidget rather than using Qt signals.RJ Ryan
2014-01-10Move disabled state into WBaseWidget. Rename to controlDisabled to prevent cl...RJ Ryan
2014-01-10Move widget tooltip handling to WBaseWidget.RJ Ryan
2014-01-10Add WBaseWidget, a base class for holding logic common to all Mixxx widgets.RJ Ryan