]> sigrok.org Git - pulseview.git/history - pv/popups/channels.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / popups / channels.cpp
2022-11-30 Vesa-Pekka Palmupv: adjust application source code for Qt6 support
2020-09-05 Soeren ApelChannel popup: Don't use exceptions
2020-03-16 Soeren Apelclazy fixes
2020-01-25 jasegRework channel selection popup
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-10-16 Soeren ApelChannels: Make channel enable/disable options symmetric
2018-07-21 Soeren ApelChannel popup: Don't disable channels when clicking...
2018-04-15 Uwe HermannChannels popup: Use a more compact one-line button...
2018-04-15 Soeren ApelChannels: Break up logic and analog channels into separ...
2018-04-15 Soeren ApelChannels: Let "Enable all changing" also check for...
2018-04-15 Soeren ApelChannels: Don't use flat buttons and add vertical spacer
2018-04-15 Soeren ApelChannels: Re-arrange selector buttons
2018-04-08 Soeren ApelFix #1023 by implementing filtering channel selectors
2018-03-23 Dan Horákfix catching polymorphic types by value
2018-02-08 Soeren ApelFix #1089 by updating the signal labels and group labels
2017-06-10 Soeren ApelMove trace view files
2017-03-28 Uwe HermannDrop unused boost-thread dependency.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-11 Uwe HermannPrefer std::make_shared().
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-18 Soeren ApelMove signals to views and make Session handle multiple...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-10-24 Uwe Hermannwin32: Re-fix the Windows build (namespace pollution...
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-01-27 Joel HoldsworthRenamed pv::binding::DeviceOptions and DecoderOptions...
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
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-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthSigSession: Added signals_mutex(), and made signals...
2014-11-19 Joel HoldsworthTrace: Renamed get_name() to name()
2014-11-13 Joel HoldsworthSigSession: Renamed get_device to device
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.