summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
AgeCommit message (Expand)Author
2014-01-12Show debug tooltips when developer mode is enabled.RJ Ryan
2014-01-11Add parentheses for clarity.RJ Ryan
2014-01-10Style misc.RJ Ryan
2014-01-10Rename methods for getting and setting connected control parameters to be mor...RJ Ryan
2014-01-10Add comment to left-click push button handling.RJ Ryan
2014-01-10Remove widget values.RJ Ryan
2014-01-10Expose widget connections directly to WBaseWidget rather than using Qt signals.RJ Ryan
2014-01-09Oops, I screwed up multi-state toggle buttons while getting rid of m_value ac...RJ Ryan
2014-01-08Remove direct access to WWidget::m_value from child classes.RJ Ryan
2014-01-08Rename WWidget::setValue to WWidget::slotConnectedValueChanged.RJ Ryan
2014-01-08Oops. Make selectBool callers provide default values.RJ Ryan
2014-01-08Wrap pattern of comparing strings against "false" or "true" with SkinContext:...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-04Only load pressed/unpressed pixmaps if the node is present.RJ Ryan
2014-01-04Minor refactoring in Midi to Control pathDaniel Schürmann
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-29Allow WPushButton to be styled with a style sheet.RJ Ryan
2013-12-29Add <Text> node for each WPushButton <State>. Allows push-buttons without pix...RJ Ryan
2013-12-24Refactor WPushButton to use a QVector of pixmaps.RJ Ryan
2013-12-24Get rid of manual reference counting in WPixmapStore and just use QSharedPoin...RJ Ryan
2013-12-08removed unused timer loadDaniel Schürmann
2013-12-08Initialized m_bXXForcePush for making the test succeedDaniel Schürmann
2013-12-08Merge remote-tracking branch 'ywwg/long_press_latch' into longpresslatchingDaniel Schürmann
2013-12-08revert a remaining unrelated changeDaniel Schürmann
2013-12-08Add testing -- failsOwen Williams
2013-12-08Make latching simply the opposite of powerwindowsOwen Williams
2013-12-08Create long-press latching mode for pushbuttonsOwen Williams
2013-12-08Make latching simply the opposite of powerwindowsOwen Williams
2013-12-08Create long-press latching mode for pushbuttonsOwen Williams
2013-12-08reverted changes, not raleated to LONGPRESSLATCHINGDaniel Schürmann
2013-12-08Removed <RightClickIsPushButton> because it is not needed.Daniel Schürmann
2013-12-08Introduced LONGPRESSLATCHING button SyleDaniel Schürmann
2013-12-08Sending allway ..Up() signal when a pushbutton is releasedDaniel Schürmann
2013-12-08WPushButton can be connected to a dedicated indicator CO, + SomeDaniel Schürmann
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-10-04move entire touch event handling to WWidgetDaniel Schürmann
2013-10-04moved m_pTouchShift to WWidgetDaniel Schürmann
2013-10-04introduced [Controls] touch_shift; if != 0.0, touch events are rated asDaniel Schürmann
2013-10-04fix focusOutEvent for multitouchDaniel Schürmann
2013-10-03cherry pick m_bRightClickForcePush removal from cdj branch and set m_rightPre...Daniel Schürmann
2013-10-03allow to control more than one button on a multi touch deviceDaniel Schürmann
2013-10-03catch touch eventsDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan