]> sigrok.org Git - pulseview.git/history - pv/popups
Apply option changes immediately, not on decode stack rebuild
[pulseview.git] / pv / popups /
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-18 Uwe HermannDon't use std:: in the code directly (where possible).
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.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
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 HoldsworthModified header guards to match file names
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.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-03 Soeren ApelFix comment and increase readability in probes.cpp
2014-08-03 Soeren ApelFix bug #392 by improving empty list/map handling
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-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-25 Uwe HermannUpdate for 'probe_group' -> 'channel_group' rename...
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-12 Joel HoldsworthReplaced QToolBar in probes popup
2014-01-12 Joel HoldsworthImplemented support for probe groups
2014-01-11 Joel HoldsworthHide the configure device button when the popup would...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-10-14 Joel HoldsworthMade Probes popup reusable
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthUse auto-apply in DeviceOptions popup
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...