projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
RowItem: Bundled painting parameters into RowItemPaintParams
[pulseview.git]
/
pv
/
2014-12-09
Joel Holdsworth
RowItem: Bundled painting parameters into RowItemPaintP...
tree
|
commitdiff
2014-12-05
Jens Steinhauser
Signal: Save and load signal names as UTF-8 strings.
tree
|
commitdiff
2014-12-04
Aurelien Jacobs
connect: Fix filtering of supported devices.
tree
|
commitdiff
2014-12-03
Soeren Apel
View: Make horizontal arrow-key scrolling useful
tree
|
commitdiff
2014-12-03
Joel Holdsworth
Ruler: Moved calculate_tick_spacing into View
tree
|
commitdiff
2014-12-03
Joel Holdsworth
Session: Renamed files to match class name
tree
|
commitdiff
2014-11-29
Uwe Hermann
Example channel names: Consistently use all-caps.
tree
|
commitdiff
2014-11-29
Uwe Hermann
Minor whitespace fixes.
tree
|
commitdiff
2014-11-26
Uwe Hermann
Fix saving of channel names in .sr files.
tree
|
commitdiff
2014-11-23
Joel Holdsworth
LogicSignal: Added trigger markers
tree
|
commitdiff
2014-11-23
Joel Holdsworth
LogicSignal: Added an icon cache
tree
|
commitdiff
2014-11-23
Joel Holdsworth
LogicSignal: Refactored get_trigger_types
tree
|
commitdiff
2014-11-23
Joel Holdsworth
LogicSignal: Renamed action_match and match_action
tree
|
commitdiff
2014-11-23
Joel Holdsworth
LogicSignal: Removed redundant calls to match_action
tree
|
commitdiff
2014-11-22
Joel Holdsworth
StoreSession: Fixed completion mechanism
tree
|
commitdiff
2014-11-22
Joel Holdsworth
MainWindow: Handle device selection failure
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Session: Renamed pv::SigSession to Session
tree
|
commitdiff
2014-11-22
Joel Holdsworth
SamplingBar: Added reference to MainWindow for run_stop
tree
|
commitdiff
2014-11-22
Joel Holdsworth
DecodeTrace: Don't attempt to hover if the trace hasn...
tree
|
commitdiff
2014-11-22
Joel Holdsworth
TimeMarker: Fixed display of negative value in popup
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Check LIMIT_SAMPLES and SAMPLERATE are available to...
tree
|
commitdiff
2014-11-22
Joel Holdsworth
SamplingBar: Reduced indentation in update_sample_count...
tree
|
commitdiff
2014-11-22
Joel Holdsworth
MainWindow: Include device/file name in window title
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Renamed C++ headers to .hpp
tree
|
commitdiff
2014-11-22
Joel Holdsworth
Make member variable underscores a suffix instead of...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Added group/ungroup key-combos
tree
|
commitdiff
2014-11-19
Joel Holdsworth
MarginWidget: Removed unused geometry_updated signal
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Added on_ungroup method
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Added group command
tree
|
commitdiff
2014-11-19
Joel Holdsworth
TraceGroup: Added ungroup method
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Create trace groups from channel groups
tree
|
commitdiff
2014-11-19
Joel Holdsworth
TraceGroup: Implemented stacking
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItemOwner: Added depth() method
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItemOwner: Replaced parent notification scheme
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Split appart visual and layout v offsets
tree
|
commitdiff
2014-11-19
Joel Holdsworth
TraceGroup: Implemented paint_label
tree
|
commitdiff
2014-11-19
Joel Holdsworth
TraceGroup: Added ungroup item
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Removed normalize_layout
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Replaced fixed signal heights with extents
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Derrive from std::enable_shared_from_this
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Keep a shared_ptr of the clicked item
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Moved drag functionality into SelectableItem
tree
|
commitdiff
2014-11-19
Joel Holdsworth
SelectableItem: Fix documentation
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Fixed dragging glitches
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Only allow dragging if all traces share a commo...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Remove snap-to-grid behaviour
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Replaced signals_changed handler with signals_upd...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Combined appearance change signals into appear...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
TraceGroup: Implemented label_rect
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header, Viewport: Don't manually invoke on_signals_chan...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Use iterators to traverse signals
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Make label_rect a const function
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Removed selected_items
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Added pv::view::RowItemIterator
tree
|
commitdiff
2014-11-19
Joel Holdsworth
SigSession: Converted _signals_mutex into a boost:...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
SigSession: Added signals_mutex(), and made signals...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
TraceGroup: Added skeleton
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Handle RowItems that do not create a context...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Allow RowItems to have no popup
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Keep a list of owned traces in RowItemOwner
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Added owner accessor function
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Replace View ownership of traces with RowItemOwner
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Added RowItemOwner
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Trace: Renamed get_colour() to colour()
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Trace: Renamed get_name() to name()
tree
|
commitdiff
2014-11-19
Joel Holdsworth
RowItem: Renamed get_v_offset to v_offset
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Refactored common row functionality into RowItem
tree
|
commitdiff
2014-11-19
Joel Holdsworth
DecodeTrace: Removed set_view
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Replaced duplicated code with Trace::get_y
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Simplified get_traces
tree
|
commitdiff
2014-11-19
Joel Holdsworth
View: Replace compare_trace_v_offsets with a lambda
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Trace: Removed pt_in_label_rect
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Trace: Correct shape of label_rect
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Trace: Renamed get_label_rect to label_rect
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Header: Fixed mouse over coordinates
tree
|
commitdiff
2014-11-19
Joel Holdsworth
DecodeTrace: Combined together get_pixels_offset with...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
DecodeTrace: Tidied up get_sample_range
tree
|
commitdiff
2014-11-19
Joel Holdsworth
Trace: Converted on_hover_point_changed signal to direc...
tree
|
commitdiff
2014-11-19
Joel Holdsworth
DecodeTrace: Simplified and reduced calls to View
tree
|
commitdiff
2014-11-18
Soeren Apel
DecodeTrace: Make tool tips use mapToGlobal() of the...
tree
|
commitdiff
2014-11-18
Soeren Apel
View: Added viewport() accessor method
tree
|
commitdiff
2014-11-14
Soeren Apel
Fix bug #477 by keeping track of visible rows, not...
tree
|
commitdiff
2014-11-13
Soeren Apel
DecodeTrace: Provide tool tips for annotations
tree
|
commitdiff
2014-11-13
Soeren Apel
Trace: Introduce hover_point_changed()
tree
|
commitdiff
2014-11-13
Soeren Apel
DecodeTrace: Refactor sample helpers and simplify metho...
tree
|
commitdiff
2014-11-13
Soeren Apel
DecodeTrace: Turn row_height and text_height into class...
tree
|
commitdiff
2014-11-13
Soeren Apel
Update description for Trace::get_label_rect()
tree
|
commitdiff
2014-11-13
Peter Zotov
SamplingBar: Add Space as a shortcut to Run/Stop.
tree
|
commitdiff
2014-11-13
Peter Zotov
View: Update view on capture state change
tree
|
commitdiff
2014-11-13
Peter Zotov
LogicSignal: Ported triggers to new API
tree
|
commitdiff
2014-11-13
Joel Holdsworth
SigSession: Added DeviceManager accessor functions
tree
|
commitdiff
2014-11-13
Joel Holdsworth
SigSession: Made _sr_session non-static
tree
|
commitdiff
2014-11-13
Joel Holdsworth
StoreSession: Removed commented code
tree
|
commitdiff
2014-11-13
Joel Holdsworth
SigSession: Renamed get_device to device
tree
|
commitdiff
2014-11-13
Joel Holdsworth
Signal: Added a reference to _session
tree
|
commitdiff
2014-11-13
Joel Holdsworth
SigSession: Replaced do { } while(0) with { }
tree
|
commitdiff
2014-11-13
Peter Zotov
LogicSignal: Replaced TRUE/FALSE with true/false
tree
|
commitdiff
2014-11-13
Peter Zotov
LogicSignal: Tidied populate_popup_form is_checked
tree
|
commitdiff
2014-11-13
Peter Zotov
LogicSignal: Removed trailing whitespace
tree
|
commitdiff
2014-11-13
Martin Ling
Reimplement file save using the srzip output module.
tree
|
commitdiff
next