]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
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 HoldsworthAdjusted SignalHandler style to match the rest of PulseView
2013-03-31 Joel HoldsworthIntegrated signal handler from qpdfview
2013-03-31 Joel HoldsworthSet the colour of the ruler hover marker to the correct...
2013-03-24 Joel HoldsworthAdded loglevel command line option
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-17 Uwe HermannINSTALL: Refer to new Building wiki page.
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-11 Arkadiusz MiśkiewiczAdded missing pthread linkage in tests
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 Matt Ranostaybugfix: Resolved -Werror message in main.cpp
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-09 Alexandru GagniucREADME: Explicitly state meaning of year ranges in...
2013-03-09 Alexandru GagniucSeparate the build/install instructions from the README.
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 HermannPrint --help/--version output to stdout (not stderr).
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-02-20 Uwe HermannAdd -Wall compiler option.
2013-02-20 Uwe Hermann.gitignore: Add missing CPack files.
2013-02-20 Uwe HermannCosmetics, typos.
2013-02-20 Alexandru Gagniucmain: quit on SIGINT
2013-02-20 Alexandru Gagniucmain: Add signal handler for SIGINT
2013-02-06 Alexandru Gagniucbuildsystem: Abort cmake config if Boost is not found
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 Alexandru Gagniucbuildsystem: Link against the platform's thread library
2013-01-24 Uwe HermannAdd missing #include <limits.h>.
2013-01-24 Uwe HermannLower Boost dependency to 1.42.
2013-01-20 Uwe HermannMinGW: Drop hardcoded BOOST_ROOT.
2013-01-20 Uwe HermannAdd missing settings for boost-thread on MinGW.
2013-01-19 Uwe HermannCPack: Only generate a .tar.gz file.
2013-01-19 Uwe HermannREADME: Minor fixes, typos.
2013-01-19 Joel HoldsworthDocumented packing procedure
2013-01-19 Joel HoldsworthPrevent CPack from generating a source package with...
2013-01-19 Joel HoldsworthSet the package version number
2013-01-19 Alexandru GagniucAdd a way to generate a tarball without requiring git
2013-01-19 Joel HoldsworthAdded axes to each signal
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2013-01-19 Uwe HermannLower Boost dependency to 1.45, which is sufficient.
next