]> sigrok.org Git - pulseview.git/history - pv/view
SamplingBar: Improved event loop protection
[pulseview.git] / pv / view /
2014-02-09 Joel HoldsworthMoved config getting/setting into DevInst
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-09 Joel HoldsworthDecodeTrace: Draw the error over the unresolved period
2014-02-09 Joel HoldsworthAdded some missing fromUtf8s
2014-02-08 Joel HoldsworthImproved decode annotation colouring
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthImproved row annotation colouring
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 Joel HoldsworthExtract only the subset of annotations that are in...
2014-02-01 Uwe HermannDraw stacked decoder traces below the other PDs (avoids...
2014-02-01 Uwe Hermannpv::view::DecodeTrace: Draw annotation rows according...
2014-01-25 Joel HoldsworthAdd an extra sample to the logic edges so that the...
2014-01-18 Joel HoldsworthAdded AnalogSignal::analog_data accessor function
2014-01-18 Joel HoldsworthLogicSignal: Tidyup boost references
2014-01-17 Joel Holdsworthpv::view::View::set_zoom: Added doxygen comment
2014-01-17 Joel Holdsworthpv::view::View::zoom_fit: clamp the scale between MaxSc...
2014-01-17 Joel Holdsworthpv::view::View::zoom: Removed duplicated scale clamping
2014-01-17 Joel Holdsworthpv::view::View::get_time_extents: Assume samplerate...
2014-01-14 Joel HoldsworthAdded missing include
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-29 Joel HoldsworthDisplay cursor popup time value correctly.
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-27 Joel HoldsworthImproved appearance of small annotations
2013-12-25 Joel HoldsworthAdded double-click zoom behaviour
2013-12-09 Joel HoldsworthMoved RulerHeight out of View into Ruler
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-12-09 Joel HoldsworthRemoved use of LabelMarginWidth
2013-12-09 Joel HoldsworthAdded zoom one-to-one
2013-12-04 Jong-Jin, Kimpulseview: fixed probe shuffling problem.
2013-12-03 Joel HoldsworthFixed initialization of Annotation::_format field
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthImplemented zoom-fit
2013-12-02 Joel HoldsworthImplemented pv::data::SignalData::get_max_sample_count
2013-12-02 Joel HoldsworthAdded Signal::data accessor function
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthSimplify drawing for zoomed out annotations
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded message when there is an empty decode stack
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthUpdate the popup when a decoder is stacked
2013-11-30 Joel HoldsworthKeep a pointer to the active Popup in Trace
2013-11-30 Joel HoldsworthAdded missing forward-declaration to DecodeTrace
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-30 Joel HoldsworthIntegrated stacking button
2013-11-19 Joel HoldsworthAdjusted annotation height
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-11-19 Joel HoldsworthAdded decode error display
2013-11-19 Joel HoldsworthRemoved spurious declaration
2013-11-14 Joel HoldsworthPorted Annotation to new srd_proto_data_annotation...
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Rene HopfFixes for clang build on OS X
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-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthRemoved Name and Colour dialogs from context menu
2013-10-13 Joel HoldsworthIntegrated ColourButton into popup
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 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-09 Joel HoldsworthRefactored Trace::get_label_rect to use get_y
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 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 HoldsworthRemoved copy-paste code from View::zoom
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
2013-09-29 Joel HoldsworthPaint decoder traces
2013-09-29 Joel HoldsworthAdded sr_probe accessor function to pv::view::Signal
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
2013-09-29 Joel HoldsworthAdd decoder after decoder dialog
2013-09-29 Joel HoldsworthAdded skeleton pv::view::DecodeSignal
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-09-03 Joel HoldsworthRefactored Signal into Trace
next