rubyslippers 1.06 → 1.07
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.txt +421 -234
- data/code/01rwdcore/01rwdcore.rb +4 -0
- data/code/01rwdcore/openhelpwindow.rb +1 -1
- data/code/01rwdcore/rwdtinkerversion.rb +1 -1
- data/code/superant.com.rubyslippers/0uninstallapplet.rb +1 -1
- data/code/superant.com.rubyslippers/gemserve.rb +0 -3
- data/code/superant.com.rubyslippers/gemwhich.rb +1 -1
- data/code/superant.com.rubyslippers/test_cases.rb +1 -2
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +119 -79
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +12 -5
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +1 -1
- data/configuration/rwdtinker.dist +2 -2
- data/configuration/wrubyslippers-1.07.dist +24 -0
- data/gui/00coreguibegin/applicationguitop.rwd +1 -1
- data/gui/frontwindow0/{viewlogo/cc0openphoto.rwd → cc0openphoto.rwd} +0 -0
- data/gui/{frontwindowselectionbegin/selectiontabbegin → frontwindowselections}/00selectiontabbegin.rwd +0 -0
- data/gui/frontwindowselections/{superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd → jumplinkcommands.rwd} +1 -1
- data/gui/{frontwindowselectionzend/viewselectionzend → frontwindowselections}/wwselectionend.rwd +0 -0
- data/gui/{frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd → frontwindowtdocuments/00documentbegin.rwd} +0 -0
- data/gui/frontwindowtdocuments/{superant.com.documents/tinkerdocuments.rwd → tinkerdocuments.rwd} +0 -0
- data/gui/{helpaboutbegin/superant.com.helpaboutbegin → frontwindowtdocuments}/zzdocumentend.rwd +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzrwdlasttab.rwd → zzzrwdlasttab.rwd} +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd → zzzzhelpscreenstart.rwd} +0 -0
- data/gui/{helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd → helpaboutbegin/zzzzzzhelpabouttab.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/helpscreenend.rwd → helpscreenend.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zhelpscreenstart2.rwd → zhelpscreenstart2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpabout2.rwd → zzzzhelpabout2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpscreen2end.rwd → zzzzhelpscreen2end.rwd} +0 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippers/75gemwhich.rwd +1 -3
- data/gui/tinkerbackwindows/superant.com.rubyslippers/90gemserverscan.rwd +2 -2
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +1 -1
- data/gui/zzcoreguiend/{tinkerapplicationguiend/yy9rwdend.rwd → yy9rwdend.rwd} +0 -0
- data/init.rb +2 -2
- data/installed/{wrubyslippers-1.06.inf → wrubyslippers-1.07.inf} +7 -2
- data/lang/en/rwdcore/languagefile.rb +3 -4
- data/lang/es/rubyslippers/languagefile.rb +7 -10
- data/lang/es/rwdcore/languagefile-es.rb +0 -6
- data/lang/fr/rubyslippers/languagefile.rb +6 -10
- data/lang/jp/rubyslippers/languagefile.rb +6 -10
- data/lang/nl/rubyslippers/languagefile.rb +6 -10
- data/lang/nl/rwdcore/languagefile.rb +0 -6
- data/{extras → lib}/rconftool.rb +0 -0
- data/{ev → lib/rwd}/browser.rb +2 -2
- data/{ev → lib/rwd}/ftools.rb +0 -0
- data/{ev → lib/rwd}/mime.rb +0 -0
- data/{ev → lib/rwd}/net.rb +3 -3
- data/{ev → lib/rwd}/ruby.rb +0 -0
- data/{ev → lib/rwd}/rwd.rb +7 -7
- data/{ev → lib/rwd}/sgml.rb +1 -1
- data/{ev → lib/rwd}/thread.rb +1 -1
- data/{ev → lib/rwd}/tree.rb +2 -2
- data/{ev → lib/rwd}/xml.rb +1 -1
- data/{extras → lib}/zip/ioextras.rb +0 -0
- data/{extras → lib}/zip/stdrubyext.rb +0 -0
- data/{extras → lib}/zip/tempfile_bugfixed.rb +0 -0
- data/{extras → lib}/zip/zip.rb +2 -2
- data/{extras → lib}/zip/zipfilesystem.rb +0 -0
- data/{extras → lib}/zip/ziprequire.rb +0 -0
- data/rubyslippers.rb +1 -1
- data/rwd_files/HowTo_RubySlippers.txt +7 -3
- data/rwd_files/HowTo_Tinker.txt +31 -9
- data/tests/makedist-wrubyslippers.rb +1 -0
- data/tests/makedist.rb +12 -5
- data/zips/rwdwaddresses-1.05.zip +0 -0
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwschedule-1.04.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- metadata +43 -48
- data/code/superant.com.rubyslippers/jumplinkupdate.rb +0 -8
- data/code/superant.com.rubyslippers/uninstallapplet.rb +0 -57
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +0 -27
- data/configuration/rubyslippers.dist +0 -2
- data/configuration/wrubyslippers-1.06.dist +0 -17
- data/lib/rubyslippers.rb +0 -1
- data/rwd_files/GemDocuments.html +0 -6
data/Readme.txt
CHANGED
@@ -1,132 +1,153 @@
|
|
1
|
-
=
|
2
|
-
|
3
|
-
How To use RubySlippers - a frontend for RubyGems
|
4
|
-
|
5
|
-
|
6
|
-
The configuration file is at:
|
7
|
-
configuration/rubyslippers.cnf
|
8
|
-
|
9
|
-
There you can change the location of your gemspec files.
|
1
|
+
= RwdTinker framework for RubyWebDialogs
|
10
2
|
|
3
|
+
RwdTinker is a web brower interface to and system for developing programs
|
11
4
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
click on the install Gem button
|
50
|
-
You should see the result of the command on the screen
|
51
|
-
|
52
|
-
You can check in the first tab if it is installed.
|
53
|
-
|
54
|
-
|
55
|
-
= Gem Commands:
|
56
|
-
|
57
|
-
|
58
|
-
Go to "Gem Commands" tab
|
59
|
-
|
60
|
-
<blockquote/>
|
61
|
-
You can view the setup that Gem has on your system.
|
62
|
-
|
63
|
-
Click on Show Environment
|
64
|
-
This will show your setup
|
65
|
-
|
66
|
-
You can run a Gem command or a shell command
|
67
|
-
Enter the command in the box and press the
|
68
|
-
Run Command button
|
69
|
-
|
70
|
-
It displays the result of the command on the screen.
|
71
|
-
|
72
|
-
|
73
|
-
= Gem Files:
|
74
|
-
|
75
|
-
|
76
|
-
Go to "Gem Files" tab
|
77
|
-
|
78
|
-
|
79
|
-
You can view the files that are installed for applications
|
80
|
-
|
81
|
-
Click on Show Gem Dirs
|
82
|
-
This will show your list of Gems installed
|
83
|
-
|
84
|
-
|
85
|
-
Click on Show Application Files
|
86
|
-
This will show your list of files installed
|
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
|
87
42
|
|
88
|
-
|
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
|
89
51
|
|
90
|
-
|
91
|
-
|
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
|
92
68
|
|
93
|
-
|
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
|
+
|
94
107
|
|
95
|
-
|
108
|
+
|
109
|
+
If you need a config file that goes in the configuration directory
|
96
110
|
|
97
|
-
|
111
|
+
internationalization and localization are helped by replacing the
|
112
|
+
gui files in the subdirectories under gui
|
98
113
|
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
On my Linux system I changed permissions on my gem directory to allow
|
120
|
-
the nonprovileged user to install gems.
|
121
|
-
|
122
|
-
|
123
|
-
= Documents
|
124
|
-
|
125
|
-
|
126
|
-
when you click on a document name, the document should pop up in a
|
127
|
-
browser window, or in another browser tab.
|
128
|
-
|
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.
|
129
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
|
+
|
130
151
|
== Using over a Network
|
131
152
|
|
132
153
|
To serve the application over your local LAN,change the last line in the
|
@@ -144,132 +165,298 @@ user2 = pass phrase
|
|
144
165
|
Thus the file .rwduids might contain:
|
145
166
|
|
146
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
|
147
173
|
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
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.
|
170
220
|
|
171
|
-
|
172
|
-
updated for rwdtinker 1.68
|
221
|
+
== License
|
173
222
|
|
174
|
-
|
175
|
-
|
176
|
-
|
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
|
177
279
|
added some unit tests
|
178
280
|
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
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
|
184
286
|
|
185
|
-
version 1.
|
287
|
+
version 1.61
|
186
288
|
add in test harness
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
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
|
197
300
|
|
198
|
-
version
|
199
|
-
|
301
|
+
version 1.58
|
302
|
+
check for zlib
|
303
|
+
check for files to delete
|
200
304
|
|
201
|
-
version
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
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
|
208
327
|
|
209
|
-
version
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
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
|
215
343
|
|
216
|
-
|
217
|
-
|
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
|
218
361
|
Changed gui directory names - more like Java package titles
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
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
|
237
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
|
238
396
|
|
239
|
-
|
240
|
-
|
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
|
241
462
|
|
242
|
-
Version 0.92
|
243
|
-
Added to version 1.23 of rwdtinker
|
244
|
-
created gemspec
|
245
|
-
|
246
|
-
Version 0.91
|
247
|
-
Changed download of remote gem list - should now work on XP - avoids SystemStackError
|
248
|
-
added txt file to hold downloaded list
|
249
|
-
Changed order on list installed gems directories
|
250
|
-
Fixed view gemspec - it was totally broken! (bug introduced in 0.8)
|
251
|
-
|
252
|
-
Version 0.9
|
253
|
-
Added scan for gem_server
|
254
|
-
links for gem_server content
|
255
|
-
|
256
|
-
Version 0.8
|
257
|
-
Improved file selection
|
258
|
-
|
259
|
-
Version 0.7
|
260
|
-
Was updated to work with rwdtinker version 0.9
|
261
|
-
|
262
|
-
Version 0.6
|
263
|
-
fixes to work under XP
|
264
|
-
wrong variable in listfiles function
|
265
|
-
added configuration for XP vs Linux systems
|
266
|
-
updated the rwdrefreshacpi applet in zips
|
267
|
-
|
268
|
-
Version 0.5
|
269
|
-
first applet
|
270
|
-
added gem files tab - should list install app files
|
271
|
-
|
272
|
-
Version 0.4
|
273
|
-
first public version released
|
274
|
-
using rwdtinker framework
|
275
|
-
|