]> sigrok.org Git - pulseview.git/history - pv/toolbars/samplingbar.cpp
Ported to new SR_CONF_LIMIT_SAMPLES config key
[pulseview.git] / pv / toolbars / samplingbar.cpp
2014-01-19 Joel HoldsworthPorted to new SR_CONF_LIMIT_SAMPLES config key
2014-01-19 Joel HoldsworthShow a 1-2-5 list for the sample count widget
2014-01-19 Joel HoldsworthSamplingBar: Show a 1-2-5 for min-max sample rate values
2014-01-18 Martin LingSet LIMIT_FRAMES to 1 if supported.
2014-01-18 Martin LingUse SR_CONF_DEVICE_OPTIONS to decide if LIMIT_SAMPLES...
2014-01-18 Martin LingOnly attempt to set default sample count if supported.
2014-01-18 Martin LingCommit sample count after setting default.
2014-01-18 Martin LingWait until SDI is set before updating sweep timing...
2014-01-18 Martin LingNo longer need to set sample limit on session start.
2014-01-18 Martin LingShow sample count selector only if setting supported.
2014-01-18 Martin LingUse a SweepTimingWidget for sample count limit.
2014-01-18 Joel HoldsworthCreated pv::widgets::SampleTimingWidget, and ported...
2014-01-12 Joel HoldsworthImplemented support for probe groups
2014-01-11 Joel HoldsworthHide the configure device button when the popup would...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-25 Joel HoldsworthPopulate sample rate widget with correct initial value
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-14 Joel HoldsworthMade Probes popup reusable
2013-10-14 Joel HoldsworthFix segfault in connect device dialog
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...
2013-05-28 Joel HoldsworthAdded AwaitTrigger capture state
2013-04-29 Joel HoldsworthFactored device title printing code out into pv::Device...
2013-04-27 Joel HoldsworthFix "Failed to configure samplerate." warnings.
2013-04-24 Joel HoldsworthUpdate the SigSession device, when it is selected by...
2013-04-20 Joel HoldsworthCommit the samplerate before beginning to sample
2013-04-20 Joel HoldsworthRenamed SamplingBar::configure to on_configure
2013-04-08 Bert VermeulenAdjust pv::toolbars::SamplingBar to GVariant-based...
2013-03-21 Joel HoldsworthMoved SamplingBar into pv::toolbars namespace