]>
sigrok.org Git - sigrok-meter.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.