projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Moved SigSession::is_trigger_enabled into DevInst
[pulseview.git]
/
pv
/
2014-03-01
Joel Holdsworth
Moved SigSession::is_trigger_enabled into DevInst
tree
|
commitdiff
2014-03-01
Joel Holdsworth
Moved DevInst::_sdi down into Device
tree
|
commitdiff
2014-03-01
Joel Holdsworth
Moved DeviceManager::use_device and release_device...
tree
|
commitdiff
2014-03-01
Joel Holdsworth
Made DeviceManager only handle Device objects
tree
|
commitdiff
2014-03-01
Joel Holdsworth
Added pv::device::Device
tree
|
commitdiff
2014-03-01
Joel Holdsworth
Moved DevInst into the pv::device namespace
tree
|
commitdiff
2014-03-01
Joel Holdsworth
In View::zoom_one_to_one use View::get_visible_data
tree
|
commitdiff
2014-03-01
Daniel Elstner
LogicSignal: Un-break trigger configuration. (bug ...
tree
|
commitdiff
2014-03-01
Marcus Comstedt
Don't join with non-threads. Fixes 323
tree
|
commitdiff
2014-02-20
Daniel Elstner
Pass new unit_size argument to srd_inst_probe_set_all()
tree
|
commitdiff
2014-02-20
Daniel Elstner
decode: Fix mixup of bytes vs samples
tree
|
commitdiff
2014-02-19
Marcus Comstedt
Check if unportable sample pack/unpack works and in...
tree
|
commitdiff
2014-02-19
Marcus Comstedt
Implement portable LA sample packing and unpacking.
tree
|
commitdiff
2014-02-16
Joel Holdsworth
Added row heading text
tree
|
commitdiff
2014-02-14
Daniel King
Preallocate memory before samples are received.
tree
|
commitdiff
2014-02-11
Joel Holdsworth
Notify that config change when probes are enabled/disabled
tree
|
commitdiff
2014-02-11
Joel Holdsworth
SweepTimingWidget: When the exact value isn't available...
tree
|
commitdiff
2014-02-11
Joel Holdsworth
Moved all sr_probe modification into pv::DevInst
tree
|
commitdiff
2014-02-11
Joel Holdsworth
Removed SigSession from Trace
tree
|
commitdiff
2014-02-11
Joel Holdsworth
Removed _session.get_device calls from LogicSignal
tree
|
commitdiff
2014-02-11
Joel Holdsworth
Added DevInst pointer to Signal
tree
|
commitdiff
2014-02-11
Joel Holdsworth
Updated the sample rate selector when the config is...
tree
|
commitdiff
2014-02-11
Joel Holdsworth
SamplingBar: Improved event loop protection
tree
|
commitdiff
2014-02-09
Joel Holdsworth
Added DevInst::config_changed signal
tree
|
commitdiff
2014-02-09
Joel Holdsworth
Moved config getting/setting into DevInst
tree
|
commitdiff
2014-02-09
Joel Holdsworth
Fix some disappearing annotations
tree
|
commitdiff
2014-02-09
Joel Holdsworth
Wrapped sr_dev_inst in a class: pv::DevInst
tree
|
commitdiff
2014-02-09
Joel Holdsworth
DecodeTrace: Draw the error over the unresolved period
tree
|
commitdiff
2014-02-09
Joel Holdsworth
Do not attempt to decode when required probes have...
tree
|
commitdiff
2014-02-09
Joel Holdsworth
Added some missing fromUtf8s
tree
|
commitdiff
2014-02-08
Joel Holdsworth
RowData: Removed _ann_start_index and _ann_end_index
tree
|
commitdiff
2014-02-08
Joel Holdsworth
Improved decode annotation colouring
tree
|
commitdiff
2014-02-08
Joel Holdsworth
Fixed decoder probes auto-select logic
tree
|
commitdiff
2014-02-08
Daniel Elstner
Add bindings for new device options
tree
|
commitdiff
2014-02-02
Joel Holdsworth
Added show/hide decoder button
tree
|
commitdiff
2014-02-02
Joel Holdsworth
Improved row annotation colouring
tree
|
commitdiff
2014-02-02
Joel Holdsworth
Split annotation data set into rows, and improved painting.
tree
|
commitdiff
2014-02-01
ulflulfl
Fix bug #235. Add shortcut keys for View/Zoom In (Ctrl...
tree
|
commitdiff
2014-02-01
Joel Holdsworth
Extract only the subset of annotations that are in...
tree
|
commitdiff
2014-02-01
Uwe Hermann
Draw stacked decoder traces below the other PDs (avoids...
tree
|
commitdiff
2014-02-01
Uwe Hermann
pv::data::decode::Annotation: Add pd_index() and set_pd...
tree
|
commitdiff
2014-02-01
Uwe Hermann
pv::view::DecodeTrace: Draw annotation rows according...
tree
|
commitdiff
2014-02-01
Uwe Hermann
pv::data::DecoderStack: Set _row for each annotation.
tree
|
commitdiff
2014-02-01
Uwe Hermann
pv::data::decode::Annotation: Add row() and set_row().
tree
|
commitdiff
2014-01-31
Uwe Hermann
decoderstack.cpp: Improve two error messages a bit.
tree
|
commitdiff
2014-01-30
Uwe Hermann
decode: Clear error message upon every new session...
tree
|
commitdiff
2014-01-29
Joel Holdsworth
Fixed layout of labeled widgets
tree
|
commitdiff
2014-01-25
Joel Holdsworth
Fixed off-by-one in DecoderStack::decode_proc
tree
|
commitdiff
2014-01-25
Joel Holdsworth
pv::prop::Int: Removed assert from Int::get_widget
tree
|
commitdiff
2014-01-25
Joel Holdsworth
pv::prop::String: Do not create a widget if the initial...
tree
|
commitdiff
2014-01-25
Joel Holdsworth
pv::prop::Double: Do not create a widget if the initial...
tree
|
commitdiff
2014-01-25
Joel Holdsworth
pv::prop::Bool: Do not create a widget if the initial...
tree
|
commitdiff
2014-01-25
Joel Holdsworth
pv::prop::Enum: Do not create a widget if the initial...
tree
|
commitdiff
2014-01-25
Joel Holdsworth
Add an extra sample to the logic edges so that the...
tree
|
commitdiff
2014-01-19
Joel Holdsworth
Ported to new SR_CONF_LIMIT_SAMPLES config key
tree
|
commitdiff
2014-01-19
Joel Holdsworth
Show a 1-2-5 list for the sample count widget
tree
|
commitdiff
2014-01-19
Joel Holdsworth
SamplingBar: Show a 1-2-5 for min-max sample rate values
tree
|
commitdiff
2014-01-19
Joel Holdsworth
SweepTimingWidgets: Fix list mode to show the correct...
tree
|
commitdiff
2014-01-19
Joel Holdsworth
SweepTimingWidget implemented show_125_list
tree
|
commitdiff
2014-01-18
Joel Holdsworth
SweepTimingWidget removed Read Only support
tree
|
commitdiff
2014-01-18
Martin Ling
Set LIMIT_FRAMES to 1 if supported.
tree
|
commitdiff
2014-01-18
Martin Ling
Use SR_CONF_DEVICE_OPTIONS to decide if LIMIT_SAMPLES...
tree
|
commitdiff
2014-01-18
Martin Ling
Only attempt to set default sample count if supported.
tree
|
commitdiff
2014-01-18
Martin Ling
Commit sample count after setting default.
tree
|
commitdiff
2014-01-18
Martin Ling
Wait until SDI is set before updating sweep timing...
tree
|
commitdiff
2014-01-18
Martin Ling
No longer need to set sample limit on session start.
tree
|
commitdiff
2014-01-18
Martin Ling
Show sample count selector only if setting supported.
tree
|
commitdiff
2014-01-18
Martin Ling
Use a SweepTimingWidget for sample count limit.
tree
|
commitdiff
2014-01-18
Joel Holdsworth
Created pv::widgets::SampleTimingWidget, and ported...
tree
|
commitdiff
2014-01-18
Joel Holdsworth
Feed analog data into separate deinterleaved analog...
tree
|
commitdiff
2014-01-18
Joel Holdsworth
Added AnalogSignal::analog_data accessor function
tree
|
commitdiff
2014-01-18
Joel Holdsworth
LogicSignal: Tidyup boost references
tree
|
commitdiff
2014-01-18
Joel Holdsworth
SigSession: Added signal_from_probe
tree
|
commitdiff
2014-01-18
Joel Holdsworth
SigSession: Tidied update_signals
tree
|
commitdiff
2014-01-18
Joel Holdsworth
QWellArray: Removed QT_NO_MENU functionality
tree
|
commitdiff
2014-01-18
Joel Holdsworth
QWellArray: Removed dead code
tree
|
commitdiff
2014-01-18
Joel Holdsworth
QWellArray: removed unused destructor
tree
|
commitdiff
2014-01-17
Joel Holdsworth
pv::view::View::set_zoom: Added doxygen comment
tree
|
commitdiff
2014-01-17
Joel Holdsworth
pv::view::View::zoom_fit: clamp the scale between MaxSc...
tree
|
commitdiff
2014-01-17
Joel Holdsworth
pv::view::View::zoom: Removed duplicated scale clamping
tree
|
commitdiff
2014-01-17
Joel Holdsworth
pv::view::View::get_time_extents: Assume samplerate...
tree
|
commitdiff
2014-01-14
Joel Holdsworth
Added missing include
tree
|
commitdiff
2014-01-12
Joel Holdsworth
decode: Do not overflow the chunk buffer
tree
|
commitdiff
2014-01-12
Joel Holdsworth
Fixed missing includes and formward declarations hidden...
tree
|
commitdiff
2014-01-12
Joel Holdsworth
Removed QToolBar from DecoderGroupBox
tree
|
commitdiff
2014-01-12
Joel Holdsworth
Replaced QToolBar in probes popup
tree
|
commitdiff
2014-01-12
Joel Holdsworth
Implemented support for probe groups
tree
|
commitdiff
2014-01-12
Joel Holdsworth
Minor style change to decoder heading
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Added probe group support to DeviceOptions binding
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Store DeviceOptions::_sdi as const
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Hide the configure device button when the popup would...
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Small tidy of pv::MainWindow::on_actionOpen_triggered
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Added support for save
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Added SigSession::get_data()
tree
|
commitdiff
2014-01-11
Joel Holdsworth
Refactoring in View and SigSession
tree
|
commitdiff
2014-01-03
Ulf Lamping
Scan: Don't enable "OK" button if no device is found.
tree
|
commitdiff
2013-12-30
Joel Holdsworth
Replaced using namespace with using class directives
tree
|
commitdiff
2013-12-29
Joel Holdsworth
Added code to handle different integer types in the...
tree
|
commitdiff
2013-12-29
Joel Holdsworth
Display cursor popup time value correctly.
tree
|
commitdiff
2013-12-29
Joel Holdsworth
Stop capture when device is changed
tree
|
commitdiff
next