From 22ac8cf45151f79edacd4418f3f823b5541c36e3 Mon Sep 17 00:00:00 2001 From: oliverhaag Date: Mon, 23 Aug 2010 19:20:41 +0000 Subject: [PATCH] Updated export functionality and bulk command enum --- openhantek/ChangeLog | 6 ++++++ openhantek/mainpage.dox | 6 +++--- openhantek/src/dsowidget.cpp | 2 +- openhantek/src/exporter.cpp | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------ openhantek/src/hantek/types.h | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ openhantek/src/openhantek.cpp | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- openhantek/src/settings.cpp | 4 ++-- 7 files changed, 294 insertions(+), 139 deletions(-) diff --git a/openhantek/ChangeLog b/openhantek/ChangeLog index cc17bc6..64fedd2 100644 --- a/openhantek/ChangeLog +++ b/openhantek/ChangeLog @@ -45,3 +45,9 @@ * Moved constants.h to dso.h and added functions that return strings for enums * Sample buffer size above scope shows real sample count got from oscilloscope * Documentation updated + +2010-08-23 Oliver Haag +* Saving color settings for printing too +* Added zoomed scope and markers to exports +* Darker default colors for channels in print mode +* Added enum values for DSO-5200 bulk commands diff --git a/openhantek/mainpage.dox b/openhantek/mainpage.dox index f250e6a..4dc4f30 100644 --- a/openhantek/mainpage.dox +++ b/openhantek/mainpage.dox @@ -15,7 +15,7 @@ You need the development packages for the following libraries to build OpenHante
  • OpenGL
  • -\subsection ssec_dependencies Building +\subsection ssec_building Building After installing these you can build it by running:
     	$ qmake
    @@ -23,7 +23,7 @@ After installing these you can build it by running:
     	$ make install
     
    -\subsection ssec_dependencies Build options +\subsection ssec_options Build options You can set environment variables to set various build options (Done best by prepending env VARIABLE=value to the qmake command). The known environment variables are: