]> sigrok.org Git - pulseview.git/history - pv/view/timemarker.cpp
Trace: Removed coloured_bg state
[pulseview.git] / pv / view / timemarker.cpp
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2015-10-18 Joel HoldsworthViewItem: Make hit_box_rect take ViewItemPaintParams
2015-09-04 Jens SteinhauserAdd a spin box widget for timestamp values
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2014-12-29 Joel HoldsworthViewItem: Added hit_box_rect
2014-12-29 Joel HoldsworthMarginWidget: Moved in create_popup
2014-12-29 Joel HoldsworthViewItem: Added rect parameter to point()
2014-12-28 Joel HoldsworthTimeMarker: Simplified label_rect
2014-12-28 Joel HoldsworthViewItem: Moved in LabelPadding
2014-12-28 Joel HoldsworthTimeMarker: Removed Offset
2014-12-28 Joel HoldsworthReplaced use of QFontMetrics::boundingRect with height...
2014-12-28 Joel HoldsworthViewItem: Moved in paint_label
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 HoldsworthCursorPair: Paint with ViewItem::paint_fore/paint_back
2014-12-10 Joel HoldsworthTimeMarker: Renamed get_label_rect, and made it take...
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-11-22 Joel HoldsworthTimeMarker: Fixed display of negative value in popup
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: Moved drag functionality into SelectableItem
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-29 Joel HoldsworthDisplay cursor popup time value correctly.
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthAdded TimeMarker popups
2013-10-13 Joel HoldsworthFactored out TimeMarker::get_x
2013-10-13 Joel HoldsworthDon't attempt to set the value if TimeMarker::_value_wi...
2013-10-13 Joel HoldsworthRemoved context bar
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-05-19 Joel HoldsworthAdded context widgets to TimeMarker
2013-05-19 Joel HoldsworthMade TimeMarker::_view a non-const reference
2013-05-19 Joel HoldsworthAdded get_context_bar_actions
2013-05-19 Joel HoldsworthRemoved TimeMarker copy constructor
2013-05-19 Joel HoldsworthDerrived TimeMarker from SelectableItem
2013-01-16 Joel HoldsworthExplicitly initialise QObject in the copy constructor
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthMade TimeMarker and Cursor QObjects
2012-10-29 Joel HoldsworthAdded TimeMarker base class