]> sigrok.org Git - pulseview.git/history - pv/dialogs
LogicSegment::pow2_ceil(): Fix potentіal integer overflow.
[pulseview.git] / pv / dialogs /
2018-04-15 Soeren ApelRename colour* to color*
2018-04-01 Uwe HermannFix two clang-tidy warnings.
2018-03-30 Soeren ApelSettings: Change page list design
2018-03-30 Soeren ApelAdd logging mechanism
2018-03-18 Soeren ApelFix #1128 by showing firmware and PD search paths in...
2018-02-07 CenkronProvide a settings checkbox for showing zero at the...
2017-08-20 Soeren ApelConvert threshold display setting to a multi-value...
2017-08-01 Soeren ApelImplement graphical display of A2L thresholds
2017-07-21 Uwe HermannFix the build with ENABLE_DECODE=n.
2017-07-16 Soeren ApelIntroduce "logic trace height" setting
2017-07-16 Soeren ApelIntroduce "default div height" setting
2017-07-05 Soeren ApelRename "always zoom-to-fit" to "zoom-to-fit during...
2017-07-05 Soeren ApelFix #236 by introducing "zoom-to-fit when acquisition...
2017-06-11 Uwe HermannRename sigrok-logo-notext.svg to pulseview.svg.
2017-06-08 Soeren ApelSettings: Refactor out a checkbox creator method
2017-06-08 Soeren ApelSettings: Only show initial pin config UI elements...
2017-06-08 Soeren ApelSettings: Add decoder settings page
2017-05-27 Soeren ApelSettings Dialog: Visually break up items in the about...
2017-05-26 Soeren ApelFix #895 by adapting to Qt5 and cleaning up properly
2017-05-26 Uwe HermannAbout: Also list glibmm/boost/libsigrokdecode version...
2017-05-26 Uwe HermannAbout: Also show libsigrok libs and features.
2017-05-13 Martin LingAvoid wrapping driver names etc in about box.
2017-04-16 Gerhard SittigSettings: About: alpha-sort list of protocol decoders
2017-04-16 Gerhard SittigSettings: About: add sigrok internal libraries to versi...
2017-03-31 Uwe HermannAdd a hotkey and setting for showing/hiding the minor...
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Soeren ApelSettings: Whitespace fix
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse nullptr in a few places.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-22 Soeren ApelSettings: Add Qt version
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-17 Uwe HermannAdd a hotkey to show/hide sampling points.
2017-03-13 Soeren ApelSettings: Activate first item upon dialog creation
2017-03-13 Soeren ApelSettings: Change icon for "Views"
2017-03-12 Soeren ApelTie the "sticky scrolling" setting in with the settings...
2017-03-12 Soeren ApelSettings: Change view settings shortcuts
2017-03-12 Soeren ApelIntegrate the about dialog into the settings dialog
2017-03-12 Soeren ApelSettings: Prettify the settings dialog
2017-03-11 Uwe HermannUse nullptr in a few places.
2017-03-07 Soeren ApelGlobalSettings: Implement undo function for the "cancel...
2017-03-07 Soeren ApelImplement initial version of the settings management
2017-01-19 Soeren ApelConfirm with user when trying to close sessions with...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-06-26 Soeren ApelConnect dialog: Fix up UI and allow for VXI
2016-06-26 Soeren ApelConnect dialog: Fix constructor initialization order
2016-06-26 whitequarkConnect dialog: Add support for connecting to raw-tcp...
2016-05-03 Soeren ApelConnect dialog: Make button caption more clear
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2015-12-31 Martin LingUpdate to new configuration API.
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-11-04 Soeren ApelIntroduce "save selection range as..." feature
2015-10-24 Aurelien Jacobsavoid using deprecated std::autoptr
2015-07-25 Uwe Hermannabout: Show the list of supported output formats.
2015-06-11 Joel HoldsworthDeviceManager: Deprecated build_display_name and friends
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthConnect: Tidied up forward declarations
2015-01-27 Joel HoldsworthAdded pv::dialogs::InputOutputOptions
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-27 Joel HoldsworthStoreSession: Added an OutputFormat parameter
2015-01-27 Joel Holdsworthicons: Improved application icon quality
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-04 Aurelien JacobsConnect: List available serial ports in a combobox.
2014-12-29 Uffe Jakobsendialogs::Connect: Adds shortcut keys for "Driver",...
2014-12-04 Aurelien Jacobsconnect: Fix filtering of supported devices.
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-09 Soeren ApelFix bug #285 by handling device display names through...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-08-28 Bert VermeulenRemove obsolete input module support.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-07-26 Bert VermeulenRemove output modules from about dialog.
2014-06-29 Marcus ComstedtFix compilation on 32-bit systems
2014-05-24 Joel HoldsworthUsed a std::atomic for StoreSession::_units_stores...
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-01 Joel HoldsworthMade DeviceManager only handle Device objects
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-01-12 Joel HoldsworthFixed missing includes and formward declarations hidden...
2014-01-11 Joel HoldsworthAdded support for save
2014-01-03 Ulf LampingScan: Don't enable "OK" button if no device is found.
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-23 Rene HopfFixes for clang build on OS X
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthMake probes heading translatable
next