rwdtinker 1.75 → 1.76

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +1 -1
  2. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -1
  3. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +1 -1
  4. data/configuration/rwdtinker.dist +2 -2
  5. data/gui/frontwindow0/{viewlogo/cc0openphoto.rwd → cc0openphoto.rwd} +0 -0
  6. data/gui/{frontwindowselectionbegin/selectiontabbegin → frontwindowselections}/00selectiontabbegin.rwd +0 -0
  7. data/gui/frontwindowselections/{superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd → jumplinkcommands.rwd} +1 -1
  8. data/gui/{frontwindowselectionzend/viewselectionzend → frontwindowselections}/wwselectionend.rwd +0 -0
  9. data/gui/{frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd → frontwindowtdocuments/00documentbegin.rwd} +0 -0
  10. data/gui/frontwindowtdocuments/{superant.com.documents/tinkerdocuments.rwd → tinkerdocuments.rwd} +0 -0
  11. data/gui/{helpaboutbegin/superant.com.helpaboutbegin → frontwindowtdocuments}/zzdocumentend.rwd +0 -0
  12. data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzrwdlasttab.rwd → zzzrwdlasttab.rwd} +0 -0
  13. data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd → zzzzhelpscreenstart.rwd} +0 -0
  14. data/gui/{helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd → helpaboutbegin/zzzzzzhelpabouttab.rwd} +0 -0
  15. data/gui/helpaboutzend/{superant.com.helpaboutend/helpscreenend.rwd → helpscreenend.rwd} +0 -0
  16. data/gui/helpaboutzend/{superant.com.helpaboutend/zhelpscreenstart2.rwd → zhelpscreenstart2.rwd} +0 -0
  17. data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpabout2.rwd → zzzzhelpabout2.rwd} +0 -0
  18. data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpscreen2end.rwd → zzzzhelpscreen2end.rwd} +0 -0
  19. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +1 -1
  20. data/gui/zzcoreguiend/{tinkerapplicationguiend/yy9rwdend.rwd → yy9rwdend.rwd} +0 -0
  21. data/init.rb +2 -2
  22. data/lang/en/rwdcore/languagefile.rb +3 -3
  23. data/{extras → lib}/rconftool.rb +0 -0
  24. data/{ev → lib/rwd}/browser.rb +2 -2
  25. data/{ev → lib/rwd}/ftools.rb +0 -0
  26. data/{ev → lib/rwd}/mime.rb +0 -0
  27. data/{ev → lib/rwd}/net.rb +3 -3
  28. data/{ev → lib/rwd}/ruby.rb +0 -0
  29. data/{ev → lib/rwd}/rwd.rb +5 -5
  30. data/{ev → lib/rwd}/sgml.rb +1 -1
  31. data/{ev → lib/rwd}/thread.rb +1 -1
  32. data/{ev → lib/rwd}/tree.rb +2 -2
  33. data/{ev → lib/rwd}/xml.rb +1 -1
  34. data/{extras → lib}/zip/ioextras.rb +0 -0
  35. data/{extras → lib}/zip/stdrubyext.rb +0 -0
  36. data/{extras → lib}/zip/tempfile_bugfixed.rb +0 -0
  37. data/{extras → lib}/zip/zip.rb +2 -2
  38. data/{extras → lib}/zip/zipfilesystem.rb +0 -0
  39. data/{extras → lib}/zip/ziprequire.rb +0 -0
  40. data/rwd_files/HowTo_Tinker.txt +8 -0
  41. data/tests/makedist.rb +1 -1
  42. data/zips/rwdwaddresses-1.05.zip +0 -0
  43. data/zips/wrubyslippers-1.06.zip +0 -0
  44. metadata +35 -42
  45. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +0 -27
  46. data/lib/temp.rb +0 -1
@@ -1,7 +1,7 @@
1
1
  # install rwdtinker applet from a long directory location
2
2
  def installgemapplet
3
3
  require 'fileutils'
4
- require 'extras/zip/zip'
4
+ require 'lib/zip/zip'
5
5
  nametext = "%s" % [@a_installapplet]
6
6
 
7
7
  begin # exception trapped block
@@ -1,7 +1,7 @@
1
1
  #view contents of a tinker applet
2
2
  def viewappletcontents
3
3
  require 'fileutils'
4
- require 'extras/zip/zip'
4
+ require 'lib/zip/zip'
5
5
  nametext = "%s" % [@a_installapplet]
6
6
 
7
7
  begin # exception trapped block
@@ -1,7 +1,7 @@
1
1
  #view gem info
2
2
  def viewgemappletcontents
3
3
  require 'fileutils'
4
- require 'extras/zip/zip'
4
+ require 'lib/zip/zip'
5
5
  nametext = "%s" % [@a_installapplet]
6
6
 
7
7
  begin # exception trapped block
@@ -1,4 +1,4 @@
1
- ##VERSION:1.75
1
+ ##VERSION:1.76
2
2
  ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
3
3
  CodeName = "rwdtinker"
4
4
  CodeNameFile = CodeName + ".rb"
@@ -14,5 +14,5 @@ LangDir = "lang"
14
14
  $rwdjumplink = ["helpscreen","tinkerbackwindow","returntomain","opendocuments","editconfiguration"]
15
15
  Browser_Exe = 'mozilla '
16
16
  $tinkerdocumentsarray +=["HowTo_Tinker.txt","rwdapplications.html","RubyWebDialogs.html"]
17
- RwdTinkerVersion = "1.75"
17
+ RwdTinkerVersion = "1.76"
18
18
 
@@ -2,7 +2,7 @@ $rwdguivar=
2
2
  "
3
3
  <horizontal>
4
4
  <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
5
-
5
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
6
6
  </horizontal>
7
7
  <table>
8
8
  <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
@@ -3,7 +3,7 @@ $rwdguivar=
3
3
  <tab name=selectiontab caption=#{Message[:selection_tab]}>
4
4
  <horizontal>
5
5
  <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
6
-
6
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
7
7
  </horizontal>
8
8
  <table>
9
9
  <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
data/init.rb CHANGED
@@ -21,9 +21,9 @@
21
21
  #* at "smalllinux@gmail.com".
22
22
  #***********************************************************************/
23
23
 
24
- require "ev/rwd"
24
+ require "lib/rwd/rwd"
25
25
  require 'fileutils'
26
- require 'extras/rconftool'
26
+ require 'lib/rconftool'
27
27
 
28
28
  $progdir = File::expand_path( File.dirname(__FILE__))
29
29
 
@@ -14,7 +14,7 @@
14
14
  :help_about => '"Help About"',
15
15
  :install_applet => '"install (rwdtinker) applet"',
16
16
  :jumptoapplication_location => '"Jump to Application Location"',
17
- :list_applets => '"List Applets"',
17
+ :list_applets => '"Remove Applets"',
18
18
  :listappletsinthegem_directory => '"List applets in the Gem Directory"',
19
19
  :listappletsavailablefor_installation => "List applets available for installation",
20
20
  :list_files => '"List Files"',
@@ -42,8 +42,8 @@
42
42
 
43
43
  :save => "Save" ,
44
44
  :save_changes => '"Save Changes"',
45
- :selection_panel => '"Selection Panel"',
46
- :selection_tab => '"Selection Tab"',
45
+ :selection_panel => '"Menu Panel"',
46
+ :selection_tab => '"Menu Tab"',
47
47
  :tinker_logo => "Tinker Logo",
48
48
  :tinkerback_window => '"Tinker Back Window"',
49
49
  :viewapplet_contents => '"View Applet Contents"',
File without changes
@@ -1,5 +1,5 @@
1
- require "ev/ruby"
2
- require "ev/net"
1
+ require "lib/rwd/ruby"
2
+ require "lib/rwd/net"
3
3
 
4
4
  begin
5
5
  require "win32ole"
File without changes
File without changes
@@ -1,6 +1,6 @@
1
- require "ev/ruby"
2
- require "ev/ftools"
3
- require "ev/mime"
1
+ require "lib/rwd/ruby"
2
+ require "lib/rwd/ftools"
3
+ require "lib/rwd/mime"
4
4
  require "net/http"
5
5
  require "socket"
6
6
  require "uri"
File without changes
@@ -1,8 +1,8 @@
1
- require "ev/ruby"
2
- require "ev/xml"
3
- require "ev/net"
4
- require "ev/browser"
5
- require "ev/thread"
1
+ require "lib/rwd/ruby"
2
+ require "lib/rwd/xml"
3
+ require "lib/rwd/net"
4
+ require "lib/rwd/browser"
5
+ require "lib/rwd/thread"
6
6
  require "md5"
7
7
  require "rbconfig"
8
8
 
@@ -1,4 +1,4 @@
1
- require "ev/tree"
1
+ require "lib/rwd/tree"
2
2
 
