rwdaddresses 0.92 → 0.93

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. data/Readme.txt +1 -1
  2. data/code/xb1rwdtinkerbackwindow/{lm1installapplet.rb → installapplet.rb} +0 -0
  3. data/code/xb1rwdtinkerbackwindow/{05listinstalledfiles.rb → listinstalledfiles.rb} +0 -0
  4. data/code/xb1rwdtinkerbackwindow/{ll5listzips.rb → listzips.rb} +0 -0
  5. data/code/xb1rwdtinkerbackwindow/{ll1openname.rb → openappletname.rb} +1 -1
  6. data/code/xb1rwdtinkerbackwindow/{mm1removeapplet.rb → removeapplet.rb} +0 -0
  7. data/configuration/rwdaddresses.cnf +0 -1
  8. data/configuration/rwdaddressesversion.cnf +2 -0
  9. data/configuration/{aa0rwdframework.cnf → rwdtinker.cnf} +0 -1
  10. data/configuration/rwdtinkerversion.cnf +2 -0
  11. data/configuration/{ab1tinkerwin2.cnf → tinkerwin2.cnf} +0 -1
  12. data/configuration/tinkerwin2version.cnf +3 -0
  13. data/gui/aa2core/aa0rwdtop.rwd +1 -1
  14. data/gui/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +1 -1
  15. data/installed/{rwdaddresses-0.92.inf → rwdaddresses-0.93.inf} +1 -1
  16. data/rwd_files/HowTo_Addresses.txt +3 -0
  17. data/rwd_files/HowTo_Tinker.txt +5 -0
  18. data/rwd_files/contacttmp.jpg +0 -0
  19. data/tests/test.result +32 -0
  20. data/zips/rwdaschedule-0.8.zip +0 -0
  21. data/zips/{rwdhelloworld-0.3.zip → rwdhelloworld-0.4.zip} +0 -0
  22. data/zips/{rwdrefreshacpi-0.3.zip → rwdrefreshacpi-0.4.zip} +0 -0
  23. data/zips/rwdwcalc-0.4.zip +0 -0
  24. data/zips/{rwdwshell-0.91.zip → rwdwshell-0.92.zip} +0 -0
  25. metadata +20 -19
  26. data/installed/addressessample1.inf +0 -5
  27. data/installed/rwdaddresses-0.91.inf +0 -13
  28. data/zips/rwdaschedule-0.7.zip +0 -0
  29. data/zips/rwdwcalc-0.3.zip +0 -0
  30. data/zips/wrubyslippers-0.93.zip +0 -0
data/Readme.txt CHANGED
@@ -10,7 +10,7 @@ changing to the directory and
10
10
  ruby init.rb
11
11
 
12
12
  Then point your web browser to:
13
- http://localhost:7701/
13
+ http://localhost:7705/
14
14
 
15
15
  Or to the port that shows on the console or in the config.cnf file
16
16
 
@@ -1,4 +1,4 @@
1
- def openname
1
+ def openappletname
2
2
  require 'fileutils'
3
3
  nametext = "%s" % [@a_installlist]
4
4
 
@@ -1,5 +1,4 @@
1
1
 
2
- RwdAddressesVersion = "0.92"
3
2
  $photodelay = 0
4
3
  $addressfiles_directory="names"
5
4
  $tmpphoto_directory = "/tmp"
@@ -0,0 +1,2 @@
1
+
2
+ RwdAddressesVersion = "0.93"
@@ -1,5 +1,4 @@
1
1
 
2
- RwdTinkerVersion = "1.41"
3
2
  CodeName = "rwdtinker"
4
3
  CodeNameFile = CodeName + ".rb"
5
4
  LangNameFile = "rwdlanguage.rb"
@@ -0,0 +1,2 @@
1
+
2
+ RwdTinkerVersion = "1.42"
@@ -1,4 +1,3 @@
1
1
 
2
- RwdTinkerWin2Version = "0.5"
3
2
  ZipsLocation = "zips" # not yet functional
4
3
 
@@ -0,0 +1,3 @@
1
+
2
+ RwdTinkerWin2Version = "0.6"
3
+
@@ -1,4 +1,4 @@
1
1
  $rwdguivar=
2
2
  "<application>
