]> sigrok.org Git - sigrok-meter.git/log
sigrok-meter.git
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.

11 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.

11 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.