3
3
  class SGMLObject < TreeObject
4
4
  def to_s
@@ -1,4 +1,4 @@
1
- require "ev/ruby"
1
+ require "lib/rwd/ruby"
2
2
  require "thread"
3
3
 
4
4
  class FakeThread
@@ -1,5 +1,5 @@
1
- require "ev/ruby"
2
- require "ev/net"
1
+ require "lib/rwd/ruby"
2
+ require "lib/rwd/net"
3
3
  require "md5"
4
4
  require "thread"
5
5
 
@@ -1,4 +1,4 @@
1
- require "ev/sgml"
1
+ require "lib/rwd/sgml"
2
2
 
3
3
  class SGMLObject
4
4
  def to_x(closetags=true)
File without changes
File without changes
File without changes
@@ -4,8 +4,8 @@ require 'singleton'
4
4
  require 'tempfile'
5
5
  require 'ftools'
6
6
  require 'zlib'
7
- require 'extras/zip/stdrubyext'
8
- require 'extras/zip/ioextras'
7
+ require 'lib/zip/stdrubyext'
8
+ require 'lib/zip/ioextras'
9
9
 
10
10
  if Tempfile.superclass == SimpleDelegator
11
11
  require 'zip/tempfile_bugfixed'
File without changes
File without changes
@@ -227,6 +227,14 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
227
227
  Thanks, Steven Gibson
228
228
 
229
229
  == Changelog
230
+ Version 1.76
231
+ Move rwd code files into lib directory - bug - 21886
232
+ change tab name list applets - bug - 21864
233
+ change extra folder to be lib folder - bug 21887
234
+ remove duplicate intall applet code - bug 21885
235
+ On Menu tab/Selection Tab - add help button - bug 21884
236
+ clean up directory structure in gui directory - bug 21882
237
+
230
238
  Version 1.75
231
239
  change rwd.rb to use UTF-8 for web pages
232
240
  add language load for applets
data/tests/makedist.rb CHANGED
@@ -14,7 +14,7 @@ require 'fileutils'
14
14
 
15
15
  DistroName = "rwdtinker"
16
16
 
17
- DistroVersion="1.75"
17
+ DistroVersion="1.76"
18
18
 
19
19
  DistroTitle="#{DistroName}.dist"
20
20
  load "configuration/#{DistroTitle}"
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rwdtinker
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.75"
4
+ version: "1.76"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Gibson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-07 00:00:00 -07:00
12
+ date: 2008-09-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -24,7 +24,23 @@ extra_rdoc_files:
24
24
  - rwd_files/HowTo_Tinker.txt
25
25
  - rwd_files/HowTo_TinkerWin2.txt
26
26
  files:
27
- - lib/temp.rb
27
+ - lib/rwd/browser.rb
28
+ - lib/rwd/sgml.rb
29
+ - lib/rwd/ftools.rb
30
+ - lib/rwd/ruby.rb
31
+ - lib/rwd/thread.rb
32
+ - lib/rwd/mime.rb
33
+ - lib/rwd/tree.rb
34
+ - lib/rwd/net.rb
35
+ - lib/rwd/rwd.rb
36
+ - lib/rwd/xml.rb
37
+ - lib/zip/stdrubyext.rb
38
+ - lib/zip/ziprequire.rb
39
+ - lib/zip/ioextras.rb
40
+ - lib/zip/zip.rb
41
+ - lib/zip/zipfilesystem.rb
42
+ - lib/zip/tempfile_bugfixed.rb
43
+ - lib/rconftool.rb
28
44
  - code/zz0applicationend/zz0end.rb
29
45
  - code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
30
46
  - code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
@@ -36,7 +52,6 @@ files:
36
52
  - code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb
37
53
  - code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb
38
54
  - code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb
39
- - code/superant.com.rwdtinkerbackwindow/installapplet.rb
40
55
  - code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb
41
56
  - code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
42
57
  - code/superant.com.rwdtinkerbackwindow/listzips.rb
@@ -74,30 +89,14 @@ files:
74
89
  - configuration/tinkerwin2variables.dist
75
90
  - configuration/language.dist
76
91
  - configuration/rwdapplicationidentity.dist
