summaryrefslogtreecommitdiffstats
path: root/src/controlobject.h
AgeCommit message (Collapse)Author
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
2015-05-07Revert "Revert "Revert "Allow to set a value when initalize new COs"""Owen Williams
This reverts commit 759e142ef6437d3a980579f74269a01957ff723d.
2015-05-07Revert "Revert "Allow to set a value when initalize new COs""Daniel Schürmann
This reverts commit 979729da110ec583da23e0346e013d785d5fe7d7.
2015-05-06Revert "Allow to set a value when initalize new COs"Owen Williams
This reverts commit ecbcf3f7968013159afd2efd68e4001cf1a74b90. Conflicts: src/control/control.cpp src/control/control.h src/controlobject.cpp src/controlobject.h src/controlpushbutton.cpp src/controlpushbutton.h src/skin/legacyskinparser.cpp
2015-04-22Address @ywwg's review comments on PR 559.RJ Ryan
2015-04-22Added some comments about the new parameter defaultValueDaniel Schürmann
2015-04-22Rename value to defaultValueDaniel Schürmann
2015-04-22Allow to set a value when initalize new COsDaniel Schürmann
2014-09-22introduced a new helper method for boolean cos toBool()Daniel Schürmann
2014-09-13added extra comments to the Qt::AutoConnection default of ↵Daniel Schürmann
connectValueChangeRequest
2014-08-22Added Default connection type for connectValueChangeRequest()Daniel Schürmann
2014-07-20Switched over to 0 .. 1 for softtakeoverDaniel Schürmann
Introduced midiValueToParameter and make use of it. Removed some redundant code.
2014-04-19Clean up keylock preference code based on review notes.Owen Williams
2014-04-18Inline another method in ControlObject.RJ Ryan
2014-04-18Inline some ControlObject non-virtual hot methods.RJ Ryan
2014-03-28fix super knob not changing the parameter of the effect, it was just turning ↵Daniel Schürmann
the knobs.
2014-03-28Add parameter access to ControlObject.RJ Ryan
2014-01-19Add support for making skin-created controls persist in the user configuration.RJ Ryan
Remove ControlWidgetPropertyConnection loading and saving of control from config.
2014-01-19Add user-visible name and description property for controls.RJ Ryan
Eventually we can use this to automatically create tooltips based on widget connected controls instead of using the tooltip_id in the skin. Also, for dynamically changing controls (such as the Effect*Slot in the features_effects branch) this allows us to change the tooltip on the fly based on the effect loaded to the slot.
2014-01-04Minor refactoring in Midi to Control pathDaniel Schürmann
2013-10-10some expected CO returning Null warnings removed from logDaniel Schürmann
2013-10-09Merge branch 'master' into atomic-co2Daniel Schürmann
Conflicts: src/control/control.cpp src/control/control.h
2013-09-10More minor style.RJ Ryan
2013-08-06Use new request signal for CO "Play"Daniel Schürmann
2013-08-05emit valueChangeRequest if connectedDaniel Schürmann
2013-07-10Introduce QSharedPointer for ControlDoublePrivateDaniel Schürmann
2013-07-09Removed separate Hash table from ControlObject.Daniel Schürmann
2013-06-29Micro optimize ControlObject::set() double vs double&Daniel Schürmann
2013-06-28Introduce static get and set functions for ControlObjectDaniel Schürmann
2013-06-20changes from RJs commentsDaniel Schürmann
2013-06-19Merge remote-tracking branch 'upstream/master' into atomic-coDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan