]> sigrok.org Git - pulseview.git/history - pv/view/view.cpp
Update for libsigrokcxx rename.
[pulseview.git] / pv / view / view.cpp
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-30 Joel HoldsworthView: Added set_v_offset
2014-12-30 Joel HoldsworthView: Use the slider value for the v-offset
2014-12-29 Joel HoldsworthView: Removed signals_moved signals
2014-12-28 Joel HoldsworthViewItem: Moved in LabelPadding
2014-12-28 Joel HoldsworthCursorPair: Moved in ViewportFillColour
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-28 Joel HoldsworthFlag: Added flag time markers
2014-12-28 Joel HoldsworthTimeMarker: Replaced time_changed signal with View...
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-20 Joel HoldsworthView: Fixed naming of View::RowItem{H,V}ExtentsChanged
2014-12-13 Soeren ApelView: Fix #515 by fixing typo and extent handling
2014-12-13 Soeren ApelView: Fix #513 by scrolling 1/8th the view height per...
2014-12-10 Joel HoldsworthView: Added CursorPair to time_items list
2014-12-10 Joel HoldsworthRowItem: Pass rect into label_rect
2014-12-10 Joel HoldsworthView: Store CursorPair in a shared_ptr
2014-12-10 Joel HoldsworthView: Added time_markers
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-09 Joel HoldsworthSignalData: Moved start_time into Snapshot
2014-12-03 Soeren ApelView: Make horizontal arrow-key scrolling useful
2014-12-03 Joel HoldsworthRuler: Moved calculate_tick_spacing into View
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
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 HoldsworthView: Create trace groups from channel groups
2014-11-19 Joel HoldsworthTraceGroup: Implemented stacking
2014-11-19 Joel HoldsworthRowItemOwner: Added depth() method
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 HoldsworthView: Removed normalize_layout
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthHeader: Remove snap-to-grid behaviour
2014-11-19 Joel HoldsworthView: Replaced signals_changed handler with signals_upd...
2014-11-19 Joel HoldsworthUse iterators to traverse signals
2014-11-19 Joel HoldsworthView: Removed selected_items
2014-11-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthSigSession: Added signals_mutex(), and made signals...
2014-11-19 Joel HoldsworthView: Keep a list of owned traces in RowItemOwner
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthRowItem: Renamed get_v_offset to v_offset
2014-11-19 Joel HoldsworthRefactored common row functionality into RowItem
2014-11-19 Joel HoldsworthView: Simplified get_traces
2014-11-19 Joel HoldsworthView: Replace compare_trace_v_offsets with a lambda
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-18 Soeren ApelView: Added viewport() accessor method
2014-11-13 Peter ZotovView: Update view on capture state change
2014-08-26 Marcus ComstedtView: Implement pinch-zoom
2014-05-24 Jens SteinhauserHeader: Do not clip away the selection.
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-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-22 Joel HoldsworthHeader/Viewport: Manually trigger the signals_changed...
2014-03-02 Joel HoldsworthRenamed SigSession::data_updated signal to data_receive...
2014-03-01 Joel HoldsworthMoved default device functionality into SigSession
2014-03-01 Joel HoldsworthIn View::zoom_one_to_one use View::get_visible_data
2014-01-17 Joel Holdsworthpv::view::View::zoom_fit: clamp the scale between MaxSc...
2014-01-17 Joel Holdsworthpv::view::View::zoom: Removed duplicated scale clamping
2014-01-17 Joel Holdsworthpv::view::View::get_time_extents: Assume samplerate...
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
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 HoldsworthRemoved use of LabelMarginWidth
2013-12-09 Joel HoldsworthAdded zoom one-to-one
2013-12-04 Jong-Jin, Kimpulseview: fixed probe shuffling problem.
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthImplemented zoom-fit
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-13 Joel HoldsworthRemoved context bar
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthRemoved copy-paste code from View::zoom
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
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-05-19 Joel HoldsworthAdd selection to Ruler items
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 HoldsworthFixed the H-scroll page width to half a screen rather...
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
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2013-01-16 Joel HoldsworthSupressed unused parameters
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-11 Joel HoldsworthMutex protected SigSession::_signals
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
next