]> sigrok.org Git - pulseview.git/history - pv
Moved all srd commands into decode thread, implemented error messages
[pulseview.git] / pv /
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-23 Rene HopfFixes for clang build on OS X
2013-10-16 Bert VermeulenKey strings passed to decoder options must be newly...
2013-10-15 Joel HoldsworthDestroy the decode session after use
2013-10-15 Joel HoldsworthAdded error handling to SigSession::add_decoder
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-14 Joel HoldsworthAdded shortcuts to context delete menu items
2013-10-14 Joel HoldsworthAdded Header delete key
2013-10-14 Joel HoldsworthAdded Disable context menu item to Signal
2013-10-14 Joel HoldsworthMade Probes popup reusable
2013-10-14 Joel HoldsworthFix segfault in connect device dialog
2013-10-13 Joel HoldsworthRemoved single decoder limitation
2013-10-13 Joel HoldsworthModified Decoder to support srd_sessions
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthUse auto-apply in DeviceOptions popup
2013-10-13 Joel HoldsworthAdded support for auto-apply in Binding
2013-10-13 Joel HoldsworthAdded auto-commit support to properties
2013-10-13 Joel HoldsworthPrint an error message, rather than asserting if the...
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...
2013-10-13 Joel HoldsworthAdded pv::widgets::PopupToolButton
2013-10-13 Joel HoldsworthRemoved Name and Colour dialogs from context menu
2013-10-13 Joel HoldsworthIntegrated ColourButton into popup
2013-10-13 Joel HoldsworthAdded pv::widgets::ColourButton
2013-10-13 Joel HoldsworthAdded pv::widgets::ColourPopup
2013-10-13 Joel HoldsworthCorrected pv::view::Trace header gates
2013-10-13 Joel HoldsworthMoved popup text changed handler into base class, and...
2013-10-13 Joel HoldsworthAdded QWellArray from Qt
2013-10-13 Joel HoldsworthAdded trigger actions in LogicSignal popup
2013-10-13 Joel HoldsworthAdded TimeMarker popups
2013-10-13 Joel HoldsworthFix Ruler to respect the minimum dragging distance
2013-10-13 Joel HoldsworthFactored out TimeMarker::get_x
2013-10-13 Joel HoldsworthDon't attempt to set the value if TimeMarker::_value_wi...
2013-10-13 Joel HoldsworthRemoved context bar
2013-10-13 Joel HoldsworthAdded Signal::populate_popup_form
2013-10-13 Joel HoldsworthIntegration Popup into Trace
2013-10-13 Joel HoldsworthFixed Header to respect the minimum drag distance
2013-10-13 Joel HoldsworthImplemented Popup dialog widget
2013-10-09 Joel HoldsworthRefactored Trace::get_label_rect to use get_y
2013-10-09 Joel HoldsworthFixed PD list, so that it doesn't crash when empty
2013-10-08 Uwe HermannFix off-by-one in PD menu list construction.
2013-09-29 Joel HoldsworthAdded palette of colours for different decode annotatio...
2013-09-29 Joel HoldsworthAdded decoder delete context menu item
2013-09-29 Joel HoldsworthMoved context menu functionality into SelectableItem...
2013-09-29 Joel HoldsworthDraw insteantaneous annotations with a circle
2013-09-29 Joel HoldsworthAutomatically choose the best annotation based on visua...
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
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 HoldsworthMake probes heading translatable
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-09-29 Joel HoldsworthAdded DecodeSignal default colours
2013-09-29 Joel HoldsworthImproved annotation painting
2013-09-29 Joel HoldsworthMoved text colour calculation into Trace::get_text_colour
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthInitial decode painting
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdded skeleton pv::view::decode::Annotation class
2013-09-29 Joel HoldsworthAdded Snapshot::unit_size
2013-09-29 Joel HoldsworthAdded LogicSnapshot::get_samples
2013-09-29 Joel HoldsworthRemoved copy-paste code from View::zoom
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
2013-09-29 Joel HoldsworthAdded empty decoder thread
2013-09-29 Joel HoldsworthRemoved auto_ptr wrapping of _sampling_thread
2013-09-29 Joel HoldsworthPaint decoder traces
2013-09-29 Joel HoldsworthCreate decoder instance
2013-09-29 Joel HoldsworthAdded sr_probe accessor function to pv::view::Signal
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthInvoke signals_changed outside locked region
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
2013-09-29 Joel HoldsworthAdded note about required probes
2013-09-29 Joel HoldsworthAdd decoder after decoder dialog
2013-09-29 Joel HoldsworthAdded skeleton pv::view::DecodeSignal
2013-09-29 Joel HoldsworthAdded probes to decoder dialog
2013-09-22 Joel HoldsworthAdded decoder dialog heading
2013-09-22 Joel HoldsworthAdded empty decoder dialog
2013-09-22 Joel HoldsworthAdded decoders list
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-09-03 Joel HoldsworthRead out the sample rate when loading files
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
next