Resources/StatusPreferencesAdvanced.nib/classes.nib
author Zachary West <zacw@adium.im>
Tue Jun 02 17:22:19 2009 -0400 (2009-06-02)
changeset 2450 08aa9c3a346c
parent 2295 feae24a10fb6
permissions -rw-r--r--
Create a new advanced preference called "Confirmations". Move Quit Confirmations there.

Adds a new confirmation type for closing message windows with more than 1 tab open. Fixes #12006.

This new preference has two options: always confirm, only confirm when there's unread content. Displays an alert sheet when trying to close the window.
     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>NSApplication</string>
    10 			<key>LANGUAGE</key>
    11 			<string>ObjC</string>
    12 			<key>SUPERCLASS</key>
    13 			<string>NSResponder</string>
    14 		</dict>
    15 		<dict>
    16 			<key>CLASS</key>
    17 			<string>RBSplitView</string>
    18 			<key>LANGUAGE</key>
    19 			<string>ObjC</string>
    20 			<key>OUTLETS</key>
    21 			<dict>
    22 				<key>delegate</key>
    23 				<string>id</string>
    24 			</dict>
    25 			<key>SUPERCLASS</key>
    26 			<string>RBSplitSubview</string>
    27 		</dict>
    28 		<dict>
    29 			<key>CLASS</key>
    30 			<string>NSTextField</string>
    31 			<key>LANGUAGE</key>
    32 			<string>ObjC</string>
    33 			<key>SUPERCLASS</key>
    34 			<string>NSControl</string>
    35 		</dict>
    36 		<dict>
    37 			<key>CLASS</key>
    38 			<string>AIAdvancedPreferencePane</string>
    39 			<key>LANGUAGE</key>
    40 			<string>ObjC</string>
    41 			<key>SUPERCLASS</key>
    42 			<string>AIModularPane</string>
    43 		</dict>
    44 		<dict>
    45 			<key>CLASS</key>
    46 			<string>RBSplitSubview</string>
    47 			<key>LANGUAGE</key>
    48 			<string>ObjC</string>
    49 			<key>SUPERCLASS</key>
    50 			<string>NSView</string>
    51 		</dict>
    52 		<dict>
    53 			<key>CLASS</key>
    54 			<string>NSMenu</string>
    55 			<key>LANGUAGE</key>
    56 			<string>ObjC</string>
    57 			<key>SUPERCLASS</key>
    58 			<string>NSObject</string>
    59 		</dict>
    60 		<dict>
    61 			<key>ACTIONS</key>
    62 			<dict>
    63 				<key>adiumPrint</key>
    64 				<string>id</string>
    65 				<key>didAdjustSubviews</key>
    66 				<string>RBSplitView</string>
    67 				<key>prefsWindowWillClose</key>
    68 				<string>SS_PrefsController</string>
    69 				<key>toggleFindPanel</key>
    70 				<string>id</string>
    71 				<key>willAdjustSubviews</key>
    72 				<string>RBSplitView</string>
    73 			</dict>
    74 			<key>CLASS</key>
    75 			<string>NSObject</string>
    76 			<key>LANGUAGE</key>
    77 			<string>ObjC</string>
    78 		</dict>
    79 		<dict>
    80 			<key>CLASS</key>
    81 			<string>AILocalizationButton</string>
    82 			<key>LANGUAGE</key>
    83 			<string>ObjC</string>
    84 			<key>OUTLETS</key>
    85 			<dict>
    86 				<key>view_anchorToLeftSide</key>
    87 				<string>NSView</string>
    88 				<key>view_anchorToRightSide</key>
    89 				<string>NSView</string>
    90 				<key>window_anchorOnLeftSide</key>
    91 				<string>NSWindow</string>
    92 				<key>window_anchorOnRightSide</key>
    93 				<string>NSWindow</string>
    94 			</dict>
    95 			<key>SUPERCLASS</key>
    96 			<string>NSButton</string>
    97 		</dict>
    98 		<dict>
    99 			<key>CLASS</key>
   100 			<string>NSWindow</string>
   101 			<key>LANGUAGE</key>
   102 			<string>ObjC</string>
   103 			<key>SUPERCLASS</key>
   104 			<string>NSResponder</string>
   105 		</dict>
   106 		<dict>
   107 			<key>CLASS</key>
   108 			<string>NSView</string>
   109 			<key>LANGUAGE</key>
   110 			<string>ObjC</string>
   111 			<key>SUPERCLASS</key>
   112 			<string>NSResponder</string>
   113 		</dict>
   114 		<dict>
   115 			<key>CLASS</key>
   116 			<string>FirstResponder</string>
   117 			<key>LANGUAGE</key>
   118 			<string>ObjC</string>
   119 			<key>SUPERCLASS</key>
   120 			<string>NSObject</string>
   121 		</dict>
   122 		<dict>
   123 			<key>CLASS</key>
   124 			<string>NSCell</string>
   125 			<key>LANGUAGE</key>
   126 			<string>ObjC</string>
   127 			<key>SUPERCLASS</key>
   128 			<string>NSObject</string>
   129 		</dict>
   130 		<dict>
   131 			<key>ACTIONS</key>
   132 			<dict>
   133 				<key>changePreference</key>
   134 				<string>id</string>
   135 			</dict>
   136 			<key>CLASS</key>
   137 			<string>AIModularPane</string>
   138 			<key>LANGUAGE</key>
   139 			<string>ObjC</string>
   140 			<key>OUTLETS</key>
   141 			<dict>
   142 				<key>plugin</key>
   143 				<string>id</string>
   144 				<key>view</key>
   145 				<string>NSView</string>
   146 			</dict>
   147 			<key>SUPERCLASS</key>
   148 			<string>NSObject</string>
   149 		</dict>
   150 		<dict>
   151 			<key>CLASS</key>
   152 			<string>NSButton</string>
   153 			<key>LANGUAGE</key>
   154 			<string>ObjC</string>
   155 			<key>SUPERCLASS</key>
   156 			<string>NSControl</string>
   157 		</dict>
   158 		<dict>
   159 			<key>CLASS</key>
   160 			<string>ESStatusAdvancedPreferences</string>
   161 			<key>LANGUAGE</key>
   162 			<string>ObjC</string>
   163 			<key>OUTLETS</key>
   164 			<dict>
   165 				<key>checkBox_statusWindowAlwaysOnTop</key>
   166 				<string>NSButton</string>
   167 				<key>checkBox_statusWindowHideInBackground</key>
   168 				<string>NSButton</string>
   169 				<key>label_statusWindow</key>
   170 				<string>NSTextField</string>
   171 			</dict>
   172 			<key>SUPERCLASS</key>
   173 			<string>AIAdvancedPreferencePane</string>
   174 		</dict>
   175 		<dict>
   176 			<key>CLASS</key>
   177 			<string>AILocalizationTextField</string>
   178 			<key>LANGUAGE</key>
   179 			<string>ObjC</string>
   180 			<key>OUTLETS</key>
   181 			<dict>
   182 				<key>view_anchorToLeftSide</key>
   183 				<string>NSView</string>
   184 				<key>view_anchorToRightSide</key>
   185 				<string>NSView</string>
   186 				<key>window_anchorOnLeftSide</key>
   187 				<string>NSWindow</string>
   188 				<key>window_anchorOnRightSide</key>
   189 				<string>NSWindow</string>
   190 			</dict>
   191 			<key>SUPERCLASS</key>
   192 			<string>NSTextField</string>
   193 		</dict>
   194 		<dict>
   195 			<key>CLASS</key>
   196 			<string>NSButtonCell</string>
   197 			<key>LANGUAGE</key>
   198 			<string>ObjC</string>
   199 			<key>SUPERCLASS</key>
   200 			<string>NSActionCell</string>
   201 		</dict>
   202 		<dict>
   203 			<key>CLASS</key>
   204 			<string>SS_PrefsController</string>
   205 			<key>LANGUAGE</key>
   206 			<string>ObjC</string>
   207 			<key>OUTLETS</key>
   208 			<dict>
   209 				<key>delegate</key>
   210 				<string>id</string>
   211 			</dict>
   212 			<key>SUPERCLASS</key>
   213 			<string>NSObject</string>
   214 		</dict>
   215 	</array>
   216 	<key>IBVersion</key>
   217 	<string>1</string>
   218 </dict>
   219 </plist>