]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2014-02-19 Marcus ComstedtSkip check for unportable sample pack/unpack when cross...
2014-02-19 Marcus ComstedtCheck if unportable sample pack/unpack works and in...
2014-02-19 Marcus ComstedtImplement portable LA sample packing and unpacking.
2014-02-16 Joel HoldsworthAdded row heading text
2014-02-14 Joel HoldsworthFixed unit test CMakeLists.txt
2014-02-14 Daniel KingPreallocate memory before samples are received.
2014-02-11 Joel HoldsworthNotify that config change when probes are enabled/disabled
2014-02-11 Joel HoldsworthSweepTimingWidget: When the exact value isn't available...
2014-02-11 Joel HoldsworthMoved all sr_probe modification into pv::DevInst
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-11 Joel HoldsworthRemoved _session.get_device calls from LogicSignal
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-02-11 Joel HoldsworthUpdated the sample rate selector when the config is...
2014-02-11 Joel HoldsworthSamplingBar: Improved event loop protection
2014-02-09 Joel HoldsworthAdded DevInst::config_changed signal
2014-02-09 Joel HoldsworthMoved config getting/setting into DevInst
2014-02-09 Joel HoldsworthFix some disappearing annotations
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-09 Joel HoldsworthDecodeTrace: Draw the error over the unresolved period
2014-02-09 Joel HoldsworthDo not attempt to decode when required probes have...
2014-02-09 Joel HoldsworthAdded some missing fromUtf8s
2014-02-08 Joel HoldsworthRowData: Removed _ann_start_index and _ann_end_index
2014-02-08 Joel HoldsworthImproved decode annotation colouring
2014-02-08 Joel HoldsworthFixed decoder probes auto-select logic
2014-02-08 Daniel ElstnerAdd bindings for new device options
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthAdded decoder show/hide icons
2014-02-02 Joel HoldsworthImproved row annotation colouring
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 ulflulflFix bug #235. Add shortcut keys for View/Zoom In (Ctrl...
2014-02-01 Joel HoldsworthExtract only the subset of annotations that are in...
2014-02-01 Uwe HermannDraw stacked decoder traces below the other PDs (avoids...
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add pd_index() and set_pd...
2014-02-01 Uwe Hermannpv::view::DecodeTrace: Draw annotation rows according...
2014-02-01 Uwe Hermannpv::data::DecoderStack: Set _row for each annotation.
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add row() and set_row().
2014-01-31 Uwe Hermanndecoderstack.cpp: Improve two error messages a bit.
2014-01-30 Uwe Hermanndecode: Clear error message upon every new session...
2014-01-29 Joel HoldsworthFixed layout of labeled widgets
2014-01-28 Uwe Hermannnsis: contrib/pulseview.nsi: Drop obsolete file.
2014-01-28 Uwe HermannCMakeLists.txt, test/CMakeLists.txt: MinGW linking...
2014-01-28 Uwe Hermanntest/CMakeLists.txt: Fix MinGW build of the tests.
2014-01-25 Joel HoldsworthFixed off-by-one in DecoderStack::decode_proc
2014-01-25 Joel Holdsworthpv::prop::Int: Removed assert from Int::get_widget
2014-01-25 Joel Holdsworthpv::prop::String: Do not create a widget if the initial...
2014-01-25 Joel Holdsworthpv::prop::Double: Do not create a widget if the initial...
2014-01-25 Joel Holdsworthpv::prop::Bool: Do not create a widget if the initial...
2014-01-25 Joel HoldsworthSet default build type to RelWithDebInfo
2014-01-25 Joel Holdsworthpv::prop::Enum: Do not create a widget if the initial...
2014-01-25 Joel HoldsworthAdd an extra sample to the logic edges so that the...
2014-01-25 Joel HoldsworthFixed AnalogSnapshotTest
2014-01-21 Uwe Hermanntest/CMakeLists.txt: Fix build on Windows/MinGW.
2014-01-19 Joel HoldsworthPorted to new SR_CONF_LIMIT_SAMPLES config key
2014-01-19 Joel HoldsworthShow a 1-2-5 list for the sample count widget
2014-01-19 Joel HoldsworthSamplingBar: Show a 1-2-5 for min-max sample rate values
2014-01-19 Joel HoldsworthSweepTimingWidgets: Fix list mode to show the correct...
2014-01-19 Joel HoldsworthSweepTimingWidget implemented show_125_list
2014-01-18 Joel HoldsworthSweepTimingWidget removed Read Only support
2014-01-18 Martin LingSet LIMIT_FRAMES to 1 if supported.
2014-01-18 Martin LingUse SR_CONF_DEVICE_OPTIONS to decide if LIMIT_SAMPLES...
2014-01-18 Martin LingOnly attempt to set default sample count if supported.
2014-01-18 Martin LingCommit sample count after setting default.
2014-01-18 Martin LingWait until SDI is set before updating sweep timing...
2014-01-18 Martin LingNo longer need to set sample limit on session start.
2014-01-18 Martin LingShow sample count selector only if setting supported.
2014-01-18 Martin LingUse a SweepTimingWidget for sample count limit.
2014-01-18 Joel HoldsworthCreated pv::widgets::SampleTimingWidget, and ported...
2014-01-18 Joel HoldsworthFeed analog data into separate deinterleaved analog...
2014-01-18 Joel HoldsworthAdded AnalogSignal::analog_data accessor function
2014-01-18 Joel HoldsworthLogicSignal: Tidyup boost references
2014-01-18 Joel HoldsworthSigSession: Added signal_from_probe
2014-01-18 Joel HoldsworthSigSession: Tidied update_signals
2014-01-18 Joel HoldsworthRemoved duplicated source listing of wellarray.cpp
2014-01-18 Joel HoldsworthQWellArray: Removed QT_NO_MENU functionality
2014-01-18 Joel HoldsworthQWellArray: Removed dead code
2014-01-18 Joel HoldsworthQWellArray: removed unused destructor
2014-01-17 Joel Holdsworthpv::view::View::set_zoom: Added doxygen comment
2014-01-17 Joel Holdsworthpv::view::View::zoom_fit: clamp the scale between MaxSc...
2014-01-17 Joel Holdsworthpv::view::View::zoom: Removed duplicated scale clamping
2014-01-17 Joel Holdsworthpv::view::View::get_time_extents: Assume samplerate...
2014-01-14 Joel HoldsworthAdded missing include
2014-01-12 Joel Holdsworthdecode: Do not overflow the chunk buffer
2014-01-12 Joel HoldsworthFixed missing includes and formward declarations hidden...
2014-01-12 Joel HoldsworthRemoved QToolBar from DecoderGroupBox
2014-01-12 Joel HoldsworthReplaced QToolBar in probes popup
2014-01-12 Joel HoldsworthImplemented support for probe groups
2014-01-12 Joel HoldsworthMinor style change to decoder heading
2014-01-11 Joel HoldsworthAdded probe group support to DeviceOptions binding
2014-01-11 Joel HoldsworthStore DeviceOptions::_sdi as const
2014-01-11 Joel HoldsworthHide the configure device button when the popup would...
2014-01-11 Joel HoldsworthSmall tidy of pv::MainWindow::on_actionOpen_triggered
2014-01-11 Joel HoldsworthAdded support for save
2014-01-11 Joel HoldsworthAdded SigSession::get_data()
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2014-01-09 Uwe HermannCMakeLists.txt: Fix typos, cosmetics, consistency fixes.
2014-01-09 Uwe HermannFix SVG icons not being displayed on Windows.
2014-01-05 Uwe Hermannnsis: Install zadig (used for driver switching).
2014-01-05 Uwe Hermannnsis: Install libusb0.dll with the application.
2014-01-03 Ulf LampingScan: Don't enable "OK" button if no device is found.
2014-01-03 Uwe Hermannmingw: Add the sigrok icon for pulseview.exe.
next