]> sigrok.org Git - pulseview.git/history - pv/view/decodetrace.cpp
Viewport: Anti-alias time items, but not row items
[pulseview.git] / pv / view / decodetrace.cpp
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-25 Soeren ApelFix #510 by disabling removal of the last decoder from...
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-01-27 Joel HoldsworthRenamed pv::binding::DeviceOptions and DecoderOptions...
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2014-12-28 Joel HoldsworthDecodeTrace: Removed text_height_
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-12 Soeren ApelDecodeTrace: Correct row calculation/tooltip position...
2014-12-10 Soeren ApelDecodeTrace: Remove hide_hover_annotation() as it's...
2014-12-10 Joel HoldsworthDecodeTrace: Removed incorrect use of get_text_colour
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthDecoderStack: Emancipate from SignalData
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-09 Joel HoldsworthRowItemParams: Added font and text_height
2014-12-09 Joel HoldsworthTrace: Make paint_axis take RowItemPaintParams
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
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 HoldsworthDecodeTrace: Don't attempt to hover if the trace hasn...
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 HoldsworthRowItemOwner: Replaced parent notification scheme
2014-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
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 HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthTrace: Renamed get_name() to name()
2014-11-19 Joel HoldsworthDecodeTrace: Removed set_view
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
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 HoldsworthDecodeTrace: Simplified and reduced calls to View
2014-11-18 Soeren ApelDecodeTrace: Make tool tips use mapToGlobal() of the...
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-08-29 Martin LingRename 'probe' to 'channel' everywhere.
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-04 Marcus ComstedtFix polymorphic function lookup problem
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
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-02-16 Joel HoldsworthAdded row heading text
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-09 Joel HoldsworthDecodeTrace: Draw the error over the unresolved period
2014-02-09 Joel HoldsworthAdded some missing fromUtf8s
2014-02-08 Joel HoldsworthImproved decode annotation colouring
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthImproved row annotation colouring
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 Joel HoldsworthExtract only the subset of annotations that are in...
2014-02-01 Uwe HermannDraw stacked decoder traces below the other PDs (avoids...
2014-02-01 Uwe Hermannpv::view::DecodeTrace: Draw annotation rows according...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded message when there is an empty decode stack
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthUpdate the popup when a decoder is stacked
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-30 Joel HoldsworthIntegrated stacking button
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace