2013-02-27 19:12 UTC+0100 Viktor Szakats (harbour syenar.net)

* tests/*
  * website/*
    * dropped 'tst'/'ts'/'test' from most
      filenames inside main 'tests' dir. 8 chars will
      allow for more descriptive names than 4-5.
      Some renamed to use the new space.
      Similar ones will now be much close together
      and easier to lookup in alphabetical order.
    ; NOTE: Perhaps a new distinction would be useful,
            for those which are indeed tests for the
            compiler or PP, f.e. these:
               declare.prg, dupvars.prg, keywords.prg, linecont.prg,
               lnlenli1.prg, lnlenli2.prg, pp.prg, pragma.prg, warnings.prg
    ; List of changes:
      tests/ac_test.prg  -> achoice.prg
      tests/ac_test2.prg -> achoice2.prg
      tests/adirtest.prg -> adir.prg
      tests/ainstest.prg -> ains.prg
      tests/tstalias.prg -> aliasrt.prg
      tests/altdtest.prg -> altd.prg
      tests/atest.prg    -> array.prg
      tests/tstasort.prg -> asort.prg
      tests/boxtst2.prg  -> box2.prg
      tests/boxtest.prg  -> box3.prg
      tests/testbrdb.prg -> browse.prg
      tests/tstblock.prg -> cblock.prg
      tests/testcdx.prg  -> cdx.prg
      tests/tstchbx.prg  -> checkbox.prg
      tests/testcls.prg  -> cls.prg
      tests/tscmdarg.c   -> cmdarg.c
      tests/tstcolor.prg -> color.prg
      tests/testcom1.prg -> com.prg
      tests/cursrtst.prg -> cursor.prg
      tests/dttest.prg   -> datetime.prg
      tests/dbevalts.prg -> dbeval.prg
      tests/testdbf.prg  -> dbf.prg
      tests/tstdbi.prg   -> dbi.prg
      tests/debugtst.prg -> debug.prg
      tests/testdecl.prg -> declare.prg
      tests/testid.prg   -> define.prg
      tests/delimtst.prg -> delim.prg
      tests/devtest.prg  -> dev.prg
      tests/dirtest.prg  -> directry.prg
      tests/tstdspac.prg -> diskspac.prg
      tests/disptest.prg -> disp.prg
      tests/testdyn.c    -> dyn.c
      tests/testdyn1.prg -> dyn.prg
      tests/testdyn.prg  -> dynwin.prg
      tests/testerro.prg -> errsys.prg
      tests/exittest.prg -> exit.prg
      tests/iotest.prg   -> fileio.prg
      tests/iotest2.prg  -> fileio2.prg
      tests/fortest.prg  -> for.prg
      tests/testfor.prg  -> for2.prg
      tests/testget.prg  -> get.prg
      tests/tstgtapi.c   -> gtapi.c
      tests/gtstdtst.prg -> gtstd.prg
      tests/hbdoctst.prg -> hbdoc.prg
      tests/testhrb.prg  -> hrb.prg
      tests/hsxtest.prg  -> hsx.prg
      tests/testhtml.prg -> html.prg
      tests/testidle.prg -> idle.prg
      tests/testinit.prg -> initproc.prg
      tests/inkeytst.prg -> inkey.prg
      tests/testlbl.prg  -> lbl.prg
      tests/tstmacro.prg -> macro.prg
      tests/mathtest.prg -> math.prg
      tests/testmem.prg  -> mem.prg
      tests/memtst.prg   -> memmgr.prg
      tests/menutest.prg -> menuto.prg
      tests/testmny.prg  -> money.prg
      tests/mousetst.prg -> mouse.prg
      tests/testntx.prg  -> ntx.prg
      tests/testop.prg   -> op.prg
      tests/testpers.prg -> persist.prg
      tests/testpp.prg   -> pp.prg
      tests/testpre.prg  -> ppapi.prg
      tests/tstprag.prg  -> pragma.prg
      tests/testprof.prg -> profiler.prg
      tests/testrdd.prg  -> rdd.prg
      tests/testrdd2.prg -> rdd2.prg
      tests/testread.prg -> read.prg
      tests/regextst.prg -> regex2.prg
      tests/testrpt.prg  -> rpt.prg
      tests/sbartest.prg -> sbar.prg
      tests/sdf_test.prg -> sdf.prg
      tests/set_test.prg -> set.prg
      tests/videotst.prg -> setmode.prg
      tests/testsha1.prg -> sha1.prg
      tests/testsha2.prg -> sha2.prg
      tests/teststr.prg  -> str.prg
      tests/testbrw.prg  -> tbrowse.prg
      tests/transtst.prg -> transfrm.prg
      tests/tstuse.prg   -> use.prg
      tests/testvars.prg -> vars.prg
      tests/vidtest.prg  -> video.prg
      tests/testwarn.prg -> warnings.prg

  * tests/read.prg
    * use K_* value
This commit is contained in:
Viktor Szakats
2013-02-27 18:18:46 +00:00
parent 94a305ed4f
commit c0eadc80eb
107 changed files with 198 additions and 94 deletions

View File

@@ -10,6 +10,108 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-02-27 19:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* tests/*
* website/*
* dropped 'tst'/'ts'/'test' from most
filenames inside main 'tests' dir. 8 chars will
allow for more descriptive names than 4-5.
Some renamed to use the new space.
Similar ones will now be much close together
and easier to lookup in alphabetical order.
; NOTE: Perhaps a new distinction would be useful,
for those which are indeed tests for the
compiler or PP, f.e. these:
declare.prg, dupvars.prg, keywords.prg, linecont.prg,
lnlenli1.prg, lnlenli2.prg, pp.prg, pragma.prg, warnings.prg
; List of changes:
tests/ac_test.prg -> achoice.prg
tests/ac_test2.prg -> achoice2.prg
tests/adirtest.prg -> adir.prg
tests/ainstest.prg -> ains.prg
tests/tstalias.prg -> aliasrt.prg
tests/altdtest.prg -> altd.prg
tests/atest.prg -> array.prg
tests/tstasort.prg -> asort.prg
tests/boxtst2.prg -> box2.prg
tests/boxtest.prg -> box3.prg
tests/testbrdb.prg -> browse.prg
tests/tstblock.prg -> cblock.prg
tests/testcdx.prg -> cdx.prg
tests/tstchbx.prg -> checkbox.prg
tests/testcls.prg -> cls.prg
tests/tscmdarg.c -> cmdarg.c
tests/tstcolor.prg -> color.prg
tests/testcom1.prg -> com.prg
tests/cursrtst.prg -> cursor.prg
tests/dttest.prg -> datetime.prg
tests/dbevalts.prg -> dbeval.prg
tests/testdbf.prg -> dbf.prg
tests/tstdbi.prg -> dbi.prg
tests/debugtst.prg -> debug.prg
tests/testdecl.prg -> declare.prg
tests/testid.prg -> define.prg
tests/delimtst.prg -> delim.prg
tests/devtest.prg -> dev.prg
tests/dirtest.prg -> directry.prg
tests/tstdspac.prg -> diskspac.prg
tests/disptest.prg -> disp.prg
tests/testdyn.c -> dyn.c
tests/testdyn1.prg -> dyn.prg
tests/testdyn.prg -> dynwin.prg
tests/testerro.prg -> errsys.prg
tests/exittest.prg -> exit.prg
tests/iotest.prg -> fileio.prg
tests/iotest2.prg -> fileio2.prg
tests/fortest.prg -> for.prg
tests/testfor.prg -> for2.prg
tests/testget.prg -> get.prg
tests/tstgtapi.c -> gtapi.c
tests/gtstdtst.prg -> gtstd.prg
tests/hbdoctst.prg -> hbdoc.prg
tests/testhrb.prg -> hrb.prg
tests/hsxtest.prg -> hsx.prg
tests/testhtml.prg -> html.prg
tests/testidle.prg -> idle.prg
tests/testinit.prg -> initproc.prg
tests/inkeytst.prg -> inkey.prg
tests/testlbl.prg -> lbl.prg
tests/tstmacro.prg -> macro.prg
tests/mathtest.prg -> math.prg
tests/testmem.prg -> mem.prg
tests/memtst.prg -> memmgr.prg
tests/menutest.prg -> menuto.prg
tests/testmny.prg -> money.prg
tests/mousetst.prg -> mouse.prg
tests/testntx.prg -> ntx.prg
tests/testop.prg -> op.prg
tests/testpers.prg -> persist.prg
tests/testpp.prg -> pp.prg
tests/testpre.prg -> ppapi.prg
tests/tstprag.prg -> pragma.prg
tests/testprof.prg -> profiler.prg
tests/testrdd.prg -> rdd.prg
tests/testrdd2.prg -> rdd2.prg
tests/testread.prg -> read.prg
tests/regextst.prg -> regex2.prg
tests/testrpt.prg -> rpt.prg
tests/sbartest.prg -> sbar.prg
tests/sdf_test.prg -> sdf.prg
tests/set_test.prg -> set.prg
tests/videotst.prg -> setmode.prg
tests/testsha1.prg -> sha1.prg
tests/testsha2.prg -> sha2.prg
tests/teststr.prg -> str.prg
tests/testbrw.prg -> tbrowse.prg
tests/transtst.prg -> transfrm.prg
tests/tstuse.prg -> use.prg
tests/testvars.prg -> vars.prg
tests/vidtest.prg -> video.prg
tests/testwarn.prg -> warnings.prg
* tests/read.prg
* use K_* value
2013-02-27 18:30 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! fixed hbmk_FNameEscape() plugin API's legacy fallback
@@ -66,63 +168,63 @@
* website/samples/tstmacro.prg.html
* synced with code changes
* */tests/*
* contrib/*/tests/*
* dropped 'tst'/'ts'/'test' from most
filenames inside 'tests' subdirs. 8 chars will
allow for more descriptive names than 4-5.
+ do not explicitly include the original source
filename (use __FILE__ or similar)
; List of changes, in /contrib:
/hbmisc/tests/testbbab.prg -> bubbleb.prg
/hbmisc/tests/testcall.prg -> calldll.prg
/hbmisc/tests/testhbf.prg -> hb_f.prg
/hbmisc/tests/tsstrfmt.prg -> strfmt.prg
/hbmisc/tests/twirl.prg -> twirler.prg
/hbmisc/tests/udpdstst.prg -> udpds.prg
/hbxpp/tests/testdll.prg -> dllcall.prg
/xhb/tests/testcp.prg -> copyfile.prg
/hbwin/tests/testax.prg -> activex.prg
/hbwin/tests/testcom1.prg -> serial1.prg
/hbwin/tests/testcom2.prg -> serial2.prg
/hbwin/tests/testcopy.prg -> shfileop.prg
/hbwin/tests/testdir.prg -> sysdir.prg
/hbwin/tests/testevnt.prg -> eventlog.prg
/hbwin/tests/testgdi.prg -> prngdi.prg
/hbwin/tests/testmapi.prg -> mapimail.prg
/hbwin/tests/testole.prg -> ole.prg
/hbwin/tests/testprn.prg -> prn1.prg
/hbwin/tests/testprn2.prg -> prn2.prg
/hbwin/tests/testprn3.prg -> prn3.prg
/hbwin/tests/testprn4.prg -> prn4.prg
/hbwin/tests/testreg.prg -> registry.prg
/hbwin/tests/testrpc.prg -> uuid.prg
/hbwin/tests/testsim.prg -> simwce.prg
/hbwin/tests/testsvc.prg -> service.prg
/hbwin/tests/testwmtx.prg -> mutexwin.prg
/hbzebra/tests/testcair.prg -> cairo.prg
/hbzebra/tests/testhpdf.prg -> harupdf.prg
/hbzebra/tests/testwin.prg -> wingdi.prg
/rddads/tests/testmg.prg -> manage.prg
/hbodbc/tests/odbcdemo.prg -> todbc.prg
/hbodbc/tests/testodbc.prg -> odbc.prg
/hbsqlit3/tests/hdbctest.prg -> hdbc.prg
/hbsqlit3/tests/sl3_test.prg -> demo.prg
/hbunix/tests/testdmn.prg -> daemon.prg
/hbunix/tests/testpid.prg -> getpid.prg
/hbgd/tests/bartest.prg -> barcode.prg
/hbgd/tests/barms.prg -> barcode2.prg
/hbgd/tests/gdtest.prg -> gdapi.prg
/hbgd/tests/gdtestcl.prg -> gdclass.prg
/hbgd/tests/testdpi.prg -> fontdpi.prg
/hbgd/tests/test_out.prg -> cgi.prg
/hbtip/tests/test01.prg -> httpcli.prg
/hbtip/tests/tipmime.prg -> mimetype.prg
/hbtip/tests/tiptest.prg -> tipwget.prg
/hbtip/tests/tiptime.prg -> timestmp.prg
/hbamf/tests/tstendin.prg -> test.prg
/hbfimage/tests/fitest.prg -> test.prg
/hbtpathy/tests/testtp.prg -> test.prg
/hbgs/tests/testgs.prg -> test.prg
; List of changes, in contrib/:
hbmisc/tests/testbbab.prg -> bubbleb.prg
hbmisc/tests/testcall.prg -> calldll.prg
hbmisc/tests/testhbf.prg -> hb_f.prg
hbmisc/tests/tsstrfmt.prg -> strfmt.prg
hbmisc/tests/twirl.prg -> twirler.prg
hbmisc/tests/udpdstst.prg -> udpds.prg
hbxpp/tests/testdll.prg -> dllcall.prg
xhb/tests/testcp.prg -> copyfile.prg
hbwin/tests/testax.prg -> activex.prg
hbwin/tests/testcom1.prg -> serial1.prg
hbwin/tests/testcom2.prg -> serial2.prg
hbwin/tests/testcopy.prg -> shfileop.prg
hbwin/tests/testdir.prg -> sysdir.prg
hbwin/tests/testevnt.prg -> eventlog.prg
hbwin/tests/testgdi.prg -> prngdi.prg
hbwin/tests/testmapi.prg -> mapimail.prg
hbwin/tests/testole.prg -> ole.prg
hbwin/tests/testprn.prg -> prn1.prg
hbwin/tests/testprn2.prg -> prn2.prg
hbwin/tests/testprn3.prg -> prn3.prg
hbwin/tests/testprn4.prg -> prn4.prg
hbwin/tests/testreg.prg -> registry.prg
hbwin/tests/testrpc.prg -> uuid.prg
hbwin/tests/testsim.prg -> simwce.prg
hbwin/tests/testsvc.prg -> service.prg
hbwin/tests/testwmtx.prg -> mutexwin.prg
hbzebra/tests/testcair.prg -> cairo.prg
hbzebra/tests/testhpdf.prg -> harupdf.prg
hbzebra/tests/testwin.prg -> wingdi.prg
rddads/tests/testmg.prg -> manage.prg
hbodbc/tests/odbcdemo.prg -> todbc.prg
hbodbc/tests/testodbc.prg -> odbc.prg
hbsqlit3/tests/hdbctest.prg -> hdbc.prg
hbsqlit3/tests/sl3_test.prg -> demo.prg
hbunix/tests/testdmn.prg -> daemon.prg
hbunix/tests/testpid.prg -> getpid.prg
hbgd/tests/bartest.prg -> barcode.prg
hbgd/tests/barms.prg -> barcode2.prg
hbgd/tests/gdtest.prg -> gdapi.prg
hbgd/tests/gdtestcl.prg -> gdclass.prg
hbgd/tests/testdpi.prg -> fontdpi.prg
hbgd/tests/test_out.prg -> cgi.prg
hbtip/tests/test01.prg -> httpcli.prg
hbtip/tests/tipmime.prg -> mimetype.prg
hbtip/tests/tiptest.prg -> tipwget.prg
hbtip/tests/tiptime.prg -> timestmp.prg
hbamf/tests/tstendin.prg -> test.prg
hbfimage/tests/fitest.prg -> test.prg
hbtpathy/tests/testtp.prg -> test.prg
hbgs/tests/testgs.prg -> test.prg
* contrib/hbmxml/tests/testmxml.prg
* contrib/rddads/tests/datad.prg

View File

@@ -12,8 +12,8 @@
*/
/* Build with:
hbmk2 -hbdyn testdyn.c -otest_x86
hbmk2 -hbdyn testdyn.c -otest_x64
hbmk2 -hbdyn dyn.c -otest_x86
hbmk2 -hbdyn dyn.c -otest_x64
*/
#include "hbapi.h"

