]> sigrok.org Git - pulseview.git/history - pv/view/view.h
Trace: Converted on_hover_point_changed signal to direct notification
[pulseview.git] / pv / view / view.h
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-18 Soeren ApelView: Added viewport() accessor method
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-01-17 Joel Holdsworthpv::view::View::set_zoom: Added doxygen comment
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2013-12-09 Joel HoldsworthMoved RulerHeight out of View into Ruler
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-12-09 Joel HoldsworthAdded zoom one-to-one
2013-12-02 Joel HoldsworthImplemented zoom-fit
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthPaint decoder traces
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-05-19 Joel HoldsworthAdded View::selected_items
2013-05-19 Joel HoldsworthWrapped Cursors in a shared_ptr
2013-05-19 Joel HoldsworthAdded selection_changed signal to pv::view::View
2013-04-23 Joel HoldsworthBring the cursors into view when they are shown
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-03-31 Joel HoldsworthIgnore H-scroll events while scrollbar is begin updated.
2013-03-31 Joel HoldsworthRevert "View: Decouple horizontal scrolling from the...
2013-01-26 Alexandru GagniucView: Decouple horizontal scrolling from the scoll bar
2012-12-11 Joel HoldsworthAdded SigSession::signals_changed signals to indicate...
2012-11-18 Joel HoldsworthAdded pv::view::View::normalize_layout to normalize...
2012-11-18 Joel HoldsworthMoved signal margin out of signal rendering into initia...
2012-11-18 Joel HoldsworthImproved propagation of drag event so that the scroll...
2012-11-17 Joel HoldsworthAdded snap to grid drag behaviour
2012-11-17 Joel HoldsworthAdded initial support for dragging
2012-11-17 Joel HoldsworthUse static signal offsets instead of offsets calculated...
2012-11-01 Joel HoldsworthMoved LabelPadding into View
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthAdded cursors
2012-11-01 Joel HoldsworthDocumented scale, offset, set_scale_offset, _scale...
2012-10-28 Joel HoldsworthAdded hover point to pv::view::View
2012-10-21 Uwe HermannFix #include guards.
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-06 Joel HoldsworthPartial fix to scroll overflow issues
2012-09-10 Joel HoldsworthViewport no longer needs to be a friend
2012-09-10 Joel HoldsworthMade pv::view::View::zoom public
2012-09-09 Joel HoldsworthInitial work moving ruler into the pv::view::Ruler...
2012-09-09 Joel HoldsworthInitial work moving headers into the pv::view::Header...
2012-09-07 Joel HoldsworthExposed View::_session with accessor function
2012-09-07 Joel HoldsworthMoved view classes into the pv::view:: namespace