]> sigrok.org Git - sigrok-meter.git/log
sigrok-meter.git
2 years agodoc: update IRC reference to Libera.Chat master github/master
Gerhard Sittig [Wed, 16 Jun 2021 18:52:52 +0000 (20:52 +0200)]
doc: update IRC reference to Libera.Chat

7 years agolicense: remove FSF postal address from boiler plate license text
Gerhard Sittig [Thu, 20 Oct 2016 07:38:16 +0000 (09:38 +0200)]
license: remove FSF postal address from boiler plate license text

Remove the FSF postal address as it might change (it did in the past).
Reference the gnu.org website instead which is more stable.

8 years agoMinor cosmetics and typo fixes.
Uwe Hermann [Mon, 4 Jan 2016 20:35:37 +0000 (21:35 +0100)]
Minor cosmetics and typo fixes.

8 years agoHandle a failing import of the sigrok bindings.
Jens Steinhauser [Wed, 14 Oct 2015 22:29:45 +0000 (00:29 +0200)]
Handle a failing import of the sigrok bindings.

8 years agoAllow saving the log messages to a file.
Jens Steinhauser [Fri, 16 Oct 2015 11:41:07 +0000 (13:41 +0200)]
Allow saving the log messages to a file.

8 years agoShow log messages in the GUI.
Jens Steinhauser [Wed, 14 Oct 2015 22:09:47 +0000 (00:09 +0200)]
Show log messages in the GUI.

8 years agoAllow changing of the recording time.
Jens Steinhauser [Tue, 13 Oct 2015 19:00:46 +0000 (21:00 +0200)]
Allow changing of the recording time.

8 years agoSave and restore settings.
Jens Steinhauser [Tue, 13 Oct 2015 14:49:57 +0000 (16:49 +0200)]
Save and restore settings.

8 years agoMove menu to left side, allow acquisition to be paused.
Jens Steinhauser [Mon, 12 Oct 2015 01:39:38 +0000 (03:39 +0200)]
Move menu to left side, allow acquisition to be paused.

8 years agoRemove the thread used for sampling.
Jens Steinhauser [Sat, 10 Oct 2015 14:45:25 +0000 (16:45 +0200)]
Remove the thread used for sampling.

Changes in libsigrok allow for doing everything in one (the main) thread
now.

8 years agoFix missing import in qtcompat.
Andrew Soknacki [Tue, 13 Oct 2015 16:31:51 +0000 (12:31 -0400)]
Fix missing import in qtcompat.

8 years agoFix a bug with color picking.
Andrew Soknacki [Fri, 9 Oct 2015 17:47:11 +0000 (13:47 -0400)]
Fix a bug with color picking.

Previously, the QColorDialog, returned a invalid QColor if the dialog was
canceled.

8 years agoAdd PySide compatibility.
Jens Steinhauser [Tue, 6 Oct 2015 11:52:43 +0000 (13:52 +0200)]
Add PySide compatibility.

8 years agoREADME: Bump libsigrok requirement to 0.4.0.
Uwe Hermann [Tue, 6 Oct 2015 06:52:24 +0000 (08:52 +0200)]
README: Bump libsigrok requirement to 0.4.0.

8 years agoREADME: Add PyQtGraph dependency.
Uwe Hermann [Tue, 6 Oct 2015 06:51:46 +0000 (08:51 +0200)]
README: Add PyQtGraph dependency.

8 years agoDon't plot values that confuse the graph widget.
Jens Steinhauser [Mon, 5 Oct 2015 11:01:13 +0000 (13:01 +0200)]
Don't plot values that confuse the graph widget.

8 years agoReorder the trace colors so they are easier to distinguish.
Jens Steinhauser [Mon, 5 Oct 2015 11:00:16 +0000 (13:00 +0200)]
Reorder the trace colors so they are easier to distinguish.

8 years agoTimestamp measurements as early as possible.
Jens Steinhauser [Sun, 4 Oct 2015 03:39:43 +0000 (05:39 +0200)]
Timestamp measurements as early as possible.

8 years agoMake it possible to hide plots.
Jens Steinhauser [Sun, 4 Oct 2015 03:20:44 +0000 (05:20 +0200)]
Make it possible to hide plots.