View File

@@ -4,6 +4,8 @@
// Harbour Get System sample
#include "inkey.ch"
PROCEDURE Main()
LOCAL cName := "Harbour "
@@ -13,10 +15,10 @@ PROCEDURE Main()
LOCAL GetList := {}
SET COLOR TO GR +/ B, W +/ BG
SET COLOR TO GR+/B, W+/BG
CLS
SET KEY -1 TO ShowVar()
SET KEY K_F2 TO ShowVar()
@ 2, 2 SAY "Enter your name :" GET cName PICTURE "@K!"
@ 4, 2 SAY "Enter your wish :" GET cWish
@@ -24,7 +26,7 @@ PROCEDURE Main()
@ 8, 2 SAY "Object Data :" GET GetList[ 1 ]:Picture
FOR Counter := 1 TO Len( acVars[ 1 ] )
@ Row() + 2, 2 SAY "Array Element[1][" + Str( Counter, 1 ) + "]: " GET acVars[ 1 ][ Counter ]
@ Row() + 2, 2 SAY "Array Element[ 1 ][ " + Str( Counter, 1 ) + " ]: " GET acVars[ 1 ][ Counter ]
NEXT
READ

View File

@@ -401,10 +401,10 @@ Harbour is a cross-platform compiler and is known to compile and run on Windows
<td>&nbsp;</td>
</tr>
<tr>
<td><a href="samples/testbrdb.html" class="blue_link"><strong>TBrowse and TBColumn sample</strong></a></td>
<td><a href="samples/browse.html" class="blue_link"><strong>TBrowse and TBColumn sample</strong></a></td>
</tr>
<tr>
<td><a href="samples/testbrw.html" class="sample_linkback">A simple example demonstrating the use of classes TBrowse and TBColumn.</a></td>
<td><a href="samples/tbrowse.html" class="sample_linkback">A simple example demonstrating the use of classes TBrowse and TBColumn.</a></td>
</tr>
</table></td>

View File

@@ -91,7 +91,7 @@
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="samples/hello.html" class="blue_link">Hello world (hello.prg)</a></li>
<li><a href="samples/tstmacro.html" class="blue_link">Dynamic code evalutation sample (tstmacro.prg)</a></li>
<li><a href="samples/macro.html" class="blue_link">Dynamic code evalutation sample (macro.prg)</a></li>
<li> <a href="samples/begin.html" class="blue_link">Begin Sequence support (begin.prg)</a></li>
<li><a href="samples/codebloc.html" class="blue_link">Codeblock support sample (codebloc.prg)</a></li>
<li><a href="samples/codebl.html" class="blue_link">Codeblock advanced sample (codebl.prg)</a></li>
@@ -101,7 +101,7 @@
<li><a href="samples/initexit.html" class="blue_link">INIT and EXIT functions support (initexit.prg)</a><a href="samples/byref.html" class="blue_link"></a></li>
<li><a href="samples/osshell.html" class="blue_link">Run command: About to shell to OS (osshell.prg)</a></li>
<li><a href="samples/longdev.html" class="blue_link">Testing long string handling support (longdev.prg)</a></li>
<li><a href="samples/mousetst.html" class="blue_link">Mouse sample support (mousetst.prg) </a></li>
<li><a href="samples/mouse.html" class="blue_link">Mouse sample support (mouse.prg) </a></li>
</ul></td>
<td >&nbsp;</td>
</tr>
@@ -149,8 +149,8 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="samples/testbrdb.html" class="blue_link">Browse() function demo (testbrdb.prg)</a></li>
<li><a href="samples/testbrw.html" class="blue_link">TBrowse() sample (testbrw.prg)</a></li>
<li><a href="samples/browse.html" class="blue_link">Browse() function demo (browse.prg)</a></li>
<li><a href="samples/tbrowse.html" class="blue_link">TBrowse() sample (tbrowse.prg)</a></li>
</ul></td>
<td >&nbsp;</td>
</tr>
@@ -174,7 +174,7 @@
<td valign="top"><ul>
<li><a href="samples/switch.html" class="blue_link">Switch support (switch.prg)</a></li>
<li><a href="samples/foreach.html" class="blue_link">FOR EACH example (foreach.prg)</a></li>
<li><a href="samples/testidle.html" class="blue_link">OnIdle sample (testidle.prg)</a></li>
<li><a href="samples/idle.html" class="blue_link">OnIdle sample (idle.prg)</a></li>
<li><a href="samples/onidle.html" class="blue_link">OnIdle advanced sample (onidle.prg)</a></li>
</ul></td>
<td >&nbsp;</td>
@@ -272,7 +272,7 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="samples/testhtml.html" class="blue_link">Harbour Test of a HTML-Generator class (testhtml.prg)</a></li>
<li><a href="samples/html.html" class="blue_link">Harbour Test of a HTML-Generator class (html.prg)</a></li>
</ul></td>
<td >&nbsp;</td>
</tr>

