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