]> sigrok.org Git - pulseview.git/history - pv/toolbars
SamplingBar: Handle a failure to list the SAMPLERATE key
[pulseview.git] / pv / toolbars /
2015-01-05 Joel HoldsworthSamplingBar: Handle a failure to list the SAMPLERATE key
2014-12-13 Soeren ApelSamplingBar: Use DeviceManager::get_display_name()...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-22 Joel HoldsworthMainWindow: Handle device selection failure
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthSamplingBar: Added reference to MainWindow for run_stop
2014-11-22 Joel HoldsworthCheck LIMIT_SAMPLES and SAMPLERATE are available to...
2014-11-22 Joel HoldsworthSamplingBar: Reduced indentation in update_sample_count...
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-13 Peter ZotovSamplingBar: Add Space as a shortcut to Run/Stop.
2014-11-10 Tom FeistChange Glib::Variant<uint64_t> to Glib::Variant<guint64>.
2014-11-09 Soeren ApelReplace map by list to preserve device order
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-09-15 Soeren ApelFix objectName warnings.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
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-05-23 Jens SteinhauserSamplingBar: Use nicer time format in the tooltip.
2014-05-23 Jens SteinhauserSamplingBar: Show total sampling time in a tooltip.
2014-03-16 Joel HoldsworthReworked SamplingBar device selection logic
2014-03-01 Joel HoldsworthSamplingBar: Only use DefaultSampleCount if the _sample...
2014-03-01 Joel HoldsworthDon't attempt to set SR_CONF_LIMIT_SAMPLES when it...
2014-03-01 Joel HoldsworthSamplingBar: Surpressed a spurious update loop
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-11 Joel HoldsworthUpdated the sample rate selector when the config is...
2014-02-11 Joel HoldsworthSamplingBar: Improved event loop protection
2014-02-09 Joel HoldsworthMoved config getting/setting into DevInst
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
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-10-13 Joel HoldsworthRemoved context bar
2013-05-28 Joel HoldsworthAdded AwaitTrigger capture state
2013-05-19 Joel HoldsworthInitial working context bar
2013-05-19 Joel HoldsworthAdded empty context bar
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