]> sigrok.org Git - pulseview.git/history - pv/prop
Fix #595 by correctly handling UINT64_MAX and INT_MAX boundaries
[pulseview.git] / pv / prop /
2015-08-25 Soeren ApelFix #595 by correctly handling UINT64_MAX and INT_MAX...
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-01-27 Joel Holdsworthpv::prop::Int: Fixed unsigned int binding
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2015-01-17 Uwe HermannFix incorrect glibmm.h #includes.
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-06 Joel HoldsworthMainBar: Renamed from SamplingBar
2014-11-29 Uwe HermannMinor whitespace fixes.
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-09-17 Bert VermeulenAdapt to config key capabilities.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-06-03 Aurelien Jacobsproperty: add the necessary include file for std::function
2014-05-24 Joel HoldsworthDeviceOptions::print_vdiv: Replace C-style string forma...
2014-05-24 Joel HoldsworthReplaced boost::bind with C++11 lambdas
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-27 Joel HoldsworthDeviceOptions: Added an error handler for the case...
2014-03-25 Uwe HermannUpdate for 'probe_group' -> 'channel_group' rename...
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-03-13 Joel HoldsworthAdded decoder options binding for double values
2014-03-13 Joel HoldsworthAddded support for decoder options with a values list
2014-03-13 Joel HoldsworthMoved print_gvariant into DeviceOptions
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthMoved config getting/setting into DevInst
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-09 Joel HoldsworthAdded some missing fromUtf8s
2014-02-08 Daniel ElstnerAdd bindings for new device options
2014-01-29 Joel HoldsworthFixed layout of labeled widgets
2014-01-25 Joel Holdsworthpv::prop::Int: Removed assert from Int::get_widget
2014-01-25 Joel Holdsworthpv::prop::String: Do not create a widget if the initial...
2014-01-25 Joel Holdsworthpv::prop::Double: Do not create a widget if the initial...
2014-01-25 Joel Holdsworthpv::prop::Bool: Do not create a widget if the initial...
2014-01-25 Joel Holdsworthpv::prop::Enum: Do not create a widget if the initial...
2014-01-11 Joel HoldsworthAdded probe group support to DeviceOptions binding
2014-01-11 Joel HoldsworthStore DeviceOptions::_sdi as const
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-29 Joel HoldsworthAdded code to handle different integer types in the...
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-25 Joel HoldsworthReplaced Decoder internal GHashTable storage of options...
2013-12-25 Joel HoldsworthRemoved Sample Rate binding from DeviceOptions
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-11-15 Uwe HermannFix incorrect #include for glib.
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-16 Bert VermeulenKey strings passed to decoder options must be newly...
2013-10-14 Joel HoldsworthFix segfault in connect device dialog
2013-10-13 Joel HoldsworthAdded support for auto-apply in Binding
2013-10-13 Joel HoldsworthAdded auto-commit support to properties
2013-09-29 Joel HoldsworthWhen no range is specified, Int property spinbox should...
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthAdded Binding::add_properties_to_form
2013-09-29 Joel HoldsworthAdded a String property
2013-09-29 Joel HoldsworthMoved form generation into Binding
2013-09-29 Joel HoldsworthAdded empty DecoderOptions binding
2013-08-04 Marcus ComstedtAdded property binding for SR_CONF_VOLTAGE_THRESHOLD.
2013-08-04 Marcus ComstedtUse g_variant_equal() instead of g_variant_compare...
2013-04-27 Joel HoldsworthAdded missing virtual destructors
2013-04-16 Joshua Frkuskadeviceoptions.cpp make compile error on 32 bit systems
2013-04-08 Joel HoldsworthEnum now allows the no-selection condition
2013-04-08 Joel HoldsworthMoved get_property_form out of pv::prop::binding::Binding
2013-04-08 Joel HoldsworthAdded Int property and bound to SR_CONF_CAPTURE_RATIO
2013-04-08 Joel HoldsworthRemoved an uneeded include
2013-04-08 Joel HoldsworthAdded Bool property and bound to SR_CONF_RLE
2013-04-08 Bert VermeulenPorted pv::prop::binding::DeviceOptions to GVariants
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 HoldsworthAdded a binding for SR_CONF_SAMPLERATE
2013-03-03 Joel HoldsworthAdded a Double property object
2013-03-03 Joel HoldsworthImplemented getter behaviour in DeviceOptions
2013-03-03 Joel HoldsworthImplemented getter behaviour in Enum
2013-03-03 Joel HoldsworthUse namespaces in enum.cpp
2013-03-03 Joel HoldsworthCorrected const of DeviceOptions::_sdi
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
2013-01-27 Joel HoldsworthRenamed pv::prop::binding::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthPorted pv::prop::binding::HwCap to new sigrok API
2012-12-28 Joel HoldsworthImplemented HwCap binding
2012-12-28 Joel HoldsworthAdded commit support to Binding
2012-12-28 Joel HoldsworthAdded get/set support to Property and Enum
2012-12-28 Joel HoldsworthAdded Enum property
2012-12-28 Joel HoldsworthAdded Property
2012-12-28 Joel HoldsworthAdded empty HwCap binding