]> sigrok.org Git - pulseview.git/history - pv/dialogs
Update to new session API.
[pulseview.git] / pv / dialogs /
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
2013-09-29 Joel HoldsworthMoved form generation into Binding
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthAdded note about required probes
2013-09-29 Joel HoldsworthAdded probes to decoder dialog
2013-09-22 Joel HoldsworthAdded decoder dialog heading
2013-09-22 Joel HoldsworthAdded empty decoder dialog
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-04-29 Joel HoldsworthFactored device title printing code out into pv::Device...
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-23 Uwe HermannReplace GPLv2+ references with GPLv3+.
2013-04-22 Joel HoldsworthAdded missing braces in pv::dialogs::Connect::populate_...
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-04-08 Joel HoldsworthMoved get_property_form out of pv::prop::binding::Binding
2013-04-07 Bert VermeulenAdjust pv::dialogs::Connect to GVariant-based sr_config...
2013-03-20 Joel HoldsworthAdded Enable/Disable All Buttons
2013-03-11 Joel HoldsworthAdded a probe selector
2013-03-09 Uwe HermannWhitespace fixes.
2013-03-09 Joel HoldsworthPrevent Ok being pressed when no device is selected
2013-03-09 Joel HoldsworthProcess selected device
2013-03-09 Joel HoldsworthImplemented device probing
2013-03-09 Joel HoldsworthOnly allow monotonic devices in the device list
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
2013-03-02 Uwe HermannAbout box: Make URL clickable.
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-01-27 Joel HoldsworthRenamed pv::dialogs::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthRenamed pv::prop::binding::HwCap to DeviceOptions
2013-01-01 Joel HoldsworthFixed pv::dialogs::About to accomodate 42515b0f in...
2012-12-29 Joel HoldsworthSet HwCap dialog title
2012-12-28 Joel HoldsworthAdded commit support to HwCap dialog
2012-12-28 Joel HoldsworthIntegrated property widgets with dialog
2012-12-28 Joel HoldsworthAdded empty HwCap dialog
2012-12-24 Joel HoldsworthMoved pv::About into the pv::dialogs::About namespace