2012-09-27 18:27 UTC+0200 Viktor Szakats (vszakats syenar.net)
+ contrib/gtwvg/tests/activex.prg
+ contrib/gtwvg/tests/cuigdlgs.prg
+ contrib/gtwvg/tests/dyndlgs.prg
+ contrib/gtwvg/tests/modal.prg
+ contrib/gtwvg/tests/tbrowser.prg
+ contrib/gtwvg/tests/utils.prg
+ contrib/gtwvg/tests/wvtcls.prg
+ contrib/gtwvg/tests/xbp.prg
- contrib/gtwvg/tests/wvgactivex.prg
- contrib/gtwvg/tests/wvgcuigdialog.prg
- contrib/gtwvg/tests/wvgdyndialogs.prg
- contrib/gtwvg/tests/wvgmodal.prg
- contrib/gtwvg/tests/wvgqt.prg
- contrib/gtwvg/tests/wvgtbrowser.prg
- contrib/gtwvg/tests/wvgutilities.prg
- contrib/gtwvg/tests/wvgwvtclasses.prg
- contrib/gtwvg/tests/wvgxbp.prg
* contrib/gtwvg/tests/demowvg.hbp
* contrib/gtwvg/tests/demowvg.prg
* use short filenames, avoid same prefix for all files
- deleted QT dependent parts (possibly to be moved to hbqt
repo tests dir)
* extras/hbxlsxml/hbxlsxml.hbp
* synced with rest of extras .hbp files
(allowing f.e. multiple target builds in parallel)
This commit is contained in:
@@ -16,6 +16,34 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-09-27 18:27 UTC+0200 Viktor Szakats (vszakats syenar.net)
|
||||
+ contrib/gtwvg/tests/activex.prg
|
||||
+ contrib/gtwvg/tests/cuigdlgs.prg
|
||||
+ contrib/gtwvg/tests/dyndlgs.prg
|
||||
+ contrib/gtwvg/tests/modal.prg
|
||||
+ contrib/gtwvg/tests/tbrowser.prg
|
||||
+ contrib/gtwvg/tests/utils.prg
|
||||
+ contrib/gtwvg/tests/wvtcls.prg
|
||||
+ contrib/gtwvg/tests/xbp.prg
|
||||
- contrib/gtwvg/tests/wvgactivex.prg
|
||||
- contrib/gtwvg/tests/wvgcuigdialog.prg
|
||||
- contrib/gtwvg/tests/wvgdyndialogs.prg
|
||||
- contrib/gtwvg/tests/wvgmodal.prg
|
||||
- contrib/gtwvg/tests/wvgqt.prg
|
||||
- contrib/gtwvg/tests/wvgtbrowser.prg
|
||||
- contrib/gtwvg/tests/wvgutilities.prg
|
||||
- contrib/gtwvg/tests/wvgwvtclasses.prg
|
||||
- contrib/gtwvg/tests/wvgxbp.prg
|
||||
* contrib/gtwvg/tests/demowvg.hbp
|
||||
* contrib/gtwvg/tests/demowvg.prg
|
||||
* use short filenames, avoid same prefix for all files
|
||||
- deleted QT dependent parts (possibly to be moved to hbqt
|
||||
repo tests dir)
|
||||
|
||||
* extras/hbxlsxml/hbxlsxml.hbp
|
||||
* synced with rest of extras .hbp files
|
||||
(allowing f.e. multiple target builds in parallel)
|
||||
|
||||
2012-09-27 18:13 UTC+0200 Viktor Szakats (vszakats syenar.net)
|
||||
* contrib/gtwvg/*
|
||||
% reduced code size by 10%+ by replacing long function
|
||||
|
||||
@@ -2,23 +2,19 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-3rd=hbide_version=1.0
|
||||
-3rd=hbide_title=Demo>WVG
|
||||
-3rd=hbide_output=demowvg
|
||||
|
||||
-inc
|
||||
|
||||
-w3 -es2
|
||||
|
||||
-mt
|
||||
-w3
|
||||
-es2
|
||||
-gtwvg
|
||||
|
||||
demowvg.prg
|
||||
wvgwvtclasses.prg
|
||||
wvgtbrowser.prg
|
||||
wvgutilities.prg
|
||||
wvgdyndialogs.prg
|
||||
wvgmodal.prg
|
||||
wvgcuigdialog.prg
|
||||
wvgxbp.prg
|
||||
wvgactivex.prg
|
||||
wvgqt.prg
|
||||
wvtcls.prg
|
||||
tbrowser.prg
|
||||
utils.prg
|
||||
dyndlgs.prg
|
||||
modal.prg
|
||||
cuigdlgs.prg
|
||||
xbp.prg
|
||||
activex.prg
|
||||
|
||||
@@ -531,12 +531,6 @@ FUNCTION BuildMainMenu()
|
||||
oMenu:AddItem( "ActiveX - Image Viewer" , {|| Hb_ThreadStart( {|| ExecuteActiveX( 5 ) } ) } )
|
||||
g_oMenuBar:addItem( { oMenu, "~XbpDialog()s" } )
|
||||
|
||||
#ifdef __QT__
|
||||
oMenu := WvgMenu():new( g_oMenuBar, , .t. ):create()
|
||||
oMenu:Caption:= "~QT"
|
||||
oMenu:AddItem( "All Widgets" , {|| Hb_ThreadStart( {|| ExeQTWidgets() } ) } )
|
||||
#endif
|
||||
|
||||
RETURN oMenu /* The last submenu item */
|
||||
|
||||
//-------------------------------------------------------------------//
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
* Pritpal Bedi <bedipritpal@hotmail.com>
|
||||
*/
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
#include "inkey.ch"
|
||||
#include "common.ch"
|
||||
#include "wvtwin.ch"
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbgtwvg.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
#ifdef __QT__
|
||||
INIT PROCEDURE Qt_Start()
|
||||
qt_qapplication()
|
||||
RETURN
|
||||
|
||||
EXIT PROCEDURE Qt_End()
|
||||
qt_qapplication_exec()
|
||||
RETURN
|
||||
#endif
|
||||
|
||||
//-------------------------------------------------------------------//
|
||||
|
||||
#ifdef __QT__
|
||||
FUNCTION ExeQTWidgets()
|
||||
LOCAL oPS, oPPrv, oWZ, oCD, oWP
|
||||
|
||||
oPS := QPageSetupDialog():new()
|
||||
oPS:setWindowTitle( 'Harbour-QT PageSetup Dialog' )
|
||||
oPS:show()
|
||||
|
||||
oPPrv := QPrintPreviewDialog():new()
|
||||
oPPrv:setWindowTitle( 'Harbour-QT Preview Preview Dialog' )
|
||||
oPPrv:show()
|
||||
|
||||
oWZ := QWizard():new()
|
||||
oWZ:setWindowTitle( 'Harbour-QT Wizard to Show Slides etc.' )
|
||||
oWZ:show()
|
||||
|
||||
oCD := QColorDialog():new()
|
||||
oCD:setWindowTitle( 'Harbour-QT Color Selection Dialog' )
|
||||
oCD:show()
|
||||
|
||||
oWP := QWebView():new()
|
||||
oWP:setWindowTitle( 'Harbour-QT Web Page Navigator' )
|
||||
oWP:show()
|
||||
|
||||
RETURN NIL
|
||||
#endif
|
||||
/*----------------------------------------------------------------------*/
|
||||
@@ -2,23 +2,13 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-3rd=hbide_version=1.0
|
||||
-3rd=hbide_type=Lib
|
||||
-3rd=hbide_title=XmlExcel
|
||||
-3rd=hbide_output=xlsxml
|
||||
|
||||
-inc
|
||||
-hblib
|
||||
-es2
|
||||
-w3
|
||||
-inc
|
||||
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w3 -es2
|
||||
|
||||
xlsxml.prg
|
||||
xlsxml_s.prg
|
||||
xlsxml_y.prg
|
||||
|
||||
-ohbxlsxml
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user