]> sigrok.org Git - pulseview.git/history - pv/view/logicsignal.cpp
Paint sampling points on the actual trace, not the center line
[pulseview.git] / pv / view / logicsignal.cpp
2017-05-30 Soeren ApelPaint sampling points on the actual trace, not the...
2017-05-03 Joel HoldsworthViewPort: Make ViewItemPaintParams mutable
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse bool literals for boolean values.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-22 Soeren ApelLogicSignal: Don't depend on device_ being valid
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-17 Uwe HermannOnly show sampling points when zoomed in far enough.
2017-03-17 Uwe HermannAdd a hotkey to show/hide sampling points.
2017-03-17 Uwe HermannShow sampling points in logic traces.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-08-18 Soeren ApelRemove data_ also for LogicSignal and use SignalBase...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-04-17 Soeren ApelFix #777 by using a workaround for assumed glibmm bug
2016-04-17 Soeren ApelFix #705 by preventing the use of invalid instances
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2015-12-31 Martin LingUpdate to new configuration API.
2015-12-28 Soeren ApelUse channel color as the trace background color
2015-11-28 Tilman SauerbeckLogicSignal: Only draw the trigger marker for enabled...
2015-11-23 Tilman SauerbeckLogicSignal: Put all trigger matches into a single...
2015-10-18 Joel HoldsworthLogicSignal: Apply scale handle dragging
2015-10-18 Joel HoldsworthLogicSignal: Replaced SignalMargin with half font-height
2015-10-18 Joel HoldsworthSignal: Added scale_handle_offset, scale_handle_dragged...
2015-10-18 Joel HoldsworthLogicSignal: Call TriggerStage::begin with matches...
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthLogicSignal: Added set_logic_data
2015-01-27 Joel HoldsworthLogicSignal: Hide the trigger selector, when there...
2015-01-27 Joel HoldsworthLogicSignal: Check the TRIGGER_MATCH key before listing
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-10 Joel HoldsworthTimeMarker: Added get_text
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-09 Joel HoldsworthSignalData: Moved start_time into Snapshot
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-09 Joel HoldsworthRowItemPaintParams: Bundled scale and offset
2014-12-09 Joel HoldsworthTrace: Make paint_axis take RowItemPaintParams
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-23 Joel HoldsworthLogicSignal: Added trigger markers
2014-11-23 Joel HoldsworthLogicSignal: Added an icon cache
2014-11-23 Joel HoldsworthLogicSignal: Refactored get_trigger_types
2014-11-23 Joel HoldsworthLogicSignal: Renamed action_match and match_action
2014-11-23 Joel HoldsworthLogicSignal: Removed redundant calls to match_action
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
2014-11-13 Peter ZotovLogicSignal: Ported triggers to new API
2014-11-13 Joel HoldsworthSigSession: Made _sr_session non-static
2014-11-13 Joel HoldsworthSignal: Added a reference to _session
2014-11-13 Peter ZotovLogicSignal: Replaced TRUE/FALSE with true/false
2014-11-13 Peter ZotovLogicSignal: Tidied populate_popup_form is_checked
2014-11-13 Peter ZotovLogicSignal: Removed trailing whitespace
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-07-19 Martin LingUpdate to new session API.
2014-05-30 Bert VermeulenDon't use obsolete channel-based triggers.
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-03-01 Daniel ElstnerLogicSignal: Un-break trigger configuration. (bug ...
2014-02-11 Joel HoldsworthMoved all sr_probe modification into pv::DevInst
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-11 Joel HoldsworthRemoved _session.get_device calls from LogicSignal
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
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-25 Joel HoldsworthAdd an extra sample to the logic edges so that the...
2014-01-18 Joel HoldsworthLogicSignal: Tidyup boost references
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthAdded Signal::data accessor function
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthAdded trigger actions in LogicSignal popup
2013-10-13 Joel HoldsworthRemoved context bar
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
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
next