rwdruby 1.05

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. data/Readme.txt +462 -0
  2. data/bin/rwdruby +19 -0
  3. data/code/01rwdcore/01rwdcore.rb +29 -0
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +23 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  8. data/code/01rwdcore/openhelpwindow.rb +31 -0
  9. data/code/01rwdcore/returntomain.rb +10 -0
  10. data/code/01rwdcore/rundocuments.rb +10 -0
  11. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  12. data/code/01rwdcore/runhelpabout.rb +10 -0
  13. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  14. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  15. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  16. data/code/01rwdcore/selectiontab.rb +9 -0
  17. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  18. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  19. data/code/01rwdcore/test_cases.rb +109 -0
  20. data/code/01rwdcore/test_harness.rb +13 -0
  21. data/code/01rwdcore/uploadreturns.rb +62 -0
  22. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  23. data/code/superant.com.rwdshell/0runrefreshacpi.rb +7 -0
  24. data/code/superant.com.rwdshell/0uninstallapplet.rb +16 -0
  25. data/code/superant.com.rwdshell/changescriptname.rb +16 -0
  26. data/code/superant.com.rwdshell/clearrubyscreendisplay.rb +7 -0
  27. data/code/superant.com.rwdshell/clearscriptscreendisplay.rb +9 -0
  28. data/code/superant.com.rwdshell/deletescriptrecord.rb +20 -0
  29. data/code/superant.com.rwdshell/helptexthashshell.rb +31 -0
  30. data/code/superant.com.rwdshell/listrubyscripts.rb +13 -0
  31. data/code/superant.com.rwdshell/listscripts.rb +13 -0
  32. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +26 -0
  33. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +14 -0
  34. data/code/superant.com.rwdshell/loadrubyscriptrecord.rb +20 -0
  35. data/code/superant.com.rwdshell/loadscriptrecord.rb +20 -0
  36. data/code/superant.com.rwdshell/openhelpwindowshell.rb +33 -0
  37. data/code/superant.com.rwdshell/playrubyscript.rb +23 -0
  38. data/code/superant.com.rwdshell/playscript.rb +23 -0
  39. data/code/superant.com.rwdshell/refresh.rb +19 -0
  40. data/code/superant.com.rwdshell/refreshacpi.rb +16 -0
  41. data/code/superant.com.rwdshell/rubyeval.rb +28 -0
  42. data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +10 -0
  43. data/code/superant.com.rwdshell/runrwdshellwindow.rb +12 -0
  44. data/code/superant.com.rwdshell/rwdtinkerversion.rb +10 -0
  45. data/code/superant.com.rwdshell/savechangedscript.rb +19 -0
  46. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +18 -0
  47. data/code/superant.com.rwdshell/saverubyrecord.rb +19 -0
  48. data/code/superant.com.rwdshell/shelleval.rb +20 -0
  49. data/code/superant.com.rwdshell/test_cases.rb +45 -0
  50. data/code/superant.com.rwdshell/viewrubyscript.rb +18 -0
  51. data/code/superant.com.rwdshell/viewscript.rb +18 -0
  52. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  53. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  54. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  55. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  56. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  57. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  58. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  59. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  60. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
  61. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  62. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  63. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  64. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  65. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  66. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  67. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  68. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  69. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  70. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  71. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  72. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  73. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  74. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  75. data/code/zz0applicationend/zz0end.rb +4 -0
  76. data/configuration/language.dist +8 -0
  77. data/configuration/rwdapplicationidentity.dist +3 -0
  78. data/configuration/rwdtinker.dist +18 -0
  79. data/configuration/rwdwruby-1.05.dist +24 -0
  80. data/configuration/tinkerwin2variables.dist +17 -0
  81. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  82. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  83. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  84. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  85. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  86. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  87. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  88. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  89. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  90. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  91. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  92. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  93. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  94. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  95. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  96. data/gui/tinkerbackwindows/superant.com.ashellscripts/1appname.rwd +5 -0
  97. data/gui/tinkerbackwindows/superant.com.ashellscripts/1rwdrubyeval.rwd +14 -0
  98. data/gui/tinkerbackwindows/superant.com.ashellscripts/2listplayscripts.rwd +17 -0
  99. data/gui/tinkerbackwindows/superant.com.ashellscripts/2listscripts.rwd +25 -0
  100. data/gui/tinkerbackwindows/superant.com.ashellscripts/3editscripts.rwd +26 -0
  101. data/gui/tinkerbackwindows/superant.com.ashellscripts/4scriptutilities.rwd +24 -0
  102. data/gui/tinkerbackwindows/superant.com.ashellscripts/6rwdshelleval.rwd +15 -0
  103. data/gui/tinkerbackwindows/superant.com.ashellscripts/98jumplinkcommands.rwd +17 -0
  104. data/gui/tinkerbackwindows/superant.com.ashellscripts/zbackend.rwd +6 -0
  105. data/gui/tinkerbackwindows/superant.com.refreshacpi/1appname.rwd +4 -0
  106. data/gui/tinkerbackwindows/superant.com.refreshacpi/2rwdrefresh.rwd +14 -0
  107. data/gui/tinkerbackwindows/superant.com.refreshacpi/3rwdacpirefresh.rwd +14 -0
  108. data/gui/tinkerbackwindows/superant.com.refreshacpi/81jumplinkcommands.rwd +17 -0
  109. data/gui/tinkerbackwindows/superant.com.refreshacpi/z9end.rwd +6 -0
  110. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
  111. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
  112. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +5 -0
  113. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/44listplayscripts.rwd +19 -0
  114. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/45listscripts.rwd +25 -0
  115. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +30 -0
  116. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +32 -0
  117. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +16 -0
  118. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
  119. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/zbackend.rwd +6 -0
  120. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  121. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  122. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  123. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  124. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  125. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  126. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  127. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  128. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  129. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  130. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  131. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  132. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  133. data/init.rb +277 -0
  134. data/installed/rwdrubydata1.inf +6 -0
  135. data/installed/rwdwruby-1.05.inf +13 -0
  136. data/installed/temp.rb +1 -0
  137. data/lang/en/rwdcore/languagefile.rb +58 -0
  138. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  139. data/lang/fr/rwdcore/languagefile.rb +64 -0
  140. data/lang/jp/rwdcore/languagefile.rb +72 -0
  141. data/lang/nl/rwdcore/languagefile.rb +75 -0
  142. data/lib/rconftool.rb +380 -0
  143. data/lib/rwd/browser.rb +123 -0
  144. data/lib/rwd/ftools.rb +174 -0
  145. data/lib/rwd/mime.rb +328 -0
  146. data/lib/rwd/net.rb +866 -0
  147. data/lib/rwd/ruby.rb +889 -0
  148. data/lib/rwd/rwd.rb +1942 -0
  149. data/lib/rwd/sgml.rb +236 -0
  150. data/lib/rwd/thread.rb +63 -0
  151. data/lib/rwd/tree.rb +371 -0
  152. data/lib/rwd/xml.rb +101 -0
  153. data/lib/zip/ioextras.rb +114 -0
  154. data/lib/zip/stdrubyext.rb +111 -0
  155. data/lib/zip/tempfile_bugfixed.rb +195 -0
  156. data/lib/zip/zip.rb +1378 -0
  157. data/lib/zip/zipfilesystem.rb +558 -0
  158. data/lib/zip/ziprequire.rb +61 -0
  159. data/rwd_files/HowTo_Ruby.txt +311 -0
  160. data/rwd_files/HowTo_Tinker.txt +471 -0
  161. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  162. data/rwd_files/Readme.txt +57 -0
  163. data/rwd_files/RubyWebDialogs.html +6 -0
  164. data/rwd_files/favicon.ico +0 -0
  165. data/rwd_files/rdoc-style.css +175 -0
  166. data/rwd_files/rwdapplications.html +54 -0
  167. data/rwd_files/tinker.png +0 -0
  168. data/rwdconfig.dist +21 -0
  169. data/rwdruby.rb +1 -0
  170. data/tests/RubyGauge.rb +179 -0
  171. data/tests/checkdepends.sh +4 -0
  172. data/tests/cleancnf.sh +6 -0
  173. data/tests/makedist-rwdwruby.rb +56 -0
  174. data/tests/makedist.rb +66 -0
  175. data/tests/rdep.rb +354 -0
  176. data/tests/totranslate.lang +93 -0
  177. data/zips/rwdwaddresses-1.05.zip +0 -0
  178. data/zips/rwdwcalc-0.61.zip +0 -0
  179. data/zips/rwdwfoldeditor-0.02.zip +0 -0
  180. data/zips/rwdwgutenberg-0.09.zip +0 -0
  181. data/zips/rwdwruby-1.05.zip +0 -0
  182. data/zips/rwdwschedule-1.04.zip +0 -0
  183. data/zips/temp.rb +1 -0
  184. data/zips/wrubyslippers-1.06.zip +0 -0
  185. metadata +245 -0
