opendemo-cvs Mailing List for OpenDemo
Status: Beta
Brought to you by:
girlich
You can subscribe to this list here.
2002 |
Jan
(43) |
Feb
|
Mar
|
Apr
(38) |
May
(65) |
Jun
(108) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(17) |
Feb
(13) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(8) |
Sep
(62) |
Oct
(81) |
Nov
(12) |
Dec
(32) |
2004 |
Jan
(25) |
Feb
(76) |
Mar
(32) |
Apr
(10) |
May
(6) |
Jun
|
Jul
(1) |
Aug
(5) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
2005 |
Jan
(2) |
Feb
(23) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(14) |
Nov
|
Dec
|
From: Uwe G. <gi...@us...> - 2006-10-03 14:14:16
|
Update of /cvsroot/opendemo/opendemo In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12139 Modified Files: Makefile.inc.in Log Message: add new values to simplify the hosting change from Machinima.com to SourceForge.net Index: Makefile.inc.in =================================================================== RCS file: /cvsroot/opendemo/opendemo/Makefile.inc.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile.inc.in 29 Feb 2004 10:31:26 -0000 1.12 --- Makefile.inc.in 3 Oct 2006 14:14:12 -0000 1.13 *************** *** 71,74 **** --- 71,77 ---- PACKAGE=opendemo VERSION=@DATE_ORDER@ + + ODRSYNC=@ODRSYNC@ + ODDTDBASE=@ODDTDBASE@ # wpu parse end |
From: Uwe G. <gi...@us...> - 2006-10-03 14:13:20
|
Update of /cvsroot/opendemo/opendemo In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11724 Modified Files: wpurc Log Message: ODDTDBASE is a configurable value by now Index: wpurc =================================================================== RCS file: /cvsroot/opendemo/opendemo/wpurc,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** wpurc 29 Feb 2004 10:32:30 -0000 1.29 --- wpurc 3 Oct 2006 14:13:15 -0000 1.30 *************** *** 52,55 **** --- 52,56 ---- SFDEMHL="@SFCVS@lmpc/spec/dem-hl.pl?cvsroot=lmpc" SFDELTA="@SFCVS@lmpc/spec/delta.lst?cvsroot=lmpc" + ODDTDBASE="http://opendemo.sourceforge.net/" GOODPACK="sqrfjvt" |
From: Uwe G. <gi...@us...> - 2006-10-03 14:12:53
|
Update of /cvsroot/opendemo/opendemo/src/dtd In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11699/src/dtd Modified Files: Makefile Log Message: add verbose and archive switch to rsync Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 3 Oct 2006 13:57:51 -0000 1.10 --- Makefile 3 Oct 2006 14:12:49 -0000 1.11 *************** *** 22,25 **** uploaddtd: ! rsync $(DTDS) $(ODRSYNC) --- 22,25 ---- uploaddtd: ! rsync -va $(DTDS) $(ODRSYNC) |
From: Uwe G. <gi...@us...> - 2006-10-03 14:10:58
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10906 Modified Files: Makefile.inc.in Log Message: allow Makefiles access to ODDTDBASE Index: Makefile.inc.in =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/Makefile.inc.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.inc.in 3 Oct 2006 09:19:16 -0000 1.2 --- Makefile.inc.in 3 Oct 2006 14:10:55 -0000 1.3 *************** *** 31,36 **** VERSION=@DATE_ORDER@ - # Web site upload is via rsync to this place. ODRSYNC=@ODRSYNC@ # wpu parse end --- 31,36 ---- VERSION=@DATE_ORDER@ ODRSYNC=@ODRSYNC@ + ODDTDBASE=@ODDTDBASE@ # wpu parse end |
From: Uwe G. <gi...@us...> - 2006-10-03 14:10:31
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10852 Modified Files: wpurc Log Message: ODDTDBASE is the base url for OpenDemo DTDs Index: wpurc =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/wpurc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wpurc 3 Oct 2006 09:23:28 -0000 1.4 --- wpurc 3 Oct 2006 14:10:27 -0000 1.5 *************** *** 21,23 **** --- 21,24 ---- SFDEMHL="@SFCVS@lmpc/lmpc/spec/dem-hl.pl" SFDELTA="@SFCVS@lmpc/lmpc/spec/delta.lst" + ODDTDBASE="http://opendemo.sourceforge.net/" # wpu parse end |
From: Uwe G. <gi...@us...> - 2006-10-03 14:09:16
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10021 Modified Files: opendemo.base Log Message: Links to machinima.con changed to a configurable address Address is now at SourceForge. Index: opendemo.base =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/opendemo.base,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** opendemo.base 3 Oct 2006 09:11:26 -0000 1.7 --- opendemo.base 3 Oct 2006 14:09:13 -0000 1.8 *************** *** 152,172 **** <item>JK2: DTD for type "<b>ODJK2</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odjk2.dtd"/>. </item> <item>Q3A: DTD for type "<b>ODQ3A</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odq3a.dtd"/>. </item> <item>RtCW: DTD for type "<b>ODRTCW</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odrtcw.dtd"/>. </item> <item>SOF2: DTD for type "<b>ODSOF2</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odsof2.dtd"/>. </item> <item>STEF: DTD for type "<b>ODSTEF</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odstef.dtd"/>. </item> --- 152,172 ---- <item>JK2: DTD for type "<b>ODJK2</b>", which can be downloaded from ! <url url="@ODDTDBASE@odjk2.dtd"/>. </item> <item>Q3A: DTD for type "<b>ODQ3A</b>", which can be downloaded from ! <url url="@ODDTDBASE@odq3a.dtd"/>. </item> <item>RtCW: DTD for type "<b>ODRTCW</b>", which can be downloaded from ! <url url="@ODDTDBASE@odrtcw.dtd"/>. </item> <item>SOF2: DTD for type "<b>ODSOF2</b>", which can be downloaded from ! <url url="@ODDTDBASE@odsof2.dtd"/>. </item> <item>STEF: DTD for type "<b>ODSTEF</b>", which can be downloaded from ! <url url="@ODDTDBASE@odstef.dtd"/>. </item> *************** *** 284,293 **** <item>The XML file conforms to a DTD for ! <htmlurl url="http://www.machinima.com/opendemo/odjk2.dtd" name="JK2"/>, ! <htmlurl url="http://www.machinima.com/opendemo/odq3a.dtd" name="Q3A"/>, ! <htmlurl url="http://www.machinima.com/opendemo/odrtcw.dtd" name="RTCW"/>, ! <htmlurl url="http://www.machinima.com/opendemo/odsof2.dtd" name="SOF2"/>, and ! <htmlurl url="http://www.machinima.com/opendemo/odstef.dtd" name="STEF"/>. </item> --- 284,293 ---- <item>The XML file conforms to a DTD for ! <htmlurl url="@ODDTDBASE@odjk2.dtd" name="JK2"/>, ! <htmlurl url="@ODDTDBASE@odq3a.dtd" name="Q3A"/>, ! <htmlurl url="@ODDTDBASE@odrtcw.dtd" name="RTCW"/>, ! <htmlurl url="@ODDTDBASE@odsof2.dtd" name="SOF2"/>, and ! <htmlurl url="@ODDTDBASE@odstef.dtd" name="STEF"/>. </item> |
From: Uwe G. <gi...@us...> - 2006-10-03 13:58:40
|
Update of /cvsroot/opendemo/opendemo/src/dtd In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5361 Modified Files: odjk2.dtd.in odq3a.dtd.in odrtcw.dtd.in odsof2.dtd.in odstef.dtd.in Log Message: the DTDs don't have their place hard coded inside any longer. This makes it easier to move them around. Index: odjk2.dtd.in =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/odjk2.dtd.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** odjk2.dtd.in 1 Jun 2002 21:41:58 -0000 1.1 --- odjk2.dtd.in 3 Oct 2006 13:58:35 -0000 1.2 *************** *** 13,17 **** PUBLIC: "-//MACHINIMA//OPENDEMO ODJK2 1.0//EN" ! SYSTEM: "http://www.machinima.com/opendemo/odjk2.dtd" --> --- 13,17 ---- PUBLIC: "-//MACHINIMA//OPENDEMO ODJK2 1.0//EN" ! SYSTEM: "@ODDTDBASE@odjk2.dtd" --> Index: odq3a.dtd.in =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/odq3a.dtd.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** odq3a.dtd.in 19 Dec 2001 13:04:48 -0000 1.2 --- odq3a.dtd.in 3 Oct 2006 13:58:35 -0000 1.3 *************** *** 13,17 **** PUBLIC: "-//MACHINIMA//OPENDEMO ODQ3A 1.0//EN" ! SYSTEM: "http://www.machinima.com/opendemo/odq3a.dtd" --> --- 13,17 ---- PUBLIC: "-//MACHINIMA//OPENDEMO ODQ3A 1.0//EN" ! SYSTEM: "@ODDTDBASE@odq3a.dtd" --> Index: odrtcw.dtd.in =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/odrtcw.dtd.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** odrtcw.dtd.in 17 Apr 2002 16:53:03 -0000 1.1 --- odrtcw.dtd.in 3 Oct 2006 13:58:35 -0000 1.2 *************** *** 13,17 **** PUBLIC: "-//MACHINIMA//OPENDEMO ODRTCW 1.0//EN" ! SYSTEM: "http://www.machinima.com/opendemo/odrtcw.dtd" --> --- 13,17 ---- PUBLIC: "-//MACHINIMA//OPENDEMO ODRTCW 1.0//EN" ! SYSTEM: "@ODDTDBASE@odrtcw.dtd" --> Index: odsof2.dtd.in =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/odsof2.dtd.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** odsof2.dtd.in 1 Jun 2002 21:42:50 -0000 1.2 --- odsof2.dtd.in 3 Oct 2006 13:58:35 -0000 1.3 *************** *** 13,17 **** PUBLIC: "-//MACHINIMA//OPENDEMO ODSOF2 1.0//EN" ! SYSTEM: "http://www.machinima.com/opendemo/odsof2.dtd" --> --- 13,17 ---- PUBLIC: "-//MACHINIMA//OPENDEMO ODSOF2 1.0//EN" ! SYSTEM: "@ODDTDBASE@odsof2.dtd" --> Index: odstef.dtd.in =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/odstef.dtd.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** odstef.dtd.in 16 Jun 2002 11:53:19 -0000 1.1 --- odstef.dtd.in 3 Oct 2006 13:58:35 -0000 1.2 *************** *** 13,17 **** PUBLIC: "-//MACHINIMA//OPENDEMO ODSTEF 1.0//EN" ! SYSTEM: "http://www.machinima.com/opendemo/odstef.dtd" --> --- 13,17 ---- PUBLIC: "-//MACHINIMA//OPENDEMO ODSTEF 1.0//EN" ! SYSTEM: "@ODDTDBASE@odstef.dtd" --> |
From: Uwe G. <gi...@us...> - 2006-10-03 13:57:57
|
Update of /cvsroot/opendemo/opendemo/src/dtd In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5344 Modified Files: Makefile Log Message: rules considerably simplified Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 3 Oct 2006 09:31:16 -0000 1.9 --- Makefile 3 Oct 2006 13:57:51 -0000 1.10 *************** *** 3,35 **** include ../../Makefile.inc ! CSOURCE_Q3A=../q3a/opendemo/game/od_fields.c ! CSOURCE_RTCW=../rtcw-mp/opendemo/opendemo/od_fields.c ! CSOURCE_SOF2=../sof2/opendemo/opendemo/od_fields.c ! CSOURCE_JK2=../jk2/opendemo/opendemo/od_fields.c ! CSOURCE_STEF=../stef/opendemo/opendemo/od_fields.c ! CSOURCE=$(CSOURCE_Q3A) \ ! $(CSOURCE_RTCW) \ ! $(CSOURCE_SOF2) \ ! $(CSOURCE_JK2) \ ! $(CSOURCE_STEF) \ DTDS=odq3a.dtd odrtcw.dtd odsof2.dtd odjk2.dtd odstef.dtd ! dtd: $(DTDS) $(CSOURCE) ! ! odq3a.dtd: $(CSOURCE_Q3A) odq3a.dtd.in ! $(SRC2DTD) $(CSOURCE_Q3A) odq3a.dtd.in $@ ! ! odrtcw.dtd: $(CSCOURCE_RTCW) odrtcw.dtd.in ! $(SRC2DTD) $(CSOURCE_RTCW) odrtcw.dtd.in $@ ! ! odsof2.dtd: $(CSCOURCE_SOF2) odsof2.dtd.in ! $(SRC2DTD) $(CSOURCE_SOF2) odsof2.dtd.in $@ ! ! odjk2.dtd: $(CSCOURCE_SOF2) odjk2.dtd.in ! $(SRC2DTD) $(CSOURCE_JK2) odjk2.dtd.in $@ ! odstef.dtd: $(CSCOURCE_STEF) odstef.dtd.in ! $(SRC2DTD) $(CSOURCE_STEF) odstef.dtd.in $@ clean: --- 3,20 ---- include ../../Makefile.inc ! CSOURCE_q3a=../q3a/opendemo/game/od_fields.c ! CSOURCE_rtcw=../rtcw-mp/opendemo/opendemo/od_fields.c ! CSOURCE_sof2=../sof2/opendemo/opendemo/od_fields.c ! CSOURCE_jk2=../jk2/opendemo/opendemo/od_fields.c ! CSOURCE_stef=../stef/opendemo/opendemo/od_fields.c DTDS=odq3a.dtd odrtcw.dtd odsof2.dtd odjk2.dtd odstef.dtd ! dtd: $(DTDS) ! %.dtd: %.dtd.in $(CSOURCE_$(subst .dtd,,$(subst od,,$@))) ! $(SRC2DTD) $(CSOURCE_$(subst .dtd,,$(subst od,,$@))) $@.in temp ! $(WPU) --set ACTION=subst temp $@ ! $(RM) temp clean: |
From: Uwe G. <gi...@us...> - 2006-10-03 09:31:20
|
Update of /cvsroot/opendemo/opendemo/src/dtd In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30700 Modified Files: Makefile Log Message: upload via rsync Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo/src/dtd/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 1 Feb 2003 14:32:23 -0000 1.8 --- Makefile 3 Oct 2006 09:31:16 -0000 1.9 *************** *** 37,42 **** uploaddtd: ! for i in $(DTDS) ; do \ ! $(CURL) --upload-file $$i --user $(MILOGIN):$(MIPASSWORD) $(MI)$$i ; \ ! done --- 37,40 ---- uploaddtd: ! rsync $(DTDS) $(ODRSYNC) |
From: Uwe G. <gi...@us...> - 2006-10-03 09:23:31
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27186 Modified Files: wpurc Log Message: remove any upload stuff, which points to machinima.com Index: wpurc =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/wpurc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wpurc 8 Oct 2003 19:37:50 -0000 1.3 --- wpurc 3 Oct 2006 09:23:28 -0000 1.4 *************** *** 1,7 **** # wpu parse start /^([^=]+)="(.*)"/ - UPCOUNT="1" - UF1="machinima/index.html machinima/@OUTPUTBASE@-*.html" - UD1="@UPMIWWW@" - MYNAME="Uwe Girlich" MYEMAIL="uw...@pl..." --- 1,3 ---- |
From: Uwe G. <gi...@us...> - 2006-10-03 09:20:58
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26403 Modified Files: Makefile Log Message: don't let wpu perform the upload any more Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 29 Feb 2004 12:30:47 -0000 1.2 --- Makefile 3 Oct 2006 09:20:56 -0000 1.3 *************** *** 10,13 **** upload: ! $(WPU) --set ACTION=upload --- 10,13 ---- upload: ! $(MAKE) -C machinima $@ |
From: Uwe G. <gi...@us...> - 2006-10-03 09:19:17
|
Update of /cvsroot/opendemo/opendemo-web In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25569 Modified Files: Makefile.inc.in Log Message: rsync position to upload OD stuff to Index: Makefile.inc.in =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/Makefile.inc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.inc.in 3 Aug 2003 15:23:23 -0000 1.1 --- Makefile.inc.in 3 Oct 2006 09:19:16 -0000 1.2 *************** *** 30,33 **** --- 30,36 ---- PACKAGE=opendemo VERSION=@DATE_ORDER@ + + # Web site upload is via rsync to this place. + ODRSYNC=@ODRSYNC@ # wpu parse end |
From: Uwe G. <gi...@us...> - 2006-10-03 09:18:22
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25112 Modified Files: Makefile Log Message: Perform web site upload directly via rsync (to a place obviously no described here). Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 3 Aug 2003 15:17:00 -0000 1.1 --- Makefile 3 Oct 2006 09:18:20 -0000 1.2 *************** *** 35,36 **** --- 35,45 ---- $(RM) -f $(PACKAGE).xml + + ###################################################################### + # upload rules + + .PHONY: upload + + upload: + rsync -va $(OUTPUTBASE)-*.html index.html $(ODRSYNC) + |
From: Uwe G. <gi...@us...> - 2006-10-03 09:11:31
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22602 Modified Files: opendemo.base Log Message: move blog to blogspot, as I can't update m.com any longer Index: opendemo.base =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/opendemo.base,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** opendemo.base 29 Jan 2005 19:42:48 -0000 1.6 --- opendemo.base 3 Oct 2006 09:11:26 -0000 1.7 *************** *** 4,8 **** <!ENTITY doc.author.name "@MYNAME@"> <!ENTITY doc.author.email "@MYEMAIL@"> ! <!ENTITY doc.author.blog "http://machinima.com/opendemo/blog"> <!ENTITY doc.date "@DATE@"> <!ENTITY output.base "@OUTPUTBASE@"> --- 4,8 ---- <!ENTITY doc.author.name "@MYNAME@"> <!ENTITY doc.author.email "@MYEMAIL@"> ! <!ENTITY doc.author.blog "http://opendemo.blogspot.com"> <!ENTITY doc.date "@DATE@"> <!ENTITY output.base "@OUTPUTBASE@"> |
From: Uwe G. <gi...@us...> - 2006-08-26 13:33:18
|
Update of /cvsroot/opendemo/opendemo/tools In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14254 Modified Files: wpu Log Message: wpu 1.19 from LMPC Index: wpu =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/wpu,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** wpu 5 Aug 2006 14:56:55 -0000 1.25 --- wpu 26 Aug 2006 13:33:13 -0000 1.26 *************** *** 77,82 **** "SUBPACKAGE" => "", "STUFF" => "", ! "BANNER1" => "<!--INSERTADTHISPAGE -->", ! "BANNER2" => "<!--ACCIPITERADINSERT /SITE=PQ/GENRE=ACTION/AREA=HOSTED/AAMSZ=IAB_FULL_BANNER-->", "SIG" => "<HR> Last changed: \@DATE@, --- 77,92 ---- "SUBPACKAGE" => "", "STUFF" => "", ! "BANNER1A" => "<!--INSERTADTHISPAGE --> ! ", ! "BANNER2A" => "<!--ACCIPITERADINSERT /SITE=PQ/GENRE=ACTION/AREA=HOSTED/AAMSZ=IAB_FULL_BANNER-->", ! "BANNER1" => "", ! "BANNER2" => q{<script language="javascript" type="text/javascript"> ! document.write("<"+"script type='text/javascript' src='http://wrapper.gamespy.com/a?pagetype=pnh_content&size=728x90'>"); ! document.write("<"+"/script>"); ! </script> ! <noscript> ! <iframe valign=top WIDTH=728 HEIGHT=90 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR="#000000" SRC="http://wrapper.gamespy.com/a?pagetype=pnh_content&size=728x90&sizew=728&sizeh=90&js=false"> ! </iframe> ! </noscript>}, "SIG" => "<HR> Last changed: \@DATE@, *************** *** 339,344 **** } ! my $HtmlSceleton = "\@BANNER1@ ! <HTML> <HEAD> <TITLE>\@TITLE@</TITLE> --- 349,353 ---- } ! my $HtmlSceleton = "\@BANNER1@<HTML> <HEAD> <TITLE>\@TITLE@</TITLE> *************** *** 530,535 **** sub mainbase { ! my $HtmlSceleton = "\@BANNER1@ ! <HTML> <HEAD> <TITLE>\@HOMENAME@</TITLE> --- 539,543 ---- sub mainbase { ! my $HtmlSceleton = "\@BANNER1@<HTML> <HEAD> <TITLE>\@HOMENAME@</TITLE> |
From: Uwe G. <gi...@us...> - 2006-08-05 14:57:00
|
Update of /cvsroot/opendemo/opendemo/tools In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12204 Modified Files: wpu Log Message: copy of version 1.18 from LMPC Index: wpu =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/wpu,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** wpu 3 Mar 2006 15:16:04 -0000 1.24 --- wpu 5 Aug 2006 14:56:55 -0000 1.25 *************** *** 84,92 **** <P ALIGN=\"CENTER\"> <A HREF=\"http://www.linux.org\"> ! <IMG SRC=\"/\@BASE@/icons/FreePower2.1.gif\" ALT=\"Free LINUX Power\" > <A HREF=\"http://www.anybrowser.org/campaign/\"> <IMG ! SRC=\"/\@BASE@/icons/anybrowser3.gif\" WIDTH=\"88\" HEIGHT=\"31\" ALT=\"Best Viewed With Any Browser\" BORDER=\"0\"></A></P>", --- 84,92 ---- <P ALIGN=\"CENTER\"> <A HREF=\"http://www.linux.org\"> ! <IMG SRC=\"/\@PICSDIR@/FreePower2.1.gif\" ALT=\"Free LINUX Power\" > <A HREF=\"http://www.anybrowser.org/campaign/\"> <IMG ! SRC=\"/\@PICSDIR@/anybrowser3.gif\" WIDTH=\"88\" HEIGHT=\"31\" ALT=\"Best Viewed With Any Browser\" BORDER=\"0\"></A></P>", |
From: Uwe G. <gi...@us...> - 2006-03-03 15:16:14
|
Update of /cvsroot/opendemo/opendemo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9457 Modified Files: wpu Log Message: copy over the version from LMPC maybe something in the download page has to be corrected here as well Index: wpu =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/wpu,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** wpu 28 Aug 2004 17:02:18 -0000 1.23 --- wpu 3 Mar 2006 15:16:04 -0000 1.24 *************** *** 389,395 **** "; ! my $DownloadSceleton = "You can download everything directly from ! <A HREF=\"\@FILEPLANET@/\">FilePlanet</A> ! or look it up in the <A HREF=\"\@DOWNSF@\">SourceForge mirror list</A>. <DL> \@DOWNLOADENTRIES@ --- 389,394 ---- "; ! my $DownloadSceleton = "You can download everything from ! <A HREF=\"\@FILEPLANET@/\">FilePlanet</A> or <A HREF=\"\@SOURCEFORGE@\">SourceForge</A>. <DL> \@DOWNLOADENTRIES@ *************** *** 431,440 **** $name = $values{"DF$count"}; $desc = $values{"DD$count"}; ! $output .= "<DT><TT>$name</TT> from <A HREF=\"\@DOWNFP\@$name\">FilePlanet</A> ! or the ! <A HREF=\"\@DOWNSF@\">SourceForge mirror list</A> <DD>$desc "; } $values{"DOWNLOADENTRIES"} = $output; --- 430,440 ---- $name = $values{"DF$count"}; $desc = $values{"DD$count"}; ! $output .= "<DT><TT>$name</TT>: get it from <A HREF=\"\@DOWNFP\@$name\">FilePlanet</A> ! or ! <A HREF=\"\@DOWNSF\@$name\">SourceForge</A>. <DD>$desc "; + } $values{"DOWNLOADENTRIES"} = $output; |
From: Uwe G. <gi...@us...> - 2005-02-09 20:19:43
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25002 Modified Files: OdGui.pm Log Message: Implement File Open Button Close File Button now removes cut list entries too. Index: OdGui.pm =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGui.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OdGui.pm 9 Feb 2005 19:44:45 -0000 1.6 --- OdGui.pm 9 Feb 2005 20:19:33 -0000 1.7 *************** *** 49,52 **** --- 49,53 ---- EVT_BUTTON($self,$self->{fileToCutList},\&OnFileToCutList); + EVT_BUTTON($self,$self->{fileOpen},\&OnFileOpen); EVT_BUTTON($self,$self->{fileClose},\&OnFileClose); EVT_GRID_SELECT_CELL($self->{gridFiles},\&OnSelectFileCell); *************** *** 285,288 **** --- 286,301 ---- # close the desired file $self->do_command(odcommand->new("c " . $file)); + my $gridCut = $self->{gridCut}; + my $remove = 0; + do { + $remove = 0; + for (my $row=0;$row<$gridCut->GetNumberRows();$row++) { + if ($gridCut->GetCellValue($row,0) eq $file) { + $gridCut->DeleteRows($row,1,1); + $remove = 1; + last; + } + } + } while ($remove); } $self->UpdateGUI(); |
From: Uwe G. <gi...@us...> - 2005-02-09 20:18:15
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24327 Modified Files: OdGuiGlade.wxg Log Message: Add open file button. Expand close file tool tip. Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OdGuiGlade.wxg 9 Feb 2005 19:43:53 -0000 1.5 --- OdGuiGlade.wxg 9 Feb 2005 20:18:03 -0000 1.6 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 20:12:36 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 21:16:12 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> *************** *** 387,392 **** <border>0</border> <option>0</option> <object class="wxButton" name="fileClose" base="EditButton"> ! <tooltip>Close the selected file.</tooltip> <label>Close</label> </object> --- 387,400 ---- <border>0</border> <option>0</option> + <object class="wxButton" name="fileOpen" base="EditButton"> + <tooltip>Open an Input File.</tooltip> + <label>Open</label> + </object> + </object> + <object class="sizeritem"> + <border>0</border> + <option>0</option> <object class="wxButton" name="fileClose" base="EditButton"> ! <tooltip>Close the selected Input File\nand all of its Cut List entries.</tooltip> <label>Close</label> </object> |
From: Uwe G. <gi...@us...> - 2005-02-09 19:44:54
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9795 Modified Files: OdGui.pm Log Message: implement help window eliminate double help help window start takes much too long Index: OdGui.pm =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGui.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OdGui.pm 9 Feb 2005 18:12:11 -0000 1.5 --- OdGui.pm 9 Feb 2005 19:44:45 -0000 1.6 *************** *** 12,15 **** --- 12,16 ---- use Cwd qw(getcwd); use File::Basename qw(fileparse); + use IO::File; sub new *************** *** 38,41 **** --- 39,43 ---- EVT_MENU($self,5,\&OnExit); EVT_MENU($self,21,\&OnAboutStart); + EVT_MENU($self,22,\&OnHelp); EVT_CLOSE($self,\&OnClose); *************** *** 365,368 **** --- 367,371 ---- } + sub OnAboutStart($) { *************** *** 373,376 **** --- 376,426 ---- } + + sub OnHelp($) + { + my $self = shift; + if (!exists $self->{helpFrame}) { + + # $self->{helpFrame} = OdGuiHelpFrame->new($self); + $self->{helpFrame} = Wx::Frame->new($self, -1, "Help - OpenDemo Cutter"); + + # EVT_BUTTON($self->{helpFrame},$self->{helpFrame}->{helpClose},\&OnHelpClose); + EVT_CLOSE($self->{helpFrame},\&OnHelpClose); + + # my $html_window = Wx::HtmlWindow->new($self->{helpFrame}->{helpPanel}, -1); + my $html_window = Wx::HtmlWindow->new($self->{helpFrame}, -1); + + # TODO It would be more portable, if Pod::Html would be used directly. + # The current solution involves pipe redirecting and forking some + # external program, which may not be available on all system. + # my $parser = new Pod::Html(); + # $parser->parse_from_file($0); + my $command = "pod2html $0"; + my $fh = IO::File->new("$command|"); + if ($fh) { + while (<$fh>) { + $html_window->AppendToPage($_); + } + $fh->close(); + } + else { + $html_window->SetPage("<html><body>Could not call $command:<br>$!.</body></html>"); + } + } + + $self->{helpFrame}->Show(1); + + } + + + sub OnHelpClose($) + { + my $help = shift; + $help->Show(0); + delete $help->GetParent()->{helpFrame}; + $help->Destroy(); + } + + sub OnClose { |
From: Uwe G. <gi...@us...> - 2005-02-09 19:44:02
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9534 Modified Files: OdGuiGlade.wxg Log Message: add frame for help window (currently unused). Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OdGuiGlade.wxg 9 Feb 2005 18:11:19 -0000 1.4 --- OdGuiGlade.wxg 9 Feb 2005 19:43:53 -0000 1.5 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 18:20:41 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 20:12:36 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> *************** *** 11,15 **** <object class="wxMenuBar" name="menuBar" base="EditMenuBar"> <menus> ! <menu name="file_menu" label="&File"> <item> <label>&Open</label> --- 11,15 ---- <object class="wxMenuBar" name="menuBar" base="EditMenuBar"> <menus> ! <menu name="" label="&File"> <item> <label>&Open</label> *************** *** 35,43 **** <label>&Exit</label> <id>5</id> - <name>hallo</name> <help_str>Exit the program</help_str> </item> </menu> ! <menu name="action_menu" label="&Action"> <item> <label>Game Start</label> --- 35,42 ---- <label>&Exit</label> <id>5</id> <help_str>Exit the program</help_str> </item> </menu> ! <menu name="" label="&Action"> <item> <label>Game Start</label> *************** *** 86,90 **** </item> </menu> ! <menu name="help_meu" label="&Help"> <item> <label>&About</label> --- 85,89 ---- </item> </menu> ! <menu name="" label="&Help"> <item> <label>&About</label> *************** *** 476,478 **** --- 475,523 ---- </object> </object> + <object class="OdGuiHelpFrame" name="helpFrame" base="EditFrame"> + <style>wxDEFAULT_FRAME_STYLE</style> + <title>Help - OpenDemo Cutter</title> + <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer"> + <orient>wxVERTICAL</orient> + <object class="sizeritem"> + <flag>wxEXPAND</flag> + <border>0</border> + <option>1</option> + <object class="wxPanel" name="panel_1" base="EditPanel"> + <style>wxTAB_TRAVERSAL</style> + <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer"> + <orient>wxVERTICAL</orient> + <object class="sizeritem"> + <flag>wxEXPAND</flag> + <border>0</border> + <option>0</option> + <object class="wxPanel" name="panel_2" base="EditPanel"> + <style>wxTAB_TRAVERSAL</style> + <object class="wxBoxSizer" name="sizer_4" base="EditBoxSizer"> + <orient>wxHORIZONTAL</orient> + <object class="sizeritem"> + <border>0</border> + <option>0</option> + <object class="wxButton" name="helpClose" base="EditButton"> + <tooltip>Close the HTML Help window.</tooltip> + <label>Close</label> + <id>wxID_OK</id> + </object> + </object> + </object> + </object> + </object> + <object class="sizeritem"> + <flag>wxEXPAND</flag> + <border>0</border> + <option>1</option> + <object class="wxPanel" name="helpPanel" base="EditPanel"> + <style>wxTAB_TRAVERSAL</style> + </object> + </object> + </object> + </object> + </object> + </object> + </object> </application> |
From: Uwe G. <gi...@us...> - 2005-02-09 18:12:20
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3924 Modified Files: OdGui.pm Log Message: Implemented Cut List Up and Cut List Down Cut List Copy copies at the current position and not at the end Index: OdGui.pm =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGui.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OdGui.pm 8 Feb 2005 21:13:26 -0000 1.4 --- OdGui.pm 9 Feb 2005 18:12:11 -0000 1.5 *************** *** 42,45 **** --- 42,47 ---- EVT_BUTTON($self,$self->{cutListCopy},\&OnCutListCopy); + EVT_BUTTON($self,$self->{cutListDown},\&OnCutListDown); + EVT_BUTTON($self,$self->{cutListUp},\&OnCutListUp); EVT_BUTTON($self,$self->{cutListDelete},\&OnCutListDelete); *************** *** 55,82 **** ! sub OnCutListDelete($) { ! my $self = shift; ! my $grid = $self->{gridCut}; ! my $remove = 0; ! do { ! $remove = 0; ! my @rows = $grid->GetSelectedRows(); ! foreach my $row (@rows) { ! $grid->DeleteRows($row,1,1); ! $remove++; ! # It is much to dangerous to delete more than ! # one row. ! last; ! } ! } while ($remove); } ! sub gridAddRow($@) { my $grid = shift; ! $grid->AppendRows(1, 1); ! my $row = $grid->GetNumberRows() - 1; my $col = 0; foreach my $value (@_) { --- 57,77 ---- ! sub gridGetRow($$) { ! my $grid = shift; ! my $row = shift; ! my @values = (); ! for (my $col=0;$col<$grid->GetNumberRows();$col++) { ! # printf STDERR "(%d,%d)\n", $row, $col; ! $values[$col] = $grid->GetCellValue($row,$col); ! } ! return @values; } ! sub gridSetRow($$@) { my $grid = shift; ! my $row = shift; my $col = 0; foreach my $value (@_) { *************** *** 88,91 **** --- 83,146 ---- + sub gridAddRow($@) + { + my $grid = shift; + $grid->AppendRows(1, 1); + my $row = $grid->GetNumberRows() - 1; + gridSetRow($grid,$row,@_); + } + + + sub gridInsertRow($$@) + { + my $grid = shift; + my $row = shift; + $grid->InsertRows($row, 1, 1); + gridSetRow($grid,$row,@_); + } + + + sub gridExchangeRows($$$) + { + my ($grid, $row1, $row2) = @_; + + my @copy = gridGetRow($grid,$row1); + gridSetRow($grid,$row1,gridGetRow($grid,$row2)); + gridSetRow($grid,$row2,@copy); + } + + + sub cutListExchangeRel($$) + { + my ($self,$rel) = @_; + my $grid = $self->{gridCut}; + my @rows = $grid->GetSelectedRows(); + if (@rows) { + my $row1 = $rows[0]; + my $row2 = $row1 + $rel; + if ( + $row1>=0 && $row2>=0 && + $row1<$grid->GetNumberRows() && $row2<$grid->GetNumberRows()) { + gridExchangeRows($grid,$row1,$row2); + $grid->SelectRow($row2, 0); + } + } + } + + + sub OnCutListUp($) + { + my $self = shift; + $self->cutListExchangeRel(-1); + } + + + sub OnCutListDown($) + { + my $self = shift; + $self->cutListExchangeRel(1); + } + + sub OnCutListCopy($) { *************** *** 95,109 **** if (@rows) { my $row = $rows[0]; ! gridAddRow($grid, ! ! $grid->GetCellValue($row,0), ! $grid->GetCellValue($row,1), ! $grid->GetCellValue($row,2), ! $grid->GetCellValue($row,3) ! ); } } { my $prevdir; --- 150,184 ---- if (@rows) { my $row = $rows[0]; ! gridInsertRow( ! $grid, ! $row+1, ! $grid->GetCellValue($row,0), ! $grid->GetCellValue($row,1), ! $grid->GetCellValue($row,2), ! $grid->GetCellValue($row,3) ! ); } } + sub OnCutListDelete($) + { + my $self = shift; + my $grid = $self->{gridCut}; + my $remove = 0; + do { + $remove = 0; + my @rows = $grid->GetSelectedRows(); + foreach my $row (@rows) { + $grid->DeleteRows($row,1,1); + $remove++; + # It is much to dangerous to delete more than + # one row. + last; + } + } while ($remove); + } + + { my $prevdir; *************** *** 181,188 **** my @files = getSelectedFiles($gridFiles); foreach my $filename (@files) { ! printf STDERR "selected is $filename\n"; foreach my $file ($output->get_files()) { if ($filename eq $file->name()) { ! gridAddRow($gridCut, $file->name(),0,$file->snapshotc()-1,1); } } --- 256,269 ---- my @files = getSelectedFiles($gridFiles); foreach my $filename (@files) { ! # printf STDERR "selected is $filename\n"; foreach my $file ($output->get_files()) { if ($filename eq $file->name()) { ! gridAddRow( ! $gridCut, ! $file->name(), ! 0, ! $file->snapshotc()-1, ! 1 ! ); } } |
From: Uwe G. <gi...@us...> - 2005-02-09 18:11:27
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3675 Modified Files: OdGuiGlade.wxg Log Message: removed file list to play area button Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OdGuiGlade.wxg 8 Feb 2005 21:12:10 -0000 1.3 --- OdGuiGlade.wxg 9 Feb 2005 18:11:19 -0000 1.4 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Tue Feb 8 21:57:26 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 18:20:41 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> *************** *** 380,391 **** <border>0</border> <option>0</option> - <object class="wxButton" name="fileToPlayArea" base="EditButton"> - <tooltip>Copy the selected Input File entry into the Play Area.</tooltip> - <label>To Play Area</label> - </object> - </object> - <object class="sizeritem"> - <border>0</border> - <option>0</option> <object class="wxButton" name="fileToCutList" base="EditButton"> <tooltip>Copy the selected Input File entry into the Cut List.</tooltip> --- 380,383 ---- |
From: Uwe G. <gi...@us...> - 2005-02-08 21:13:59
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv989 Modified Files: OdGui.pm Log Message: implement file->cut list cut list delete cut list copy Index: OdGui.pm =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGui.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OdGui.pm 8 Feb 2005 20:22:43 -0000 1.3 --- OdGui.pm 8 Feb 2005 21:13:26 -0000 1.4 *************** *** 41,44 **** --- 41,48 ---- EVT_CLOSE($self,\&OnClose); + EVT_BUTTON($self,$self->{cutListCopy},\&OnCutListCopy); + EVT_BUTTON($self,$self->{cutListDelete},\&OnCutListDelete); + + EVT_BUTTON($self,$self->{fileToCutList},\&OnFileToCutList); EVT_BUTTON($self,$self->{fileClose},\&OnFileClose); EVT_GRID_SELECT_CELL($self->{gridFiles},\&OnSelectFileCell); *************** *** 51,54 **** --- 55,109 ---- + sub OnCutListDelete($) + { + my $self = shift; + my $grid = $self->{gridCut}; + my $remove = 0; + do { + $remove = 0; + my @rows = $grid->GetSelectedRows(); + foreach my $row (@rows) { + $grid->DeleteRows($row,1,1); + $remove++; + # It is much to dangerous to delete more than + # one row. + last; + } + } while ($remove); + } + + + sub gridAddRow($@) + { + my $grid = shift; + $grid->AppendRows(1, 1); + my $row = $grid->GetNumberRows() - 1; + my $col = 0; + foreach my $value (@_) { + $grid->SetCellValue($row,$col,$value); + $col++; + } + $grid->SetReadOnly($row,0); + } + + + sub OnCutListCopy($) + { + my $self = shift; + my $grid = $self->{gridCut}; + my @rows = $grid->GetSelectedRows(); + if (@rows) { + my $row = $rows[0]; + gridAddRow($grid, + + $grid->GetCellValue($row,0), + $grid->GetCellValue($row,1), + $grid->GetCellValue($row,2), + $grid->GetCellValue($row,3) + ); + } + } + + { my $prevdir; *************** *** 103,110 **** ! sub OnFileClose($) { ! my ($self) = @_; ! my $grid = $self->{gridFiles}; my %files; my @rows = $grid->GetSelectedRows(); --- 158,164 ---- ! sub getSelectedFiles($) { ! my $grid = shift; my %files; my @rows = $grid->GetSelectedRows(); *************** *** 115,120 **** } } ! if (%files) { ! foreach my $file (keys %files) { # printf STDERR "close file: %s\n", $file; --- 169,201 ---- } } ! return keys %files; ! } ! ! ! sub OnFileToCutList($) ! { ! my $self = shift; ! my $gridFiles = $self->{gridFiles}; ! my $gridCut = $self->{gridCut}; ! my $output = $self->{output}; ! my @files = getSelectedFiles($gridFiles); ! foreach my $filename (@files) { ! printf STDERR "selected is $filename\n"; ! foreach my $file ($output->get_files()) { ! if ($filename eq $file->name()) { ! gridAddRow($gridCut, $file->name(),0,$file->snapshotc()-1,1); ! } ! } ! } ! } ! ! ! sub OnFileClose($) ! { ! my ($self) = @_; ! my $grid = $self->{gridFiles}; ! my @files = getSelectedFiles($grid); ! if (@files) { ! foreach my $file (@files) { # printf STDERR "close file: %s\n", $file; |
From: Uwe G. <gi...@us...> - 2005-02-08 21:12:57
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv472 Modified Files: OdGuiGlade.wxg Log Message: more buttons with correct names Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OdGuiGlade.wxg 8 Feb 2005 19:10:08 -0000 1.2 --- OdGuiGlade.wxg 8 Feb 2005 21:12:10 -0000 1.3 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Tue Feb 8 19:57:22 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Tue Feb 8 21:57:26 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> *************** *** 301,305 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_9" base="EditButton"> <tooltip>Copy the selected Cut List entry into the Play Area.</tooltip> <label>To Play Area</label> --- 301,305 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListToPlayArea" base="EditButton"> <tooltip>Copy the selected Cut List entry into the Play Area.</tooltip> <label>To Play Area</label> *************** *** 309,313 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_10" base="EditButton"> <tooltip>Move the selected Cut List entry up.</tooltip> <label>Up</label> --- 309,313 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListUp" base="EditButton"> <tooltip>Move the selected Cut List entry up.</tooltip> <label>Up</label> *************** *** 317,321 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_11" base="EditButton"> <tooltip>Move the selected Cut List entry down.</tooltip> <label>Down</label> --- 317,321 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListDown" base="EditButton"> <tooltip>Move the selected Cut List entry down.</tooltip> <label>Down</label> *************** *** 325,329 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_13" base="EditButton"> <tooltip>Make of Copy of the selected Cut List entry.</tooltip> <label>Copy</label> --- 325,329 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListCopy" base="EditButton"> <tooltip>Make of Copy of the selected Cut List entry.</tooltip> <label>Copy</label> *************** *** 333,337 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_12" base="EditButton"> <tooltip>Delete the selected Cut List entry.</tooltip> <label>Delete</label> --- 333,337 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListDelete" base="EditButton"> <tooltip>Delete the selected Cut List entry.</tooltip> <label>Delete</label> *************** *** 380,384 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_14" base="EditButton"> <tooltip>Copy the selected Input File entry into the Play Area.</tooltip> <label>To Play Area</label> --- 380,384 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="fileToPlayArea" base="EditButton"> <tooltip>Copy the selected Input File entry into the Play Area.</tooltip> <label>To Play Area</label> *************** *** 388,392 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_15" base="EditButton"> <tooltip>Copy the selected Input File entry into the Cut List.</tooltip> <label>To Cut List</label> --- 388,392 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="fileToCutList" base="EditButton"> <tooltip>Copy the selected Input File entry into the Cut List.</tooltip> <label>To Cut List</label> |