]>
sigrok.org Git - sigrok-meter.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
Uwe Hermann [Mon, 4 Jan 2016 20:35:37 +0000 (21:35 +0100)]
Minor cosmetics and typo fixes.
Jens Steinhauser [Wed, 14 Oct 2015 22:29:45 +0000 (00:29 +0200)]
Handle a failing import of the sigrok bindings.
Jens Steinhauser [Fri, 16 Oct 2015 11:41:07 +0000 (13:41 +0200)]
Allow saving the log messages to a file.
Jens Steinhauser [Wed, 14 Oct 2015 22:09:47 +0000 (00:09 +0200)]
Show log messages in the GUI.
Jens Steinhauser [Tue, 13 Oct 2015 19:00:46 +0000 (21:00 +0200)]
Allow changing of the recording time.
Jens Steinhauser [Tue, 13 Oct 2015 14:49:57 +0000 (16:49 +0200)]
Save and restore settings.
Jens Steinhauser [Mon, 12 Oct 2015 01:39:38 +0000 (03:39 +0200)]
Move menu to left side, allow acquisition to be paused.
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.
Andrew Soknacki [Tue, 13 Oct 2015 16:31:51 +0000 (12:31 -0400)]
Fix missing import in qtcompat.
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.
Jens Steinhauser [Tue, 6 Oct 2015 11:52:43 +0000 (13:52 +0200)]
Add PySide compatibility.
Uwe Hermann [Tue, 6 Oct 2015 06:52:24 +0000 (08:52 +0200)]
README: Bump libsigrok requirement to 0.4.0.
Uwe Hermann [Tue, 6 Oct 2015 06:51:46 +0000 (08:51 +0200)]
README: Add PyQtGraph dependency.
Jens Steinhauser [Mon, 5 Oct 2015 11:01:13 +0000 (13:01 +0200)]
Don't plot values that confuse the graph widget.
Jens Steinhauser [Mon, 5 Oct 2015 11:00:16 +0000 (13:00 +0200)]
Reorder the trace colors so they are easier to distinguish.
Jens Steinhauser [Sun, 4 Oct 2015 03:39:43 +0000 (05:39 +0200)]
Timestamp measurements as early as possible.
Jens Steinhauser [Sun, 4 Oct 2015 03:20:44 +0000 (05:20 +0200)]
Make it possible to hide plots.
Jens Steinhauser [Fri, 2 Oct 2015 00:49:55 +0000 (02:49 +0200)]
Allow changing the channel color.
Jens Steinhauser [Thu, 1 Oct 2015 20:41:19 +0000 (22:41 +0200)]
Use different colors for individual channels.
Jens Steinhauser [Sun, 4 Oct 2015 03:23:36 +0000 (05:23 +0200)]
Add graphs of measured values.
Jens Steinhauser [Sun, 27 Sep 2015 12:42:58 +0000 (14:42 +0200)]
Enable killing of the program with CTRL+C.
Jens Steinhauser [Sun, 27 Sep 2015 12:38:45 +0000 (14:38 +0200)]
Add unit tests for the driver string parsing.
Uwe Hermann [Thu, 20 Nov 2014 21:50:26 +0000 (22:50 +0100)]
Add .gitignore file.
Uwe Hermann [Thu, 20 Nov 2014 21:49:38 +0000 (22:49 +0100)]
Temporary fixes for slightly more usable multi-device UI.
Uwe Hermann [Thu, 20 Nov 2014 21:04:56 +0000 (22:04 +0100)]
sigrok-meter: Add --help example with multiple devices.
Uwe Hermann [Thu, 20 Nov 2014 19:36:55 +0000 (20:36 +0100)]
Minor cosmetics, typo fixes.
Jens Steinhauser [Thu, 20 Nov 2014 16:22:29 +0000 (17:22 +0100)]
MultimeterDelegate: Align the units of multiple values.
Jens Steinhauser [Wed, 19 Nov 2014 19:05:07 +0000 (20:05 +0100)]
Add a '--config' command line option.
Jens Steinhauser [Wed, 19 Nov 2014 16:44:45 +0000 (17:44 +0100)]
Shorten argument parsing.
Jens Steinhauser [Wed, 19 Nov 2014 15:04:14 +0000 (16:04 +0100)]
Better driver string handling and better error messages.
Jens Steinhauser [Wed, 19 Nov 2014 02:15:21 +0000 (03:15 +0100)]
Split the program up into multiple files.
Jens Steinhauser [Wed, 19 Nov 2014 02:57:58 +0000 (03:57 +0100)]
Don't pass the packet.payload between threads.
Jens Steinhauser [Wed, 19 Nov 2014 02:13:55 +0000 (03:13 +0100)]
Create one central libsigrok context.
Jens Steinhauser [Tue, 18 Nov 2014 15:15:41 +0000 (16:15 +0100)]
README: Fix capitalization.
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.
Jens Steinhauser [Mon, 17 Nov 2014 15:40:58 +0000 (16:40 +0100)]
Return from sample callback if sigrok module is not available.
Jens Steinhauser [Mon, 17 Nov 2014 15:37:07 +0000 (16:37 +0100)]
Sort the devices and channels.
Jens Steinhauser [Mon, 17 Nov 2014 15:36:47 +0000 (16:36 +0100)]
Support multiple devices/channels in the GUI.
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.
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
Uwe Hermann [Fri, 14 Nov 2014 13:07:27 +0000 (14:07 +0100)]
README: Update, mention PySIDE.
Jens Steinhauser [Fri, 14 Nov 2014 00:09:02 +0000 (01:09 +0100)]
Better error handling.
Jens Steinhauser [Thu, 13 Nov 2014 23:24:52 +0000 (00:24 +0100)]
Make program run with PySide too.
Jens Steinhauser [Thu, 13 Nov 2014 21:03:04 +0000 (22:03 +0100)]
Format the measured value in the GUI class.
Uwe Hermann [Thu, 13 Nov 2014 20:08:41 +0000 (21:08 +0100)]
README: Various updates.
Uwe Hermann [Thu, 13 Nov 2014 20:05:35 +0000 (21:05 +0100)]
Drop obsolete sigrok-meter.glade file.
Jens Steinhauser [Thu, 13 Nov 2014 14:35:58 +0000 (15:35 +0100)]
Convert GUI to Qt.
Jens Steinhauser [Wed, 12 Nov 2014 13:49:17 +0000 (14:49 +0100)]
Support all units.
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.
Jens Steinhauser [Wed, 12 Nov 2014 04:23:52 +0000 (05:23 +0100)]
Add a command line options to adjust the log level.
Jens Steinhauser [Wed, 12 Nov 2014 04:01:49 +0000 (05:01 +0100)]
Import the sigrok module under a different name.
Jens Steinhauser [Wed, 12 Nov 2014 13:04:48 +0000 (14:04 +0100)]
Port to the new bindings.
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.
Uwe Hermann [Tue, 22 Jul 2014 22:07:16 +0000 (00:07 +0200)]
Drop references to obsolete sigrok-commits mailing list.
Uwe Hermann [Wed, 1 May 2013 21:29:56 +0000 (23:29 +0200)]
Add missing open_device, hardcode tecpel-dmm-8061-ser for now.
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.
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.
Uwe Hermann [Fri, 19 Apr 2013 16:35:27 +0000 (18:35 +0200)]
Fix incorrect indentation.
Uwe Hermann [Fri, 19 Apr 2013 16:23:51 +0000 (18:23 +0200)]
Use the new Quantity et al classes.
Uwe Hermann [Fri, 19 Apr 2013 15:56:59 +0000 (17:56 +0200)]
Acquire data from two DMMs at the same time.
Uwe Hermann [Fri, 19 Apr 2013 11:17:57 +0000 (13:17 +0200)]
Use the new Log class from the bindings.
Uwe Hermann [Thu, 18 Apr 2013 17:28:27 +0000 (19:28 +0200)]
README: Cosmetics, documentation updates.
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.
Uwe Hermann [Tue, 16 Apr 2013 18:33:25 +0000 (20:33 +0200)]
Initial libsigrok Python bindings integration.
Uwe Hermann [Tue, 16 Apr 2013 18:13:54 +0000 (20:13 +0200)]
Don't make the sigrok website URL translatable.
Uwe Hermann [Tue, 16 Apr 2013 18:33:19 +0000 (20:33 +0200)]
Cosmetics, naming.
Uwe Hermann [Tue, 16 Apr 2013 18:27:53 +0000 (20:27 +0200)]
Put everything in a SigrokMeter class.
Uwe Hermann [Tue, 16 Apr 2013 18:31:30 +0000 (20:31 +0200)]
Hook up the About dialog to Help->About.
Uwe Hermann [Tue, 16 Apr 2013 18:19:17 +0000 (20:19 +0200)]
Add an About dialog.
Uwe Hermann [Tue, 16 Apr 2013 18:15:31 +0000 (20:15 +0200)]
Hook up the File->Quit menu item.
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.
Uwe Hermann [Tue, 16 Apr 2013 18:39:34 +0000 (20:39 +0200)]
Add an application icon.
Uwe Hermann [Tue, 16 Apr 2013 18:27:33 +0000 (20:27 +0200)]
Add window title and make it 320x200 per default.
Uwe Hermann [Tue, 16 Apr 2013 18:24:34 +0000 (20:24 +0200)]
Handle GTK+ signals via glade too.
Uwe Hermann [Tue, 16 Apr 2013 18:18:25 +0000 (20:18 +0200)]
Replace GUI with glade-generated one.
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.
Uwe Hermann [Tue, 16 Apr 2013 18:01:18 +0000 (20:01 +0200)]
Add initial README.