77
- - ev/browser.rb
78
- - ev/sgml.rb
79
- - ev/ftools.rb
80
- - ev/ruby.rb
81
- - ev/thread.rb
82
- - ev/mime.rb
83
- - ev/tree.rb
84
- - ev/net.rb
85
- - ev/rwd.rb
86
- - ev/xml.rb
87
- - extras/zip/stdrubyext.rb
88
- - extras/zip/ziprequire.rb
89
- - extras/zip/ioextras.rb
90
- - extras/zip/zip.rb
91
- - extras/zip/zipfilesystem.rb
92
- - extras/zip/tempfile_bugfixed.rb
93
- - extras/rconftool.rb
94
92
  - lang/en/rwdcore/languagefile.rb
95
93
  - lang/es/rwdcore/languagefile-es.rb
96
94
  - lang/fr/rwdcore/languagefile.rb
97
95
  - lang/jp/rwdcore/languagefile.rb
98
96
  - lang/nl/rwdcore/languagefile.rb
99
- - gui/frontwindowtdocuments/superant.com.documents
100
- - gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd
97
+ - gui/frontwindowtdocuments/00documentbegin.rwd
98
+ - gui/frontwindowtdocuments/tinkerdocuments.rwd
99
+ - gui/frontwindowtdocuments/zzdocumentend.rwd
101
100
  - gui/00coreguibegin/applicationguitop.rwd
102
101
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow
103
102
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
@@ -114,24 +113,18 @@ files:
114
113
  - gui/tinkerbackwindows/superant.com.versionwindow
115
114
  - gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
116
115
  - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
117
- - gui/helpaboutzend/superant.com.helpaboutend
118
- - gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd
119
- - gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd
120
- - gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd
121
- - gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd
122
- - gui/frontwindow0/viewlogo/cc0openphoto.rwd
123
- - gui/helpaboutbegin/superant.com.helpaboutbegin
124
- - gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd
125
- - gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd
126
- - gui/helpaboutbegin/superant.com.helpaboutbegin/zzzrwdlasttab.rwd
127
- - gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd
128
- - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab
129
- - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd
130
- - gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd
131
- - gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd
132
- - gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
133
- - gui/helpaboutinstalled/superant.com.tinkerhelpabout
134
- - gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd
116
+ - gui/helpaboutzend/zzzzhelpscreen2end.rwd
117
+ - gui/helpaboutzend/zzzzhelpabout2.rwd
118
+ - gui/helpaboutzend/zhelpscreenstart2.rwd
119
+ - gui/helpaboutzend/helpscreenend.rwd
120
+ - gui/frontwindow0/cc0openphoto.rwd
121
+ - gui/helpaboutbegin/zzzzzzhelpabouttab.rwd
122
+ - gui/helpaboutbegin/zzzzhelpscreenstart.rwd
123
+ - gui/helpaboutbegin/zzzrwdlasttab.rwd
124
+ - gui/frontwindowselections/jumplinkcommands.rwd
125
+ - gui/frontwindowselections/wwselectionend.rwd
126
+ - gui/frontwindowselections/00selectiontabbegin.rwd
127
+ - gui/zzcoreguiend/yy9rwdend.rwd
135
128
  - installed/temp.rb
136
129
  - rwd_files/tinker.png
137
130
  - rwd_files/favicon.ico
@@ -180,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
173
  requirements: []
181
174
 
182
175
  rubyforge_project: rwdapplications
183
- rubygems_version: 1.1.1
176
+ rubygems_version: 1.2.0
184
177
  signing_key:
185
178
  specification_version: 2
186
179
  summary: rwdtinker application is a framework to program for RubyWebDialogs.
@@ -1,27 +0,0 @@
1
- # code in install rwdtinker applets - now uses ruby.zip module
2
- def installapplet
3
-
4
- nametext = "%s" % [@a_installapplet]
5
-
6
- begin # exception trapped block
7
-
8
-
9
- require 'extras/zip/zip'
10
- fullname = nametext + ".zip"
11
- fileName = File.join($zipslocation,fullname)
12
-
13
- zf = Zip::ZipFile.new(fileName)
14
- zf.sort.each {
15
-
16
- |entry|
17
- zf.extract(entry.to_s, entry.to_s)
18
- }
19
- @returninitateresults = initiateapplet(nametext)
20
- @installapplettext = Message[:applet_installed] + " " + @returninitateresults
21
-
22
- rescue
23
- @installapplettext = "unzip error - applet may not be installed correctly"
24
- end # exception rescue
25
-
26
- end
27
-
data/lib/temp.rb DELETED
@@ -1 +0,0 @@
1
- # this file does nothing