Core/Resources/pt_BR.lproj/GrowlPref.nib/classes.nib
author Peter Hosey
Tue Apr 14 18:04:03 2009 -0700 (2009-04-14)
changeset 4189 30c4b669cad3
parent 4081 3e67ae157d79
child 4238 cfc4f3ed5f34
permissions -rw-r--r--
Fixed the off-by-two error in the displays pop-ups on the Applications tab (#251376).

Among the changes:
1. We no longer use Bindings to populate the pop-up menus. Instead, we populate them ourselves.
2. Likewise, we no longer use Bindings to set the pop-up menus' selections, and the pop-up menus do not talk directly to the relevant array controllers. Instead, the pop-ups send action messages to the preference pane, and each action method changes the application's or notification's display setting.
3. The Configure button and table view double-click action now both go through the same method.
4. The action method for activating the Applications tab (see #3) repopulates the displays pop-ups and updates their selections.
5. We now identify the selected display by its bundle name (in the representedObject property of the menu item), instead of by its index.
evands@4081
     1
<?xml version="1.0" encoding="UTF-8"?>
evands@4081
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
evands@4081
     3
<plist version="1.0">
evands@4081
     4
<dict>
evands@4081
     5
	<key>IBClasses</key>
evands@4081
     6
	<array>
evands@4081
     7
		<dict>
evands@4081
     8
			<key>CLASS</key>
evands@4081
     9
			<string>NotificationsArrayController</string>
evands@4081
    10
			<key>LANGUAGE</key>
evands@4081
    11
			<string>ObjC</string>
evands@4081
    12
			<key>SUPERCLASS</key>
evands@4081
    13
			<string>NSArrayController</string>
evands@4081
    14
		</dict>
evands@4081
    15
		<dict>
evands@4081
    16
			<key>CLASS</key>
evands@4081
    17
			<string>NSObject</string>
Peter@4189
    18
			<key>LANGUAGE</key>
Peter@4189
    19
			<string>ObjC</string>
evands@4081
    20
		</dict>
evands@4081
    21
		<dict>
evands@4081
    22
			<key>ACTIONS</key>
evands@4081
    23
			<dict>
evands@4081
    24
				<key>search</key>
evands@4081
    25
				<string>id</string>
evands@4081
    26
			</dict>
evands@4081
    27
			<key>CLASS</key>
evands@4081
    28
			<string>TicketsArrayController</string>
evands@4081
    29
			<key>LANGUAGE</key>
evands@4081
    30
			<string>ObjC</string>
evands@4081
    31
			<key>SUPERCLASS</key>
evands@4081
    32
			<string>NSArrayController</string>
evands@4081
    33
		</dict>
evands@4081
    34
		<dict>
evands@4081
    35
			<key>CLASS</key>
evands@4081
    36
			<string>GrowlPositionPicker</string>
evands@4081
    37
			<key>LANGUAGE</key>
evands@4081
    38
			<string>ObjC</string>
evands@4081
    39
			<key>OUTLETS</key>
evands@4081
    40
			<dict>
evands@4081
    41
				<key>preferencePane</key>
evands@4081
    42
				<string>GrowlPreferencePane</string>
evands@4081
    43
			</dict>
evands@4081
    44
			<key>SUPERCLASS</key>
evands@4081
    45
			<string>NSView</string>
evands@4081
    46
		</dict>
evands@4081
    47
		<dict>
evands@4081
    48
			<key>CLASS</key>
evands@4081
    49
			<string>RRTableView</string>
evands@4081
    50
			<key>LANGUAGE</key>
evands@4081
    51
			<string>ObjC</string>
evands@4081
    52
			<key>SUPERCLASS</key>
evands@4081
    53
			<string>NSTableView</string>
evands@4081
    54
		</dict>
evands@4081
    55
		<dict>
evands@4081
    56
			<key>CLASS</key>
evands@4081
    57
			<string>NSWindow</string>
evands@4081
    58
			<key>LANGUAGE</key>
evands@4081
    59
			<string>ObjC</string>
evands@4081
    60
			<key>SUPERCLASS</key>
evands@4081
    61
			<string>NSResponder</string>
evands@4081
    62
		</dict>
evands@4081
    63
		<dict>
evands@4081
    64
			<key>ACTIONS</key>
evands@4081
    65
			<dict>
Peter@4189
    66
				<key>changeNameOfDisplayForApplication</key>
Peter@4189
    67
				<string>id</string>
Peter@4189
    68
				<key>changeNameOfDisplayForNotification</key>
Peter@4189
    69
				<string>id</string>
evands@4081
    70
				<key>checkVersion</key>
evands@4081
    71
				<string>id</string>
evands@4081
    72
				<key>deleteTicket</key>
evands@4081
    73
				<string>id</string>
evands@4081
    74
				<key>endDisabledDisplays</key>
evands@4081
    75
				<string>id</string>
Peter@4189
    76
				<key>openGrowlBugSubmissionPage</key>
Peter@4189
    77
				<string>id</string>
evands@4081
    78
				<key>openGrowlDonate</key>
evands@4081
    79
				<string>id</string>
evands@4081
    80
				<key>openGrowlForum</key>
evands@4081
    81
				<string>id</string>
evands@4081
    82
				<key>openGrowlTrac</key>
evands@4081
    83
				<string>id</string>
evands@4081
    84
				<key>openGrowlWebSite</key>
evands@4081
    85
				<string>id</string>
evands@4081
    86
				<key>playSound</key>
evands@4081
    87
				<string>id</string>
evands@4081
    88
				<key>resolveService</key>
evands@4081
    89
				<string>id</string>
Peter@4189
    90
				<key>showApplicationConfigurationTab</key>
Peter@4189
    91
				<string>id</string>
evands@4081
    92
				<key>showDisabledDisplays</key>
evands@4081
    93
				<string>id</string>
evands@4081
    94
				<key>showPreview</key>
evands@4081
    95
				<string>id</string>
evands@4081
    96
				<key>startStopGrowl</key>
evands@4081
    97
				<string>id</string>
evands@4081
    98
			</dict>
evands@4081
    99
			<key>CLASS</key>
evands@4081
   100
			<string>GrowlPreferencePane</string>
evands@4081
   101
			<key>LANGUAGE</key>
evands@4081
   102
			<string>ObjC</string>
evands@4081
   103
			<key>OUTLETS</key>
evands@4081
   104
			<dict>
evands@4081
   105
				<key>aboutBoxTextView</key>
evands@4081
   106
				<string>NSTextView</string>
evands@4081
   107
				<key>aboutVersionString</key>
evands@4081
   108
				<string>NSTextField</string>
evands@4081
   109
				<key>appPositionPicker</key>
evands@4081
   110
				<string>GrowlPositionPicker</string>
evands@4081
   111
				<key>applicationNameAndIconColumn</key>
evands@4081
   112
				<string>NSTableColumn</string>
evands@4081
   113
				<key>applicationsTab</key>
evands@4081
   114
				<string>NSTabView</string>
evands@4081
   115
				<key>configurationTab</key>
evands@4081
   116
				<string>NSTabView</string>
evands@4081
   117
				<key>customMenuButton</key>
evands@4081
   118
				<string>NSPopUpButton</string>
evands@4081
   119
				<key>disabledDisplaysList</key>
evands@4081
   120
				<string>NSTextView</string>
evands@4081
   121
				<key>disabledDisplaysSheet</key>
evands@4081
   122
				<string>NSWindow</string>
evands@4081
   123
				<key>displayAuthor</key>
evands@4081
   124
				<string>NSTextField</string>
evands@4081
   125
				<key>displayDefaultPrefView</key>
evands@4081
   126
				<string>NSView</string>
evands@4081
   127
				<key>displayMenuButton</key>
evands@4081
   128
				<string>NSPopUpButton</string>
evands@4081
   129
				<key>displayPluginsArrayController</key>
evands@4081
   130
				<string>NSArrayController</string>
evands@4081
   131
				<key>displayPluginsTable</key>
evands@4081
   132
				<string>NSTableView</string>
evands@4081
   133
				<key>displayPrefView</key>
evands@4081
   134
				<string>NSView</string>
evands@4081
   135
				<key>displayVersion</key>
evands@4081
   136
				<string>NSTextField</string>
evands@4081
   137
				<key>globalPositionPicker</key>
evands@4081
   138
				<string>GrowlPositionPicker</string>
evands@4081
   139
				<key>growlApplications</key>
evands@4081
   140
				<string>NSTableView</string>
evands@4081
   141
				<key>growlRunningProgress</key>
evands@4081
   142
				<string>NSProgressIndicator</string>
evands@4081
   143
				<key>growlRunningStatus</key>
evands@4081
   144
				<string>NSTextField</string>
evands@4081
   145
				<key>growlVersionProgress</key>
evands@4081
   146
				<string>NSProgressIndicator</string>
evands@4081
   147
				<key>logFileType</key>
evands@4081
   148
				<string>NSMatrix</string>
evands@4081
   149
				<key>networkTableView</key>
evands@4081
   150
				<string>NSTableView</string>
evands@4081
   151
				<key>notificationDisplayMenuButton</key>
evands@4081
   152
				<string>NSPopUpButton</string>
evands@4081
   153
				<key>notificationPriorityMenu</key>
evands@4081
   154
				<string>NSMenu</string>
evands@4081
   155
				<key>notificationsArrayController</key>
evands@4081
   156
				<string>NSArrayController</string>
evands@4081
   157
				<key>previewButton</key>
evands@4081
   158
				<string>NSButton</string>
evands@4081
   159
				<key>servicePasswordColumn</key>
evands@4081
   160
				<string>NSTableColumn</string>
evands@4081
   161
				<key>servicesArrayController</key>
evands@4081
   162
				<string>NSArrayController</string>
evands@4081
   163
				<key>soundMenuButton</key>
evands@4081
   164
				<string>NSPopUpButton</string>
evands@4081
   165
				<key>startStopGrowl</key>
evands@4081
   166
				<string>NSButton</string>
evands@4081
   167
				<key>ticketsArrayController</key>
evands@4081
   168
				<string>TicketsArrayController</string>
evands@4081
   169
			</dict>
evands@4081
   170
			<key>SUPERCLASS</key>
evands@4081
   171
			<string>NSPreferencePane</string>
evands@4081
   172
		</dict>
Peter@4189
   173
		<dict>
Peter@4189
   174
			<key>CLASS</key>
Peter@4189
   175
			<string>NSView</string>
Peter@4189
   176
			<key>LANGUAGE</key>
Peter@4189
   177
			<string>ObjC</string>
Peter@4189
   178
			<key>SUPERCLASS</key>
Peter@4189
   179
			<string>NSResponder</string>
Peter@4189
   180
		</dict>
Peter@4189
   181
		<dict>
Peter@4189
   182
			<key>CLASS</key>
Peter@4189
   183
			<string>FirstResponder</string>
Peter@4189
   184
			<key>LANGUAGE</key>
Peter@4189
   185
			<string>ObjC</string>
Peter@4189
   186
			<key>SUPERCLASS</key>
Peter@4189
   187
			<string>NSObject</string>
Peter@4189
   188
		</dict>
Peter@4189
   189
		<dict>
Peter@4189
   190
			<key>CLASS</key>
Peter@4189
   191
			<string>NSPreferencePane</string>
Peter@4189
   192
			<key>LANGUAGE</key>
Peter@4189
   193
			<string>ObjC</string>
Peter@4189
   194
			<key>OUTLETS</key>
Peter@4189
   195
			<dict>
Peter@4189
   196
				<key>_firstKeyView</key>
Peter@4189
   197
				<string>id</string>
Peter@4189
   198
				<key>_initialKeyView</key>
Peter@4189
   199
				<string>id</string>
Peter@4189
   200
				<key>_lastKeyView</key>
Peter@4189
   201
				<string>id</string>
Peter@4189
   202
				<key>_window</key>
Peter@4189
   203
				<string>id</string>
Peter@4189
   204
			</dict>
Peter@4189
   205
			<key>SUPERCLASS</key>
Peter@4189
   206
			<string>NSObject</string>
Peter@4189
   207
		</dict>
evands@4081
   208
	</array>
evands@4081
   209
	<key>IBVersion</key>
evands@4081
   210
	<string>1</string>
evands@4081
   211
</dict>
evands@4081
   212
</plist>