Ignore:
Timestamp:
10/29/02 22:05:44 (22 years ago)
Author:
Nicholas Riley
Message:

Added alert section: checkboxes for 'display message and time',
'bounce dock icon', play sound/movie, number of times to play,
AppleScript, speech.

Location:
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib

    r28 r31  
    33        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    44        {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
     5        {
     6            ACTIONS = {select = id; };
     7            CLASS = NJRFSObjectSelector;
     8            LANGUAGE = ObjC;
     9            SUPERCLASS = NSButton;
     10        },
    511        {
    612            ACTIONS = {clearAllEntries = id; removeEntry = id; };
     
    1117        {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
    1218        {
    13             ACTIONS = {dateCompleted = id; inAtChanged = id; setAlarm = id; update = id; };
     19            CLASS = NJRSoundPopUpButton;
     20            LANGUAGE = ObjC;
     21            OUTLETS = {preview = NSMovieView; };
     22            SUPERCLASS = NSPopUpButton;
     23        },
     24        {
     25            ACTIONS = {stopVoicePreview = id; };
     26            CLASS = NJRVoicePopUpButton;
     27            LANGUAGE = ObjC;
     28            SUPERCLASS = NSPopUpButton;
     29        },
     30        {CLASS = NSObject; LANGUAGE = ObjC; },
     31        {
     32            ACTIONS = {
     33                dateCompleted = id;
     34                doScriptChanged = id;
     35                doSpeakChanged = id;
     36                inAtChanged = id;
     37                playSoundChanged = id;
     38                setAlarm = id;
     39                silence = id;
     40                update = id;
     41            };
    1442            CLASS = PSAlarmSetController;
    1543            LANGUAGE = ObjC;
    1644            OUTLETS = {
     45                bounceDockIcon = NSButton;
     46                displayMessage = NSButtonCell;
     47                doScript = NSButtonCell;
     48                doSpeak = NSButtonCell;
    1749                inAtMatrix = NSMatrix;
    1850                messageField = NSTextField;
     51                playSound = NSButtonCell;
     52                script = NJRFSObjectSelector;
     53                scriptSelectButton = NSButton;
    1954                setButton = NSButton;
     55                sound = NJRSoundPopUpButton;
     56                soundRepetitionStepper = NSStepper;
     57                soundRepetitions = NSTextField;
     58                soundRepetitionsLabel = NSTextField;
    2059                timeDate = NSTextField;
    2160                timeDateCompletions = NSPopUpButton;
    2261                timeInterval = NSTextField;
     62                timeIntervalRepeats = NSButton;
    2363                timeIntervalUnits = NSPopUpButton;
    2464                timeOfDay = NSTextField;
    2565                timeSummary = NSTextField;
     66                voice = NJRVoicePopUpButton;
    2667            };
    2768            SUPERCLASS = NSWindowController;
     
    3475        },
    3576        {
    36             ACTIONS = {orderFrontAlarmsPanel = id; };
     77            ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; };
    3778            CLASS = PSApplication;
    3879            LANGUAGE = ObjC;
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib

    r30 r31  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3 <plist version="1.0">
     2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
     3<plist version="0.9">
    44<dict>
    55        <key>IBDocumentLocation</key>
    6         <string>28 19 356 240 0 0 1600 1178 </string>
     6        <string>54 24 356 240 0 0 1280 832 </string>
    77        <key>IBEditorPositions</key>
    88        <dict>
    99                <key>29</key>
    10                 <string>33 383 273 44 0 0 1600 1178 </string>
     10                <string>25 266 273 44 0 0 1280 832 </string>
    1111        </dict>
    1212        <key>IBFramework Version</key>
    13         <string>286.0</string>
     13        <string>263.2</string>
    1414        <key>IBOpenObjects</key>
    1515        <array>
     16                <integer>29</integer>
    1617                <integer>21</integer>
    17                 <integer>29</integer>
    1818        </array>
    1919        <key>IBSystem Version</key>
    20         <string>6D52</string>
     20        <string>5S66</string>
     21        <key>IBUserGuides</key>
     22        <dict>
     23                <key>21</key>
     24                <dict>
     25                        <key>guideLocations</key>
     26                        <array>
     27                                <string>Horizontal:92.000000</string>
     28                                <string>Horizontal:148.000000</string>
     29                                <string>Horizontal:116.000000</string>
     30                                <string>Horizontal:64.000000</string>
     31                        </array>
     32                        <key>guidesLocked</key>
     33                        <false/>
     34                </dict>
     35        </dict>
    2136</dict>
    2237</plist>
Note: See TracChangeset for help on using the changeset viewer.