]> sigrok.org Git - pulseview.git/history - pv
MarginWidget: Moved in create_popup
[pulseview.git] / pv /
2014-12-29 Joel HoldsworthMarginWidget: Moved in create_popup
2014-12-29 Joel HoldsworthViewItem: Use drag_point() with drag_by()
2014-12-29 Joel HoldsworthRowItem: Fix y-offset in point()
2014-12-29 Joel HoldsworthViewItem: Added rect parameter to point()
2014-12-29 Joel HoldsworthFlag: Added context menu
2014-12-29 Joel HoldsworthRuler: Added context menu support
2014-12-29 Joel HoldsworthRuler: Factored out get_mouse_over_item
2014-12-28 Joel HoldsworthCursor: Don't draw cursors over each other when they...
2014-12-28 Joel HoldsworthHeader: Renamed get_mouse_over_row_item to get_mouse_ov...
2014-12-28 Joel HoldsworthCursorPair: Simplified label_rect
2014-12-28 Joel HoldsworthRuler: Removed Padding
2014-12-28 Joel HoldsworthTimeMarker: Simplified label_rect
2014-12-28 Joel HoldsworthViewItem: Moved in LabelPadding
2014-12-28 Joel HoldsworthCursorPair: Moved in ViewportFillColour
2014-12-28 Joel HoldsworthTimeMarker: Removed Offset
2014-12-28 Joel HoldsworthRuler: Removed BaselineOffset
2014-12-28 Joel HoldsworthRuler: Made HoverArrowSize proportional to text size
2014-12-28 Joel HoldsworthRuler: Make RulerHeight proportional to text size
2014-12-28 Joel HoldsworthReplaced use of QFontMetrics::boundingRect with height...
2014-12-28 Joel HoldsworthRuler: Removed text_height_
2014-12-28 Joel HoldsworthDecodeTrace: Removed text_height_
2014-12-28 Joel HoldsworthViewItem: Moved in paint_label
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-28 Joel HoldsworthCursorPair: Set font before calling compute_text_size
2014-12-28 Joel HoldsworthViewItem: Make HighlightRadius truly a radius
2014-12-28 Joel HoldsworthFlag: Added delete key support
2014-12-28 Joel HoldsworthCursorHeader: Hit test time items from front to back
2014-12-28 Joel HoldsworthFlag: Added flag time markers
2014-12-28 Joel HoldsworthTimeMarker: Replaced time_changed signal with View...
2014-12-28 Joel HoldsworthTimeMarker: Fixed position of set_time function
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-28 Joel HoldsworthCursorPair: Paint with ViewItem::paint_fore/paint_back
2014-12-28 Joel HoldsworthViewItemPaintParams: Fixed height()
2014-12-28 Joel HoldsworthViewItemPaintParams: Added vertical layout information
2014-12-28 Joel HoldsworthViewItem: Moved in paint_fore, paint_mid and paint_back
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-20 Joel HoldsworthCursorHeader: Made drag position pixel perfect
2014-12-20 Joel HoldsworthView: Fixed naming of View::RowItem{H,V}ExtentsChanged
2014-12-15 Joel HoldsworthHeader: Fixed trace labels spilling onto the canvas
2014-12-13 Joel HoldsworthWellArray: Renamed to avoid namespace collissions,...
2014-12-13 Soeren ApelView: Fix #515 by fixing typo and extent handling
2014-12-13 Soeren ApelRowItem: Fixed v_extents initial conditions
2014-12-13 Soeren ApelView: Fix #513 by scrolling 1/8th the view height per...
2014-12-13 Soeren ApelSamplingBar: Use DeviceManager::get_display_name()...
2014-12-13 Joel HoldsworthDeviceManager: Minor tidyup in build_display_name
2014-12-13 Joel HoldsworthDeviceManager: Use boost::algorithm::string::join to...
2014-12-12 Soeren ApelDeviceManager: Introduce full device names
2014-12-12 Soeren ApelDecodeTrace: Correct row calculation/tooltip position...
2014-12-10 Soeren ApelDecodeTrace: Remove hide_hover_annotation() as it's...
2014-12-10 Joel HoldsworthMarginWidget: Moved in dragging_, mouse_point_, and...
2014-12-10 Joel HoldsworthCursorHeader: Paint by the labels by the time item...
2014-12-10 Joel HoldsworthView: Added CursorPair to time_items list
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
next