View File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Harbour Project - Samples -&gt; testbrdb</title>
<title>Harbour Project - Samples -&gt; browse</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/menu/stmenu.js"></script></head>
<body>
@@ -59,7 +59,7 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="testbrdb.prg.html" class="blue_link">tests/testbrdb.prg</a></li>
<li><a href="browse.prg.html" class="blue_link">tests/browse.prg</a></li>
</ul></td>
<td >&nbsp;</td>
</tr>
@@ -71,11 +71,11 @@
</tr>
<tr>
<td >&nbsp;</td>
<td valign="top"><div align="center" class="read_more"><img src="screenshots/testbrdb_win.png" width="500" height="390" /><br />
testbrdb sample running on Windows Vista<br />
<td valign="top"><div align="center" class="read_more"><img src="screenshots/browse_win.png" width="500" height="390" /><br />
browse sample running on Windows Vista<br />
<br />
<img src="screenshots/testbrdb_linux.png" width="531" height="328" /><br />
testbrdb sample running on Linux<br />
<img src="screenshots/browse_linux.png" width="531" height="328" /><br />
browse sample running on Linux<br />
</div></td>
<td >&nbsp;</td>
</tr>

View File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Harbour Project - Samples -&gt; testhtml</title>
<title>Harbour Project - Samples -&gt; html</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/menu/stmenu.js"></script></head>
<body>
@@ -64,7 +64,7 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="testhtml.prg.html" class="blue_link">tests/testhtml.prg</a></li>
<li><a href="html.prg.html" class="blue_link">tests/html.prg</a></li>
</ul> </td>
<td >&nbsp;</td>
</tr>
@@ -76,7 +76,7 @@
</tr>
<tr>
<td >&nbsp;</td>
<td valign="top"><div align="center"><img src="screenshots/testhtml.png" width="392" height="379" /></div></td>
<td valign="top"><div align="center"><img src="screenshots/html.png" width="392" height="379" /></div></td>
<td >&nbsp;</td>
</tr>
<tr>

