summaryrefslogtreecommitdiffstats
path: root/src/widget/wwidgetstack.cpp
AgeCommit message (Expand)Author
2020-06-23widget/wwidgetstack: Add missing ControlProxy::AllowEmptyKey flagJan Holthuis
2020-06-21control: Refactor ControlProxy and require flag to allow empty keysJan Holthuis
2020-02-05Merge pull request #2289 from ronso0/lib-keyboard-focusDaniel Schürmann
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-09Pass context object as third parameter to connect() callJan Holthuis
2020-01-09widget/wwidgetstack: Replace old-style SLOT/SIGNAL connectionJan Holthuis
2020-01-09widget/wwidgetstack: Replace QSignalMapper with lambda expressionsJan Holthuis
2019-12-21trim slotSetFocus()ronso0
2019-12-20refine commentronso0
2019-12-19wwidgetstack: restore focus after switching to another widget ...ronso0
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-06-03Pass ConfigKey instead of plain CO pointer in some widget constructors. This ...Daniel Schürmann
2016-04-26Delete default destructors.RJ Ryan
2016-04-26Fix some clang-tidy-produced lint and convert foreach loops to range-based fo...RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2016-01-13use COS in WWidgetStackDaniel Schürmann
2015-05-12WWidgetStack: set trigger value through the listenersOwen Williams
2015-05-09there is no initial hide event, so respondtochanges should start offOwen Williams
2015-05-09WidgetStack: Add a guard around controller-triggered changes while we are sho...Owen Williams
2015-05-08Add a comment about the widgetstack hide behavior being weird by defaultOwen Williams
2015-05-07LateNight: Hidden WidgetStacks shouldn't be able to affect state.Owen Williams
2015-05-07Added a test which shows how the controls interact on startup if theyOwen Williams
2015-05-04Allow each child of a stack to specify which page is show on hideOwen Williams
2015-05-04LateNight: Fix medium-sized mode with strangely-behaving widgetstackOwen Williams
2014-04-23Allow widget stacks to save their current page.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-02Make widgets in a WidgetStack hide when their trigger control is set to 0.RJ Ryan
2014-01-02Add NULL control checks in WWidgetStack.RJ Ryan
2014-01-02Re-implement WWidgetStack sizeHint() and minimumSizeHint() becauseRJ Ryan
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