]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
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
2013-05-01 Joel HoldsworthSet the title of the main toolbar
2013-05-01 Joel HoldsworthAdded assertions to confirm that the session was termin...
2013-05-01 Uwe Hermannmanpage: Various fixes and updates.
2013-04-29 Joel HoldsworthFactored device title printing code out into pv::Device...
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-27 Joel HoldsworthFix "Failed to configure samplerate." warnings.
2013-04-27 Joel HoldsworthAdded missing virtual destructors
2013-04-27 Bert VermeulenHardcode maximum supported probes to 64 for now
2013-04-24 Bert VermeulenOpen/close devices as needed
2013-04-24 Joel HoldsworthUpdate the SigSession device, when it is selected by...
2013-04-24 Joel HoldsworthOnly the open the file if the user clicked ok in the...
2013-04-24 Joel HoldsworthMade the sdi a persisent property of SigSession
2013-04-23 Joel HoldsworthAdded an accelerator for show/hide cursors
2013-04-23 Joel HoldsworthBring the cursors into view when they are shown
2013-04-23 Uwe Hermannwin32: Use -mwindows to avoid opening a "DOS box".
2013-04-23 Uwe HermannReplace GPLv2+ references with GPLv3+.
2013-04-23 Uwe HermannAdd NSIS file for use with cross-compiled PulseView.
2013-04-22 Joel HoldsworthAdded error handling to SignalHandler
2013-04-22 Joel HoldsworthAdded proper error handling to pv::SigSession::feed_in_...
2013-04-22 Joel HoldsworthAdded missing braces in pv::dialogs::Connect::populate_...
2013-04-20 Joel HoldsworthCommit the samplerate before beginning to sample
2013-04-20 Joel HoldsworthRenamed SamplingBar::configure to on_configure
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-20 Joel HoldsworthCall sr_session_destroy after loading the SigSession...
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-18 Joel HoldsworthMade UNIX signals an optional feature
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-04-16 Joshua Frkuskadeviceoptions.cpp make compile error on 32 bit systems
2013-04-16 Joel HoldsworthDraw numbers off the end of the ruler
2013-04-16 Martin LingUpdate for libsigrok datafeed callback API changes.
2013-04-08 Joel HoldsworthEnum now allows the no-selection condition
2013-04-08 Joel HoldsworthPadded data buffer so that reads do not overrun it.
2013-04-08 Joel HoldsworthMoved get_property_form out of pv::prop::binding::Binding
2013-04-08 Joel HoldsworthAdded Int property and bound to SR_CONF_CAPTURE_RATIO
2013-04-08 Joel HoldsworthRemoved an uneeded include
2013-04-08 Joel HoldsworthAdded Bool property and bound to SR_CONF_RLE
2013-04-08 Bert VermeulenPorted pv::prop::binding::DeviceOptions to GVariants
2013-04-08 Joel HoldsworthMake pv::prop objects run on GVariants
2013-04-08 Bert VermeulenAdjust pv:prop::Enum to GVariant-based sr_config_*...
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 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...
next