]> sigrok.org Git - sigrok-meter.git/history - sigrok-meter
Don't pass the packet.payload between threads.
[sigrok-meter.git] / sigrok-meter
2014-11-19 Jens SteinhauserDon't pass the packet.payload between threads.
2014-11-19 Jens SteinhauserCreate one central libsigrok context.
2014-11-18 Jens SteinhauserRemove sleeps and timeouts.
2014-11-18 Jens SteinhauserReturn from sample callback if sigrok module is not...
2014-11-18 Jens SteinhauserSort the devices and channels.
2014-11-18 Jens SteinhauserSupport multiple devices/channels in the GUI.
2014-11-17 Jens SteinhauserDecorate all functions used as slots.
2014-11-17 Jens SteinhauserUse PyQts APIv2 to match the PySide API.
2014-11-14 Jens SteinhauserBetter error handling.
2014-11-14 Jens SteinhauserMake program run with PySide too.
2014-11-14 Jens SteinhauserFormat the measured value in the GUI class.
2014-11-13 Jens SteinhauserConvert GUI to Qt.
2014-11-12 Jens SteinhauserSupport all units.
2014-11-12 Jens SteinhauserAdd command line option for the driver.
2014-11-12 Jens SteinhauserAdd a command line options to adjust the log level.
2014-11-12 Jens SteinhauserImport the sigrok module under a different name.
2014-11-12 Jens SteinhauserPort to the new bindings.
2014-11-12 Jens SteinhauserUse python 2.
2013-05-01 Uwe HermannAdd missing open_device, hardcode tecpel-dmm-8061-ser...
2013-04-19 Uwe HermannFix two bugs.
2013-04-19 Uwe HermannFix incorrect indentation.
2013-04-19 Uwe HermannUse the new Quantity et al classes.
2013-04-19 Uwe HermannAcquire data from two DMMs at the same time.
2013-04-19 Uwe HermannUse the new Log class from the bindings.
2013-04-18 Uwe HermannInitial working display of multimeter values.
2013-04-16 Uwe HermannInitial libsigrok Python bindings integration.
2013-04-16 Uwe HermannCosmetics, naming.
2013-04-16 Uwe HermannPut everything in a SigrokMeter class.
2013-04-16 Uwe HermannHook up the About dialog to Help->About.
2013-04-16 Uwe HermannHandle GTK+ signals via glade too.
2013-04-16 Uwe HermannReplace GUI with glade-generated one.
2013-04-16 Uwe HermannAdd initial sigrok-meter program.