]> sigrok.org Git - pulseview.git/history - pv/view/trace.cpp
Trace: Make popup forms compatible with OSX
[pulseview.git] / pv / view / trace.cpp
2016-05-19 Elias OenalTrace: Make popup forms compatible with OSX
2016-04-18 Soeren ApelFix #771 by using black with alpha instead of an opaque...
2016-04-13 Soeren ApelTrace/AnalogSignal: Improve contrast and precision...
2016-01-03 Joel HoldsworthTrace: Removed hit_box_rect, to remove canvas dragging...
2016-01-03 Joel HoldsworthRevert "Make traces non-draggable outside the header...
2016-01-03 Joel HoldsworthRevert "Make traces only selectable in the header area"
2015-12-30 Soeren ApelMake traces only selectable in the header area
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-28 Soeren ApelUse channel color as the trace background color
2015-10-18 Joel HoldsworthViewItem: Make hit_box_rect take ViewItemPaintParams
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-01-01 Uwe HermannUse <cmath> in favor of <math.h> everywhere.
2014-12-29 Joel HoldsworthViewItem: Added hit_box_rect
2014-12-29 Joel HoldsworthMarginWidget: Moved in create_popup
2014-12-28 Joel HoldsworthViewItem: Moved in LabelPadding
2014-12-28 Joel HoldsworthReplaced use of QFontMetrics::boundingRect with height...
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-10 Joel HoldsworthRowItem: Pass rect into label_rect
2014-12-10 Joel HoldsworthTrace: Moved get_text_colour into SelectableItem
2014-12-09 Joel HoldsworthTrace: Make paint_axis take RowItemPaintParams
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 HoldsworthRowItemOwner: Replaced parent notification scheme
2014-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthRowItem: Make label_rect a const function
2014-11-19 Joel HoldsworthTrace: Renamed get_colour() to colour()
2014-11-19 Joel HoldsworthTrace: Renamed get_name() to name()
2014-11-19 Joel HoldsworthRefactored common row functionality into RowItem
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
2014-11-19 Joel HoldsworthTrace: Removed pt_in_label_rect
2014-11-19 Joel HoldsworthTrace: Correct shape of label_rect
2014-11-19 Joel HoldsworthTrace: Renamed get_label_rect to label_rect
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-13 Soeren ApelTrace: Introduce hover_point_changed()
2014-09-15 Soeren ApelGeneric auto-focusing for first line edit of popup
2014-09-15 Soeren ApelUse a generic approach when adding the "close on enter...
2014-09-02 Soeren ApelMake decoder popups close when pressing enter
2014-08-27 Soeren ApelMake trace popup combobox behave more user-friendly
2014-08-27 Soeren ApelFix bug 298 by enhancing signal and trace popup behavior
2014-03-15 Joel HoldsworthDon't allow disabled probes to be selected
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-01-14 Joel HoldsworthAdded missing include
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthUpdate the popup when a decoder is stacked
2013-11-30 Joel HoldsworthKeep a pointer to the active Popup in Trace
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthRemoved Name and Colour dialogs from context menu
2013-10-13 Joel HoldsworthIntegrated ColourButton into popup
2013-10-13 Joel HoldsworthMoved popup text changed handler into base class, and...
2013-10-13 Joel HoldsworthIntegration Popup into Trace
2013-10-09 Joel HoldsworthRefactored Trace::get_label_rect to use get_y
2013-09-29 Joel HoldsworthMoved context menu functionality into SelectableItem...
2013-09-29 Joel HoldsworthMoved text colour calculation into Trace::get_text_colour
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
2013-09-03 Joel HoldsworthRefactored Signal into Trace