View File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Harbour Project - Samples -&gt; testidle</title>
<title>Harbour Project - Samples -&gt; idle</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/menu/stmenu.js"></script></head>
<body>
@@ -64,7 +64,7 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="testidle.prg.html" class="blue_link">tests/testidle.prg</a></li>
<li><a href="idle.prg.html" class="blue_link">tests/idle.prg</a></li>
</ul></td>
<td >&nbsp;</td>
</tr>
@@ -81,8 +81,8 @@
</tr>
<tr>
<td >&nbsp;</td>
<td valign="top"><div align="center"><span class="read_more"><img src="screenshots/testidle_win.png" width="580" height="340" /><br />
testidle sample running on Windows</span><br />
<td valign="top"><div align="center"><span class="read_more"><img src="screenshots/idle_win.png" width="580" height="340" /><br />
idle sample running on Windows</span><br />
&nbsp;</div></td>
<td >&nbsp;</td>
</tr>

View File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Harbour Project - Samples -&gt; tstmacro</title>
<title>Harbour Project - Samples -&gt; macro</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/menu/stmenu.js"></script></head>
<body>
@@ -59,7 +59,7 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="tstmacro.prg.html" class="blue_link">tests/tstmacro.prg</a></li>
<li><a href="macro.prg.html" class="blue_link">tests/macro.prg</a></li>
</ul></td>
<td >&nbsp;</td>
</tr>
@@ -71,8 +71,8 @@
</tr>
<tr>
<td >&nbsp;</td>
<td valign="top"><div align="center" class="read_more"><img src="screenshots/tstmacro.png" width="531" height="684" /><br />
tstmacro running on Linux</div></td>
<td valign="top"><div align="center" class="read_more"><img src="screenshots/macro.png" width="531" height="684" /><br />
macro running on Linux</div></td>
<td >&nbsp;</td>
</tr>

