source: trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib@ 361

Last change on this file since 361 was 361, checked in by Nicholas Riley, 16 years ago

VERSION: Updated for 1.1b5.

English.lproj/InfoPlist.strings: Updated for 1.1b5.

English.lproj/MainMenu.nib: Change IB compatibility level to 10.4.
Disable controls which lead to unstable functionality in this version.
Added Sparkle support. Hook up removeMessageButton to
PSAlarmSetController for "-" fallback drawing.

English.lproj/Preferences.nib: Added Sparkle checkbox.

English.lproj/Read Me.nib: Leopard-ized with source list coloring,
highlight and removed focus ring (which caused artifacts anyway).

English.lproj/Snooze until.nib: Use new natural language date strings
and calendar button bezel style.

Info-Pester.plist: Updated for 1.1b5. Added Sparkle support.

NJRDateFormatter.m: Comment out debug logging on every keystroke.

PSAlarmSetController.[hm]: If "-" image exists (on Leopard), don't
draw it with text as well.

PSAlerts.m: Don't describe bounce alert (which is present for
backwards compatibility, but doesn't work yet in this version).

PSPowerManager.m: Temporarily disable; untested in this version.

Pester.xcodeproj: Change Development/Deployment to Debug/Release.
Link to Sparkle. STRIP_INSTALLED_PRODUCT=NO on release version for
now (eventually, can investigate using symbol files).

Read Me.rtfd: Updated for 1.1b5. Use real links. Clean up release
notes. Credit Sparkle and Date::Manip. Clean up styles so they look
better in the read me viewer. Fix Omni link.

Sparkle.diff: Changes to Sparkle, which is included as an external.
These aren't yet automatically applied.

Updates/Application icon.png: The icon converted to a PNG. This will
probably go away as it's too big.

Updates/release-notes.css: Release notes CSS based on the example that
comes with Sparkle.

Updates/release-notes.html: Dummy release notes file; nobody should
see this yet.

Updates/updates.xml: Initial Sparkle appcast file.

package-Pester.sh: Update for xcodebuild, Sparkle, etc. No longer
include source in download.

