From ea055643ba964e019b62350d996dc66f20d534cb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 29 Nov 2012 00:46:25 +0000 Subject: [PATCH] 2012-11-29 01:44 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/gtwvg.hbc + added all three headers as standard one (they were all used in all tests files) * contrib/gtwvg/tests/_activex.prg * contrib/gtwvg/tests/_cuigdlg.prg * contrib/gtwvg/tests/_dyndlgs.prg * contrib/gtwvg/tests/_modal.prg * contrib/gtwvg/tests/_tbrowse.prg * contrib/gtwvg/tests/_utils.prg * contrib/gtwvg/tests/_wvtcls.prg * contrib/gtwvg/tests/_xbp.prg * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/tests/demowvg1.prg * contrib/gtwvg/tests/demoxbp.prg % do not explicitly include standard gtwvg headers --- harbour/ChangeLog.txt | 18 ++++++++++++++++++ harbour/contrib/gtwvg/gtwvg.hbc | 2 ++ harbour/contrib/gtwvg/tests/_activex.prg | 3 --- harbour/contrib/gtwvg/tests/_cuigdlg.prg | 3 --- harbour/contrib/gtwvg/tests/_dyndlgs.prg | 3 --- harbour/contrib/gtwvg/tests/_modal.prg | 3 --- harbour/contrib/gtwvg/tests/_tbrowse.prg | 3 --- harbour/contrib/gtwvg/tests/_utils.prg | 3 --- harbour/contrib/gtwvg/tests/_wvtcls.prg | 3 --- harbour/contrib/gtwvg/tests/_xbp.prg | 3 --- harbour/contrib/gtwvg/tests/demowvg.prg | 3 --- harbour/contrib/gtwvg/tests/demowvg1.prg | 3 --- harbour/contrib/gtwvg/tests/demoxbp.prg | 3 --- 13 files changed, 20 insertions(+), 33 deletions(-) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 8c60a8a88b..b6eaed8791 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,24 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-29 01:44 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/gtwvg/gtwvg.hbc + + added all three headers as standard one + (they were all used in all tests files) + + * contrib/gtwvg/tests/_activex.prg + * contrib/gtwvg/tests/_cuigdlg.prg + * contrib/gtwvg/tests/_dyndlgs.prg + * contrib/gtwvg/tests/_modal.prg + * contrib/gtwvg/tests/_tbrowse.prg + * contrib/gtwvg/tests/_utils.prg + * contrib/gtwvg/tests/_wvtcls.prg + * contrib/gtwvg/tests/_xbp.prg + * contrib/gtwvg/tests/demowvg.prg + * contrib/gtwvg/tests/demowvg1.prg + * contrib/gtwvg/tests/demoxbp.prg + % do not explicitly include standard gtwvg headers + 2012-11-29 01:38 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/tests/_utils.prg ! fixed to not define a function which is already diff --git a/harbour/contrib/gtwvg/gtwvg.hbc b/harbour/contrib/gtwvg/gtwvg.hbc index b2697fd4a7..7659204333 100644 --- a/harbour/contrib/gtwvg/gtwvg.hbc +++ b/harbour/contrib/gtwvg/gtwvg.hbc @@ -8,6 +8,8 @@ skip={!win} incpaths=. +headers=hbgtwvg.ch wvgparts.ch wvtwin.ch + gt=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} libs=hbwin.hbc diff --git a/harbour/contrib/gtwvg/tests/_activex.prg b/harbour/contrib/gtwvg/tests/_activex.prg index ce39c2fdbc..a2ba4cba2d 100644 --- a/harbour/contrib/gtwvg/tests/_activex.prg +++ b/harbour/contrib/gtwvg/tests/_activex.prg @@ -7,10 +7,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" // The function has to be called via hb_threadStart( {|| ExecuteActiveX( nActiveX ) } ) diff --git a/harbour/contrib/gtwvg/tests/_cuigdlg.prg b/harbour/contrib/gtwvg/tests/_cuigdlg.prg index 1194048b16..24e0cd3a59 100644 --- a/harbour/contrib/gtwvg/tests/_cuigdlg.prg +++ b/harbour/contrib/gtwvg/tests/_cuigdlg.prg @@ -7,10 +7,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" // Simplified Console with GUI Look diff --git a/harbour/contrib/gtwvg/tests/_dyndlgs.prg b/harbour/contrib/gtwvg/tests/_dyndlgs.prg index b3020aa683..bad88ebc64 100644 --- a/harbour/contrib/gtwvg/tests/_dyndlgs.prg +++ b/harbour/contrib/gtwvg/tests/_dyndlgs.prg @@ -7,10 +7,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" #define ID_BTN_OK 1 #define ID_MLE 10 diff --git a/harbour/contrib/gtwvg/tests/_modal.prg b/harbour/contrib/gtwvg/tests/_modal.prg index 625352ca8b..a5b8b7637a 100644 --- a/harbour/contrib/gtwvg/tests/_modal.prg +++ b/harbour/contrib/gtwvg/tests/_modal.prg @@ -7,10 +7,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" #xuntranslate Alert( => diff --git a/harbour/contrib/gtwvg/tests/_tbrowse.prg b/harbour/contrib/gtwvg/tests/_tbrowse.prg index 97e62bd3d3..cb3e2ad80e 100644 --- a/harbour/contrib/gtwvg/tests/_tbrowse.prg +++ b/harbour/contrib/gtwvg/tests/_tbrowse.prg @@ -13,10 +13,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" #define K_MOVING 1001 diff --git a/harbour/contrib/gtwvg/tests/_utils.prg b/harbour/contrib/gtwvg/tests/_utils.prg index 59bbb369e7..6c60de63b0 100644 --- a/harbour/contrib/gtwvg/tests/_utils.prg +++ b/harbour/contrib/gtwvg/tests/_utils.prg @@ -7,10 +7,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" // WvtSetObjects() array structure #define WVT_OBJ_TYPE 1 diff --git a/harbour/contrib/gtwvg/tests/_wvtcls.prg b/harbour/contrib/gtwvg/tests/_wvtcls.prg index 5c0db0aee8..7122e55e76 100644 --- a/harbour/contrib/gtwvg/tests/_wvtcls.prg +++ b/harbour/contrib/gtwvg/tests/_wvtcls.prg @@ -13,10 +13,7 @@ */ #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" FUNCTION DialogWvgClassesOne( nMode ) diff --git a/harbour/contrib/gtwvg/tests/_xbp.prg b/harbour/contrib/gtwvg/tests/_xbp.prg index c76af5240c..6e945356d8 100644 --- a/harbour/contrib/gtwvg/tests/_xbp.prg +++ b/harbour/contrib/gtwvg/tests/_xbp.prg @@ -9,10 +9,7 @@ // #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" #define MUSIC_WAITON {800, 1600} diff --git a/harbour/contrib/gtwvg/tests/demowvg.prg b/harbour/contrib/gtwvg/tests/demowvg.prg index 28e20fe206..ac569d6e0a 100644 --- a/harbour/contrib/gtwvg/tests/demowvg.prg +++ b/harbour/contrib/gtwvg/tests/demowvg.prg @@ -21,10 +21,7 @@ #require "gtwvg" #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" REQUEST DBFCDX REQUEST DBFNTX diff --git a/harbour/contrib/gtwvg/tests/demowvg1.prg b/harbour/contrib/gtwvg/tests/demowvg1.prg index 2775697aef..adc8d2b268 100644 --- a/harbour/contrib/gtwvg/tests/demowvg1.prg +++ b/harbour/contrib/gtwvg/tests/demowvg1.prg @@ -9,10 +9,7 @@ #require "gtwvg" #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" #define IMAGE_VOUCH hb_DirBase() + "vouch1.bmp" #define IMAGE_BROWSE hb_DirBase() + "v_browse.ico" diff --git a/harbour/contrib/gtwvg/tests/demoxbp.prg b/harbour/contrib/gtwvg/tests/demoxbp.prg index a5b5b73122..7344148c11 100644 --- a/harbour/contrib/gtwvg/tests/demoxbp.prg +++ b/harbour/contrib/gtwvg/tests/demoxbp.prg @@ -13,10 +13,7 @@ #require "gtwvg" #include "inkey.ch" -#include "wvtwin.ch" #include "hbgtinfo.ch" -#include "hbgtwvg.ch" -#include "wvgparts.ch" PROCEDURE Main()