bigtinker 0.96 → 0.97
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/code/01rwdcore/02helptexthashbegin.rb +10 -0
- data/code/01rwdcore/03helptexthash.rb +18 -20
- data/code/01rwdcore/runopentinkerdocument.rb +1 -1
- data/code/superant.com.foldeditor/0uninstallapplet.rb +17 -0
- data/code/superant.com.foldeditor/changehypernotename.rb +21 -0
- data/code/superant.com.foldeditor/chooselinkfile.rb +6 -0
- data/code/superant.com.foldeditor/choosenotefile.rb +6 -0
- data/code/superant.com.foldeditor/clearnotescreen.rb +7 -0
- data/code/superant.com.foldeditor/createnewnotehtml.rb +31 -0
- data/code/superant.com.foldeditor/helptexthashload.rb +22 -0
- data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.foldeditor/launchfoldeditorurl.rb +19 -0
- data/code/superant.com.foldeditor/listfoldeditorfiles.rb +7 -0
- data/code/{superant.com.rwdaddresses → superant.com.foldeditor}/loadconfigurationrecord.rb +4 -4
- data/code/superant.com.foldeditor/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.foldeditor/loadfolddocument.rb +18 -0
- data/code/superant.com.foldeditor/loadnextnote.rb +32 -0
- data/code/superant.com.foldeditor/loadprevnote.rb +32 -0
- data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +19 -0
- data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +30 -0
- data/code/superant.com.foldeditor/runrwdapplet.rb +10 -0
- data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +41 -0
- data/code/{superant.com.rwdaddresses/rwdaddresseshelpabout.rb → superant.com.foldeditor/rwdtinkerversion.rb} +4 -4
- data/code/superant.com.foldeditor/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.foldeditor/savefoldlinkfile.rb +20 -0
- data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -105
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +1 -3
- data/configuration/bigtinker.dist +2 -2
- data/configuration/rwdtinker.dist +3 -3
- data/configuration/rwdwfoldeditor.dist +16 -0
- data/configuration/tinkerwin2variables.dist +7 -2
- data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +36 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +43 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +43 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
- data/gui/tinkerbackwindows/{superant.com.rwdaddressessyncbackwindow/zvbackend.rwd → superant.com.slideshow/9end.rwd} +1 -1
- data/init.rb +54 -163
- data/installed/rwdwfoldeditor.inf +11 -0
- data/lang/en/rwdcore/en.po +166 -0
- data/lang/es/rwdcore/es.po +172 -0
- data/lang/fr/rwdcore/fr.po +166 -0
- data/lang/hi/rwdcore/hi.po +170 -0
- data/lang/ja/rwdcore/ja.po +168 -0
- data/lang/nl/rwdcore/nl.po +166 -0
- data/lib/rwdtinker/rwdcodedir.rb +56 -0
- data/lib/rwdtinker/rwdguidir.rb +57 -0
- data/lib/rwdtinker/rwdlangdir.rb +60 -0
- data/lib/rwdtinker/rwdtinkertools.rb +2 -1
- data/rwd_files/HowTo_BigTinker.txt +3 -0
- data/rwd_files/HowTo_FoldEditor.txt +131 -0
- data/rwd_files/HowTo_Tinker.txt +20 -6
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/default.fld +9 -0
- data/rwd_files/rubylinks.fld +6 -0
- data/rwd_files/rwdfoldeditorhelpfiles.txt +42 -0
- data/rwd_files/rwdhypernote-0.13.fld +202 -0
- data/tests/{makedist-rwdwaddesses.rb → makedist-rwdwfoldeditor.rb} +8 -4
- data/tests/makedist.rb +1 -1
- data/zips/rwdwfoldeditor-0.06.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/tinkerbellw-0.03.zip +0 -0
- data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
- metadata +67 -83
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdaddresses/0uninstallapplet.rb +0 -14
- data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +0 -24
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +0 -15
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +0 -19
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +0 -25
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +0 -19
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +0 -36
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +0 -69
- data/code/superant.com.rwdaddresses/listnamerecord.rb +0 -15
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +0 -15
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +0 -15
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +0 -30
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +0 -30
- data/code/superant.com.rwdaddresses/renamecontact.rb +0 -15
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +0 -10
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +0 -34
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +0 -10
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +0 -10
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +0 -20
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +0 -76
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +0 -28
- data/code/superant.com.rwdaddresses/test_cases.rb +0 -45
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +0 -30
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +0 -21
- data/code/superant.com.rwdaddresses/viewnamedata.rb +0 -28
- data/code/superant.com.rwdaddresses/viewphoto.rb +0 -4
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +0 -23
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +0 -12
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +0 -22
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- data/configuration/rwdwaddresses.dist +0 -24
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +0 -6
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +0 -5
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +0 -45
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +0 -23
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +0 -34
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +0 -11
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +0 -15
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +0 -3
- data/installed/rwdaddressesdata2.inf +0 -7
- data/installed/rwdwaddresses.inf +0 -13
- data/lang/en/rwdcore/languagefile.rb +0 -59
- data/lang/es/rwdcore/languagefile-es.rb +0 -63
- data/lang/fr/rwdcore/languagefile.rb +0 -65
- data/lang/jp/rwdcore/languagefile.rb +0 -73
- data/lang/nl/rwdcore/languagefile.rb +0 -76
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +0 -8
- data/names/Angelina Jolie.vcf +0 -8
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +0 -5
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +0 -7
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +0 -272
- data/rwd_files/contacttmp.jpg +0 -0
- data/updates/temp.rb +0 -1
- data/zips/rwdwaddresses-1.07.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/rwdwgutenberg-0.11.zip +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwtorrent-0.07.zip +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.foldeditor}/9end.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/10appletbegin.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/11viewnamedata.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/13listnamerecordfiles.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/16editrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/17viewvcardrecord.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/18contactutilities.rwd +0 -0
- /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/81jumplinkcommands.rwd +0 -0
data/names/elektra.nam
DELETED
data/names/nophoto.jpg
DELETED
|
Binary file
|
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
= Rwd Address Book
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
== How to Use the Address Book (rwdaddresses)
|
|
5
|
-
|
|
6
|
-
There are two ways to add records to rwdaddresses address book.
|
|
7
|
-
|
|
8
|
-
== Adding Records
|
|
9
|
-
|
|
10
|
-
1. Use the "New File" tab
|
|
11
|
-
The first field is the most important. It is the filename that
|
|
12
|
-
will be created. I use the person's name with caps and no spaces
|
|
13
|
-
RingoStarr
|
|
14
|
-
|
|
15
|
-
The following lines for entry are for you to fill in as you want.
|
|
16
|
-
When you are finished press the CreateFile button
|
|
17
|
-
|
|
18
|
-
2. Manually add an entry for a person record
|
|
19
|
-
You can use a text editor to create a record
|
|
20
|
-
put information on separate lines. You can have as many lines as you want
|
|
21
|
-
name the file with caps and no spaces and end with .nam
|
|
22
|
-
RingoStarr.nam<
|
|
23
|
-
|
|
24
|
-
Save your file to the names/ subdirectory
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
This is similar to how you add a photo to the book.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
== Viewing an address book entry:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
Go to "View Contact" tab
|
|
34
|
-
|
|
35
|
-
Type in the name of the contact you want.
|
|
36
|
-
|
|
37
|
-
Type it as the record file is saved: (caps, no space)
|
|
38
|
-
StevenGibson
|
|
39
|
-
|
|
40
|
-
Then click the "Open" button
|
|
41
|
-
|
|
42
|
-
If it finds the record it will open it. It displays the record as text under the search box.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
== Viewing Photo
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
Click on the ? at the top right of window
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
If it finds a photo for the person it will replace the window with the photo
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
it will look for the same name as the record with the extension .png
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
To return to the address book, click on back arrows at the top right.
|
|
59
|
-
|
|
60
|
-
For now you need to add photos manually.
|
|
61
|
-
|
|
62
|
-
add them to the names/ directory
|
|
63
|
-
|
|
64
|
-
== List Files
|
|
65
|
-
|
|
66
|
-
Click on "List Files"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
clicking on the "ListFiles" button will list all
|
|
71
|
-
the files found in the names/ directory
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
== Add Info
|
|
75
|
-
|
|
76
|
-
For edits to records go to the contacts utilities tab
|
|
77
|
-
You can
|
|
78
|
-
Rename contacts
|
|
79
|
-
Delete contacts
|
|
80
|
-
attach photos to contacts
|
|
81
|
-
|
|
82
|
-
== Attach photo
|
|
83
|
-
on the Contacts Utilities tab
|
|
84
|
-
select the name record,
|
|
85
|
-
put a jpg photo in the /tmp directory
|
|
86
|
-
select the photo
|
|
87
|
-
click on Attach photo, it will rename the photo and copy it to the
|
|
88
|
-
addresses directory
|
|
89
|
-
|
|
90
|
-
== Sync for multiple computers
|
|
91
|
-
|
|
92
|
-
If you are like me, you have more than one system
|
|
93
|
-
I use rwdTinker at home on my Linux laptop
|
|
94
|
-
at work I use it on XP
|
|
95
|
-
on the go I use rwdtinker on my Zaurus PDA
|
|
96
|
-
So I am adding contact record on different machines.
|
|
97
|
-
There is a function to help sync the separate systems
|
|
98
|
-
|
|
99
|
-
in "Selection Panel" click on "Open Schedule Sync Window"
|
|
100
|
-
|
|
101
|
-
First you need your ftp details set in the
|
|
102
|
-
configuration/rwdaddresses.cnf file
|
|
103
|
-
|
|
104
|
-
you can upload your contacts from your local names directory to the ftp site
|
|
105
|
-
you can download contacts from the ftp site to your local updates directory
|
|
106
|
-
you can perform a sync which finds remote contacts and adds them to your local
|
|
107
|
-
names directory
|
|
108
|
-
|
|
109
|
-
== Change to using png photos instead of jpg
|
|
110
|
-
|
|
111
|
-
If you want to
|
|
112
|
-
Need to change one line in file rwdaddresses.cnf
|
|
113
|
-
Need to add nophoto.png in names
|
|
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
|
-
== Using over a Network
|
|
122
|
-
|
|
123
|
-
To serve the application over your local LAN,change the last line in the
|
|
124
|
-
init.rb file to something like:
|
|
125
|
-
RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
|
|
126
|
-
Then you should be able to login at: http://yourhostname:8080
|
|
127
|
-
|
|
128
|
-
You have to authorize yourself. The .rwuids example is a string with
|
|
129
|
-
the name of the authorization file, relative to the home directory
|
|
130
|
-
of the user that started the service. This file has to be in the form of:
|
|
131
|
-
|
|
132
|
-
user1 = password
|
|
133
|
-
user2 = pass phrase
|
|
134
|
-
|
|
135
|
-
Thus the file .rwduids might contain:
|
|
136
|
-
|
|
137
|
-
erik = secret
|
|
138
|
-
|
|
139
|
-
== Contacts
|
|
140
|
-
For more information see:
|
|
141
|
-
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
For more information about RubyWebDialogs see:
|
|
145
|
-
http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
146
|
-
|
|
147
|
-
Thanks, Steven Gibson
|
|
148
|
-
|
|
149
|
-
== Changelog
|
|
150
|
-
version 1.07
|
|
151
|
-
update for rwdtinker 1.80
|
|
152
|
-
|
|
153
|
-
version 1.06
|
|
154
|
-
correct configuration file
|
|
155
|
-
|
|
156
|
-
Version 1.05
|
|
157
|
-
more uninstall support
|
|
158
|
-
update to version 1.74 of rwdtinker
|
|
159
|
-
changed configuration view
|
|
160
|
-
|
|
161
|
-
Version 1.04
|
|
162
|
-
update to rwd tinker 1.68
|
|
163
|
-
changed path for debian linux in config
|
|
164
|
-
removed remote control - was not working
|
|
165
|
-
|
|
166
|
-
Version 1.03
|
|
167
|
-
fixed sync download
|
|
168
|
-
added more unit test
|
|
169
|
-
updated for rwdtinker 1.64 - jump menu added
|
|
170
|
-
|
|
171
|
-
Version 1.02
|
|
172
|
-
Export vCard
|
|
173
|
-
view raw vCard
|
|
174
|
-
updated for rwdtinker 1.61
|
|
175
|
-
|
|
176
|
-
version 1.01
|
|
177
|
-
updated for rwdtinker version 1.59
|
|
178
|
-
refactored diagnotic page - one button to see all information
|
|
179
|
-
added bug report upload to diagnostic page
|
|
180
|
-
|
|
181
|
-
version 1.00
|
|
182
|
-
Fix config editing screen
|
|
183
|
-
|
|
184
|
-
version 0.99
|
|
185
|
-
added rconftool use to update configuration files
|
|
186
|
-
changed applets removal to not use external rm
|
|
187
|
-
removed version number from directory name
|
|
188
|
-
Debian permissions fixed. Configuration editing has more boxes.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
version 0.98
|
|
192
|
-
updated for rwdtinker 1.56
|
|
193
|
-
first debian version
|
|
194
|
-
added photo to front viewing screen
|
|
195
|
-
|
|
196
|
-
version 0.97
|
|
197
|
-
updated for rwdtinker version 1.51
|
|
198
|
-
added RwdAddresses Menu tab for easier navigation
|
|
199
|
-
Improvement to context sensitive help
|
|
200
|
-
wider text boxes for contact information
|
|
201
|
-
|
|
202
|
-
version 0.96
|
|
203
|
-
added tab for jump to addresses window
|
|
204
|
-
added return from photo window
|
|
205
|
-
added contact name on photo window
|
|
206
|
-
changed return from back window
|
|
207
|
-
|
|
208
|
-
version 0.95
|
|
209
|
-
added some context sensitive help
|
|
210
|
-
added edit config file and reload config variables
|
|
211
|
-
change to tinker context help script
|
|
212
|
-
updated for rwdtinker 1.47
|
|
213
|
-
Added delete update files function in sync tab
|
|
214
|
-
|
|
215
|
-
version 0.94
|
|
216
|
-
updated for rwdtinker 1.44 - refactored gui files
|
|
217
|
-
Changed gui directory names - more like Java package titles
|
|
218
|
-
added back window for sync tasks
|
|
219
|
-
added configuration viewing
|
|
220
|
-
added ftp file download for sync
|
|
221
|
-
added ftp file upload for sync
|
|
222
|
-
add update files and addresses sync compares
|
|
223
|
-
|
|
224
|
-
version 0.93
|
|
225
|
-
updated for rwdtinker 1.42 - semi-live updating
|
|
226
|
-
|
|
227
|
-
version 0.92
|
|
228
|
-
updated for rwdtinker 1.41
|
|
229
|
-
updated some l10n data
|
|
230
|
-
switched to jpg for contact photos
|
|
231
|
-
fixed rename for nil new name
|
|
232
|
-
|
|
233
|
-
version 0.91
|
|
234
|
-
updated for rwdtinker 1.4
|
|
235
|
-
Added configuration viewing
|
|
236
|
-
|
|
237
|
-
version 0.9
|
|
238
|
-
added edit commands to change contact record
|
|
239
|
-
Rename contacts
|
|
240
|
-
Delete contacts
|
|
241
|
-
attach photos to contacts
|
|
242
|
-
|
|
243
|
-
version 0.8
|
|
244
|
-
updated for version 1.23 of rwdtinker
|
|
245
|
-
|
|
246
|
-
version 0.7
|
|
247
|
-
changed directory structure for rwdtinker 0.9 and later
|
|
248
|
-
added conf file for name record directory location
|
|
249
|
-
split inf file for sample data
|
|
250
|
-
update HowTo_Addresses.html with info on serving over a LAN
|
|
251
|
-
improved name selection on the main screen
|
|
252
|
-
|
|
253
|
-
version 0.6
|
|
254
|
-
update handling of photo, when none found
|
|
255
|
-
reduced sizes of sample photos
|
|
256
|
-
|
|
257
|
-
version 0.5
|
|
258
|
-
revised to fit into rwdtinker framework
|
|
259
|
-
|
|
260
|
-
Version 0.4
|
|
261
|
-
Corrected photo xml
|
|
262
|
-
changed order of action buttons
|
|
263
|
-
added help-about window
|
|
264
|
-
|
|
265
|
-
Version 0.3
|
|
266
|
-
split code into sections - moved to code directory
|
|
267
|
-
added license file
|
|
268
|
-
split rwd gui file into sections
|
|
269
|
-
Photos added
|
|
270
|
-
|
|
271
|
-
Version 0.2
|
|
272
|
-
first public version released
|
data/rwd_files/contacttmp.jpg
DELETED
|
Binary file
|
data/updates/temp.rb
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# this file does nothing
|
data/zips/rwdwaddresses-1.07.zip
DELETED
|
Binary file
|
|
Binary file
|
data/zips/rwdwgutenberg-0.11.zip
DELETED
|
Binary file
|
data/zips/rwdwhypernote-0.15.zip
DELETED
|
Binary file
|
data/zips/rwdwtorrent-0.07.zip
DELETED
|
Binary file
|
|
File without changes
|
/data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/10appletbegin.rwd
RENAMED
|
File without changes
|
/data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/11viewnamedata.rwd
RENAMED
|
File without changes
|
|
File without changes
|
/data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/16editrecord.rwd
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|