]> sigrok.org Git - pulseview.git/history - pv/view
Implemented a global decode lock to prevent concurrent decode
[pulseview.git] / pv / view /
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Rene HopfFixes for clang build on OS X
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-14 Joel HoldsworthAdded shortcuts to context delete menu items
2013-10-14 Joel HoldsworthAdded Header delete key
2013-10-14 Joel HoldsworthAdded Disable context menu item to Signal
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthRemoved Name and Colour dialogs from context menu
2013-10-13 Joel HoldsworthIntegrated ColourButton into popup
2013-10-13 Joel HoldsworthCorrected pv::view::Trace header gates
2013-10-13 Joel HoldsworthMoved popup text changed handler into base class, and...
2013-10-13 Joel HoldsworthAdded trigger actions in LogicSignal popup
2013-10-13 Joel HoldsworthAdded TimeMarker popups
2013-10-13 Joel HoldsworthFix Ruler to respect the minimum dragging distance
2013-10-13 Joel HoldsworthFactored out TimeMarker::get_x
2013-10-13 Joel HoldsworthDon't attempt to set the value if TimeMarker::_value_wi...
2013-10-13 Joel HoldsworthRemoved context bar
2013-10-13 Joel HoldsworthAdded Signal::populate_popup_form
2013-10-13 Joel HoldsworthIntegration Popup into Trace
2013-10-13 Joel HoldsworthFixed Header to respect the minimum drag distance
2013-10-09 Joel HoldsworthRefactored Trace::get_label_rect to use get_y
2013-09-29 Joel HoldsworthAdded palette of colours for different decode annotatio...
2013-09-29 Joel HoldsworthAdded decoder delete context menu item
2013-09-29 Joel HoldsworthMoved context menu functionality into SelectableItem...
2013-09-29 Joel HoldsworthDraw insteantaneous annotations with a circle
2013-09-29 Joel HoldsworthAutomatically choose the best annotation based on visua...
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
2013-09-29 Joel HoldsworthAdded DecodeSignal default colours
2013-09-29 Joel HoldsworthImproved annotation painting
2013-09-29 Joel HoldsworthMoved text colour calculation into Trace::get_text_colour
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthInitial decode painting
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdded skeleton pv::view::decode::Annotation class
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-29 Joel HoldsworthAdded sr_probe accessor function to pv::view::Signal
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
2013-09-29 Joel HoldsworthAdd decoder after decoder dialog
2013-09-29 Joel HoldsworthAdded skeleton pv::view::DecodeSignal
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-09-03 Joel HoldsworthRefactored Signal into Trace
2013-05-27 Joel HoldsworthSet trigger buttons as checked depending on the trigger...
2013-05-27 Joel HoldsworthAdded trigger selection handlers
2013-05-27 Joel HoldsworthParse the trigger types supported by the device
2013-05-27 Joel HoldsworthAdded _session reference to Signal objects
2013-05-27 Joel HoldsworthAdded trigger buttons to LogicSignal context bar.
2013-05-19 Joel HoldsworthAdded a label context bar action
2013-05-19 Joel HoldsworthAdded context widgets to TimeMarker
2013-05-19 Joel HoldsworthAdded View::selected_items
2013-05-19 Joel HoldsworthMade TimeMarker::_view a non-const reference
2013-05-19 Joel HoldsworthAdded get_context_bar_actions
2013-05-19 Joel HoldsworthRemoved TimeMarker copy constructor
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-05-19 Joel HoldsworthAdded selection_changed signal to Ruler and Header
2013-05-19 Joel HoldsworthAdded clear_selection to Ruler and Header
2013-05-19 Joel HoldsworthAdded pv::view::MarginWidget as a common base class...
2013-05-19 Joel HoldsworthAdded selection highlights to Cursor
2013-05-19 Joel HoldsworthMoved highlight pen into SelectableItem
2013-05-19 Joel HoldsworthMoved Signal selection behaviour into SelectableItem
2013-05-19 Joel HoldsworthDerrived TimeMarker from SelectableItem
2013-05-19 Joel HoldsworthDerrived Signals from SelectableItem
2013-05-19 Joel HoldsworthLink signals to probes
2013-05-01 Joel HoldsworthMake labels an even height
2013-04-27 Joel HoldsworthAdded missing virtual destructors
2013-04-23 Joel HoldsworthBring the cursors into view when they are shown
2013-04-20 Joel HoldsworthAdded Cursors Delta display
2013-04-20 Joel HoldsworthAdded CursorPair::get_cursor_offsets()
2013-04-20 Joel HoldsworthMoved Cursor markers to the outside
2013-04-20 Joel HoldsworthRemoved unneeded Cursor::Size constant
2013-04-18 Joel HoldsworthMoved ruler cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthMoved viewport cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-04-16 Joel HoldsworthDraw numbers off the end of the ruler
2013-04-06 Joel HoldsworthAllow labels to be set to empty values
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-03-31 Joel HoldsworthCorrected label layout when text is empty
2013-03-31 Joel HoldsworthSet the colour of the ruler hover marker to the correct...
2013-03-23 Joel HoldsworthImproved painting of cursor values
2013-03-23 Joel HoldsworthAdded a margin around ruler values
2013-03-23 Joel HoldsworthStopped ruler values colliding at high zoom
2013-03-23 Joel HoldsworthUse Qt namespace to simplify Ruler::paintEvent
2013-03-21 Joel HoldsworthDraw analog with a polyline rather than points
2013-03-21 Joel HoldsworthAdded analog envelope painting
2013-03-21 Joel HoldsworthAdded a scale factor to AnalogSignal
2013-03-21 Joel HoldsworthSetup analog probe colours
2013-03-21 Joel HoldsworthRenamed pv::view::LogicSignal::LogicSignalColours to...
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2013-03-09 Joel HoldsworthDeleted unused pv::view::Viewport::mouseReleaseEvent...
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-03-03 Joel HoldsworthSet the colour of ruler annotations to the correct...
2013-03-03 Joel HoldsworthShow samplerate as 1Hz when its value is unknown
2013-03-03 Joel HoldsworthExplicitly set analog signal painting colour
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-01-26 Alexandru GagniucView: Decouple horizontal scrolling from the scoll bar
next