]> sigrok.org Git - pulseview.git/history - pv
TimeItem: Made paint_label a mandatory field
[pulseview.git] / pv /
2014-12-10 Joel HoldsworthTimeItem: Made paint_label a mandatory field
2014-12-10 Joel HoldsworthCursorPair: Draw highlight when selected
2014-12-10 Joel HoldsworthCursorHeader: Accept TimeItems not providing a Popup
2014-12-10 Joel HoldsworthCursorHeader: Handle all TimeItems instead of TimeMarkers
2014-12-10 Joel HoldsworthTimeItem: Added mandatory get_x virtual method
2014-12-10 Joel HoldsworthTimeItem: Added mandatory set_time virtual method
2014-12-10 Joel HoldsworthSelectableItem: Moved in label_rect
2014-12-10 Joel HoldsworthTimeMarker: Renamed get_label_rect, and made it take...
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 HoldsworthCursorPair: Derived from TimeItem
2014-12-10 Joel HoldsworthView: Added time_markers
2014-12-10 Joel HoldsworthTimeItem: Added new class - a base of TimeMarker, deriv...
2014-12-10 Joel HoldsworthTimeMarker: Clamp to minimum size
2014-12-10 Joel HoldsworthSelectableItem: Moved in enabled(), and added to Trigge...
2014-12-10 Joel HoldsworthTimeMarker: Added get_text
2014-12-10 Joel HoldsworthTimeMarker: Added default get_label_rect implementation
2014-12-10 Joel HoldsworthCursor: Moved paint_label into TimeMarker
2014-12-10 Joel HoldsworthTrace: Moved get_text_colour into SelectableItem
2014-12-10 Joel HoldsworthDecodeTrace: Removed incorrect use of get_text_colour
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 HoldsworthSignalData: Added snapshots accessor method
2014-12-09 Joel HoldsworthDecoderStack: Emancipate from SignalData
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-09 Joel HoldsworthRowItemParams: Added font and text_height
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-05 Jens SteinhauserSignal: Save and load signal names as UTF-8 strings.
2014-12-04 Aurelien Jacobsconnect: Fix filtering of supported devices.
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-29 Uwe HermannExample channel names: Consistently use all-caps.
2014-11-29 Uwe HermannMinor whitespace fixes.
2014-11-26 Uwe HermannFix saving of channel names in .sr files.
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 HoldsworthStoreSession: Fixed completion mechanism
2014-11-22 Joel HoldsworthMainWindow: Handle device selection failure
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthSamplingBar: Added reference to MainWindow for run_stop
2014-11-22 Joel HoldsworthDecodeTrace: Don't attempt to hover if the trace hasn...
2014-11-22 Joel HoldsworthTimeMarker: Fixed display of negative value in popup
2014-11-22 Joel HoldsworthCheck LIMIT_SAMPLES and SAMPLERATE are available to...
2014-11-22 Joel HoldsworthSamplingBar: Reduced indentation in update_sample_count...
2014-11-22 Joel HoldsworthMainWindow: Include device/file name in window title
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 HoldsworthHeader: Added group/ungroup key-combos
2014-11-19 Joel HoldsworthMarginWidget: Removed unused geometry_updated signal
2014-11-19 Joel HoldsworthHeader: Added on_ungroup method
2014-11-19 Joel HoldsworthHeader: Added group command
2014-11-19 Joel HoldsworthTraceGroup: Added ungroup method
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 HoldsworthTraceGroup: Implemented paint_label
2014-11-19 Joel HoldsworthTraceGroup: Added ungroup item
2014-11-19 Joel HoldsworthView: Removed normalize_layout
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthRowItem: Derrive from std::enable_shared_from_this
2014-11-19 Joel HoldsworthHeader: Keep a shared_ptr of the clicked item
2014-11-19 Joel HoldsworthHeader: Moved drag functionality into SelectableItem
2014-11-19 Joel HoldsworthSelectableItem: Fix documentation
2014-11-19 Joel HoldsworthHeader: Fixed dragging glitches
2014-11-19 Joel HoldsworthHeader: Only allow dragging if all traces share a commo...
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 HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthTraceGroup: Implemented label_rect
2014-11-19 Joel HoldsworthHeader, Viewport: Don't manually invoke on_signals_chan...
2014-11-19 Joel HoldsworthUse iterators to traverse signals
2014-11-19 Joel HoldsworthRowItem: Make label_rect a const function
2014-11-19 Joel HoldsworthView: Removed selected_items
2014-11-19 Joel HoldsworthAdded pv::view::RowItemIterator
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 HoldsworthTraceGroup: Added skeleton
2014-11-19 Joel HoldsworthHeader: Handle RowItems that do not create a context...
2014-11-19 Joel HoldsworthHeader: Allow RowItems to have no popup
2014-11-19 Joel HoldsworthView: Keep a list of owned traces in RowItemOwner
2014-11-19 Joel HoldsworthRowItem: Added owner accessor function
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthAdded RowItemOwner
2014-11-19 Joel HoldsworthTrace: Renamed get_colour() to colour()
2014-11-19 Joel HoldsworthTrace: Renamed get_name() to name()
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 HoldsworthDecodeTrace: Removed set_view
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
2014-11-19 Joel HoldsworthView: Simplified get_traces
2014-11-19 Joel HoldsworthView: Replace compare_trace_v_offsets with a lambda
next