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/MainMenu.nib/classes.nib

    r355 r361  
    7676                                <key>playSound</key>
    7777                                <string>NSButtonCell</string>
     78                                <key>removeMessageButton</key>
     79                                <string>NSButton</string>
    7880                                <key>script</key>
    7981                                <string>NJRFSObjectSelector</string>
     
    167169                <dict>
    168170                        <key>CLASS</key>
     171                        <string>NJRUnfocusableMovieView</string>
     172                        <key>LANGUAGE</key>
     173                        <string>ObjC</string>
     174                        <key>SUPERCLASS</key>
     175                        <string>NSMovieView</string>
     176                </dict>
     177                <dict>
     178                        <key>CLASS</key>
     179                        <string>NSObject</string>
     180                        <key>LANGUAGE</key>
     181                        <string>ObjC</string>
     182                </dict>
     183                <dict>
     184                        <key>CLASS</key>
    169185                        <string>FirstResponder</string>
    170186                        <key>LANGUAGE</key>
     
    175191                <dict>
    176192                        <key>CLASS</key>
    177                         <string>NJRUnfocusableMovieView</string>
    178                         <key>LANGUAGE</key>
    179                         <string>ObjC</string>
    180                         <key>SUPERCLASS</key>
    181                         <string>NSMovieView</string>
    182                 </dict>
    183                 <dict>
    184                         <key>CLASS</key>
    185                         <string>NSObject</string>
    186                         <key>LANGUAGE</key>
    187                         <string>ObjC</string>
    188                 </dict>
    189                 <dict>
    190                         <key>CLASS</key>
    191193                        <string>NJRIntervalField</string>
    192194                        <key>LANGUAGE</key>
     
    199201                        <key>SUPERCLASS</key>
    200202                        <string>NSTextField</string>
     203                </dict>
     204                <dict>
     205                        <key>ACTIONS</key>
     206                        <dict>
     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>
    201216                </dict>
    202217                <dict>
Note: See TracChangeset for help on using the changeset viewer.