3
- <window name=\"main\" title=\"RwdAddresses - Contact Book with RubyWebDialogs\">
3
+ <window name=\"main\" title=\"Tinker - RubyWebDialogs\">
4
4
  <tabs>"
@@ -9,7 +9,7 @@ $rwdguivar=
9
9
  </table>
10
10
 
11
11
  <horizontal>
12
- <button caption=\"View Install Text\" action=\"openname\"/>
12
+ <button caption=\"View Install Text\" action=\"openappletname\"/>
13
13
  <button caption=\"Cancel\" action=\"main\"/>
14
14
  </horizontal>
15
15
  <p>%displaytext%</p>
@@ -1,6 +1,6 @@
1
1
  # rwdaddresses - applet for address book records
2
2
  code/gl3addresses
3
- configuration/gl3addresses.cnf
3
+ configuration/addresses.cnf
4
4
  names/nophoto.png
5
5
  rwd_files/contacttmp.png
6
6
  rwd_files/HowTo_Addresses.txt
@@ -126,6 +126,9 @@ erik = secret
126
126
  Thanks, Steven Gibson
127
127
 
128
128
  == Changelog
129
+ version 0.93
130
+ updated for rwdtinker 1.42 - semi-live updating
131
+
129
132
  version 0.92
130
133
  updated for rwdtinker 1.41
131
134
  updated some l10n data
@@ -195,6 +195,11 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
195
195
  Thanks, Steven Gibson
196
196
 
197
197
  == Changelog:
198
+ version 1.42
199
+ update for live update system
200
+ update applets for live update
201
+ code file name cleanup
202
+
198
203
  version 1.41
199
204
  l10n work es,nl, jp
200
205
  separated out languge.cnf
Binary file
data/tests/test.result ADDED
@@ -0,0 +1,32 @@
1
+ Loaded suite C:/ruby/sample/watir/examples/rwdtinkertestEN
2
+ Started
3
+ ## Beginning of test: rwdtinker
4
+
5
+ Action: entered http://localhost:7705in the address bar.
6
+ Action: clicked the Help Window link
7
+ Action: clicked the nexttab link
8
+ Action: clicked the main tab link
9
+ Action: clicked the cancel button
10
+ Action: clicked tab one
11
+ Action: clicked the selectiontab
12
+ Action: clicked the Help Window link
13
+ Action: clicked the backone tab
14
+ pageContainsText: Looking for: previous window (string) - found it ok
15
+ Action: clicked the diagnostictab top link
16
+ Action: clicked Ruby Version button.
17
+ pageContainsText: Looking for: Version (string) - found it ok
18
+ Action: clicked platform button.
19
+ pageContainsText: Looking for: Platform is (string) - found it ok
20
+ Action: clicked rwdtinker version button.
21
+ pageContainsText: Looking for: rwdtinker version (string) - found it ok
22
+ pageContainsText: Looking for: View the list (string) - found it ok
23
+ Action: clicked the list files button.
24
+ Action: clicked the View Install Text button.
25
+ pageContainsText: Looking for: rwdviewlogo (string) - found it ok
26
+ pageContainsText: Looking for: File Name (string) - found it ok
27
+ pageContainsText: Looking for: view the list of zip files (string) - found it ok
28
+ Action: clicked the List applets available for installing button.
29
+
30
+ Finished in 32.716 seconds.
31
+
32
+ 6 tests, 8 assertions, 0 failures, 0 errors
Binary file
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.3
2
+ rubygems_version: 0.8.4
3
3
  specification_version: 1
4
4
  name: rwdaddresses
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.92"
7
- date: 2004-01-11
6
+ version: "0.93"
7
+ date: 2005-01-14
8
8
  summary: rwdaddresses is contact book application using rwdtinker and RubyWebDialogs.
9
9
  require_paths:
10
10
  - "."
@@ -31,13 +31,13 @@ files:
31
31
  - code/ag1core/rwdtinkerversion.rb
32
32
  - code/zz0applicationend/zz0end.rb
33
33
  - code/xa5rwdtinkercallable/callable.rb
