]> sigrok.org Git - pulseview.git/history - pv/view
Header: Keep a shared_ptr of the clicked item
[pulseview.git] / pv / view /
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 HoldsworthSelectableItem: Fix documentation
2014-11-19 Joel HoldsworthHeader: Fixed dragging glitches
2014-11-19 Joel HoldsworthHeader: Only allow dragging if all traces share a commo...
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 HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthTraceGroup: Implemented label_rect
2014-11-19 Joel HoldsworthHeader, Viewport: Don't manually invoke on_signals_chan...
2014-11-19 Joel HoldsworthUse iterators to traverse signals
2014-11-19 Joel HoldsworthRowItem: Make label_rect a const function
2014-11-19 Joel HoldsworthView: Removed selected_items
2014-11-19 Joel HoldsworthAdded pv::view::RowItemIterator
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 HoldsworthTraceGroup: Added skeleton
2014-11-19 Joel HoldsworthHeader: Handle RowItems that do not create a context...
2014-11-19 Joel HoldsworthHeader: Allow RowItems to have no popup
2014-11-19 Joel HoldsworthView: Keep a list of owned traces in RowItemOwner
2014-11-19 Joel HoldsworthRowItem: Added owner accessor function
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthAdded RowItemOwner
2014-11-19 Joel HoldsworthTrace: Renamed get_colour() to colour()
2014-11-19 Joel HoldsworthTrace: Renamed get_name() to name()
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 HoldsworthDecodeTrace: Removed set_view
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
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: Removed pt_in_label_rect
2014-11-19 Joel HoldsworthTrace: Correct shape of label_rect
2014-11-19 Joel HoldsworthTrace: Renamed get_label_rect to label_rect
2014-11-19 Joel HoldsworthHeader: Fixed mouse over coordinates
2014-11-19 Joel HoldsworthDecodeTrace: Combined together get_pixels_offset with...
2014-11-19 Joel HoldsworthDecodeTrace: Tidied up get_sample_range
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-19 Joel HoldsworthDecodeTrace: Simplified and reduced calls to View
2014-11-18 Soeren ApelDecodeTrace: Make tool tips use mapToGlobal() of the...
2014-11-18 Soeren ApelView: Added viewport() accessor method
2014-11-14 Soeren ApelFix bug #477 by keeping track of visible rows, not...
2014-11-13 Soeren ApelDecodeTrace: Provide tool tips for annotations
2014-11-13 Soeren ApelTrace: Introduce hover_point_changed()
2014-11-13 Soeren ApelDecodeTrace: Refactor sample helpers and simplify metho...
2014-11-13 Soeren ApelDecodeTrace: Turn row_height and text_height into class...
2014-11-13 Soeren ApelUpdate description for Trace::get_label_rect()
2014-11-13 Peter ZotovView: Update view on capture state change
2014-11-13 Peter ZotovLogicSignal: Ported triggers to new API
2014-11-13 Joel HoldsworthSigSession: Made _sr_session non-static
2014-11-13 Joel HoldsworthSignal: Added a reference to _session
2014-11-13 Peter ZotovLogicSignal: Replaced TRUE/FALSE with true/false
2014-11-13 Peter ZotovLogicSignal: Tidied populate_popup_form is_checked
2014-11-13 Peter ZotovLogicSignal: Removed trailing whitespace
2014-10-31 Uwe HermannAdd missing <cmath> #includes.
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-15 Soeren ApelGeneric auto-focusing for first line edit of popup
2014-09-15 Soeren ApelUse a generic approach when adding the "close on enter...
2014-09-08 Joel HoldsworthTrace: Fixed a doxygen comment
2014-09-02 Soeren ApelMake decoder popups close when pressing enter
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-27 Soeren ApelMake trace popup combobox behave more user-friendly
2014-08-27 Soeren ApelPopulate signal popup combo box with signal name instea...
2014-08-27 Soeren ApelFix bug 298 by enhancing signal and trace popup behavior
2014-08-27 Uwe HermannFix two errors with clang 3.6.
2014-08-26 Uwe Hermannview: Minor whitespace fixes.
2014-08-26 Marcus ComstedtView: Implement pinch-zoom
2014-07-19 Martin LingUpdate to new session API.
2014-07-14 Marcus ComstedtMarginWidget: Disable system background
2014-05-30 Bert VermeulenDon't use obsolete channel-based triggers.
2014-05-24 Jens SteinhauserHeader: Do not clip away the selection.
2014-05-24 Jens SteinhauserCursorHeader: Do not clip away the selection.
2014-05-24 Jens SteinhauserCursorHeader: Use the same number format as the ruler.
2014-05-24 Jens SteinhauserCursorHeader: Make the size dependend on the used font.
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
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-05-23 Jens SteinhauserHeader: Invisible traces shouldn't influence the width.
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2014-05-04 Marcus ComstedtFix polymorphic function lookup problem
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-22 Joel HoldsworthHeader/Viewport: Manually trigger the signals_changed...
2014-03-15 Joel HoldsworthDon't allow disabled probes to be selected
2014-03-13 Joel HoldsworthDo not attempt to draw text for small annotations
2014-03-04 Joel HoldsworthAdded missing include for boost::hash_combine
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 HoldsworthMoved DevInst into the pv::device namespace
2014-03-01 Joel HoldsworthIn View::zoom_one_to_one use View::get_visible_data
2014-03-01 Daniel ElstnerLogicSignal: Un-break trigger configuration. (bug ...
2014-02-16 Joel HoldsworthAdded row heading text
2014-02-11 Joel HoldsworthMoved all sr_probe modification into pv::DevInst
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-11 Joel HoldsworthRemoved _session.get_device calls from LogicSignal
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
next