]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2013-10-13 Joel HoldsworthIntegration Popup into Trace
2013-10-13 Joel HoldsworthFixed Header to respect the minimum drag distance
2013-10-13 Joel HoldsworthImplemented Popup dialog widget
2013-10-09 Joel HoldsworthRefactored Trace::get_label_rect to use get_y
2013-10-09 Joel HoldsworthFixed PD list, so that it doesn't crash when empty
2013-10-08 Uwe HermannFix off-by-one in PD menu list construction.
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 HoldsworthWhen no range is specified, Int property spinbox should...
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthAdded Binding::add_properties_to_form
2013-09-29 Joel HoldsworthMake probes heading translatable
2013-09-29 Joel HoldsworthAdded a String property
2013-09-29 Joel HoldsworthMoved form generation into Binding
2013-09-29 Joel HoldsworthAdded empty DecoderOptions binding
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 HoldsworthAdded Snapshot::unit_size
2013-09-29 Joel HoldsworthAdded LogicSnapshot::get_samples
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 HoldsworthAdded empty decoder thread
2013-09-29 Joel HoldsworthRemoved auto_ptr wrapping of _sampling_thread
2013-09-29 Joel HoldsworthPaint decoder traces
2013-09-29 Joel HoldsworthCreate decoder instance
2013-09-29 Joel HoldsworthAdded sr_probe accessor function to pv::view::Signal
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthInvoke signals_changed outside locked region
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
2013-09-29 Joel HoldsworthAdded note about required probes
2013-09-29 Joel HoldsworthAdd decoder after decoder dialog
2013-09-29 Joel HoldsworthAdded skeleton pv::view::DecodeSignal
2013-09-29 Joel HoldsworthAdded probes to decoder dialog
2013-09-22 Joel HoldsworthAdded decoder dialog heading
2013-09-22 Joel HoldsworthAdded empty decoder dialog
2013-09-22 Joel HoldsworthAdded decoders list
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-09-08 Uwe HermannBump cmake requirement to 2.8.6 (needed for cotire).
2013-09-03 Joel HoldsworthRead out the sample rate when loading files
2013-09-03 Joel HoldsworthEnumerate probes when session is loaded
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-09-03 Joel HoldsworthMade SigSession::update_signals take sdi as a parameter
2013-09-03 Joel HoldsworthRefactored Signal into Trace
2013-09-03 Joel HoldsworthAdded .gitignore rules for cotire
2013-09-03 Joel HoldsworthUsed cotire to enhance build performance
2013-08-26 Joel HoldsworthAdded a comment to CMakeLists.txt
2013-08-04 Marcus ComstedtAdded property binding for SR_CONF_VOLTAGE_THRESHOLD.
2013-08-04 Marcus ComstedtUse g_variant_equal() instead of g_variant_compare...
2013-07-15 Uwe HermannAdd missing libboost-system to test/CMakeLists.txt.
2013-05-28 Joel HoldsworthPut context bar back on the same row as the other toolbars
2013-05-28 Joel HoldsworthAdded AwaitTrigger capture state
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 Bert VermeulenFix build on systems with Qt5 installed
2013-05-19 Joel HoldsworthAdded a label context bar action
2013-05-19 Joel HoldsworthInitial working context bar
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 HoldsworthAdded empty context bar
2013-05-19 Joel HoldsworthLink signals to probes
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-05-19 Joel HoldsworthMake SigSession release it's device on destruction
2013-05-19 Joel HoldsworthInitial support for input file formats
2013-05-19 Joel HoldsworthAdded All Files to the open file filter list
2013-05-19 Alexandru Gagniuccontrib: Add pulseview.desktop file
2013-05-04 Uwe HermannInstall the manpage upon 'make install'. pulseview-0.1.0
2013-05-04 Uwe Hermannmanpage: Document --loglevel and filename argument.
2013-05-03 Uwe HermannAdd initial NEWS file.
2013-05-03 Uwe HermannREADME: Update in preparation of the 0.1.0 release.
2013-05-03 Uwe HermannPulseView depends on libsigrokdecode >= 0.2.0 (optional).
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-05-01 Joel HoldsworthStop capture before connecting to a device
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-05-01 Joel HoldsworthMake labels an even height
next