]> sigrok.org Git - pulseview.git/history - pv/prop/enum.cpp
Fix two warnings
[pulseview.git] / pv / prop / enum.cpp
2018-08-21 Soeren ApelFix two warnings
2018-08-21 Soeren ApelEnum: Use slider instead of combo box for contiguous...
2018-05-06 Soeren ApelFix #1149 by handling "d" and "(dd)" types separately
2018-05-06 Soeren ApelUpdate property widgets before showing device config...
2017-03-30 Uwe Hermannbinding/prop: Add a description field.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-03-13 Joel HoldsworthEnum: Reference gvariants in the values list
2014-03-13 Joel HoldsworthEnum: Use an iterator instead of iterating by indexes
2014-01-25 Joel Holdsworthpv::prop::Enum: Do not create a widget if the initial...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-10-13 Joel HoldsworthAdded auto-commit support to properties
2013-08-04 Marcus ComstedtUse g_variant_equal() instead of g_variant_compare...
2013-04-08 Joel HoldsworthEnum now allows the no-selection condition
2013-04-08 Joel HoldsworthMake pv::prop objects run on GVariants
2013-04-08 Bert VermeulenAdjust pv:prop::Enum to GVariant-based sr_config_*...
2013-03-09 Uwe HermannWhitespace fixes.
2013-03-03 Joel HoldsworthImplemented getter behaviour in Enum
2013-03-03 Joel HoldsworthUse namespaces in enum.cpp
2013-03-03 Uwe HermannMinor whitespace fixes.
2012-12-28 Joel HoldsworthAdded get/set support to Property and Enum
2012-12-28 Joel HoldsworthAdded Enum property