]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2018-09-05 Soeren ApelBinding: Add help icons for entries with descriptions
2018-09-05 Soeren ApelManual: Initial revision
2018-09-02 Soeren ApelSettings: Fix description text
2018-09-02 Soeren ApelDecodeSignal: Unpause reliably
2018-08-30 Uwe Hermannmanpage: Drop obsolete -s|--log-to-stdout docs.
2018-08-30 Gerhard SittigAndroid: implement chained log callbacks (buffer and...
2018-08-30 Gerhard SittigLogging: obsolete -s, log to internal buffer as well...
2018-08-28 Uwe Hermannpulseview.qrc: Add missing files.
2018-08-22 Soeren ApelImplement decode pausing/resuming
2018-08-21 Soeren ApelFix two warnings
2018-08-21 Soeren ApelFix item dragging
2018-08-21 Soeren ApelReplace (double)0 by 0.0
2018-08-21 Soeren ApelAnalogSignal: Set initial value for the "value at curso...
2018-08-21 Soeren ApelFix #1259 by not silently ignoring file read errors
2018-08-21 Soeren ApelEnum: Use slider instead of combo box for contiguous...
2018-08-21 Soeren ApelMainBar: Disallow negative sample rates
2018-08-21 Soeren ApelMainBar: Disable custom samplerate by default
2018-08-21 Soeren ApelMainBar: Fix warning message introduced by bc4b9ccfc78d9d0
2018-08-21 Soeren ApelDecodeTrace: Implement annotation export for cursor...
2018-08-21 Soeren ApelFix regression introduced by 2980ff2da269c9ed
2018-08-21 Soeren ApelSegment: Catch by reference
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-08-21 Soeren ApelMake annotation export customizable
2018-08-21 Soeren ApelImplement annotation export from the DecodeTrace contex...
2018-08-21 Soeren ApelRename create_context_menu() to create_header_context_m...
2018-08-21 Soeren ApelAllow for a context menu in the view area
2018-08-21 Soeren ApelFix #1204 by making sure the lazy event handler is...
2018-08-19 Uwe Hermannabout: Layout change to use space more efficiently.
2018-08-19 Uwe Hermannabout: Merge all version info into one section.
2018-08-19 Gerhard Sittigabout: move Pulseview version information into the...
2018-08-19 Uwe HermannCMakeLists.txt: Set DISABLE_WERROR to TRUE by default.
2018-07-24 Uwe HermannHardwareDevice: Only show non-empty device name components.
2018-07-24 Uwe HermannHardwareDevice: Make serial number display a bit clearer.
2018-07-24 Brian StarkeyFix the build - catch exceptions by reference
2018-07-21 Soeren ApelFix #1146 by replacing the check box by a combo box
2018-07-21 Soeren ApelRemove non-functional remains of the scale drag handle
2018-07-21 Soeren ApelChannel popup: Don't disable channels when clicking...
2018-07-21 Soeren ApelView: Don't set scroll defaults more than once
2018-07-21 Soeren ApelMake sure PD row colors remain constant by adding a...
2018-07-21 Soeren ApelAccept user-entered sample rates when external clock...
2018-07-21 Soeren ApelProperly handle decoder errors
2018-07-21 Soeren ApelDecodeSignal: Add and use inclusive/exclusive sample...
2018-07-21 Soeren ApelConnect dialog: Let the device list occupy only the...
2018-07-21 Soeren ApelLogicSignal: Don't paint hover marker if channel is...
2018-07-21 Soeren ApelFix #975 by overallocating memory to leave spare for...
2018-07-04 Gerhard Sittigcmake: help users by pointing out libsigrok build depen...
2018-06-19 Gerhard Sittigcmake: nit, use the message(STATUS) keyword
2018-06-19 Gerhard Sittigmain.cpp: straighten the getopt/optind adjustment befor...
2018-06-19 Gerhard Sittiganalogsignal.cpp: Fix std::isnan() related compile...
2018-06-16 Soeren ApelFix comment
2018-06-16 Soeren ApelFix up change handler registration
2018-06-16 Soeren ApelPrevent log length to be set to 0
2018-06-16 Soeren ApelAnalogSignal: Display value under cursor
2018-06-15 Soeren ApelFix #979 by querying trigger types only once and storin...
2018-06-15 Soeren ApelFix #1226 by removing a misplaced trigger marker clear
2018-06-15 Soeren ApelDisable unit tests by default
2018-06-05 Soeren ApelFix #770 by adding a vertical hover line and a setting...
2018-06-05 Soeren ApelFix #1040 by allowing multiple files to be loaded from...
2018-06-05 Soeren ApelFix #1166 by using the correct array size
2018-06-05 Soeren ApelSession: Handle failing sigrok::Device::read_config...
2018-06-05 Uwe Hermanndevice.cpp: Add SR_CONF_EXTERNAL_CLOCK_SOURCE.
2018-06-03 Uwe Hermanndevice.cpp: Add missing SR_CONF_DATA_SOURCE entry.
2018-06-03 Soeren ApelFix #1198 by removing the 1:1 zoom button
2018-06-03 Soeren ApelFix #807 by disabling trigger widgets when session...
2018-06-03 Soeren ApelUpdate cursor action's state whenever the cursor state...
2018-06-03 Brian StarkeyFix #1212 by not resetting the cursors pointer
2018-05-30 Soeren ApelFix #540 by introducing a method to reset the view...
2018-05-30 Soeren ApelFix #956 by adding the missing final sample to the...
2018-05-27 Soeren ApelFix #1201 by letting more accurate matches replace...
2018-05-27 Soeren ApelFix #1182 by only considering enabled channels
2018-05-26 Soeren ApelFix #1203 by catching the boost exception thrown on...
2018-05-25 Soeren ApelAdd imported files to the session save/restore mechanism
2018-05-23 Soeren ApelStoreProgress: Add missing log output
2018-05-22 Soeren ApelSession: Allow an SR_DF_META packet to override the...
2018-05-21 Uwe Hermanntracegroup.cpp: Fix a potential unintended integer...
2018-05-21 Uwe Hermannlogicsegment.cpp: Constify a few variables.
2018-05-21 Uwe HermannLogicSegment::pow2_ceil(): Fix potentіal integer overflow.
2018-05-19 Uwe Hermanncursorpair.cpp: Fix a clazy warning (-Wclazy-qstring...
2018-05-19 Uwe Hermanndecodetrace.cpp: Drop unused "using std::all_of".
2018-05-19 Uwe Hermannlogicsegment.cpp: Suggest inlining of pack_sample(...
2018-05-19 Uwe Hermannlogicsegment.cpp: Add missing config.h #include.
2018-05-17 Gerhard SittigDecodeSignal: avoid specifying a zero samplerate to...
2018-05-17 Gerhard Sittigsession: apply input format match to interactively...
2018-05-13 Gerhard Sittigsession: add support to auto detect input format (for...
2018-05-07 Soeren ApelInstaller: Add debug shortcut for -l 5
2018-05-07 Soeren ApelDecodeTrace: Use qreal instead of int for annotation...
2018-05-07 Soeren ApelDecodeTrace: Speed up painting by not copying the annot...
2018-05-06 Soeren ApelFix #1149 by handling "d" and "(dd)" types separately
2018-05-06 Soeren ApelUpdate property widgets before showing device config...
2018-05-04 Soeren ApelDecodeSignal: Prevent out-of-range exception
2018-05-04 Soeren ApelDecodeSignal: Re-set decoder metadata after stack termi...
2018-05-02 Soeren ApelLogicSegment: Readability changes
2018-04-24 Soeren ApelFix bar displaying undecoded area
2018-04-21 Soeren ApelDecodeTrace: Remove unused members
2018-04-21 Soeren ApelDecodeSignal: When lacking input, retry only when data...
2018-04-20 Soeren ApelFix #1174 by performing shutdown speed optimizations
2018-04-19 Soeren ApelDon't use qDebug().noquote() for now (bug #1169)
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
2018-04-18 Soeren ApelFix #1162 by always submitting all changed options...
2018-04-15 Uwe HermannChannels popup: Use a more compact one-line button...
next