8 years agoAllow changing the channel color.
Jens Steinhauser [Fri, 2 Oct 2015 00:49:55 +0000 (02:49 +0200)]
Allow changing the channel color.

8 years agoUse different colors for individual channels.
Jens Steinhauser [Thu, 1 Oct 2015 20:41:19 +0000 (22:41 +0200)]
Use different colors for individual channels.

8 years agoAdd graphs of measured values.
Jens Steinhauser [Sun, 4 Oct 2015 03:23:36 +0000 (05:23 +0200)]
Add graphs of measured values.

8 years agoEnable killing of the program with CTRL+C.
Jens Steinhauser [Sun, 27 Sep 2015 12:42:58 +0000 (14:42 +0200)]
Enable killing of the program with CTRL+C.

8 years agoAdd unit tests for the driver string parsing.
Jens Steinhauser [Sun, 27 Sep 2015 12:38:45 +0000 (14:38 +0200)]
Add unit tests for the driver string parsing.

9 years agoAdd .gitignore file.
Uwe Hermann [Thu, 20 Nov 2014 21:50:26 +0000 (22:50 +0100)]
Add .gitignore file.

9 years agoTemporary fixes for slightly more usable multi-device UI.
Uwe Hermann [Thu, 20 Nov 2014 21:49:38 +0000 (22:49 +0100)]
Temporary fixes for slightly more usable multi-device UI.

9 years agosigrok-meter: Add --help example with multiple devices.
Uwe Hermann [Thu, 20 Nov 2014 21:04:56 +0000 (22:04 +0100)]
sigrok-meter: Add --help example with multiple devices.

9 years agoMinor cosmetics, typo fixes.
Uwe Hermann [Thu, 20 Nov 2014 19:36:55 +0000 (20:36 +0100)]
Minor cosmetics, typo fixes.

9 years agoMultimeterDelegate: Align the units of multiple values.
Jens Steinhauser [Thu, 20 Nov 2014 16:22:29 +0000 (17:22 +0100)]
MultimeterDelegate: Align the units of multiple values.

9 years agoAdd a '--config' command line option.
Jens Steinhauser [Wed, 19 Nov 2014 19:05:07 +0000 (20:05 +0100)]
Add a '--config' command line option.

9 years agoShorten argument parsing.
Jens Steinhauser [Wed, 19 Nov 2014 16:44:45 +0000 (17:44 +0100)]
Shorten argument parsing.

9 years agoBetter driver string handling and better error messages.
Jens Steinhauser [Wed, 19 Nov 2014 15:04:14 +0000 (16:04 +0100)]
Better driver string handling and better error messages.

9 years agoSplit the program up into multiple files.
Jens Steinhauser [Wed, 19 Nov 2014 02:15:21 +0000 (03:15 +0100)]
Split the program up into multiple files.

9 years agoDon't pass the packet.payload between threads.
Jens Steinhauser [Wed, 19 Nov 2014 02:57:58 +0000 (03:57 +0100)]
Don't pass the packet.payload between threads.

9 years agoCreate one central libsigrok context.
Jens Steinhauser [Wed, 19 Nov 2014 02:13:55 +0000 (03:13 +0100)]
Create one central libsigrok context.

9 years agoREADME: Fix capitalization.
Jens Steinhauser [Tue, 18 Nov 2014 15:15:41 +0000 (16:15 +0100)]
README: Fix capitalization.

9 years agoRemove sleeps and timeouts.
Jens Steinhauser [Tue, 18 Nov 2014 14:54:23 +0000 (15:54 +0100)]
Remove sleeps and timeouts.

Now that we send the whole payload with the signal (instead of generating
a signal for each measurement) and only process the most recent value, they
aren't necessary any more.

9 years agoReturn from sample callback if sigrok module is not available.
Jens Steinhauser [Mon, 17 Nov 2014 15:40:58 +0000 (16:40 +0100)]
Return from sample callback if sigrok module is not available.

9 years agoSort the devices and channels.
Jens Steinhauser [Mon, 17 Nov 2014 15:37:07 +0000 (16:37 +0100)]
Sort the devices and channels.

9 years agoSupport multiple devices/channels in the GUI.
Jens Steinhauser [Mon, 17 Nov 2014 15:36:47 +0000 (16:36 +0100)]
Support multiple devices/channels in the GUI.

