]> sigrok.org Git - pulseview.git/history - pv/view/header.h
Header: Keep a shared_ptr of the clicked item
[pulseview.git] / pv / view / header.h
2014-11-19 Joel HoldsworthHeader: Keep a shared_ptr of the clicked item
2014-11-19 Joel HoldsworthHeader: Moved drag functionality into SelectableItem
2014-11-19 Joel HoldsworthHeader: Fixed dragging glitches
2014-11-19 Joel HoldsworthView: Replaced signals_changed handler with signals_upd...
2014-11-19 Joel HoldsworthHeader: Allow RowItems to have no popup
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-05-24 Jens SteinhauserHeader: Do not clip away the selection.
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Jens SteinhauserHeader: Invisible traces shouldn't influence the width.
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-10-14 Joel HoldsworthAdded Header delete key
2013-10-13 Joel HoldsworthFixed Header to respect the minimum drag distance
2013-09-29 Joel HoldsworthMoved context menu functionality into SelectableItem...
2013-09-29 Joel HoldsworthPaint decoder traces
2013-05-19 Joel HoldsworthAdded a label context bar action
2013-05-19 Joel HoldsworthAdded clear_selection to Ruler and Header
2013-05-19 Joel HoldsworthAdded pv::view::MarginWidget as a common base class...
2012-11-18 Joel HoldsworthImproved propagation of drag event so that the scroll...
2012-11-17 Joel HoldsworthImproved drag selection logic
2012-11-17 Joel HoldsworthAdded initial support for dragging
2012-11-17 Joel HoldsworthAdded signal (multi) selection
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view
2012-11-03 Joel HoldsworthAdded a label colour chooser dialog
2012-10-21 Uwe HermannFix #include guards.
2012-10-20 Joel HoldsworthAdded a context menu for set name
2012-10-20 Joel HoldsworthAdded mouse-over behaviour to signal labels
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-09-09 Joel HoldsworthInitial work moving headers into the pv::view::Header...