@@ -0,0 +1,462 @@
1
+ = RwdTinker framework for RubyWebDialogs
2
+
3
+ RwdTinker is a web brower interface to and system for developing programs
4
+
5
+ == Usage
6
+
7
+ How to Use the Tinker framework Program (rwdtinker)
8
+
9
+ 1. stand alone application
10
+ 2. framework for building applications
11
+ 3. Open brower windows with html documents
12
+
13
+ The GUI interface used is RubyWebDialogs
14
+
15
+
16
+ Start the program by typing
17
+ ruby init.rb
18
+
19
+ Then point your web browser to:
20
+ http://localhost:7705/
21
+
22
+ Change language at:
23
+
24
+ configuration/language.dist
25
+
26
+ Change to Windows XP directory structure at:
27
+ configuration/tinkerwin2variables.dist
28
+
29
+ == Viewing installed Applets:
30
+
31
+ Go to "List Scripts" tab
32
+
33
+ You can get a list of all installed applets by clicking the listfiles button
34
+
35
+ To see the text of a install file
36
+ Type in the name of the file you want.
37
+
38
+ type it without the inf ending
39
+ rwdapplet-0.1
40
+
41
+ Then click the "View Installed File" button
42
+
43
+ If it finds the file it will open it. It displays the text the search box.
44
+
45
+ You can uninstall applets on this screen
46
+
47
+ == Installing Applets
48
+
49
+ click on the "Selection Panel"
50
+ click on Rwdtinker Back Window
51
+
52
+ You can download an applet created by someone else
53
+ put the file in the zips directory
54
+
55
+ click on the "list zips" tab
56
+ click on "list applets available for installing"
57
+
58
+ chose the applet you want
59
+ click on "install applet"
60
+ If all goes well the applet should be installed.
61
+ You will need to restart rwdtinker to see the new screens
62
+
63
+
64
+ == Changing configuration file
65
+
66
+ click on "Edit Configuration"
67
+ You can view the configuration file
68
+
69
+ You can edit the configuration
70
+
71
+ Remember to reload the configuration variables if you want your
72
+ changes used.
73
+
74
+ == Manually installing applets
75
+
76
+ * unzip an applet
77
+
78
+ unzip the applet into the program directoy
79
+ unzip randomapplet.zip
80
+
81
+ This should place the needed files in the correct directories
82
+
83
+
84
+ == Creating Applets
85
+
86
+ To add code, commands and gui tabs
87
+
88
+ Move program files into a directory under the code directory.
89
+ Move gui files into a directory under the gui directory.
90
+ The gui directory name you create is important, because the gui
91
+ rwd file is built in alpha order by directory name
92
+
93
+
94
+ There are two ways to add applets to the directories.
95
+
96
+ Creating code
97
+
98
+
99
+ * Manually write code and gui files
100
+
101
+ The files go into your code directory
102
+ the filenames for code do not matter
103
+
104
+ The gui files go into your gui directory
105
+ The gui files need to be in order by name and end with .rwd
106
+
107
+
108
+
109
+ If you need a config file that goes in the configuration directory
110
+
111
+ internationalization and localization are helped by replacing the
112
+ gui files in the subdirectories under gui
113
+
114
+
115
+ == Documents
116
+
117
+
118
+ when you click on a document name, the document should pop up in a
119
+ browser window, or in another browser tab.
120
+
121
+ To exit, press the x inside the browser window.
122
+
123
+ == To add context sensitive help
124
+
125
+ You need to add a hash file that just needs to contain
126
+ Helptext.update( :myapplet_generalhelp => " This is the general help
127
+ You can add help text hear")
128
+
129
+ And you need to add a help run script that will call runhelpwindow
130
+ This should have a method that includes:
131
+ setting $help_topic, and adds to $helptopicsarray, saves the calling window and calls runhelpwindow which will render the help message.
132
+
133
+ if @rwd_tab == "gemservescan"
134
+ $help_topic = "gemdocs_help"
135
+ end
136
+ $helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help"]
137
+ if @rwd_window != "rwdtinkerhelpwindow"
138
+ $previouswindow = @rwd_window
139
+ $previoustab = @rwd_tab
140
+ end
141
+ runhelpwindow
142
+ end
143
+
144
+ == Languages
145
+
146
+
147
+ You can add tranlations in the lang subdirectory
148
+ You change the $lang constant in Tinker config file in the configuration directory
149
+ You can see one translation on the install applet tab, after you have installed and applet
150
+
151
+ == Using over a Network
152
+
153
+ To serve the application over your local LAN,change the last line in the
154
+ init.rb file to something like:
155
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
156
+ Then you should be able to login at: http://yourhostname:8080
157
+
158
+ You have to authorize yourself. The .rwuids example is a string with
159
+ the name of the authorization file, relative to the home directory
160
+ of the user that started the service. This file has to be in the form of:
161
+
162
+ user1 = password
163
+ user2 = pass phrase
164
+
165
+ Thus the file .rwduids might contain:
166
+
167
+ erik = secret
168
+
169
+ == Requirements:
170
+ RubyWebDialogs - I am using 0.1.2
171
+ This package you downloaded should have a runtime version of
172
+ the needed rubywebdialog files
173
+
174
+ Ruby I am using version 1.8.2
175
+
176
+ I have tested this under Linux-Debian kernel 2.6.9
177
+
178
+ = Operation:
179
+ The code files reside in the code directory and are combined before
180
+ the main Class is loaded
181
+
182
+ The rwd files in gui are combined before the gui is activated
183
+
184
+ Translated text reside in the lang directory
185
+
186
+ == Installing:
187
+
188
+ untar the file
189
+ tar zxvf rwdtinker-x.y.tar.gz
190
+ then cd to the directory
191
+ cd rwdshell-x.y
192
+ then start the init.rb program file
193
+ ruby init.rb
194
+ Then point your browser at http://localhost:7705
195
+ or where it tells you.
196
+ Trouble shooting:
197
+
198
+ If the program is not working, try looking at the ev subdirectory. That is where
199
+ the runtime of rubywebdialogs are.
200
+
201
+ for long term installation, I would suggest putting most files in a lib directory
202
+ like /usr/lib/rwdshell
203
+ then make a writable directory the local directory for command files to be written
204
+ like ~/rwdshell
205
+
206
+
207
+ Closing the browser doesn't terminate the application. You have to use the application's close-button And terminating the application doesn't terminate the application when running in network mode. You just log out.
208
+
209
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
210
+
211
+ RubyWebDialogs is a platform independent graphical user interface for Ruby applications. It generates HTML and serves it with an internal HTTP server, so you can use your favorite web browser as the front end for your Ruby application. All this means, that it can be used on almost every platform, like Ruby itself. http://www.erikveen.dds.nl/rubywebdialogs/
212
+
213
+ == Credits
214
+
215
+ Thanks go to:
216
+
217
+ * Matz, for creating Ruby in the first place.
218
+ * Erik, for creating RubyWebDialogs.
219
+ * Charlotte, my wife for coming up for the name Tinker.
220
+
221
+ == License
222
+
223
+ rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
224
+ under the terms of the GPL licence:
225
+
226
+ == Contact
227
+ For more information see:
228
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
229
+
230
+
231
+ For more information about RubyWebDialogs see:
232
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
233
+
234
+ Thanks, Steven Gibson
235
+
236
+ == Changelog
237
+ Version 1.73
238
+ more debug info in initiateapplet
239
+ remove gutenberg lang translations
240
+ correct gui building error recovery
241
+
242
+ Version 1.72
243
+ additional cleanup for live applet add and removal
244
+ after applet removal focus returns to proper tab
245
+ error messages are reduced unless $DEBUG=true
246
+
247
+ Version 1.70
248
+ major update to applet loading routines
249
+ a properly prepared applet should be loadable and unloadable live with not restarting
250
+ localization is not yet updated in live applet loading
251
+ remove network line debugging output
252
+
253
+ Version 1.69
254
+ More work on translations - Spanish almost done
255
+ removed remote control
256
+
257
+ Version 1.68
258
+ updated to newest Ruby webdialogs
259
+
260
+ Version 1.67
261
+ Add html for help
262
+
263
+ Version 1.66
264
+ Fixed directory layout
265
+ increased size of config edit screen
266
+
267
+ Version 1.65
268
+ Changed documents listing screen - now using hash
269
+ Changed helpabout screen - now using hash
270
+ added more lines for config edit
271
+ added help about to back window
272
+
273
+ Version 1.64
274
+ fixed jump with no location
275
+
276
+ Version 1.63
277
+ changed handling of application name returned
278
+ added jump seletion options
279
+ added some unit tests
280
+
281
+ version 1.62
282
+ improve distro release script
283
+ code cleanup
284
+ removed redundent network code
285
+ change handling of window and tab jumps
286
+
287
+ version 1.61
288
+ add in test harness
289
+ rwdtinkerwin2 help about removed
290
+ load main config file in init.rb
291
+
292
+ version 1.60
293
+ add rwdapplication info to diagnostic
294
+ turn rescue on in diagnostic upload
295
+
296
+ version 1.59
297
+ removed rwdtinkerwin2 inf file
298
+ refactored diagnotic page - one button to see all information
299
+ added bug report upload to diagnostic page
300
+
301
+ version 1.58
302
+ check for zlib
303
+ check for files to delete
304
+
305
+ version 1.57
306
+ added rconftool use to update configuration files
307
+ changed applets remove to not used external rm
308
+
309
+ version 1.56
310
+ refactored gui files to load without intermediate files
311
+ refactored code files to load without intermediate files
312
+
313
+ version 1.55
314
+ refactored language files to load without intermediate files
315
+ refactored language files to load without intermediate files
316
+
317
+ version 1.54
318
+ refactored rwdtinker applet installation tab - remote gem and local installs share menu buttons
319
+ corrected some program logic errors in remote control code including close socket
320
+
321
+ version 1.53
322
+ added search of Gems repository for rwdtinker gems
323
+ download and install of Gems
324
+
325
+ version 1.52
326
+ added function to install applets from gem directory
327
+
328
+ version 1.51
329
+ changed return to main
330
+ changed configuration of remote ports
331
+ updated context sensitive help
332
+
333
+ version 1.50
334
+ changed unzip applet to be internal code - no exec to unzip program
335
+ changed order of tabs on back window - list applets now first
336
+ added rwdwcalc applet in to zips directory
337
+ changed width of text fields with help from RubyWebDialogs author
338
+ changed listing of help options, vertical instead of horizontal
339
+
340
+ version 1.49
341
+ added demon function for remote queries
342
+ startup application on first available port
343
+
344
+ version 1.48
345
+ fix in context sensitive help so that applets can use it better
346
+
347
+ version 1.47
348
+ change to context sensitive help
349
+
350
+ version 1.46
351
+ more work on context help
352
+ window calls point to tab as well as windows
353
+ help added help buttons on Document, Selection, View Applet, tabs
354
+
355
+ version 1.45
356
+ first steps toward context sensitive help
357
+ added help button on main window/tab
358
+
359
+ version 1.44
360
+ updated directory structure - refactored gui files
361
+ Changed gui directory names - more like Java package titles
362
+
363
+ version 1.43
364
+ changed setup variables file for live changes
365
+ added editing and reloading of config file
366
+ added unzip filename to config file
367
+
368
+ version 1.42
369
+ update for live update system
370
+ update applets for live update
371
+ code file name cleanup
372
+
373
+ version 1.41
374
+ l10n work es,nl, jp
375
+ separated out languge.cnf
376
+ added zip applets refreshacpi, rwdcalc
377
+
378
+ version 1.40
379
+ removed extra lines from init.rb
380
+ fixed help second window
381
+ added some tranlations for Spanish
382
+ More work on l10n
383
+
384
+ version 1.3
385
+ refactored gui files to do easier i10n
386
+ removed lang directories under gui
387
+ added lang files under lang dir
388
+ removed redundant code files left from moving applet handling to back window
389
+ removed zipped applets not yet refactored
390
+
391
+ version 1.24
392
+ added internet usage instructions to HowTo_Tinker.txt
393
+ removed HowTo_Tinker.html
394
+ added panels for Helpabout
395
+ changed photo logo tab to only have embedded picture, no button
396
+
397
+ version 1.23
398
+ moving diagnostic tab and applet handling tabs to second window
399
+ added selection panel tab to choose secondary windows.
400
+
401
+ version 1.21
402
+ changing version on help screen to be button
403
+ added version window
404
+ added diagnostic tab
405
+
406
+ version 1.2
407
+ added gemspec for creating a rwdtinker.gem
408
+ added rdoc comments
409
+ changed order on remove applets tab
410
+
411
+ version 1.1
412
+ changed order of elements on install applet tab
413
+ Add more i81n ablility - added lang directorys for language hash files
414
+ added in test file using WATIR stands for "Web Application Testing In Ruby,
415
+
416
+ version 1.0
417
+ Improved name selection in zips and applet screens
418
+ added rubyslippers applet and rwdrefreshacpi applets as zips
419
+
420
+ version 0.9
421
+ Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
422
+ updated RubyWebDialogs for people who do not have it installed
423
+ added rwdschedule applet as zip file
424
+
425
+ version 0.8
426
+ changed location of code files
427
+ only directory of code files needs to be added to inf file
428
+ changed location of gui files
429
+ only directory of gui files needs to be added to inf file
430
+ Added constants in conf file for code location and gui location
431
+ removed all zips not yt updated to new directory layout
432
+ change loading of conf files to not need intermediate file
433
+ and favicon.ico
434
+
435
+ version 0.7
436
+ moved changelog to HowTo_Tinker.html
437
+ copied english gui text to the dirs I think we should translate to
438
+ update backup zip files to newest versions
439
+ upgraded the ev directory - for those who don't have RubyWebDialogs
440
+
441
+ version 0.6
442
+ updated version number
443
+ changed merge name to rwdtinker.rb
444
+
445
+ version 0.4
446
+ added zip listing and installing - Linux only
447
+
448
+ Version 0,3
449
+ changed name to Tinker
450
+
451
+ Version 0.2
452
+ added some i18n directories for the gui files
453
+
454
+ Version 0.1
455
+ first public version released
456
+ includes document screen
457
+ Open Photo screen
458
+ included configuration directory
459
+ zips directories
460
+ installed directory
461
+ installed applet lister
462
+