]> sigrok.org Git - sigrok-gtk.git/log
sigrok-gtk.git
12 years agosr/cli/gtk: A few more s/instance/inst/.
Uwe Hermann [Fri, 17 Feb 2012 22:55:27 +0000 (23:55 +0100)]
sr/cli/gtk: A few more s/instance/inst/.

12 years agosr/cli/gtk/qt: s/device/dev/ in many places.
Uwe Hermann [Fri, 17 Feb 2012 21:25:01 +0000 (22:25 +0100)]
sr/cli/gtk/qt: s/device/dev/ in many places.

Also, a few s/instance/inst/ occurences.

12 years agosr: rename all sr_hwplugin(s)_* functions to sr_hw_*
Bert Vermeulen [Wed, 15 Feb 2012 02:18:48 +0000 (03:18 +0100)]
sr: rename all sr_hwplugin(s)_* functions to sr_hw_*

12 years agosr: rename more functions to sr_thing_action format
Bert Vermeulen [Mon, 13 Feb 2012 23:23:51 +0000 (00:23 +0100)]
sr: rename more functions to sr_thing_action format

Also improved the interface to find capabilities in a hardware plugin.

12 years agosr: rename all sr_device_* functions to sr_dev_*
Bert Vermeulen [Mon, 13 Feb 2012 13:00:47 +0000 (14:00 +0100)]
sr: rename all sr_device_* functions to sr_dev_*

12 years agosr: more API cleanup and documentation
Bert Vermeulen [Mon, 13 Feb 2012 02:36:32 +0000 (03:36 +0100)]
sr: more API cleanup and documentation

12 years agosr/srd: Use SR_LOG_*/SRD_LOG_* macros.
Uwe Hermann [Wed, 8 Feb 2012 21:06:48 +0000 (22:06 +0100)]
sr/srd: Use SR_LOG_*/SRD_LOG_* macros.

12 years agosr: Implement proper logging framework.
Uwe Hermann [Wed, 8 Feb 2012 21:04:13 +0000 (22:04 +0100)]
sr: Implement proper logging framework.

This is pretty much identical to the current libsigrokdecode API/framework.

12 years agoAdd missing logo icon files for Windows installers.
Uwe Hermann [Tue, 7 Feb 2012 23:33:54 +0000 (00:33 +0100)]
Add missing logo icon files for Windows installers.

12 years agonsis: Install missing msys-1.0.dll and msys-z.dll.
Uwe Hermann [Tue, 7 Feb 2012 23:25:24 +0000 (00:25 +0100)]
nsis: Install missing msys-1.0.dll and msys-z.dll.

Thanks John-Eric Kamps ("MockUp") for testing on a pristine
Windows 7 (64 bit).

12 years agonsis: Request admin privileges for Windows Vista and Windows 7.
Uwe Hermann [Tue, 7 Feb 2012 23:16:25 +0000 (00:16 +0100)]
nsis: Request admin privileges for Windows Vista and Windows 7.

12 years agonsis: One installer file per frontend.
Uwe Hermann [Mon, 6 Feb 2012 20:39:13 +0000 (21:39 +0100)]
nsis: One installer file per frontend.

There will be a sigrok-cli-installer-0.1.exe,
sigrok-gtk-installer-0.1.exe, and sigrok-qt-installer-0.1.exe,
for example.

Also, add some more .gitignore entries.

12 years agoProject-wide consistent naming for #include guards.
Uwe Hermann [Sat, 4 Feb 2012 09:41:30 +0000 (10:41 +0100)]
Project-wide consistent naming for #include guards.

Document the naming scheme in HACKING.

12 years agosr/cli/gtk: Remove analog left-overs from API.
Uwe Hermann [Sat, 4 Feb 2012 09:10:43 +0000 (10:10 +0100)]
sr/cli/gtk: Remove analog left-overs from API.

This will come back in some form or another later, but for now
don't clutter the API with non-working stuff. Removing stuff from APIs
is not possible without breaking the API, adding stuff later is simpler.

12 years agoautogen.sh: aclocal support for Windows XP/Vista/7.
Uwe Hermann [Sun, 5 Feb 2012 11:54:44 +0000 (12:54 +0100)]
autogen.sh: aclocal support for Windows XP/Vista/7.

12 years agogtk: cleaned up debug output
Bert Vermeulen [Wed, 1 Feb 2012 02:04:01 +0000 (03:04 +0100)]
gtk: cleaned up debug output

12 years agoUpdate/enforce/document our build requirements.
Uwe Hermann [Sat, 28 Jan 2012 20:26:56 +0000 (21:26 +0100)]
Update/enforce/document our build requirements.

12 years agogtk: Add a simple manpage.
Uwe Hermann [Sun, 15 Jan 2012 19:39:00 +0000 (20:39 +0100)]
gtk: Add a simple manpage.

12 years agofrontends: Check for sr/srd minimum versions.
Uwe Hermann [Sun, 15 Jan 2012 19:30:10 +0000 (20:30 +0100)]
frontends: Check for sr/srd minimum versions.

12 years agoMore .gitignore files cleanup.
Uwe Hermann [Sat, 7 Jan 2012 13:15:10 +0000 (14:15 +0100)]
More .gitignore files cleanup.

12 years agogtk: Add 'autostuff' to .gitignore.
Uwe Hermann [Fri, 6 Jan 2012 15:22:31 +0000 (16:22 +0100)]
gtk: Add 'autostuff' to .gitignore.

12 years agoA few more fixes for configure.ac files.
Uwe Hermann [Wed, 4 Jan 2012 14:26:41 +0000 (15:26 +0100)]
A few more fixes for configure.ac files.

Add missing checks and quotes, remove superfluous checks, etc.

12 years agogtk: configure.ac: Show config summary.
Uwe Hermann [Wed, 4 Jan 2012 02:10:50 +0000 (03:10 +0100)]
gtk: configure.ac: Show config summary.

12 years agoPut most autotools files into autostuff/.
Uwe Hermann [Tue, 3 Jan 2012 20:55:48 +0000 (21:55 +0100)]
Put most autotools files into autostuff/.

This yields a slightly more "tidy" top-level directory.

12 years agoSplit README, add appropriate ones per-project.
Uwe Hermann [Fri, 30 Dec 2011 21:38:25 +0000 (22:38 +0100)]
Split README, add appropriate ones per-project.

12 years agoUpdate/fix .gitignore files.
Uwe Hermann [Fri, 30 Dec 2011 21:12:37 +0000 (22:12 +0100)]
Update/fix .gitignore files.

12 years agoRename sub-project dirs to their correct name.
Uwe Hermann [Fri, 30 Dec 2011 10:23:22 +0000 (11:23 +0100)]
Rename sub-project dirs to their correct name.