]> sigrok.org Git - pulseview.git/history - pv/view/view.cpp
Rename Trace::channel_ to Trace::base_, including dependencies
[pulseview.git] / pv / view / view.cpp
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-07-20 Soeren ApelView: Move assertion after assignment
2016-04-18 Soeren ApelView: Remove unnecessary methods
2016-04-13 Soeren ApelView: Make sure unused groups are freed
2016-04-07 Soeren ApelView: Handle pre-existing trace groups correctly
2016-04-07 Soeren ApelView: Restore the original signals_changed() positionin...
2016-04-03 Soeren ApelView: Remove empty trace groups in signals_changed()
2016-04-03 Soeren ApelView: Provide a clear setup path for the initial v_offs...
2016-04-03 Soeren ApelView: Make signals_changed() more predictable
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2016-01-31 Soeren ApelView: Honor ENABLE_DECODE compiler switch
2016-01-03 Joel HoldsworthRevert "Make traces non-draggable outside the header...
2015-12-30 Soeren ApelMake traces non-draggable outside the header area
2015-12-28 Soeren ApelUse alternating trace background colors when not using...
2015-12-28 Soeren ApelImplement "use coloured background" functionality
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-09 Tilman SauerbeckView: support multiple trigger markers in one acquisition.
2015-11-08 Tilman SauerbeckUse the TriggerMarker class to visualize the time of...
2015-11-05 Soeren ApelFix #685 by adding a special T marker when SR_DT_TRIGGE...
2015-11-04 Soeren ApelRefactoring: move samplerate algo from View to Session
2015-10-18 Joel HoldsworthView: Place non-grouped logic channels in a TraceGroup
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthUse list_by_type instead of iterator
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-10-18 Joel HoldsworthView: Moved in list_row_item_owners
2015-10-18 Joel HoldsworthView: Use list_by_type to get TraceTreeItems
2015-10-18 Joel HoldsworthTraceTreeItemOwner: Make list_by_type return a vector...
2015-10-17 Joel HoldsworthTraceTreeItem: Separated from RowItem
2015-09-04 Jens SteinhauserUntangle the time formatting functions a bit
2015-09-04 Jens SteinhauserView: Do not emit superfluous signals in a loop
2015-09-04 Jens SteinhauserView: Change the type of tick_period to pv::util::Timestamp
2015-09-04 Jens SteinhauserRuler: Factor out the calculation of the tick spacing
2015-09-04 Jens SteinhauserUse typesafe enum classes in pv::util
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-25 Soeren ApelRuler scale calculation optimization
2015-08-25 Soeren ApelFix wrong ruler scale after loading a file
2015-08-25 Soeren ApelProvide short-term fix for #627 by limiting zoom range...
2015-08-16 Soeren ApelView: Allow ScaleUnits[0] to actually be used
2015-08-16 Soeren ApelView: Use max time to calculate label length, not offset_
2015-08-16 Soeren ApelView/Ruler: Calculate and use tick precision
2015-08-16 Soeren ApelView: Separate data changed/capture state changed events
2015-08-16 Soeren ApelView: Determine time unit and use it in other classes
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-24 Soeren ApelImplement "always zoom to fit" feature
2015-07-23 Soeren ApelFix #121 by implementing sticky scrolling
2015-06-30 Joel HoldsworthView: Update signals without destroying layout
2015-06-30 Joel HoldsworthRowItemOwner: Added list_row_item_owners
2015-06-27 Soeren ApelView: Use more reasonable default time scale
2015-06-11 Joel HoldsworthView: Support having no selected device
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthSignalData: Renamed get_max_sample_count
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-30 Joel HoldsworthView: Added set_v_offset
2014-12-30 Joel HoldsworthView: Use the slider value for the v-offset
2014-12-29 Joel HoldsworthView: Removed signals_moved signals
2014-12-28 Joel HoldsworthViewItem: Moved in LabelPadding
2014-12-28 Joel HoldsworthCursorPair: Moved in ViewportFillColour
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-28 Joel HoldsworthFlag: Added flag time markers
2014-12-28 Joel HoldsworthTimeMarker: Replaced time_changed signal with View...
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-20 Joel HoldsworthView: Fixed naming of View::RowItem{H,V}ExtentsChanged
2014-12-13 Soeren ApelView: Fix #515 by fixing typo and extent handling
2014-12-13 Soeren ApelView: Fix #513 by scrolling 1/8th the view height per...
2014-12-10 Joel HoldsworthView: Added CursorPair to time_items list
2014-12-10 Joel HoldsworthRowItem: Pass rect into label_rect
2014-12-10 Joel HoldsworthView: Store CursorPair in a shared_ptr
2014-12-10 Joel HoldsworthView: Added time_markers
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-03 Soeren ApelView: Make horizontal arrow-key scrolling useful
2014-12-03 Joel HoldsworthRuler: Moved calculate_tick_spacing into View
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
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 HoldsworthView: Create trace groups from channel groups
2014-11-19 Joel HoldsworthTraceGroup: Implemented stacking
2014-11-19 Joel HoldsworthRowItemOwner: Added depth() method
2014-11-19 Joel HoldsworthRowItemOwner: Replaced parent notification scheme
2014-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthView: Removed normalize_layout
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthHeader: Remove snap-to-grid behaviour
2014-11-19 Joel HoldsworthView: Replaced signals_changed handler with signals_upd...
2014-11-19 Joel HoldsworthUse iterators to traverse signals
2014-11-19 Joel HoldsworthView: Removed selected_items
2014-11-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthSigSession: Added signals_mutex(), and made signals...
2014-11-19 Joel HoldsworthView: Keep a list of owned traces in RowItemOwner
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthRowItem: Renamed get_v_offset to v_offset
2014-11-19 Joel HoldsworthRefactored common row functionality into RowItem
2014-11-19 Joel HoldsworthView: Simplified get_traces
2014-11-19 Joel HoldsworthView: Replace compare_trace_v_offsets with a lambda
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-18 Soeren ApelView: Added viewport() accessor method
next