]> sigrok.org Git - sigrok-meter.git/shortlog
sigrok-meter.git
2021-06-16 Gerhard Sittigdoc: update IRC reference to Libera.Chat master github/master
2017-01-08 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-01-04 Uwe HermannMinor cosmetics and typo fixes.
2015-10-18 Jens SteinhauserHandle a failing import of the sigrok bindings.
2015-10-18 Jens SteinhauserAllow saving the log messages to a file.
2015-10-14 Jens SteinhauserShow log messages in the GUI.
2015-10-13 Jens SteinhauserAllow changing of the recording time.
2015-10-13 Jens SteinhauserSave and restore settings.
2015-10-13 Jens SteinhauserMove menu to left side, allow acquisition to be paused.
2015-10-13 Jens SteinhauserRemove the thread used for sampling.
2015-10-13 Andrew SoknackiFix missing import in qtcompat.
2015-10-13 Andrew SoknackiFix a bug with color picking.
2015-10-06 Jens SteinhauserAdd PySide compatibility.
2015-10-06 Uwe HermannREADME: Bump libsigrok requirement to 0.4.0.
2015-10-06 Uwe HermannREADME: Add PyQtGraph dependency.
2015-10-05 Jens SteinhauserDon't plot values that confuse the graph widget.
2015-10-05 Jens SteinhauserReorder the trace colors so they are easier to distinguish.
2015-10-04 Jens SteinhauserTimestamp measurements as early as possible.
2015-10-04 Jens SteinhauserMake it possible to hide plots.
2015-10-04 Jens SteinhauserAllow changing the channel color.
2015-10-04 Jens SteinhauserUse different colors for individual channels.
2015-10-04 Jens SteinhauserAdd graphs of measured values.
2015-09-27 Jens SteinhauserEnable killing of the program with CTRL+C.
2015-09-27 Jens SteinhauserAdd unit tests for the driver string parsing.
2014-11-20 Uwe HermannAdd .gitignore file.
2014-11-20 Uwe HermannTemporary fixes for slightly more usable multi-device UI.
2014-11-20 Uwe Hermannsigrok-meter: Add --help example with multiple devices.
2014-11-20 Uwe HermannMinor cosmetics, typo fixes.
2014-11-20 Jens SteinhauserMultimeterDelegate: Align the units of multiple values.
2014-11-19 Jens SteinhauserAdd a '--config' command line option.
2014-11-19 Jens SteinhauserShorten argument parsing.
2014-11-19 Jens SteinhauserBetter driver string handling and better error messages.
2014-11-19 Jens SteinhauserSplit the program up into multiple files.
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 SteinhauserREADME: Fix capitalization.
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 Uwe HermannREADME: Update, mention PySIDE.
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 Uwe HermannREADME: Various updates.
2014-11-13 Uwe HermannDrop obsolete sigrok-meter.glade file.
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.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2013-05-01 Uwe HermannAdd missing open_device, hardcode tecpel-dmm-8061-ser...
2013-04-26 Uwe HermannAdd missing COPYING file (sigrok-meter is GPLv3+).
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 HermannREADME: Cosmetics, documentation updates.
2013-04-18 Uwe HermannInitial working display of multimeter values.
2013-04-16 Uwe HermannInitial libsigrok Python bindings integration.
2013-04-16 Uwe HermannDon't make the sigrok website URL translatable.
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 HermannAdd an About dialog.
2013-04-16 Uwe HermannHook up the File->Quit menu item.
2013-04-16 Uwe HermannAdd a menu with dummy entries.
2013-04-16 Uwe HermannAdd an application icon.
2013-04-16 Uwe HermannAdd window title and make it 320x200 per default.
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.
2013-04-16 Uwe HermannAdd initial README.