Ignore:
Timestamp:
11/25/07 03:01:04 (16 years ago)
Author:
Nicholas Riley
Message:

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.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:externals set to
  • trunk/Cocoa/Pester/Source/English.lproj/Read Me.nib/classes.nib

    r102 r361  
    1 {
    2     IBClasses = (
    3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    4         {
    5             ACTIONS = {contentsClicked = id; };
    6             CLASS = NJRReadMeController;
    7             LANGUAGE = ObjC;
    8             OUTLETS = {
    9                 body = NSTextView;
    10                 bodyBox = NSBox;
    11                 contents = NSTableView;
    12                 contentsBox = NSBox;
    13                 progress = NSProgressIndicator;
    14                 progressTabs = NSTabView;
    15                 splitter = NSSplitView;
    16             };
    17             SUPERCLASS = NSWindowController;
    18         },
    19         {CLASS = NJRSplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; }
    20     );
    21     IBVersion = 1;
    22 }
     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>CLASS</key>
     9                        <string>FirstResponder</string>
     10                        <key>LANGUAGE</key>
     11                        <string>ObjC</string>
     12                        <key>SUPERCLASS</key>
     13                        <string>NSObject</string>
     14                </dict>
     15                <dict>
     16                        <key>CLASS</key>
     17                        <string>NSObject</string>
     18                        <key>LANGUAGE</key>
     19                        <string>ObjC</string>
     20                </dict>
     21                <dict>
     22                        <key>ACTIONS</key>
     23                        <dict>
     24                                <key>contentsClicked</key>
     25                                <string>NSTableView</string>
     26                        </dict>
     27                        <key>CLASS</key>
     28                        <string>NJRReadMeController</string>
     29                        <key>LANGUAGE</key>
     30                        <string>ObjC</string>
     31                        <key>OUTLETS</key>
     32                        <dict>
     33                                <key>body</key>
     34                                <string>NSTextView</string>
     35                                <key>bodyBox</key>
     36                                <string>NSBox</string>
     37                                <key>contents</key>
     38                                <string>NSTableView</string>
     39                                <key>contentsBox</key>
     40                                <string>NSBox</string>
     41                                <key>progress</key>
     42                                <string>NSProgressIndicator</string>
     43                                <key>progressTabs</key>
     44                                <string>NSTabView</string>
     45                                <key>splitter</key>
     46                                <string>NSSplitView</string>
     47                        </dict>
     48                        <key>SUPERCLASS</key>
     49                        <string>NSWindowController</string>
     50                </dict>
     51                <dict>
     52                        <key>CLASS</key>
     53                        <string>NSTableView</string>
     54                        <key>LANGUAGE</key>
     55                        <string>ObjC</string>
     56                        <key>SUPERCLASS</key>
     57                        <string>NSControl</string>
     58                </dict>
     59                <dict>
     60                        <key>CLASS</key>
     61                        <string>NJRSplitView</string>
     62                        <key>LANGUAGE</key>
     63                        <string>ObjC</string>
     64                        <key>SUPERCLASS</key>
     65                        <string>NSSplitView</string>
     66                </dict>
     67        </array>
     68        <key>IBVersion</key>
     69        <string>1</string>
     70</dict>
     71</plist>
Note: See TracChangeset for help on using the changeset viewer.