summaryrefslogtreecommitdiffstats
path: root/src/widget/wcombobox.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2016-11-17Fix potential endless loop issueUwe Klotz
2016-11-17Fix uninitialized value warningUwe Klotz
2016-05-09Improve extraction of state from QDomNodes in widget classes.RJ Ryan
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-26Delete default destructors.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2014-12-17Add source line:number and skin XML line:number to skin warning messages.RJ Ryan
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-01-24No need for left and right connection in a combobox.Daniel Schürmann
2014-01-18Use the right parent class for QWidget::event.RJ Ryan
2014-01-18Add WComboBox, a QComboBox-derived WBaseWidget.RJ Ryan