]> sigrok.org Git - pulseview.git/history - pv
Typo fix
[pulseview.git] / pv /
2018-10-21 Soeren ApelTypo fix
2018-10-21 Soeren ApelMake change performed in 79b53a1ae actually work
2018-10-21 Soeren ApelFix random clazy warnings
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-10-21 Soeren ApelFix #1035 by checking for exceptions when accessing...
2018-10-21 Soeren ApelFix for "fill logic signal high areas" feature
2018-10-20 Soeren ApelFix #1222 by adding a tooltip for when there isn't...
2018-10-16 Soeren ApelAdd generic "Create marker here" context menu entry
2018-10-16 Soeren ApelLogging: Adjust UI colors to suit both dark and bright...
2018-10-16 Soeren ApelChannels: Make channel enable/disable options symmetric
2018-10-16 Jon BurgessSpeed up MipMap downsampling in logicsegment
2018-10-16 Jon BurgessExpose length of valid data in segment chunk
2018-10-16 Jon BurgessFix memory leak in DecoderMenu
2018-10-16 Soeren ApelImplement fixes proposed by clang-tidy
2018-10-16 Soeren ApelAdd themes and implement theme support
2018-10-14 Soeren ApelMake "fill logic signal high areas" feature more robust
2018-10-13 Uwe Hermanndevice.cpp: SR_CONF_AVG_SAMPLES: Add support for list...
2018-10-13 Soeren ApelTrace: Force trace replaint when a setting changes
2018-10-13 Soeren ApelUse QMenu->popup() instead of QMenu->exec() everywhere
2018-10-13 Soeren ApelGlobalSettings: Enable mouse hover marker by default
2018-10-13 Soeren ApelImplement "fill logic signal high areas" feature
2018-10-13 Soeren ApelSegment: Implement temporary workaround for #1284
2018-10-13 Soeren ApelRuler: Add "toggle mouse hover marker" to context menu
2018-10-13 Soeren ApelRuler: Add context menu with "Create marker here" entry
2018-10-13 Soeren ApelSegments: Fix iterator access to underlying value
2018-10-08 Soeren ApelLogicSegment: Check upper bound when performing edge...
2018-10-05 Soeren ApelView: Refine snapping algorithm
2018-10-05 Soeren ApelView: Fix snap-to-edge when using all signals
2018-10-03 Soeren ApelFix #1292/1294 by snapping to any edge when not hoverin...
2018-10-03 Soeren ApelView: Make TimeItem derivatives snap to edges when...
2018-09-29 Uwe HermannApplication::print_version_info(): Minor output whitesp...
2018-09-28 Soeren ApelFix #1213 by improving the version information handling
2018-09-26 Soeren ApelAdd setting for the snap-to-edge distance
2018-09-26 Soeren ApelFix #684 by implementing snap-to-edge for TimeItem...
2018-09-26 Soeren ApelImplement LogicSegment::get_surrounding_edges() and...
2018-09-18 Gerhard SittigLogging: avoid "cb was NULL" warning message during...
2018-09-13 Soeren ApelDecodeTrace: Rename get_sample_range() to get_view_samp...
2018-09-13 Soeren ApelInclude suggested changes by clang-tidy
2018-09-06 Soeren ApelFix #1270 by replacing insignificant characters before...
2018-09-05 Uwe Hermanndevice.cpp: Add SR_CONF_AVG_SAMPLES.
2018-09-05 Uwe Hermanndevice.cpp: Add SR_CONF_AVERAGING.
2018-09-05 Soeren ApelLogging: Write messages from qDebug() and friends also...
2018-09-05 Soeren ApelBinding: Add help icons for entries with descriptions
2018-09-02 Soeren ApelSettings: Fix description text
2018-09-02 Soeren ApelDecodeSignal: Unpause reliably
2018-08-30 Gerhard SittigLogging: obsolete -s, log to internal buffer as well...
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-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-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-05 Soeren ApelFix #770 by adding a vertical hover line and a setting...
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...
next