Ignore:
Timestamp:
Oct 27, 2006, 7:14:04 PM (16 years ago)
Author:
livings124
Message:

Partial use of bindings in prefs/action menu. This is still experimental and evolving, with the most obvious problem that entering an invalid value causes an annoying error sheet to appear.

Location:
trunk/macosx/English.lproj/PrefsWindow.nib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/English.lproj/PrefsWindow.nib/classes.nib

    r1030 r1034  
    66        {
    77            ACTIONS = {
     8                applySpeedSettings = id;
    89                folderSheetShow = id;
    910                helpForNetwork = id;
     
    1516                setBadge = id;
    1617                setDownloadLocation = id;
    17                 setLimit = id;
    18                 setLimitCheck = id;
    19                 setMoveTorrent = id;
    2018                setNat = id;
    21                 setPlaySound = id;
    2219                setPort = id;
    2320                setQueueNumber = id;
    24                 setRatio = id;
    25                 setRatioCheck = id;
    26                 setShowMessage = id;
    2721                setSound = id;
    28                 setSpeedLimit = id;
    29                 setStartAtOpen = id;
    3022                setUpdate = id;
    31                 setUseQueue = id;
    3223            };
    3324            CLASS = PrefsController;
    3425            LANGUAGE = ObjC;
    3526            OUTLETS = {
    36                 fAutoImportCheck = NSButton;
    37                 fAutoSizeCheck = NSButton;
    38                 fBadgeDownloadRateCheck = NSButton;
    39                 fBadgeUploadRateCheck = NSButton;
    4027                fBandwidthView = NSView;
    41                 fCopyTorrentCheck = NSButton;
    42                 fDeleteOriginalTorrentCheck = NSButton;
    4328                fDownloadCheck = NSButton;
    4429                fDownloadField = NSTextField;
     
    5136                fNatStatusImage = NSImageView;
    5237                fNetworkView = NSView;
    53                 fPlayDownloadSoundCheck = NSButton;
    54                 fPlaySeedingSoundCheck = NSButton;
    55                 fPortField = NSTextField;
    5638                fPortStatusField = NSTextField;
    5739                fPortStatusImage = NSImageView;
    5840                fPortStatusProgress = NSProgressIndicator;
    59                 fQueueCheck = NSButton;
    60                 fQueueNumberField = NSTextField;
    61                 fQuitCheck = NSButton;
    62                 fQuitDownloadingCheck = NSButton;
    63                 fRatioCheck = NSButton;
    64                 fRatioField = NSTextField;
    65                 fRemoveCheck = NSButton;
    66                 fRemoveDownloadingCheck = NSButton;
    6741                fSeedingSoundPopUp = NSPopUpButton;
    68                 fSpeedLimitAutoCheck = NSButton;
    69                 fSpeedLimitAutoOffField = NSTextField;
    70                 fSpeedLimitAutoOnField = NSTextField;
    7142                fSpeedLimitDownloadField = NSTextField;
    7243                fSpeedLimitUploadField = NSTextField;
    73                 fStartAtOpenCheck = NSButton;
    7444                fTransfersView = NSView;
    7545                fUpdatePopUp = NSPopUpButton;
  • trunk/macosx/English.lproj/PrefsWindow.nib/info.nib

    r1030 r1034  
    88        <dict>
    99                <key>153</key>
    10                 <string>30 315 577 267 0 0 1024 746 </string>
     10                <string>294 445 563 267 0 0 1152 842 </string>
    1111                <key>28</key>
    12                 <string>22 331 577 290 0 0 1024 746 </string>
     12                <string>294 434 563 290 0 0 1152 842 </string>
    1313                <key>41</key>
    14                 <string>213 415 563 317 0 0 1152 842 </string>
     14                <string>294 420 563 317 0 0 1152 842 </string>
    1515                <key>66</key>
    1616                <string>294 507 563 144 0 0 1152 842 </string>
     
    2222                <integer>253</integer>
    2323        </array>
     24        <key>IBOpenObjects</key>
     25        <array>
     26                <integer>153</integer>
     27        </array>
    2428        <key>IBSystem Version</key>
    2529        <string>8L127</string>
Note: See TracChangeset for help on using the changeset viewer.