]> sigrok.org Git - pulseview.git/history - pv/view/trace.cpp
RowItemOwner: Replaced parent notification scheme
[pulseview.git] / pv / view / trace.cpp
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