View File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Harbour Project - Samples -&gt; mousetst</title>
<title>Harbour Project - Samples -&gt; mouse</title>
<link href="/css/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/menu/stmenu.js"></script></head>
<body>
@@ -64,7 +64,7 @@
<tr>
<td >&nbsp;</td>
<td valign="top"><ul>
<li><a href="mousetst.prg.html" class="blue_link">tests/mousetst.prg</a></li>
<li><a href="mouse.prg.html" class="blue_link">tests/mouse.prg</a></li>
</ul></td>
<td >&nbsp;</td>
</tr>
@@ -81,11 +81,11 @@
</tr>
<tr>
<td >&nbsp;</td>
<td valign="top"><div align="center"><span class="read_more"><img src="screenshots/mousetst_win.png" width="580" height="340" /><br />
mousetst sample running on Windows Vista<br />
<td valign="top"><div align="center"><span class="read_more"><img src="screenshots/mouse_win.png" width="580" height="340" /><br />
mouse sample running on Windows Vista<br />
<br />
<img src="screenshots/mousetst_linux.png" width="587" height="431" /><br />
mousetst sample running on Linux<br />
<img src="screenshots/mouse_linux.png" width="587" height="431" /><br />
mouse sample running on Linux<br />
</span></div></td>
<td >&nbsp;</td>
</tr>

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Some files were not shown because too many files have changed in this diff Show More