]> sigrok.org Git - pulseview.git/history - pv
Adjust pv::toolbars::SamplingBar to GVariant-based sr_config_* functions
[pulseview.git] / pv /
2013-04-08 Bert VermeulenAdjust pv::toolbars::SamplingBar to GVariant-based...
2013-04-07 Bert VermeulenAdjust pv::SigSession to GVariant-based sr_config_...
2013-04-07 Bert VermeulenAdjust pv::dialogs::Connect to GVariant-based sr_config...
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 HoldsworthImplemented Ctrl+Q quit shortcut
2013-03-21 Joel HoldsworthAdded analog envelope painting
2013-03-21 Joel HoldsworthMake Snapshot::get_sample_count() a const function
2013-03-21 Joel HoldsworthImplemented AnalogSnapshot::get_envelope_section
2013-03-21 Joel HoldsworthImplemented Basic analog tests
2013-03-21 Joel HoldsworthAdded code to construct analog envelope levels
2013-03-21 Joel HoldsworthAdded a scale factor to AnalogSignal
2013-03-21 Joel HoldsworthVarious tidyups in LogicSnapshot
2013-03-21 Joel HoldsworthSetup analog probe colours
2013-03-21 Joel HoldsworthRenamed pv::view::LogicSignal::LogicSignalColours to...
2013-03-21 Joel HoldsworthMoved SamplingBar into pv::toolbars namespace
2013-03-21 Joel HoldsworthTolerate unexpected packets rather than asserting
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2013-03-20 Joel HoldsworthAdded Enable/Disable All Buttons
2013-03-11 Joel HoldsworthCheck that at least one probe is enabled before acquisi...
2013-03-11 Joel HoldsworthCorrected order of MainWindow class declaration
2013-03-11 Joel HoldsworthAdded UI error handling for file loading and capturing
2013-03-11 Joel HoldsworthAdded a probe selector
2013-03-11 Joel HoldsworthEnsure sr_config_get is called even when assert is...
2013-03-09 Joel HoldsworthDeleted unused pv::view::Viewport::mouseReleaseEvent...
2013-03-09 Joel HoldsworthInitialise sample_rate in pv::SigSession::feed_in_header
2013-03-09 Uwe HermannWhitespace fixes.
2013-03-09 Joel HoldsworthPrevent Ok being pressed when no device is selected
2013-03-09 Joel HoldsworthProcess selected device
2013-03-09 Joel HoldsworthAdded pv::SamplingBar::set_selected_device
2013-03-09 Joel HoldsworthMoved device enumeration out of pv::SamplingBar into...
2013-03-09 Joel HoldsworthSamplingBar::update_sample_rate_selector should abort...
2013-03-09 Joel HoldsworthFixed indentation in SamplingBar::update_sample_rate_se...
2013-03-09 Joel HoldsworthImplemented device probing
2013-03-09 Joel HoldsworthOnly allow monotonic devices in the device list
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
2013-03-03 Joel HoldsworthSampling bar now commits the sample rate into the devic...
2013-03-03 Joel HoldsworthRemoved sample_rate parameter from start_capture
2013-03-03 Joel HoldsworthAdded a binding for SR_CONF_SAMPLERATE
2013-03-03 Joel HoldsworthAdded a Double property object
2013-03-03 Joel HoldsworthImplemented getter behaviour in DeviceOptions
2013-03-03 Joel HoldsworthImplemented getter behaviour in Enum
2013-03-03 Joel HoldsworthUse namespaces in enum.cpp
2013-03-03 Joel HoldsworthCorrected const of DeviceOptions::_sdi
2013-03-03 Joel HoldsworthTidied whitespace
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-03-03 Joel HoldsworthPad mip-map buffers to allow for uint64_t write word
2013-03-03 Joel HoldsworthSet the colour of ruler annotations to the correct...
2013-03-03 Joel HoldsworthAdded open file command line argument
2013-03-03 Joel HoldsworthShow samplerate as 1Hz when its value is unknown
2013-03-03 Joel HoldsworthAdded shorter record lengths
2013-03-03 Joel HoldsworthExplicitly set analog signal painting colour
2013-03-02 Uwe HermannAbout box: Make URL clickable.
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-01-28 Joel HoldsworthGet sample rate from device instance rather than storing it
2013-01-28 Joel HoldsworthMoved signal creation into feed_in_header
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-27 Joel HoldsworthRenamed pv::dialogs::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthRenamed pv::prop::binding::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthPorted pv::prop::binding::HwCap to new sigrok API
2013-01-27 Joel Holdsworthsamplingbar: Replace sr_info_get(SR_DI_SAMPLERATES...
2013-01-26 Alexandru GagniucView: Decouple horizontal scrolling from the scoll bar
2013-01-24 Uwe HermannAdd missing #include <limits.h>.
2013-01-19 Joel HoldsworthAdded axes to each signal
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2013-01-19 Uwe Hermannsamplingbar.cpp: Add missing "ULL".
2013-01-19 Uwe HermannAdd missing newlines in two header files.
2013-01-16 Joel HoldsworthExplicitly initialise QObject in the copy constructor
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-15 Joel HoldsworthAdded File>Quit menu item
2013-01-15 Joel HoldsworthDo not fast_forward if there is no data at the minimum...
2013-01-13 Joel HoldsworthFixed usage of sr_datafeed_logic::length
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2013-01-01 Joel HoldsworthFixed pv::dialogs::About to accomodate 42515b0f in...
2013-01-01 Joel HoldsworthAdded status icons to Run/Stop button
2013-01-01 Joel HoldsworthTidied pv::MainWindow menu setup
2012-12-30 Joel HoldsworthRemoved status bar
2012-12-29 Joel HoldsworthSet HwCap dialog title
2012-12-28 Joel HoldsworthAdded fallback toolbar icons
2012-12-28 Joel HoldsworthAdded Tango configure icon
2012-12-28 Joel HoldsworthImplemented HwCap binding
2012-12-28 Joel HoldsworthAdded commit support to HwCap dialog
2012-12-28 Joel HoldsworthAdded commit support to Binding
2012-12-28 Joel HoldsworthAdded get/set support to Property and Enum
2012-12-28 Joel HoldsworthIntegrated property widgets with dialog
2012-12-28 Joel HoldsworthAdded Enum property
2012-12-28 Joel HoldsworthAdded Property
2012-12-28 Joel HoldsworthAdded empty HwCap dialog
2012-12-28 Joel HoldsworthAdded empty HwCap binding
next