34
- - code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
35
- - code/xb1rwdtinkerbackwindow/ll1openname.rb
36
- - code/xb1rwdtinkerbackwindow/mm1removeapplet.rb
37
- - code/xb1rwdtinkerbackwindow/ll5listzips.rb
38
- - code/xb1rwdtinkerbackwindow/lm1installapplet.rb
34
+ - code/xb1rwdtinkerbackwindow/openappletname.rb
35
+ - code/xb1rwdtinkerbackwindow/removeapplet.rb
36
+ - code/xb1rwdtinkerbackwindow/installapplet.rb
37
+ - code/xb1rwdtinkerbackwindow/listzips.rb
39
38
  - code/xb1rwdtinkerbackwindow/diagnostictab.rb
40
39
  - code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb
40
+ - code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
41
41
  - code/gl3addresses/gl3viewnamedata.rb
42
42
  - code/gl3addresses/gl4listnamerecord.rb
43
43
  - code/gl3addresses/gl4viewphoto.rb
@@ -51,10 +51,13 @@ files:
51
51
  - code/gl3addresses/rwdaddresseshelpabout.rb
52
52
  - code/gl3addresses/viewaddressconfiguration.rb
53
53
  - code/gl3addresses/renamecontact.rb
54
- - configuration/aa0rwdframework.cnf
55
- - configuration/ab1tinkerwin2.cnf
54
+ - configuration/tinkerwin2.cnf
55
+ - configuration/rwdtinkerversion.cnf
56
56
  - configuration/language.cnf
57
+ - configuration/rwdtinker.cnf
58
+ - configuration/tinkerwin2version.cnf
57
59
  - configuration/rwdaddresses.cnf
60
+ - configuration/rwdaddressesversion.cnf
58
61
  - names/Angelina Jolie.nam
59
62
  - names/Steven Gibson.nam
60
63
  - names/Angelina Jolie.jpg
@@ -118,9 +121,7 @@ files:
118
121
  - gui/yl3rwdaddresseshelpabout/5version.rwd
119
122
  - gui/yy7addressesphotowindow/yy7addressesphoto.rwd
120
123
  - installed/rwdtinkerwin2-0.5.inf
121
- - installed/addressessample1.inf
122
- - installed/rwdaddresses-0.91.inf
123
- - installed/rwdaddresses-0.92.inf
124
+ - installed/rwdaddresses-0.93.inf
124
125
  - rwd_files/Readme.txt
125
126
  - rwd_files/rwdapplications.html
126
127
  - rwd_files/rwdindex.html
@@ -130,14 +131,14 @@ files:
130
131
  - rwd_files/HowTo_TinkerWin2.txt
131
132
  - rwd_files/HowTo_Addresses.txt
132
133
  - rwd_files/contacttmp.jpg
133
- - zips/rwdhelloworld-0.3.zip
134
- - zips/rwdwshell-0.91.zip
135
- - zips/wrubyslippers-0.93.zip
136
- - zips/rwdrefreshacpi-0.3.zip
137
- - zips/rwdaschedule-0.7.zip
138
- - zips/rwdwcalc-0.3.zip
134
+ - zips/rwdrefreshacpi-0.4.zip
135
+ - zips/rwdwcalc-0.4.zip
136
+ - zips/rwdwshell-0.92.zip
137
+ - zips/rwdaschedule-0.8.zip
138
+ - zips/rwdhelloworld-0.4.zip
139
139
  - tests/totranslate.lang
140
140
  - tests/rwdtinkertestEN.rb
141
+ - tests/test.result
141
142
  - Readme.txt
142
143
  - init.rb
143
144
  test_files: []
@@ -1,5 +0,0 @@
1
- # rwdaddresses - Sample Data (set 1) for Address book
2
- names/Angelina Jolie.nam
3
- names/Angelina Jolie.png
4
- names/StevenGibson.nam
5
- names/StevenGibson.png
@@ -1,13 +0,0 @@
1
- # rwdaddresses - applet for address book records
2
- code/gl3addresses
3
- configuration/gl3addresses.cnf
4
- names/nophoto.png
5
- rwd_files/contacttmp.png
6
- rwd_files/HowTo_Addresses.txt
7
- gui/lm3rwdaddressesselectiontab
8
- gui/uu8addresses
9
- gui/xg3rwdaddresses
10
- gui/yg6rwdwin2helpabout
11
- gui/yl3rwdaddresseshelpabout
12
- gui/yy7addressesphotowindow
13
-
Binary file
Binary file
Binary file