bigtinker 0.95 → 0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Readme.txt +20 -7
- data/code/superant.com.rwdaddresses/0uninstallapplet.rb +14 -0
- data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +24 -0
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
- data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
- data/code/{superant.com.schedule → superant.com.rwdaddresses}/loadconfigurationrecord.rb +4 -4
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +15 -0
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
- data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +10 -0
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
- data/code/{superant.com.schedule → superant.com.rwdaddresses}/test_cases.rb +10 -10
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +30 -0
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
- data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
- data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
- data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
- data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
- data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/fadd.rb +10 -0
- data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
- data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
- data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
- data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +16 -0
- data/code/superant.com.rwdcalc/listscripts.rb +13 -0
- data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
- data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
- data/code/superant.com.rwdcalc/playscript.rb +22 -0
- data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
- data/code/{superant.com.rwdshell/returntomain.rb → superant.com.rwdcalc/runrwdcalcwindow.rb} +9 -9
- data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
- data/code/{superant.com.schedule/rwdmoviesversion.rb → superant.com.rwdcalc/rwdcalcversion.rb} +2 -2
- data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
- data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
- data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
- data/code/superant.com.rwdcalc/uninstallapplet.rb +31 -0
- data/code/superant.com.rwdcalc/viewscript.rb +18 -0
- data/code/superant.com.rwdshell/0runrefreshacpi.rb +7 -0
- data/code/superant.com.rwdshell/0uninstallapplet.rb +7 -7
- data/code/superant.com.rwdshell/helptexthashshell.rb +13 -1
- data/code/superant.com.rwdshell/loadconfigurationrecord.rb +3 -3
- data/code/superant.com.rwdshell/loadconfigurationvariables.rb +2 -2
- data/code/superant.com.rwdshell/openhelpwindowshell.rb +3 -1
- data/code/superant.com.rwdshell/refresh.rb +19 -0
- data/code/superant.com.rwdshell/refreshacpi.rb +16 -0
- data/code/superant.com.rwdshell/rubyeval.rb +15 -20
- data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +3 -3
- data/code/superant.com.rwdshell/runrwdshellwindow.rb +2 -2
- data/code/superant.com.rwdshell/rwdtinkerversion.rb +2 -2
- data/code/superant.com.rwdshell/saveconfigurationrecord.rb +1 -1
- data/code/superant.com.rwdshell/test_cases.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +39 -34
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +8 -6
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
- data/configuration/bigtinker.dist +2 -2
- data/configuration/language.dist +2 -2
- data/configuration/rwdapplicationidentity.dist +1 -1
- data/configuration/rwdtinker.dist +4 -7
- data/configuration/rwdwaddresses.dist +24 -0
- data/configuration/rwdwcalc.dist +19 -0
- data/configuration/rwdwruby.dist +24 -0
- data/configuration/tinkerwin2variables.dist +8 -7
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.ashellscripts/1appname.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.ashellscripts/1rwdrubyeval.rwd +2 -1
- data/gui/tinkerbackwindows/superant.com.ashellscripts/2arubyeval.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.refreshacpi/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.refreshacpi/2rwdrefresh.rwd +14 -0
- data/gui/tinkerbackwindows/superant.com.refreshacpi/3rwdacpirefresh.rwd +14 -0
- data/gui/tinkerbackwindows/superant.com.refreshacpi/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/{superant.com.rwdschedules/zvbackend.rwd → superant.com.refreshacpi/z9end.rwd} +6 -6
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/{superant.com.rwdschedulesback/zvbackend.rwd → superant.com.rwdaddresses/9end.rwd} +6 -6
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
- data/gui/tinkerbackwindows/{superant.com.rwdschedulebackwindow → superant.com.rwdaddressessyncbackwindow}/70rwddiagnostics.rwd +23 -16
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
- data/gui/tinkerbackwindows/{superant.com.rwdschedules/m01menubegin.rwd → superant.com.rwdaddressessyncbackwindow/95jumplink.rwd} +2 -5
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
- data/gui/tinkerbackwindows/{superant.com.rwdschedulebackwindow → superant.com.rwdaddressessyncbackwindow}/zvbackend.rwd +6 -6
- data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +24 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
- data/gui/tinkerbackwindows/{superant.com.rwdschedulesback/m01menubegin.rwd → superant.com.rwdcalc/77jumplinkcommands.rwd} +4 -5
- data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/init.rb +5 -0
- data/installed/rwdaddressesdata2.inf +7 -0
- data/installed/{rwdshelldata1.inf → rwdrubydata1.inf} +1 -1
- data/installed/rwdwaddresses.inf +13 -0
- data/installed/rwdwcalc.inf +10 -0
- data/installed/rwdwruby.inf +12 -0
- data/lang/en/rwdcore/languagefile.rb +1 -0
- data/lang/es/rwdcore/languagefile-es.rb +1 -0
- data/lang/fr/rwdcore/languagefile.rb +1 -0
- data/lang/jp/rwdcore/languagefile.rb +1 -0
- data/lang/nl/rwdcore/languagefile.rb +1 -0
- data/lib/rconftool.rb +13 -6
- data/lib/rwd/net.rb +15 -4
- data/lib/rwd/ruby.rb +1 -1
- data/lib/rwd/rwd.rb +103 -620
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/rwdtinker/rwdtinkertools.rb +24 -0
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +8 -0
- data/names/Angelina Jolie.vcf +8 -0
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +5 -0
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +7 -0
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +272 -0
- data/rwd_files/HowTo_BigTinker.txt +11 -0
- data/rwd_files/{HowTo_Shell.txt → HowTo_Ruby.txt} +35 -4
- data/rwd_files/HowTo_RwdCalc.txt +127 -0
- data/rwd_files/HowTo_Tinker.txt +17 -1
- data/rwd_files/contacttmp.jpg +0 -0
- data/rwd_files/log/rwdtinker.log +2 -0
- data/rwdconfig.dist +14 -13
- data/scripts/test02.math +2 -0
- data/tests/{makedist-rwdwhypernote.rb → makedist-rwdwaddesses.rb} +3 -3
- data/tests/makedist-rwdwcalc.rb +58 -0
- data/tests/{makedist-rwdwshell.rb → makedist-rwdwruby.rb} +7 -5
- data/tests/makedist.rb +1 -1
- data/updates/temp.rb +1 -0
- data/zips/{rwdwaddresses-1.05.zip → rwdwaddresses-1.07.zip} +0 -0
- data/zips/rwdwcalc-0.63.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/{rwdwgutenberg-0.09.zip → rwdwgutenberg-0.11.zip} +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwruby-1.08.zip +0 -0
- data/zips/{rwdwschedule-1.04.zip → rwdwschedule-1.05.zip} +0 -0
- data/zips/rwdwtorrent-0.07.zip +0 -0
- data/zips/wrubyslippers-1.07.zip +0 -0
- metadata +148 -103
- data/code/superant.com.rwdcalendar/gh9calendar.rb +0 -40
- data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +0 -14
- data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +0 -17
- data/code/superant.com.schedule/0uninstallapplet.rb +0 -15
- data/code/superant.com.schedule/archiveevent.rb +0 -14
- data/code/superant.com.schedule/archiveicsevent.rb +0 -14
- data/code/superant.com.schedule/cleareventscreendisplay.rb +0 -19
- data/code/superant.com.schedule/deleteeventrecord.rb +0 -19
- data/code/superant.com.schedule/deleteicseventrecord.rb +0 -19
- data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +0 -20
- data/code/superant.com.schedule/downloadrwdschedulefiles.rb +0 -37
- data/code/superant.com.schedule/exporticseventrecord.rb +0 -97
- data/code/superant.com.schedule/helptexthashrwdschedule.rb +0 -82
- data/code/superant.com.schedule/listeventdates.rb +0 -19
- data/code/superant.com.schedule/listicseventdates.rb +0 -19
- data/code/superant.com.schedule/loadconfigurationvariables.rb +0 -14
- data/code/superant.com.schedule/loadeventrecord.rb +0 -38
- data/code/superant.com.schedule/loadicseventrecord.rb +0 -30
- data/code/superant.com.schedule/openhelpwindowrwdschedule.rb +0 -43
- data/code/superant.com.schedule/renameeventdata.rb +0 -14
- data/code/superant.com.schedule/renameicseventdata.rb +0 -17
- data/code/superant.com.schedule/returntomain.rb +0 -10
- data/code/superant.com.schedule/runrwdscheduleicsbackwindow.rb +0 -10
- data/code/superant.com.schedule/runrwdschedulemenu1.rb +0 -34
- data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +0 -10
- data/code/superant.com.schedule/saveconfigurationrecord.rb +0 -19
- data/code/superant.com.schedule/saveeventrecord.rb +0 -25
- data/code/superant.com.schedule/saveicseventrecord.rb +0 -98
- data/code/superant.com.schedule/syncrwdschedule.rb +0 -30
- data/code/superant.com.schedule/uploadrwdschedulefiles.rb +0 -30
- data/code/superant.com.schedule/viewevent.rb +0 -20
- data/code/superant.com.schedule/viewicsevent.rb +0 -20
- data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +0 -21
- data/configuration/rwdwschedule-1.04.dist +0 -25
- data/configuration/rwdwshell-1.04.dist +0 -16
- data/extras/cal.rb +0 -158
- data/extras/icalendar/base.rb +0 -17
- data/extras/icalendar/calendar.rb +0 -44
- data/extras/icalendar/calendar_parser.rb +0 -237
- data/extras/icalendar/component/alarm.rb +0 -16
- data/extras/icalendar/component/event.rb +0 -25
- data/extras/icalendar/component/freebusy.rb +0 -12
- data/extras/icalendar/component/journal.rb +0 -25
- data/extras/icalendar/component/timezone.rb +0 -26
- data/extras/icalendar/component/todo.rb +0 -21
- data/extras/icalendar/component.rb +0 -91
- data/extras/icalendar/helpers.rb +0 -103
- data/extras/icalendar/parameter.rb +0 -25
- data/extras/icalendar.rb +0 -18
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +0 -5
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +0 -45
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +0 -29
- data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +0 -18
- data/gui/tinkerbackwindows/superant.com.rwdschedules/1appname.rwd +0 -5
- data/gui/tinkerbackwindows/superant.com.rwdschedules/gg0viewevent.rwd +0 -27
- data/gui/tinkerbackwindows/superant.com.rwdschedules/gl6editrecord.rwd +0 -56
- data/gui/tinkerbackwindows/superant.com.rwdschedules/gl8contactutilities.rwd +0 -25
- data/gui/tinkerbackwindows/superant.com.rwdschedules/hl9calendar.rwd +0 -27
- data/gui/tinkerbackwindows/superant.com.rwdschedulesback/1appname.rwd +0 -5
- data/gui/tinkerbackwindows/superant.com.rwdschedulesback/30viewevent.rwd +0 -27
- data/gui/tinkerbackwindows/superant.com.rwdschedulesback/40editrecord.rwd +0 -49
- data/gui/tinkerbackwindows/superant.com.rwdschedulesback/60eventicsutilities.rwd +0 -25
- data/installed/rwdscheduledate2.inf +0 -6
- data/installed/rwdwschedule-1.04.inf +0 -17
- data/installed/rwdwshell-1.04.inf +0 -11
- data/lang/en/rwdcalendar/calendar-en.rb +0 -6
- data/lang/es/rwdcalendar/calendar-nl.rb +0 -6
- data/lang/nl/rwdcalendar/calendar-nl.rb +0 -6
- data/rwd_files/HowTo_RubyEval.html +0 -80
- data/rwd_files/HowTo_Schedule.txt +0 -257
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/44listplayscripts.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/45listscripts.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/46editscriptrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listplayscripts.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listscripts.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/3editscripts.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/4scriptutilities.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/6rwdshelleval.rwd +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"Viewnamedata\" caption=\"View Contact\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewnamedata\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
|
|
10
|
+
<horizontal>
|
|
11
|
+
<button caption=\"Open\" action=\"viewnamedata\"/>
|
|
12
|
+
<button caption=\"View Photo\" action=\"viewcontactphoto\"/>
|
|
13
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
14
|
+
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
"
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<table>
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<p>%viewnamedatadisplay%</p>
|
|
8
|
+
</table>
|
|
9
|
+
<table>
|
|
10
|
+
<image src=\"contacttmp.jpg\"></image>
|
|
11
|
+
</table>
|
|
12
|
+
<table>
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"List Contacts\" action=\"listnamerecordfiles\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
<p>%%listnamerecordfilesresult%%</p>
|
|
17
|
+
</table>
|
|
18
|
+
</tab>"
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"editnamerecordfile\" caption=\"Edit Contact\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p> </row>
|
|
6
|
+
<row> <p align=\"right\">You can create a new record here or edit one</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Fill Record\" action=\"loadnamerecord\"/>
|
|
10
|
+
<button caption=\"Save Changes\" action=\"createnewnamerecord\"/>
|
|
11
|
+
<button caption=\"Clear\" action=\"clearnamescreendisplay\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<row> <p align=\"right\">FileName:</p> <text size=50 name=\"a_filename\"/> </row>
|
|
20
|
+
<row> <p align=\"right\">Contact Name:</p> <text size=70 name=\"a_name\"/> </row>
|
|
21
|
+
<row> <p align=\"right\">Address:</p> <text size=70 name=\"a_address\"/> </row>
|
|
22
|
+
<row> <p align=\"right\">CityStateZip:</p> <text size=70 name=\"a_citystatezip\"/> </row>
|
|
23
|
+
<row> <p align=\"right\">Phone:</p> <text size=70 name=\"a_phone\"/> </row>
|
|
24
|
+
<row> <p align=\"right\">Email:</p> <text size=70 name=\"a_email\"/> </row>
|
|
25
|
+
<row> <p align=\"right\">Comment1:</p> <text size=70 name=\"a_comment1\"/> </row>
|
|
26
|
+
<row> <p align=\"right\">Comment2:</p> <text size=70 name=\"a_comment2\"/> </row>
|
|
27
|
+
<row> <p align=\"right\">Comment3:</p> <text size=70 name=\"a_comment3\"/> </row>
|
|
28
|
+
|
|
29
|
+
</table>
|
|
30
|
+
<horizontal>
|
|
31
|
+
<button caption=\"Export vCard\" action=\"savevcardrecord\"/>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
</horizontal>
|
|
35
|
+
<p>%extranamedatadisplay%</p>
|
|
36
|
+
<p>
|
|
37
|
+
<p>%createnewnamerecorddisplay%</p>
|
|
38
|
+
</tab>"
|
|
39
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"Viewvcardrecord\" caption=\"View vCard Record\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewvcarddata\"/> </row>
|
|
7
|
+
|
|
8
|
+
</table>
|
|
9
|
+
|
|
10
|
+
<horizontal>
|
|
11
|
+
<button caption=\"Open\" action=\"viewvcarddata\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
13
|
+
|
|
14
|
+
</horizontal>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<table>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<p>%viewvcarddatadisplay%</p>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
</table>
|
|
24
|
+
<horizontal>
|
|
25
|
+
<button caption=\"List vCard Records\" action=\"listvcardrecordfiles\"/>
|
|
26
|
+
</horizontal>
|
|
27
|
+
<p>%%listvcardrecordfilesresult%%</p>
|
|
28
|
+
|
|
29
|
+
</tab>"
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"contactutilitiesrwdaddresses\" caption=\"Contact Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Contact Name:</p> <text name=\"a_viewnamedata\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text name=\"a_changenamedata\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Record\" action=\"changenamedata\"/>
|
|
13
|
+
<button caption=\"Delete Record\" action=\"deletecontactrecord\"/>
|
|
14
|
+
</horizontal>
|
|
15
|
+
<table>
|
|
16
|
+
|
|
17
|
+
<row> <p align=\"right\">Photo Name:</p> <text name=\"a_tmpphotoname\"/> </row>
|
|
18
|
+
</table>
|
|
19
|
+
|
|
20
|
+
<horizontal>
|
|
21
|
+
<button caption=\"Attach Photo\" action=\"attachtmpcontactphoto\"/>
|
|
22
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
23
|
+
</horizontal>
|
|
24
|
+
|
|
25
|
+
<horizontal>
|
|
26
|
+
<button caption=\"List Contacts\" action=\"listnamerecordfiles\"/>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<button caption=\"List Photos\" action=\"viewtmpcontactphoto\"/>
|
|
30
|
+
</horizontal>
|
|
31
|
+
|
|
32
|
+
<p>%%listnamerecordfilesresult%%</p>
|
|
33
|
+
<p>%%listphotosfromtmp%%</p>
|
|
34
|
+
</tab>"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=selectiontab caption=#{Message[:selection_tab]}>
|
|
4
|
+
<horizontal>
|
|
5
|
+
<button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
|
|
6
|
+
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
</tab>
|
|
17
|
+
"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
$rwdguivar=
|
|
2
|
-
"
|
|
3
|
-
</tabs>
|
|
4
|
-
</window>"
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
</tabs>
|
|
4
|
+
</window>"
|
|
5
|
+
|
|
6
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdaddressessynctasks\" caption=\"Rwdaddresses Sync Functions\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
<table>
|
|
7
|
+
<row> <p align=\"right\"> </row>
|
|
8
|
+
<row> <p align=\"right\">Upload Contact records to a ftp server to sync </row>
|
|
9
|
+
|
|
10
|
+
<row> <p align=\"right\">Set your ftp details in the configuration file </row>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
</table>
|
|
14
|
+
|
|
15
|
+
<horizontal>
|
|
16
|
+
<button caption=\"Download contact files from ftp site\" action=\"downloadrwdaddressfiles\"/>
|
|
17
|
+
<button caption=\"Upload contact files to ftp site\" action=\"uploadrwdaddressfiles\"/>
|
|
18
|
+
</horizontal>
|
|
19
|
+
<horizontal>
|
|
20
|
+
<button caption=\"Delete local update files\" action=\"deleterwdaddressesupdatefiles\"/>
|
|
21
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<p>%rwdaddressesftpdisplay%</p>
|
|
25
|
+
|
|
26
|
+
<table>
|
|
27
|
+
<row> <p align=\"right\"> </row>
|
|
28
|
+
|
|
29
|
+
</table>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<horizontal>
|
|
33
|
+
<button caption=\"Sync Local data with downloaded data\" action=\"syncrwdaddressdata\"/>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
</horizontal>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<p>%rwdaddressessyncresult%</p>
|
|
41
|
+
|
|
42
|
+
</tab>"
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
$rwdguivar=
|
|
2
|
-
"
|
|
3
|
-
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
|
|
10
|
+
</table>
|
|
11
|
+
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"view platform\" action=\"runviewplatform\"/>
|
|
14
|
+
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
<p>%platformdisplay%</p>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
</tab>"
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"viewaddressesconfiguration\" caption=\"RwdAddresses Configuration\">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<table>
|
|
8
|
+
<row> <p> </row>
|
|
9
|
+
<row> <p align=\"right\">You can view or edit the rwdaddresses configuration file here</row>
|
|
10
|
+
<row> <p> </row>
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Fill Record\" action=\"loadrwdaddressesconfiguration\"/>
|
|
13
|
+
<button caption=\"Save Changes\" action=\"saverwdaddressesconfiguration\"/>
|
|
14
|
+
<button caption=\"Reload Variables\" action=\"loadrwdaddressesconfigurationvariables\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdaddresses\"/>
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<horizontal>
|
|
19
|
+
%a_adconfigurationfilename%
|
|
20
|
+
</horizontal>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<table>
|
|
24
|
+
|
|
25
|
+
<textarea name=\"a_adconfigurationfile\"/> </row>
|
|
26
|
+
|
|
27
|
+
</table>
|
|
28
|
+
<p>
|
|
29
|
+
<p>%newadconfigurationresult%</p>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
</tab>"
|
|
34
|
+
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
$rwdguivar=
|
|
2
|
-
"
|
|
3
|
-
<tab name=\"rwdschedultab\" caption=\"RwdSchedule Menu\">
|
|
4
|
-
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
5
3
|
<horizontal>
|
|
6
4
|
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
7
5
|
|
|
@@ -14,5 +12,4 @@ $rwdguivar=
|
|
|
14
12
|
<horizontal>
|
|
15
13
|
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
16
14
|
</horizontal>
|
|
17
|
-
</tab>
|
|
18
15
|
"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
$rwdguivar=
|
|
2
|
-
"
|
|
3
|
-
</tabs>
|
|
4
|
-
</window>"
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
</tabs>
|
|
4
|
+
</window>"
|
|
5
|
+
|
|
6
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdfcalc\" caption=\"Float Calc\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p align=\"right\">First number:</p> <text name=\"a_fcalc\"/> </row>
|
|
6
|
+
<row> <p align=\"right\">Second number:</p> <text name=\"b_fcalc\"/> </row>
|
|
7
|
+
</table>
|
|
8
|
+
<p>%fresult%</p>
|
|
9
|
+
<horizontal>
|
|
10
|
+
<button caption=\"Add\" action=\"frwdadd\"/>
|
|
11
|
+
<button caption=\"Subtract\" action=\"frwdsubtract\"/>
|
|
12
|
+
|
|
13
|
+
<button caption=\"Multiply\" action=\"frwdmultiply\"/>
|
|
14
|
+
<button caption=\"Divide\" action=\"frwddivide\"/>
|
|
15
|
+
<button caption=\"help\" action=\"runhelpwindowrwdcalc\"/>
|
|
16
|
+
</horizontal>
|
|
17
|
+
<horizontal>
|
|
18
|
+
<button caption=\"Clear Tape\" action=\"frwdcleartape\"/>
|
|
19
|
+
</horizontal>
|
|
20
|
+
<p>%frunningtape%
|
|
21
|
+
</tab>"
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdcalc\" caption=\"Int Calc\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p align=\"right\">First number:</p> <text name=\"a_calc\"/> </row>
|
|
6
|
+
<row> <p align=\"right\">Second number:</p> <text name=\"b_calc\"/> </row>
|
|
7
|
+
</table>
|
|
8
|
+
<p>%result%</p>
|
|
9
|
+
<horizontal>
|
|
10
|
+
<button caption=\"Add\" action=\"rwdadd\"/>
|
|
11
|
+
<button caption=\"Subtract\" action=\"rwdsubtract\"/>
|
|
12
|
+
|
|
13
|
+
<button caption=\"Multiply\" action=\"rwdmultiply\"/>
|
|
14
|
+
<button caption=\"Divide\" action=\"rwddivide\"/>
|
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<horizontal>
|
|
19
|
+
<button caption=\"Clear Tape\" action=\"rwdcleartape\"/>
|
|
20
|
+
</horizontal>
|
|
21
|
+
<p>%runningtape%
|
|
22
|
+
</tab>"
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"mathcommands\" caption=\"Math Tools\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<p>Input A: <text name=\"a_mathtoola\"/> </p>
|
|
6
|
+
<p>Input B: <text name=\"a_mathtoolb\"/> </p>
|
|
7
|
+
</horizontal>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
10
|
+
</horizontal>
|
|
11
|
+
<p>%viewgemcommandresult%</p>
|
|
12
|
+
<horizontal>
|
|
13
|
+
<button caption=\"Show Math Command Choices\" action=\"showmathcommandoptions\"/>
|
|
14
|
+
|
|
15
|
+
</horizontal>
|
|
16
|
+
<table>
|
|
17
|
+
<select name=\"a_mathcommandinput\"> %%mathcommandoptions%% </select>
|
|
18
|
+
|
|
19
|
+
</table>
|
|
20
|
+
<horizontal>
|
|
21
|
+
<button caption=\"Run Command\" action=\"runmathcommand\"/>
|
|
22
|
+
|
|
23
|
+
</horizontal>
|
|
24
|
+
<p>%mathcommandresult%</p>
|
|
25
|
+
</tab>"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"calcscriptlister\" caption=\"List\\Run Scripts\">
|
|
4
|
+
<horizontal>
|
|
5
|
+
<text name=\"a_calcnumx\"/>
|
|
6
|
+
<text name=\"a_calcnumy\"/>
|
|
7
|
+
</horizontal>
|
|
8
|
+
<table>
|
|
9
|
+
<row> <p align=\"right\">Script Name:</p> <text name=\"a_calcscriptcmd\"/> </row>
|
|
10
|
+
|
|
11
|
+
</table>
|
|
12
|
+
|
|
13
|
+
<horizontal>
|
|
14
|
+
<button caption=\"Execute\" action=\"playcalcscript\"/>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</horizontal>
|
|
18
|
+
<p>%playcalcscript_display%</p>"
|
|
19
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<table>
|
|
4
|
+
<row> <p align=\"right\">ScriptName:</p> <text name=\"a_calcscriptfilename\"/> </row>
|
|
5
|
+
|
|
6
|
+
</table>
|
|
7
|
+
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"ViewScript\" action=\"viewcalcscript\"/>
|
|
10
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
11
|
+
|
|
12
|
+
</horizontal>
|
|
13
|
+
<p>%displayscripttext%</p>
|
|
14
|
+
|
|
15
|
+
<horizontal>
|
|
16
|
+
|
|
17
|
+
<button caption=\"ListFiles\" action=\"listcalcscripts\"/>
|
|
18
|
+
<button caption=\"Cancel\" action=\"main\"/>
|
|
19
|
+
|
|
20
|
+
</horizontal>
|
|
21
|
+
<p>%%listcalcscriptresult%%</p>
|
|
22
|
+
</tab>"
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"editeventrecordfile\" caption=\"Edit Script\">
|
|
4
|
+
<table>
|
|
5
|
+
<row> <p> </row>
|
|
6
|
+
<row> <p align=\"right\">You can create a new record here or edit one</row>
|
|
7
|
+
<row> <p> </row>
|
|
8
|
+
<horizontal>
|
|
9
|
+
<button caption=\"Fill Record\" action=\"loadcalcscriptrecord\"/>
|
|
10
|
+
<button caption=\"Save Changes\" action=\"savecalcrecord\"/>
|
|
11
|
+
<button caption=\"Clear\" action=\"clearcalcscreendisplay\"/>
|
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
13
|
+
</horizontal>
|
|
14
|
+
<horizontal>
|
|
15
|
+
<row> <p align=\"right\">FileName:</p>
|
|
16
|
+
<text name=\"a_calcscriptfilename\"/>
|
|
17
|
+
</horizontal>
|
|
18
|
+
<table>
|
|
19
|
+
<textarea name=\"a_calcscriptrecord\"/> </row>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</table>
|
|
23
|
+
|
|
24
|
+
<p>
|
|
25
|
+
<p>%neweventresult%</p>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</tab>"
|
|
30
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"scriptutilitiesrwdshell\" caption=\"Script Utilities\">
|
|
4
|
+
|
|
5
|
+
<table>
|
|
6
|
+
<row> <p align=\"right\">Script Title:</p> <text name=\"a_calcscriptfilename\"/> </row>
|
|
7
|
+
<row> <p align=\"right\">New Name:</p> <text name=\"a_changecalcscriptname\"/> </row>
|
|
8
|
+
|
|
9
|
+
</table>
|
|
10
|
+
|
|
11
|
+
<horizontal>
|
|
12
|
+
<button caption=\"Rename Script \" action=\"changecalcscriptname\"/>
|
|
13
|
+
<button caption=\"Delete Script\" action=\"deletecalcscriptrecord\"/>
|
|
14
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalc\"/>
|
|
15
|
+
</horizontal>
|
|
16
|
+
|
|
17
|
+
<p>%%calcscriptfilechangeresult%%</p>
|
|
18
|
+
<horizontal>
|
|
19
|
+
<button caption=\"List Scripts\" action=\"listcalcscripts\"/>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
</horizontal>
|
|
23
|
+
|
|
24
|
+
<p>%%listcalcscriptresult%%</p>
|
|
25
|
+
</tab>"
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
$rwdguivar=
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=calcMenu caption=Menu>
|
|
5
4
|
<horizontal>
|
|
6
5
|
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
|
7
6
|
|
|
@@ -14,5 +13,5 @@ $rwdguivar=
|
|
|
14
13
|
<horizontal>
|
|
15
14
|
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
|
16
15
|
</horizontal>
|
|
17
|
-
</tab>
|
|
16
|
+
</tab>
|
|
18
17
|
"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
$rwdguivar=
|
|
2
|
+
"
|
|
3
|
+
<tab name=\"rwdlogfiletab\" caption=\"RWD Log Files\">
|
|
4
|
+
<table>
|
|
5
|
+
<horizontal>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
<p align=\"left\">Number of lines to display</p> <text size=11 name=\"a_rwdtinkerlognumber\"/>
|
|
9
|
+
|
|
10
|
+
<button caption=#{Message[:viewlogger_information]} action=\"rwdtinkerrunviewlog\"/>
|
|
11
|
+
</horizontal>
|
|
12
|
+
|
|
13
|
+
</table>
|
|
14
|
+
|
|
15
|
+
<p>%returnlogdisplay%</p>
|
|
16
|
+
|
|
17
|
+
</tab>"
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
data/init.rb
CHANGED
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
#* at "smalllinux@gmail.com".
|
|
22
22
|
#***********************************************************************/
|
|
23
23
|
|
|
24
|
+
require 'logger'
|
|
25
|
+
|
|
26
|
+
$rwdtinkerlog = Logger.new( 'rwd_files/log/rwdtinker.log', 'weekly' )
|
|
27
|
+
$rwdtinkerlog.level = Logger::INFO
|
|
28
|
+
|
|
24
29
|
require "lib/rwd/rwd"
|
|
25
30
|
require 'fileutils'
|
|
26
31
|
require 'lib/rconftool'
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# rwdaddresses - applet
|
|
2
|
+
gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow
|
|
3
|
+
gui/tinkerbackwindows/superant.com.addressesphotowindow
|
|
4
|
+
gui/tinkerbackwindows/superant.com.rwdaddresses
|
|
5
|
+
code/superant.com.rwdaddresses
|
|
6
|
+
rwd_files/HowTo_Addresses.txt
|
|
7
|
+
rwd_files/contacttmp.jpg
|
|
8
|
+
configuration/rwdwaddresses.dist
|
|
9
|
+
configuration/rwdwaddresses.cnf
|
|
10
|
+
names/nophoto.jpg
|
|
11
|
+
updates/temp.rb
|
|
12
|
+
tests/makedist-rwdwaddesses.rb
|
|
13
|
+
tests/gemspec-rwdwaddresses
|