]> sigrok.org Git - pulseview.git/history - pv
Added error handling to SignalHandler
[pulseview.git] / pv /
2013-04-22 Joel HoldsworthAdded proper error handling to pv::SigSession::feed_in_...
2013-04-22 Joel HoldsworthAdded missing braces in pv::dialogs::Connect::populate_...
2013-04-20 Joel HoldsworthCommit the samplerate before beginning to sample
2013-04-20 Joel HoldsworthRenamed SamplingBar::configure to on_configure
2013-04-20 Joel HoldsworthAdded Cursors Delta display
2013-04-20 Joel HoldsworthAdded CursorPair::get_cursor_offsets()
2013-04-20 Joel HoldsworthMoved Cursor markers to the outside
2013-04-20 Joel HoldsworthRemoved unneeded Cursor::Size constant
2013-04-20 Joel HoldsworthCall sr_session_destroy after loading the SigSession...
2013-04-18 Joel HoldsworthMoved ruler cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthMoved viewport cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-04-16 Joshua Frkuskadeviceoptions.cpp make compile error on 32 bit systems
2013-04-16 Joel HoldsworthDraw numbers off the end of the ruler
2013-04-16 Martin LingUpdate for libsigrok datafeed callback API changes.
2013-04-08 Joel HoldsworthEnum now allows the no-selection condition
2013-04-08 Joel HoldsworthPadded data buffer so that reads do not overrun it.
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-04-08 Bert VermeulenAdjust pv::toolbars::SamplingBar to GVariant-based...
2013-04-07 Bert VermeulenAdjust pv::SigSession to GVariant-based sr_config_...
2013-04-07 Bert VermeulenAdjust pv::dialogs::Connect to GVariant-based sr_config...
2013-04-06 Joel HoldsworthAllow labels to be set to empty values
2013-03-31 Joel HoldsworthFixed the H-scroll page width to half a screen rather...
2013-03-31 Joel HoldsworthIgnore H-scroll events while scrollbar is begin updated.
2013-03-31 Joel HoldsworthRevert "View: Decouple horizontal scrolling from the...
2013-03-31 Joel HoldsworthCorrected label layout when text is empty
2013-03-31 Joel HoldsworthSet the colour of the ruler hover marker to the correct...
2013-03-23 Joel HoldsworthImproved painting of cursor values
2013-03-23 Joel HoldsworthAdded a margin around ruler values
2013-03-23 Joel HoldsworthStopped ruler values colliding at high zoom
2013-03-23 Joel HoldsworthUse Qt namespace to simplify Ruler::paintEvent
2013-03-21 Joel HoldsworthDraw analog with a polyline rather than points
2013-03-21 Joel HoldsworthImplemented Ctrl+Q quit shortcut
2013-03-21 Joel HoldsworthAdded analog envelope painting
2013-03-21 Joel HoldsworthMake Snapshot::get_sample_count() a const function
2013-03-21 Joel HoldsworthImplemented AnalogSnapshot::get_envelope_section
2013-03-21 Joel HoldsworthImplemented Basic analog tests
2013-03-21 Joel HoldsworthAdded code to construct analog envelope levels
2013-03-21 Joel HoldsworthAdded a scale factor to AnalogSignal
2013-03-21 Joel HoldsworthVarious tidyups in LogicSnapshot
2013-03-21 Joel HoldsworthSetup analog probe colours
2013-03-21 Joel HoldsworthRenamed pv::view::LogicSignal::LogicSignalColours to...
2013-03-21 Joel HoldsworthMoved SamplingBar into pv::toolbars namespace
2013-03-21 Joel HoldsworthTolerate unexpected packets rather than asserting
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2013-03-20 Joel HoldsworthAdded Enable/Disable All Buttons
2013-03-11 Joel HoldsworthCheck that at least one probe is enabled before acquisi...
2013-03-11 Joel HoldsworthCorrected order of MainWindow class declaration
2013-03-11 Joel HoldsworthAdded UI error handling for file loading and capturing
2013-03-11 Joel HoldsworthAdded a probe selector
2013-03-11 Joel HoldsworthEnsure sr_config_get is called even when assert is...
2013-03-09 Joel HoldsworthDeleted unused pv::view::Viewport::mouseReleaseEvent...
2013-03-09 Joel HoldsworthInitialise sample_rate in pv::SigSession::feed_in_header
2013-03-09 Uwe HermannWhitespace fixes.
2013-03-09 Joel HoldsworthPrevent Ok being pressed when no device is selected
2013-03-09 Joel HoldsworthProcess selected device
2013-03-09 Joel HoldsworthAdded pv::SamplingBar::set_selected_device
2013-03-09 Joel HoldsworthMoved device enumeration out of pv::SamplingBar into...
2013-03-09 Joel HoldsworthSamplingBar::update_sample_rate_selector should abort...
2013-03-09 Joel HoldsworthFixed indentation in SamplingBar::update_sample_rate_se...
2013-03-09 Joel HoldsworthImplemented device probing
2013-03-09 Joel HoldsworthOnly allow monotonic devices in the device list
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
2013-03-03 Joel HoldsworthSampling bar now commits the sample rate into the devic...
2013-03-03 Joel HoldsworthRemoved sample_rate parameter from start_capture
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 Joel HoldsworthTidied whitespace
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-03-03 Joel HoldsworthPad mip-map buffers to allow for uint64_t write word
2013-03-03 Joel HoldsworthSet the colour of ruler annotations to the correct...
2013-03-03 Joel HoldsworthAdded open file command line argument
2013-03-03 Joel HoldsworthShow samplerate as 1Hz when its value is unknown
2013-03-03 Joel HoldsworthAdded shorter record lengths
2013-03-03 Joel HoldsworthExplicitly set analog signal painting colour
2013-03-02 Uwe HermannAbout box: Make URL clickable.
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-01-28 Joel HoldsworthGet sample rate from device instance rather than storing it
2013-01-28 Joel HoldsworthMoved signal creation into feed_in_header
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-27 Joel HoldsworthRenamed pv::dialogs::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthRenamed pv::prop::binding::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthPorted pv::prop::binding::HwCap to new sigrok API
2013-01-27 Joel Holdsworthsamplingbar: Replace sr_info_get(SR_DI_SAMPLERATES...
2013-01-26 Alexandru GagniucView: Decouple horizontal scrolling from the scoll bar
2013-01-24 Uwe HermannAdd missing #include <limits.h>.
2013-01-19 Joel HoldsworthAdded axes to each signal
next