9 years agoDecorate all functions used as slots.
Jens Steinhauser [Mon, 17 Nov 2014 01:36:13 +0000 (02:36 +0100)]
Decorate all functions used as slots.

In addition to small memory/speed benefits, this makes the intention to use
them as slots more clear.

9 years agoUse PyQts APIv2 to match the PySide API.
Jens Steinhauser [Mon, 17 Nov 2014 01:33:16 +0000 (02:33 +0100)]
Use PyQts APIv2 to match the PySide API.

See also: http://qt-project.org/wiki/Differences_Between_PySide_and_PyQt

9 years agoREADME: Update, mention PySIDE.
Uwe Hermann [Fri, 14 Nov 2014 13:07:27 +0000 (14:07 +0100)]
README: Update, mention PySIDE.

9 years agoBetter error handling.
Jens Steinhauser [Fri, 14 Nov 2014 00:09:02 +0000 (01:09 +0100)]
Better error handling.

9 years agoMake program run with PySide too.
Jens Steinhauser [Thu, 13 Nov 2014 23:24:52 +0000 (00:24 +0100)]
Make program run with PySide too.

9 years agoFormat the measured value in the GUI class.
Jens Steinhauser [Thu, 13 Nov 2014 21:03:04 +0000 (22:03 +0100)]
Format the measured value in the GUI class.

9 years agoREADME: Various updates.
Uwe Hermann [Thu, 13 Nov 2014 20:08:41 +0000 (21:08 +0100)]
README: Various updates.

9 years agoDrop obsolete sigrok-meter.glade file.
Uwe Hermann [Thu, 13 Nov 2014 20:05:35 +0000 (21:05 +0100)]
Drop obsolete sigrok-meter.glade file.

9 years agoConvert GUI to Qt.
Jens Steinhauser [Thu, 13 Nov 2014 14:35:58 +0000 (15:35 +0100)]
Convert GUI to Qt.

9 years agoSupport all units.
Jens Steinhauser [Wed, 12 Nov 2014 13:49:17 +0000 (14:49 +0100)]
Support all units.

9 years agoAdd command line option for the driver.
Jens Steinhauser [Wed, 12 Nov 2014 13:02:38 +0000 (14:02 +0100)]
Add command line option for the driver.

Not very beneficial for a GUI application, but better than hard coding it.

9 years agoAdd a command line options to adjust the log level.
Jens Steinhauser [Wed, 12 Nov 2014 04:23:52 +0000 (05:23 +0100)]
Add a command line options to adjust the log level.

9 years agoImport the sigrok module under a different name.
Jens Steinhauser [Wed, 12 Nov 2014 04:01:49 +0000 (05:01 +0100)]
Import the sigrok module under a different name.

9 years agoPort to the new bindings.
Jens Steinhauser [Wed, 12 Nov 2014 13:04:48 +0000 (14:04 +0100)]
Port to the new bindings.

9 years agoUse python 2.
Jens Steinhauser [Wed, 12 Nov 2014 03:48:36 +0000 (04:48 +0100)]
Use python 2.

The python bindings are currently only available for python 2, so use this
version.

9 years agoDrop references to obsolete sigrok-commits mailing list.
Uwe Hermann [Tue, 22 Jul 2014 22:07:16 +0000 (00:07 +0200)]
Drop references to obsolete sigrok-commits mailing list.

10 years agoAdd missing open_device, hardcode tecpel-dmm-8061-ser for now.
Uwe Hermann [Wed, 1 May 2013 21:29:56 +0000 (23:29 +0200)]
Add missing open_device, hardcode tecpel-dmm-8061-ser for now.

10 years agoAdd missing COPYING file (sigrok-meter is GPLv3+).
Uwe Hermann [Fri, 26 Apr 2013 12:53:46 +0000 (14:53 +0200)]
Add missing COPYING file (sigrok-meter is GPLv3+).

Also, minor related addition in README.

11 years agoFix two bugs.
Uwe Hermann [Fri, 19 Apr 2013 17:18:53 +0000 (19:18 +0200)]
Fix two bugs.

 - Typo "unit" vs. "Unit".

 - The "lowlevel" import is still needed for the version functions.

