Ignore:
Timestamp:
11/10/02 11:14:59 (21 years ago)
Author:
Nicholas Riley
Message:

Pester 1.1a2.

English.lproj/Credits.html: Fixed some HTML formatting issues, added Ben Hines to credits (thanks for helping out with 1.1a1 testing!)

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

English.lproj/MainMenu.nib: Reconnected initialFirstResponder outlet on the window; somehow it became disconnected. Fixed keyboard navigation loop. Removed formatters from date/time fields which were causing crashes on launch on 10.2 (they're instantiated from code in any case). Removed text from date field because it didn't work without the formatter.

NJRDateFormatter: Workaround for 10.2 NSScanner bug [Ben Hines].

NJRQTMediaPopUpButton: Remove corrupt JPEG note, can no longer reproduce. Removed -validateRecentMedia invocation, debug code shouldn't have been left in.

PSAlarmSetController: Set alerts before setting alarm, otherwise alarm in bogus state remains. Set date to today in awakeFromNib, moved from the nib. Disconnect initial first responder to work around 10.1 bug so keyboard focus is set properly when the window opens.

Pester.pbproj: Added VERSION.

Read Me.rtfd: Updated for 1.1a2.

VERSION: Updated for 1.1a2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NJRQTMediaPopUpButton.m

    r43 r45  
    2727// XXX don't add icons on Puma, they look like ass
    2828// XXX launch preview on a separate thread (if movies take too long to load, they inhibit the interface responsiveness)
    29 // XXX when dropping invalid JPEG file on button, it dies
    3029
    3130// Recent media layout:
     
    299298        NSMenuItem *item = [[self itemAtIndex: index] retain];
    300299        NSData *data = [[recentMediaAliasData objectAtIndex: recentIndex] retain];
    301         [self _validateRecentMedia];
     300        // [self _validateRecentMedia];
    302301        [self removeItemAtIndex: index];
    303302        [[self menu] insertItem: item atIndex: otherIndex + 1];
Note: See TracChangeset for help on using the changeset viewer.