source: trunk/Cocoa/Pester/Source/English.lproj/Preferences.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: 1.2 KB
RevLine 
[361]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>clear</key>
11 <string>id</string>
12 </dict>
13 <key>CLASS</key>
14 <string>NJRHotKeyField</string>
15 <key>LANGUAGE</key>
16 <string>ObjC</string>
17 <key>SUPERCLASS</key>
18 <string>NSTextField</string>
19 </dict>
20 <dict>
21 <key>CLASS</key>
22 <string>FirstResponder</string>
23 <key>LANGUAGE</key>
24 <string>ObjC</string>
25 <key>SUPERCLASS</key>
26 <string>NSObject</string>
27 </dict>
28 <dict>
29 <key>CLASS</key>
30 <string>NSObject</string>
31 <key>LANGUAGE</key>
32 <string>ObjC</string>
33 </dict>
34 <dict>
35 <key>ACTIONS</key>
36 <dict>
37 <key>hotKeySet</key>
38 <string>NJRHotKeyField</string>
39 </dict>
40 <key>CLASS</key>
41 <string>PSPreferencesController</string>
42 <key>LANGUAGE</key>
43 <string>ObjC</string>
44 <key>OUTLETS</key>
45 <dict>
46 <key>setAlarmHotKey</key>
47 <string>NJRHotKeyField</string>
48 </dict>
49 <key>SUPERCLASS</key>
50 <string>NSWindowController</string>
51 </dict>
52 </array>
53 <key>IBVersion</key>
54 <string>1</string>
55</dict>
56</plist>
Note: See TracBrowser for help on using the repository browser.