File size: 6.4 KB
RevLine 
[355]1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBClasses</key>
6 <array>
7 <dict>
8 <key>ACTIONS</key>
9 <dict>
10 <key>stopVoicePreview</key>
11 <string>id</string>
12 </dict>
13 <key>CLASS</key>
14 <string>NJRVoicePopUpButton</string>
15 <key>LANGUAGE</key>
16 <string>ObjC</string>
17 <key>SUPERCLASS</key>
18 <string>NSPopUpButton</string>
19 </dict>
20 <dict>
21 <key>ACTIONS</key>
22 <dict>
23 <key>dateCompleted</key>
24 <string>NSPopUpButton</string>
25 <key>doScriptChanged</key>
26 <string>id</string>
27 <key>doSpeakChanged</key>
28 <string>id</string>
29 <key>editAlertChanged</key>
30 <string>id</string>
31 <key>inAtChanged</key>
32 <string>id</string>
33 <key>playSoundChanged</key>
34 <string>id</string>
35 <key>setAlarm</key>
36 <string>NSButton</string>
37 <key>setSoundRepetitionCount</key>
38 <string>id</string>
39 <key>showCalendar</key>
40 <string>NSButton</string>
41 <key>showVolume</key>
42 <string>NSButton</string>
43 <key>silence</key>
44 <string>id</string>
45 <key>toggleAlertEditor</key>
46 <string>id</string>
47 <key>update</key>
48 <string>id</string>
49 </dict>
50 <key>CLASS</key>
51 <string>PSAlarmSetController</string>
52 <key>LANGUAGE</key>
53 <string>ObjC</string>
54 <key>OUTLETS</key>
55 <dict>
56 <key>alertTabs</key>
57 <string>NSTabView</string>
58 <key>alertView</key>
59 <string>NSTextField</string>
60 <key>bounceDockIcon</key>
61 <string>NSButton</string>
62 <key>cancelButton</key>
63 <string>NSButton</string>
64 <key>displayMessage</key>
65 <string>NSButtonCell</string>
66 <key>doScript</key>
67 <string>NSButtonCell</string>
68 <key>doSpeak</key>
69 <string>NSButtonCell</string>
70 <key>editAlert</key>
71 <string>NSButtonCell</string>
72 <key>inAtMatrix</key>
73 <string>NSMatrix</string>
74 <key>messageField</key>
75 <string>NSTextField</string>
76 <key>playSound</key>
77 <string>NSButtonCell</string>
[361]78 <key>removeMessageButton</key>
79 <string>NSButton</string>
[355]80 <key>script</key>
81 <string>NJRFSObjectSelector</string>
82 <key>scriptSelectButton</key>
83 <string>NSButton</string>
84 <key>setButton</key>
85 <string>NSButton</string>
86 <key>sound</key>
87 <string>NJRQTMediaPopUpButton</string>
88 <key>soundRepetitionStepper</key>
89 <string>NSStepper</string>
90 <key>soundRepetitions</key>
91 <string>NSTextField</string>
92 <key>soundRepetitionsLabel</key>
93 <string>NSTextField</string>
94 <key>soundVolumeButton</key>
95 <string>NSButton</string>
96 <key>timeCalendarButton</key>
97 <string>NSButton</string>
98 <key>timeDate</key>
99 <string>NSTextField</string>
100 <key>timeDateCompletions</key>
101 <string>NSPopUpButton</string>
102 <key>timeInterval</key>
103 <string>NJRIntervalField</string>
104 <key>timeIntervalRepeats</key>
105 <string>NSButton</string>
106 <key>timeIntervalUnits</key>
107 <string>NSPopUpButton</string>
108 <key>timeOfDay</key>
109 <string>NSTextField</string>
110 <key>timeSummary</key>
111 <string>NSTextField</string>
112 <key>voice</key>
113 <string>NJRVoicePopUpButton</string>
114 <key>wakeUp</key>
115 <string>NSButtonCell</string>
116 </dict>
117 <key>SUPERCLASS</key>
118 <string>NSWindowController</string>
119 </dict>
120 <dict>
121 <key>CLASS</key>
122 <string>NSDisclosureButtonCell</string>
123 <key>LANGUAGE</key>
124 <string>ObjC</string>
125 <key>SUPERCLASS</key>
126 <string>NSButtonCell</string>
127 </dict>
128 <dict>
129 <key>ACTIONS</key>
130 <dict>
131 <key>clearAllEntries</key>
132 <string>id</string>
133 <key>removeEntry</key>
134 <string>id</string>
135 </dict>
136 <key>CLASS</key>
137 <string>NJRHistoryTrackingComboBox</string>
138 <key>LANGUAGE</key>
139 <string>ObjC</string>
140 <key>SUPERCLASS</key>
141 <string>NSComboBox</string>
142 </dict>
143 <dict>
144 <key>CLASS</key>
145 <string>NSMenuItem</string>
146 <key>LANGUAGE</key>
147 <string>ObjC</string>
148 <key>SUPERCLASS</key>
149 <string>NSObject</string>
150 </dict>
151 <dict>
152 <key>ACTIONS</key>
153 <dict>
154 <key>stopSoundPreview</key>
155 <string>id</string>
156 </dict>
157 <key>CLASS</key>
158 <string>NJRQTMediaPopUpButton</string>
159 <key>LANGUAGE</key>
160 <string>ObjC</string>
161 <key>OUTLETS</key>
162 <dict>
163 <key>preview</key>
164 <string>NSMovieView</string>
165 </dict>
166 <key>SUPERCLASS</key>
167 <string>NSPopUpButton</string>
168 </dict>
169 <dict>
170 <key>CLASS</key>
[361]171 <string>NJRUnfocusableMovieView</string>
[355]172 <key>LANGUAGE</key>
173 <string>ObjC</string>
174 <key>SUPERCLASS</key>
[361]175 <string>NSMovieView</string>
[355]176 </dict>
177 <dict>
178 <key>CLASS</key>
[361]179 <string>NSObject</string>
[355]180 <key>LANGUAGE</key>
181 <string>ObjC</string>
182 </dict>
183 <dict>
184 <key>CLASS</key>
[361]185 <string>FirstResponder</string>
[355]186 <key>LANGUAGE</key>
187 <string>ObjC</string>
[361]188 <key>SUPERCLASS</key>
189 <string>NSObject</string>
[355]190 </dict>
191 <dict>
192 <key>CLASS</key>
193 <string>NJRIntervalField</string>
194 <key>LANGUAGE</key>
195 <string>ObjC</string>
196 <key>OUTLETS</key>
197 <dict>
198 <key>intervalUnits</key>
199 <string>NSPopUpButton</string>
200 </dict>
201 <key>SUPERCLASS</key>
202 <string>NSTextField</string>
203 </dict>
204 <dict>
205 <key>ACTIONS</key>
206 <dict>
[361]207 <key>checkForUpdates</key>
208 <string>id</string>
209 </dict>
210 <key>CLASS</key>
211 <string>SUUpdater</string>
212 <key>LANGUAGE</key>
213 <string>ObjC</string>
214 <key>SUPERCLASS</key>
215 <string>NSObject</string>
216 </dict>
217 <dict>
218 <key>ACTIONS</key>
219 <dict>
[355]220 <key>orderFrontAlarmsPanel</key>
221 <string>id</string>
222 <key>orderFrontPreferencesPanel</key>
223 <string>id</string>
224 <key>orderFrontSetAlarmPanel</key>
225 <string>id</string>
226 <key>stopAlerts</key>
227 <string>id</string>
228 </dict>
229 <key>CLASS</key>
230 <string>PSApplication</string>
231 <key>LANGUAGE</key>
232 <string>ObjC</string>
233 <key>OUTLETS</key>
234 <dict>
235 <key>alarmSetController</key>
236 <string>PSAlarmSetController</string>
237 </dict>
238 <key>SUPERCLASS</key>
239 <string>NSApplication</string>
240 </dict>
241 <dict>
242 <key>CLASS</key>
243 <string>NJRIntegerFilter</string>
244 <key>LANGUAGE</key>
245 <string>ObjC</string>
246 <key>SUPERCLASS</key>
247 <string>NSNumberFormatter</string>
248 </dict>
249 <dict>
250 <key>ACTIONS</key>
251 <dict>
252 <key>select</key>
253 <string>id</string>
254 </dict>
255 <key>CLASS</key>
256 <string>NJRFSObjectSelector</string>
257 <key>LANGUAGE</key>
258 <string>ObjC</string>
259 <key>SUPERCLASS</key>
260 <string>NSButton</string>
261 </dict>
262 </array>
263 <key>IBVersion</key>
264 <string>1</string>
265</dict>
266</plist>
Note: See TracBrowser for help on using the repository browser.