Thanks to Marting Ling for pointing them out.

11 years agoFix incorrect indentation.
Uwe Hermann [Fri, 19 Apr 2013 16:35:27 +0000 (18:35 +0200)]
Fix incorrect indentation.

11 years agoUse the new Quantity et al classes.
Uwe Hermann [Fri, 19 Apr 2013 16:23:51 +0000 (18:23 +0200)]
Use the new Quantity et al classes.

11 years agoAcquire data from two DMMs at the same time.
Uwe Hermann [Fri, 19 Apr 2013 15:56:59 +0000 (17:56 +0200)]
Acquire data from two DMMs at the same time.

11 years agoUse the new Log class from the bindings.
Uwe Hermann [Fri, 19 Apr 2013 11:17:57 +0000 (13:17 +0200)]
Use the new Log class from the bindings.

11 years agoREADME: Cosmetics, documentation updates.
Uwe Hermann [Thu, 18 Apr 2013 17:28:27 +0000 (19:28 +0200)]
README: Cosmetics, documentation updates.

11 years agoInitial working display of multimeter values.
Uwe Hermann [Thu, 18 Apr 2013 17:20:10 +0000 (19:20 +0200)]
Initial working display of multimeter values.

This currently hardcodes various things, such as the DMM used (the
Voltcraft VC-820 using the UT-D02 USB/HID cable), which will be
fixed later.

11 years agoInitial libsigrok Python bindings integration.
Uwe Hermann [Tue, 16 Apr 2013 18:33:25 +0000 (20:33 +0200)]
Initial libsigrok Python bindings integration.

11 years agoDon't make the sigrok website URL translatable.
Uwe Hermann [Tue, 16 Apr 2013 18:13:54 +0000 (20:13 +0200)]
Don't make the sigrok website URL translatable.

11 years agoCosmetics, naming.
Uwe Hermann [Tue, 16 Apr 2013 18:33:19 +0000 (20:33 +0200)]
Cosmetics, naming.

11 years agoPut everything in a SigrokMeter class.
Uwe Hermann [Tue, 16 Apr 2013 18:27:53 +0000 (20:27 +0200)]
Put everything in a SigrokMeter class.

11 years agoHook up the About dialog to Help->About.
Uwe Hermann [Tue, 16 Apr 2013 18:31:30 +0000 (20:31 +0200)]
Hook up the About dialog to Help->About.

11 years agoAdd an About dialog.
Uwe Hermann [Tue, 16 Apr 2013 18:19:17 +0000 (20:19 +0200)]
Add an About dialog.

11 years agoHook up the File->Quit menu item.
Uwe Hermann [Tue, 16 Apr 2013 18:15:31 +0000 (20:15 +0200)]
Hook up the File->Quit menu item.

11 years agoAdd a menu with dummy entries.
Uwe Hermann [Tue, 16 Apr 2013 18:10:59 +0000 (20:10 +0200)]
Add a menu with dummy entries.

So far it contains File->Quit and Help->About, both without
functionality.

11 years agoAdd an application icon.
Uwe Hermann [Tue, 16 Apr 2013 18:39:34 +0000 (20:39 +0200)]
Add an application icon.

11 years agoAdd window title and make it 320x200 per default.
Uwe Hermann [Tue, 16 Apr 2013 18:27:33 +0000 (20:27 +0200)]
Add window title and make it 320x200 per default.

11 years agoHandle GTK+ signals via glade too.
Uwe Hermann [Tue, 16 Apr 2013 18:24:34 +0000 (20:24 +0200)]
Handle GTK+ signals via glade too.

11 years agoReplace GUI with glade-generated one.
Uwe Hermann [Tue, 16 Apr 2013 18:18:25 +0000 (20:18 +0200)]
Replace GUI with glade-generated one.

11 years agoAdd initial sigrok-meter program.
Uwe Hermann [Tue, 16 Apr 2013 17:53:11 +0000 (19:53 +0200)]
Add initial sigrok-meter program.

This is just a "Hello world" program which shows an empty window.

11 years agoAdd initial README.
Uwe Hermann [Tue, 16 Apr 2013 18:01:18 +0000 (20:01 +0200)]
Add initial README.