]> sigrok.org Git - pulseview.git/history - pv/view/timemarker.cpp
TimeMarker: Fixed position of set_time function
[pulseview.git] / pv / view / timemarker.cpp
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