]> sigrok.org Git - pulseview.git/history - pv
Enumerate probes when session is loaded
[pulseview.git] / pv /
2013-09-03 Joel HoldsworthEnumerate probes when session is loaded
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-09-03 Joel HoldsworthMade SigSession::update_signals take sdi as a parameter
2013-09-03 Joel HoldsworthRefactored Signal into Trace
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-05-28 Joel HoldsworthPut context bar back on the same row as the other toolbars
2013-05-28 Joel HoldsworthAdded AwaitTrigger capture state
2013-05-27 Joel HoldsworthSet trigger buttons as checked depending on the trigger...
2013-05-27 Joel HoldsworthAdded trigger selection handlers
2013-05-27 Joel HoldsworthParse the trigger types supported by the device
2013-05-27 Joel HoldsworthAdded _session reference to Signal objects
2013-05-27 Joel HoldsworthAdded trigger buttons to LogicSignal context bar.
2013-05-19 Joel HoldsworthAdded a label context bar action
2013-05-19 Joel HoldsworthInitial working context bar
2013-05-19 Joel HoldsworthAdded context widgets to TimeMarker
2013-05-19 Joel HoldsworthAdded View::selected_items
2013-05-19 Joel HoldsworthMade TimeMarker::_view a non-const reference
2013-05-19 Joel HoldsworthAdded get_context_bar_actions
2013-05-19 Joel HoldsworthRemoved TimeMarker copy constructor
2013-05-19 Joel HoldsworthWrapped Cursors in a shared_ptr
2013-05-19 Joel HoldsworthAdded selection_changed signal to pv::view::View
2013-05-19 Joel HoldsworthAdd selection to Ruler items
2013-05-19 Joel HoldsworthAdded selection_changed signal to Ruler and Header
2013-05-19 Joel HoldsworthAdded clear_selection to Ruler and Header
2013-05-19 Joel HoldsworthAdded pv::view::MarginWidget as a common base class...
2013-05-19 Joel HoldsworthAdded selection highlights to Cursor
2013-05-19 Joel HoldsworthMoved highlight pen into SelectableItem
2013-05-19 Joel HoldsworthMoved Signal selection behaviour into SelectableItem
2013-05-19 Joel HoldsworthDerrived TimeMarker from SelectableItem
2013-05-19 Joel HoldsworthDerrived Signals from SelectableItem
2013-05-19 Joel HoldsworthAdded empty context bar
2013-05-19 Joel HoldsworthLink signals to probes
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-05-19 Joel HoldsworthMake SigSession release it's device on destruction
2013-05-19 Joel HoldsworthInitial support for input file formats
2013-05-19 Joel HoldsworthAdded All Files to the open file filter list
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-05-01 Joel HoldsworthStop capture before connecting to a device
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-05-01 Joel HoldsworthMake labels an even height
2013-05-01 Joel HoldsworthSet the title of the main toolbar
2013-05-01 Joel HoldsworthAdded assertions to confirm that the session was termin...
2013-04-29 Joel HoldsworthFactored device title printing code out into pv::Device...
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-27 Joel HoldsworthFix "Failed to configure samplerate." warnings.
2013-04-27 Joel HoldsworthAdded missing virtual destructors
2013-04-27 Bert VermeulenHardcode maximum supported probes to 64 for now
2013-04-24 Bert VermeulenOpen/close devices as needed
2013-04-24 Joel HoldsworthUpdate the SigSession device, when it is selected by...
2013-04-24 Joel HoldsworthOnly the open the file if the user clicked ok in the...
2013-04-24 Joel HoldsworthMade the sdi a persisent property of SigSession
2013-04-23 Joel HoldsworthAdded an accelerator for show/hide cursors
2013-04-23 Joel HoldsworthBring the cursors into view when they are shown
2013-04-23 Uwe HermannReplace GPLv2+ references with GPLv3+.
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
next