projects
/
pulseview.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
RowItem: Added owner accessor function
2014-02-11
Joel Holdsworth
SamplingBar: Improved event loop protection
commit
|
commitdiff
|
tree
2014-02-09
Joel Holdsworth
Added DevInst::config_changed signal
commit
|
commitdiff
|
tree
2014-02-09
Joel Holdsworth
Moved config getting/setting into DevInst
commit
|
commitdiff
|
tree
2014-02-09
Joel Holdsworth
Fix some disappearing annotations
commit
|
commitdiff
|
tree
2014-02-09
Joel Holdsworth
Wrapped sr_dev_inst in a class: pv::DevInst
commit
|
commitdiff
|
tree
2014-02-08
Joel Holdsworth
RowData: Removed _ann_start_index and _ann_end_index
commit
|
commitdiff
|
tree
2014-02-08
Joel Holdsworth
Improved decode annotation colouring
commit
|
commitdiff
|
tree
2014-02-08
Joel Holdsworth
Fixed decoder probes auto-select logic
commit
|
commitdiff
|
tree
2014-02-08
Daniel Elstner
Add bindings for new device options
commit
|
commitdiff
|
tree
2014-02-01
ulflulfl
Fix bug #235. Add shortcut keys for View/Zoom In (Ctrl...
commit
|
commitdiff
|
tree
2014-02-01
Joel Holdsworth
Extract only the subset of annotations that are in...
commit
|
commitdiff
|
tree
2014-01-29
Joel Holdsworth
Fixed layout of labeled widgets
commit
|
commitdiff
|
tree
2014-01-19
Joel Holdsworth
Ported to new SR_CONF_LIMIT_SAMPLES config key
commit
|
commitdiff
|
tree
2014-01-19
Joel Holdsworth
Show a 1-2-5 list for the sample count widget
commit
|
commitdiff
|
tree
2014-01-19
Joel Holdsworth
SamplingBar: Show a 1-2-5 for min-max sample rate values
commit
|
commitdiff
|
tree
2014-01-19
Joel Holdsworth
SweepTimingWidgets: Fix list mode to show the correct...
commit
|
commitdiff
|
tree
2014-01-19
Joel Holdsworth
SweepTimingWidget implemented show_125_list
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
SweepTimingWidget removed Read Only support
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Set LIMIT_FRAMES to 1 if supported.
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Use SR_CONF_DEVICE_OPTIONS to decide if LIMIT_SAMPLES...
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Only attempt to set default sample count if supported.
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Commit sample count after setting default.
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Wait until SDI is set before updating sweep timing...
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
No longer need to set sample limit on session start.
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Show sample count selector only if setting supported.
commit
|
commitdiff
|
tree
2014-01-18
Martin Ling
Use a SweepTimingWidget for sample count limit.
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
Created pv::widgets::SampleTimingWidget, and ported...
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
Feed analog data into separate deinterleaved analog...
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
Added AnalogSignal::analog_data accessor function
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
LogicSignal: Tidyup boost references
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
SigSession: Added signal_from_probe
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
SigSession: Tidied update_signals
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
Removed duplicated source listing of wellarray.cpp
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
QWellArray: Removed QT_NO_MENU functionality
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
QWellArray: Removed dead code
commit
|
commitdiff
|
tree
2014-01-18
Joel Holdsworth
QWellArray: removed unused destructor
commit
|
commitdiff
|
tree
2014-01-17
Joel Holdsworth
pv::view::View::set_zoom: Added doxygen comment
commit
|
commitdiff
|
tree
2014-01-17
Joel Holdsworth
pv::view::View::zoom_fit: clamp the scale between MaxScale...
commit
|
commitdiff
|
tree
2014-01-17
Joel Holdsworth
pv::view::View::zoom: Removed duplicated scale clamping
commit
|
commitdiff
|
tree
2014-01-17
Joel Holdsworth
pv::view::View::get_time_extents: Assume samplerate...
commit
|
commitdiff
|
tree
2014-01-14
Joel Holdsworth
Added missing include
commit
|
commitdiff
|
tree
2014-01-12
Joel Holdsworth
decode: Do not overflow the chunk buffer
commit
|
commitdiff
|
tree
2014-01-12
Joel Holdsworth
Fixed missing includes and formward declarations hidden...
commit
|
commitdiff
|
tree
2014-01-12
Joel Holdsworth
Removed QToolBar from DecoderGroupBox
commit
|
commitdiff
|
tree
2014-01-12
Joel Holdsworth
Replaced QToolBar in probes popup
commit
|
commitdiff
|
tree
2014-01-12
Joel Holdsworth
Implemented support for probe groups
commit
|
commitdiff
|
tree
2014-01-12
Joel Holdsworth
Minor style change to decoder heading
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Added probe group support to DeviceOptions binding
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Store DeviceOptions::_sdi as const
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Hide the configure device button when the popup would...
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Small tidy of pv::MainWindow::on_actionOpen_triggered
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Added support for save
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Added SigSession::get_data()
commit
|
commitdiff
|
tree
2014-01-11
Joel Holdsworth
Refactoring in View and SigSession
commit
|
commitdiff
|
tree
2013-12-30
Joel Holdsworth
Removed duplicated __STDC_LIMIT_MACROS define
commit
|
commitdiff
|
tree
2013-12-30
Joel Holdsworth
Replaced using namespace with using class directives
commit
|
commitdiff
|
tree
2013-12-30
Joel Holdsworth
Make cotire optional disabled by default
commit
|
commitdiff
|
tree
2013-12-29
Joel Holdsworth
Added code to handle different integer types in the...
commit
|
commitdiff
|
tree
2013-12-29
Joel Holdsworth
Display cursor popup time value correctly.
commit
|
commitdiff
|
tree
2013-12-29
Joel Holdsworth
Stop capture when device is changed
commit
|
commitdiff
|
tree
2013-12-28
Joel Holdsworth
Made decode an optional feature disabled by default.
commit
|
commitdiff
|
tree
2013-12-28
Joel Holdsworth
Added missing include to annotation.cpp
commit
|
commitdiff
|
tree
2013-12-28
Joel Holdsworth
Removed declaration of pv::MainWindow::decoder_name_cmp
commit
|
commitdiff
|
tree
2013-12-28
Joel Holdsworth
Handle C-strings as UTF-8
commit
|
commitdiff
|
tree
2013-12-27
Joel Holdsworth
Moved annotation painting code into DecodeTrace, and...
commit
|
commitdiff
|
tree
2013-12-27
Joel Holdsworth
Store annotations as objects emplaced in the vector
commit
|
commitdiff
|
tree
2013-12-27
Joel Holdsworth
Improved appearance of small annotations
commit
|
commitdiff
|
tree
2013-12-25
Joel Holdsworth
Replaced Decoder internal GHashTable storage of options...
commit
|
commitdiff
|
tree
2013-12-25
Joel Holdsworth
Added double-click zoom behaviour
commit
|
commitdiff
|
tree
2013-12-25
Joel Holdsworth
Remove all decoder traces when loading a file
commit
|
commitdiff
|
tree
2013-12-25
Joel Holdsworth
Removed Sample Rate binding from DeviceOptions
commit
|
commitdiff
|
tree
2013-12-25
Joel Holdsworth
Populate sample rate widget with correct initial value
commit
|
commitdiff
|
tree
2013-12-03
Joel Holdsworth
Fixed initialization of Annotation::_format field
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Added missing zoom-fit icon
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Renamed get_samplerate to samplerate
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Implemented zoom-fit
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Implemented pv::data::SignalData::get_max_sample_count
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Implemented DecoderStack::clear
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Renamed SignalData::clear_snapshots to clear
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Added Signal::data accessor function
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Renamed pv::view::LogicSignal::data to logic_data
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Don't retain uneeded pointers to UI elements
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Simplify drawing for zoomed out annotations
commit
|
commitdiff
|
tree
2013-12-02
Joel Holdsworth
Paint the unresolved area to show the decode progress
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Added message when there is an empty decode stack
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Added decoder stack item deletion
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Created DecoderGroupBox widget
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Make Popup dodge the screen edge
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Update the popup when a decoder is stacked
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Keep a pointer to the active Popup in Trace
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Added missing forward-declaration to DecodeTrace
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Added Popup::closed signal
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Added missing includes to popuptoolbutton.{h,cpp}
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Slightly offset the PopupToolButton popup
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Added .gitignore rules for ninja-build files, and Vim...
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Reduced popup padding
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Implemented decoder stacking
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Renamed pv::data::Decoder to DecoderStack
commit
|
commitdiff
|
tree
2013-11-30
Joel Holdsworth
Integrated stacking button
commit
|
commitdiff
|
tree
2013-11-19
Joel Holdsworth
Adjusted annotation height
commit
|
commitdiff
|
tree
next