summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
AgeCommit message (Expand)Author
2020-12-07merge 2.3Be
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-28WPushButton: Use Qt::NoModifier instead of 0Jan Holthuis
2020-11-28Merge remote-tracking branch 'upstream/2.3' into stuck_hotcueDaniel Schürmann
2020-11-20Merge pull request #3335 from Holzhaus/clazy-function-args-by-refDaniel Schürmann
2020-11-19Avoid hotcue buttons from being stucked in the pressed stateDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-18Replace dynamic_cast with qobject_castUwe Klotz
2020-08-16Fix touch button events, due to a typo.Daniel Schürmann
2020-03-31fix powerwindow button releaseronso0
2020-03-29consolidate WPushButton eventsronso0
2020-03-29restore WPushButton debug tooltipronso0
2020-03-05Merge pull request #2460 from ronso0/pushbutton-pressed-stateDaniel Schürmann
2020-02-05Merge pull request #2471 from ronso0/pushbutton-hover-propertyDaniel Schürmann
2020-02-02use QEvent::WindowDeactivate to reset the press stateDaniel Schürmann
2020-02-02WPushButton: add text elide pt.Ironso0
2020-02-02WPushButton: override hover property to also repaint its text labelronso0
2020-01-21update 'pressed' also for pushbuttons with 1+ states via onConnectedControlCh...ronso0
2020-01-21update 'pressed' property before setting the connected controlronso0
2020-01-18Fix SkinContext parent/child relationships and overall designUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-30use emitValue for consistencyronso0
2019-11-27WPushButton POWERWINDOW: longpress temp toggle also for OFF stateronso0
2019-11-15remove 'this->', use setFocusPolicy() only in widget setupsronso0
2019-09-30add 'setFocusPolicy(Qt::NoFocus);' to most skin widgetsronso0
2018-07-21fix spellingDaniel Schürmann
2018-07-19Fix WPushbutton behaviour for Trigger buttons. Removed some now unnecessary "...Daniel Schürmann
2018-04-06Typo fixes luzpaz
2018-04-04Improve skin warning in WPushButtonDaniel Schürmann
2017-03-05Scale FontsDaniel Schürmann
2017-03-05use scaleFactor when loading imagesDaniel Schürmann
2016-05-08Eliminate SkinContext for WPushButton <State> nodes if the node has noRJ Ryan
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Delete default destructors.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-12-01Enable Trigger button on right click, fixes Bug #1521594Daniel Schürmann
2014-12-17Add source line:number and skin XML line:number to skin warning messages.RJ Ryan
2014-12-09Add scalemode support to most widget images.RJ Ryan
2014-11-24Fix re-styling of WPushButton on state changes.RJ Ryan
2014-11-22Eliminate massive code duplication between WPushButton and WEffectPushButton.RJ Ryan
2014-11-22Silence spammy log messages and add a trace debug option to LegacySkinParser.RJ Ryan
2014-11-21Fix log spew about displayValue being a read-only Qt property.RJ Ryan
2014-11-19little debug + cleanupJean Claveau
2014-11-16consts + cleaningJean Claveau
2014-10-11merging conflictJean Claveau
2014-10-11LateNight: fix labels being centered even when specfied as left-justified.Owen Williams
2014-10-01removing leaked context from wpushbuttonJean Claveau
2014-09-30PixmapSource passed by valueJean Claveau
2014-09-13Merge branch 'master' of git://github.com/mixxxdj/mixxx into remove_svg_tempfileJean Claveau