Changeset 522 for trunk/Cocoa/Pester
- Timestamp:
- 05/25/09 03:21:44 (15 years ago)
- Location:
- trunk/Cocoa/Pester/Source
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarmNotifierController.m
r356 r522 10 10 #import "PSAlarmAlertController.h" 11 11 #import "PSAlarm.h" 12 #import "PSApplication.h" 12 13 #import "PSNotifierAlert.h" 13 14 #import "PSSnoozeUntilController.h" … … 49 50 [window setFrame: frameRect display: NO]; 50 51 [window center]; 51 52 [window makeKeyAndOrderFront: nil]; 52 53 [window orderFrontRegardless]; 54 [(PSApplication *)NSApp orderOutSetAlarmPanelIfHidden]; 53 55 } 54 56 return self; -
trunk/Cocoa/Pester/Source/PSAlarmSetController.h
r364 r522 31 31 IBOutlet NSTabView *alertTabs; 32 32 IBOutlet NSButtonCell *displayMessage; 33 IBOutlet NSButton *bounceDockIcon;33 IBOutlet NSButtonCell *bounceDockIcon; 34 34 IBOutlet NSButtonCell *playSound; 35 35 IBOutlet NJRQTMediaPopUpButton *sound; -
trunk/Cocoa/Pester/Source/PSAlarmSetController.m
r364 r522 114 114 [voice setDelegate: self]; // XXX why don't we do this in IB? It should use the accessor... 115 115 [wakeUp setEnabled: [PSPowerManager autoWakeSupported]]; 116 116 117 // XXX workaround for 10.1.x and 10.2.x bug which sets the first responder to the wrong field alternately, but it works if I set the initial first responder to nil... go figure. 117 [[self window] setInitialFirstResponder: nil]; 118 [[self window] makeKeyAndOrderFront: nil]; 118 NSWindow *window = [self window]; 119 [window setInitialFirstResponder: nil]; 120 [window makeKeyAndOrderFront: nil]; 119 121 } 120 122 … … 422 424 while ( (alert = [e nextObject]) != nil) { 423 425 if ([alert isKindOfClass: [PSDockBounceAlert class]]) { 424 [bounceDockIcon set State: NSOnState];426 [bounceDockIcon setIntValue: YES]; // temporary for 1.1b8 425 427 } else if ([alert isKindOfClass: [PSScriptAlert class]]) { 426 428 [doScript setIntValue: YES]; … … 455 457 @try { 456 458 // dock bounce alert 457 if ([bounceDockIcon state] == NSOnState)459 if ([bounceDockIcon intValue]) // temporary for 1.1b8 458 460 [alerts addAlert: [PSDockBounceAlert alert]]; 459 461 // script alert … … 500 502 - (IBAction)showWindow:(id)sender; 501 503 { 502 if (![[self window] isVisible]) { 504 NSWindow *window = [self window]; 505 506 if (![window isVisible]) { 503 507 NSDate *today = [NSCalendarDate dateForDay: [NSDate date]]; 504 508 if ([(NSDate *)[timeDate objectValue] compare: today] == NSOrderedAscending) { … … 507 511 [self update: self]; 508 512 // XXX bug workaround - otherwise, first responder appears to alternate every time the window is shown. And if you set the initial first responder, you can't tab in the window. :( 509 [[self window] makeFirstResponder: [[self window] initialFirstResponder]]; 510 } 513 [window makeFirstResponder: [window initialFirstResponder]]; 514 } 515 511 516 [super showWindow: sender]; 512 517 } -
trunk/Cocoa/Pester/Source/PSApplication.h
r129 r522 28 28 - (IBAction)stopAlerts:(id)sender; 29 29 30 - (void)orderOutSetAlarmPanelIfHidden; 31 30 32 @end -
trunk/Cocoa/Pester/Source/PSApplication.m
r364 r522 18 18 #import "PSTimer.h" 19 19 #import "NJRHotKey.h" 20 #import "NSWindowCollectionBehavior.h" 20 21 21 22 #import <Carbon/Carbon.h> … … 49 50 - (IBAction)orderFrontSetAlarmPanel:(id)sender; 50 51 { 52 NSWindow *window = [alarmSetController window]; 53 if ([window respondsToSelector: @selector(setCollectionBehavior:)]) { // 10.5-only 54 // XXX bug workaround - NSWindowCollectionBehaviorMoveToActiveSpace is what we want, but it doesn't work correctly, probably because we have a "chicken and egg" problem as the panel isn't visible when the app is hidden 55 [window setCollectionBehavior: NSWindowCollectionBehaviorCanJoinAllSpaces]; 56 [alarmSetController showWindow: self]; 57 [window performSelector: @selector(setCollectionBehavior:) withObject: 58 (id)NSWindowCollectionBehaviorDefault afterDelay: 0]; 59 [NSApp activateIgnoringOtherApps: YES]; // XXX causes title bar to flash 60 return; 61 } 51 62 [NSApp activateIgnoringOtherApps: YES]; 52 63 [alarmSetController showWindow: self]; … … 68 79 } 69 80 [preferencesController showWindow: self]; 81 } 82 83 #pragma mark Spaces interaction 84 85 - (void)orderOutSetAlarmPanelIfHidden; 86 { 87 // prevent set alarm panel from "yanking" focus from an alarm notification, thereby obscuring the notification 88 if ([NSApp isActive]) 89 return; 90 91 NSWindow *window = [alarmSetController window]; 92 if (![window isVisible]) 93 return; 94 95 [window orderOut: self]; 70 96 } 71 97 -
trunk/Cocoa/Pester/Source/Pester.xcodeproj/nicholas.mode2v3
r513 r522 198 198 <array/> 199 199 <key>OpenEditors</key> 200 <array/> 200 <array> 201 <dict> 202 <key>Content</key> 203 <dict> 204 <key>PBXProjectModuleGUID</key> 205 <string>E11EB09F0FCA1730002BC091</string> 206 <key>PBXProjectModuleLabel</key> 207 <string>Read Me.rtfd</string> 208 <key>PBXSplitModuleInNavigatorKey</key> 209 <dict> 210 <key>Split0</key> 211 <dict> 212 <key>PBXProjectModuleGUID</key> 213 <string>E11EB0A00FCA1730002BC091</string> 214 <key>PBXProjectModuleLabel</key> 215 <string>Read Me.rtfd</string> 216 <key>_historyCapacity</key> 217 <integer>0</integer> 218 <key>bookmark</key> 219 <string>E123A7320FCA1889005C4B87</string> 220 <key>history</key> 221 <array> 222 <string>E11EB0A20FCA1730002BC091</string> 223 </array> 224 </dict> 225 <key>SplitCount</key> 226 <string>1</string> 227 </dict> 228 <key>StatusBarVisibility</key> 229 <false/> 230 </dict> 231 <key>Geometry</key> 232 <dict> 233 <key>Frame</key> 234 <string>{{0, -1}, {999, 1108}}</string> 235 <key>PBXModuleWindowStatusBarHidden2</key> 236 <true/> 237 <key>RubberWindowFrame</key> 238 <string>825 15 999 1128 0 0 1920 1178 </string> 239 </dict> 240 </dict> 241 </array> 201 242 <key>PerspectiveWidths</key> 202 243 <array> … … 226 267 <dict> 227 268 <key>Proportion</key> 228 <string>35 1pt</string>269 <string>352pt</string> 229 270 <key>Tabs</key> 230 271 <array> … … 247 288 <array> 248 289 <real>22</real> 249 <real>31 2</real>290 <real>313</real> 250 291 </array> 251 292 <key>PBXSmartGroupTreeModuleColumnsKey_v4</key> … … 263 304 <string>F560E314035787F901A4E466</string> 264 305 <string>29B97317FDCFA39411CA2CEA</string> 306 <string>29B97323FDCFA39411CA2CEA</string> 307 <string>1058C7A0FEA54F0111CA2CBB</string> 265 308 <string>E19DCBE503BE516000B934BF</string> 309 <string>E17562BC0CF8E7A800FC5057</string> 266 310 <string>19C28FACFE9D520D11CA2CBB</string> 267 311 </array> … … 269 313 <array> 270 314 <array> 271 <integer>5 8</integer>272 <integer> 57</integer>315 <integer>51</integer> 316 <integer>38</integer> 273 317 <integer>0</integer> 274 318 </array> 275 319 </array> 276 320 <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key> 277 <string>{{0, 645}, {334, 441}}</string>321 <string>{{0, 506}, {335, 735}}</string> 278 322 </dict> 279 323 <key>PBXTopSmartGroupGIDs</key> … … 285 329 <dict> 286 330 <key>Frame</key> 287 <string>{{10, 27}, {35 1, 459}}</string>331 <string>{{10, 27}, {352, 753}}</string> 288 332 <key>GroupTreeTableConfiguration</key> 289 333 <array> … … 291 335 <real>22</real> 292 336 <string>MainColumn</string> 293 <real>31 2</real>337 <real>313</real> 294 338 </array> 295 339 <key>RubberWindowFrame</key> 296 <string>1 085 346 351 527 0 0 1440 878 </string>340 <string>1558 352 352 821 0 0 1920 1178 </string> 297 341 </dict> 298 342 <key>Module</key> … … 317 361 <key>PBXSmartGroupTreeModuleColumnWidthsKey</key> 318 362 <array> 319 <real>33 4</real>363 <real>335</real> 320 364 </array> 321 365 <key>PBXSmartGroupTreeModuleColumnsKey_v4</key> … … 334 378 <array> 335 379 <array> 336 <integer> 3</integer>337 <integer> 0</integer>380 <integer>5</integer> 381 <integer>4</integer> 338 382 </array> 339 383 </array> 340 384 <key>PBXSmartGroupTreeModuleOutlineStateVisibleRectKey</key> 341 <string>{{0, 0}, {33 4, 441}}</string>385 <string>{{0, 0}, {335, 735}}</string> 342 386 </dict> 343 387 <key>PBXTopSmartGroupGIDs</key> … … 349 393 <dict> 350 394 <key>Frame</key> 351 <string>{{10, 27}, {35 1, 459}}</string>395 <string>{{10, 27}, {352, 753}}</string> 352 396 <key>GroupTreeTableConfiguration</key> 353 397 <array> 354 398 <string>MainColumn</string> 355 <real>33 4</real>399 <real>335</real> 356 400 </array> 357 401 </dict> … … 435 479 <key>TableOfContents</key> 436 480 <array> 437 <string>E1 1C1C920FC9E123003DD57E</string>438 <string>E1 1C1C930FC9E123003DD57E</string>481 <string>E123A7300FCA1889005C4B87</string> 482 <string>E123A7310FCA1889005C4B87</string> 439 483 <string>1C9437FD063B20B00039CFAC</string> 440 484 <string>1C9437FE063B20B00039CFAC</string> … … 469 513 <key>WindowOrderList</key> 470 514 <array> 471 <string>/Users/nicholas/Documents/Development/Pester/Source/Pester.xcodeproj</string> 515 <string>1C530D54069F1CE1000CFCEE</string> 516 <string>E11EB09F0FCA1730002BC091</string> 517 <string>/Users/nicholas/Documents/Development/Pester-SVN/Source/Pester.xcodeproj</string> 518 <string>1C530D52069F1CE1000CFCEE</string> 472 519 </array> 473 520 <key>WindowString</key> 474 <string>1 085 346 351 527 0 0 1440 878 </string>521 <string>1558 352 352 821 0 0 1920 1178 </string> 475 522 <key>WindowToolsV3</key> 476 523 <array> … … 639 686 <string>{{0, 0}, {930, 253}}</string> 640 687 <key>RubberWindowFrame</key> 641 <string> 324 304 930 535 0 0 1440 878 </string>688 <string>629 565 930 535 0 0 1920 1178 </string> 642 689 </dict> 643 690 <key>Module</key> … … 665 712 <string>{{0, 258}, {930, 236}}</string> 666 713 <key>RubberWindowFrame</key> 667 <string> 324 304 930 535 0 0 1440 878 </string>714 <string>629 565 930 535 0 0 1920 1178 </string> 668 715 </dict> 669 716 <key>Module</key> … … 688 735 <array> 689 736 <string>1C530D52069F1CE1000CFCEE</string> 690 <string>E1 7C124E0EF9D2B4002885BE</string>737 <string>E123A7330FCA1889005C4B87</string> 691 738 <string>1CD0528F0623707200166675</string> 692 739 <string>XCMainBuildResultsModuleGUID</string> … … 695 742 <string>xcode.toolbar.config.buildV3</string> 696 743 <key>WindowString</key> 697 <string> 324 304 930 535 0 0 1440 878 </string>744 <string>629 565 930 535 0 0 1920 1178 </string> 698 745 <key>WindowToolGUID</key> 699 746 <string>1C530D52069F1CE1000CFCEE</string> 700 747 <key>WindowToolIsVisible</key> 701 < false/>748 <true/> 702 749 </dict> 703 750 <dict> … … 782 829 <string>{{445, 0}, {536, 380}}</string> 783 830 <key>RubberWindowFrame</key> 784 <string> 412 77 981 759 0 0 1440 878 </string>831 <string>843 200 981 759 0 0 1920 1178 </string> 785 832 </dict> 786 833 <key>RubberWindowFrame</key> 787 <string> 412 77 981 759 0 0 1440 878 </string>834 <string>843 200 981 759 0 0 1920 1178 </string> 788 835 </dict> 789 836 <key>Module</key> … … 808 855 <array> 809 856 <string>1C530D54069F1CE1000CFCEE</string> 810 <string>E1 7C124F0EF9D2B4002885BE</string>857 <string>E123A7340FCA1889005C4B87</string> 811 858 <string>1C162984064C10D400B95A72</string> 812 <string>E1 7C12500EF9D2B4002885BE</string>813 <string>E1 7C12510EF9D2B4002885BE</string>814 <string>E1 7C12520EF9D2B4002885BE</string>815 <string>E1 7C12530EF9D2B4002885BE</string>816 <string>E1 7C12540EF9D2B4002885BE</string>859 <string>E123A7350FCA1889005C4B87</string> 860 <string>E123A7360FCA1889005C4B87</string> 861 <string>E123A7370FCA1889005C4B87</string> 862 <string>E123A7380FCA1889005C4B87</string> 863 <string>E123A7390FCA1889005C4B87</string> 817 864 </array> 818 865 <key>ToolbarConfiguration</key> 819 866 <string>xcode.toolbar.config.debugV3</string> 820 867 <key>WindowString</key> 821 <string> 412 77 981 759 0 0 1440 878 </string>868 <string>843 200 981 759 0 0 1920 1178 </string> 822 869 <key>WindowToolGUID</key> 823 870 <string>1C530D54069F1CE1000CFCEE</string> … … 846 893 <string>1CDD528C0622207200134675</string> 847 894 <key>PBXProjectModuleLabel</key> 848 <string> <No Editor></string>895 <string></string> 849 896 <key>StatusBarVisibility</key> 850 897 <true/> … … 904 951 <array> 905 952 <string>1C530D57069F1CE1000CFCEE</string> 906 <string>E1 9CC6280CFDF14A0079DCFC</string>907 <string>E1 9CC6290CFDF14A0079DCFC</string>953 <string>E123210C0D365E45004865C2</string> 954 <string>E123210D0D365E45004865C2</string> 908 955 <string>1CDD528C0622207200134675</string> 909 956 <string>1CD0528E0623707200166675</string> … … 945 992 <string>{{0, 0}, {1144, 216}}</string> 946 993 <key>RubberWindowFrame</key> 947 <string> 258 71 1144 257 0 0 1440 878 </string>994 <string>620 98 1144 257 0 0 1920 1178 </string> 948 995 </dict> 949 996 <key>Module</key> … … 968 1015 <array> 969 1016 <string>1C530D5B069F1CE1000CFCEE</string> 970 <string>E1 7C12550EF9D2B4002885BE</string>1017 <string>E11EB0830FC9EB9A002BC091</string> 971 1018 <string>1C78EAAC065D492600B07095</string> 972 1019 </array> … … 974 1021 <string>xcode.toolbar.config.consoleV3</string> 975 1022 <key>WindowString</key> 976 <string> 258 71 1144 257 0 0 1440 878 </string>1023 <string>620 98 1144 257 0 0 1920 1178 </string> 977 1024 <key>WindowToolGUID</key> 978 1025 <string>1C530D5B069F1CE1000CFCEE</string> … … 1109 1156 <array> 1110 1157 <string>E1B123120CF664D6004975AA</string> 1111 <string>E1 9CC4EC0CFDDC9A0079DCFC</string>1158 <string>E16E5C730D02639F003C85BE</string> 1112 1159 <string>1C78EAB2065D492600B07095</string> 1113 1160 <string>1CD052920623707200166675</string> … … 1188 1235 </array> 1189 1236 <key>RubberWindowFrame</key> 1190 <string> 290 117744 409 0 0 1920 1178 </string>1237 <string>173 112 744 409 0 0 1920 1178 </string> 1191 1238 </dict> 1192 1239 <key>Module</key> … … 1210 1257 <string>{{190, 0}, {554, 368}}</string> 1211 1258 <key>RubberWindowFrame</key> 1212 <string> 290 117744 409 0 0 1920 1178 </string>1259 <string>173 112 744 409 0 0 1920 1178 </string> 1213 1260 </dict> 1214 1261 <key>Module</key> … … 1237 1284 <key>TableOfContents</key> 1238 1285 <array> 1239 <string>E1 5043BB0CFCC31200DE47E9</string>1240 <string>E1 5043BC0CFCC31200DE47E9</string>1286 <string>E189CE210D0685D500737A02</string> 1287 <string>E189CE220D0685D500737A02</string> 1241 1288 <string>1CE0B1FE06471DED0097A5F4</string> 1242 1289 <string>1CA1AED706398EBD00589147</string> … … 1245 1292 <string>xcode.toolbar.config.breakpointsV3</string> 1246 1293 <key>WindowString</key> 1247 <string> 290 117744 409 0 0 1920 1178 </string>1294 <string>173 112 744 409 0 0 1920 1178 </string> 1248 1295 <key>WindowToolGUID</key> 1249 <string>E1 5043BB0CFCC31200DE47E9</string>1296 <string>E189CE210D0685D500737A02</string> 1250 1297 <key>WindowToolIsVisible</key> 1251 1298 <false/> -
trunk/Cocoa/Pester/Source/Pester.xcodeproj/nicholas.pbxuser
r513 r522 3 3 089C165DFE840E0CC02AAC07 /* English */ = { 4 4 uiCtxt = { 5 sepNavIntBoundsRect = "{{0, 0}, {813, 8 38}}";6 sepNavSelRange = "{1 56, 0}";5 sepNavIntBoundsRect = "{{0, 0}, {813, 899}}"; 6 sepNavSelRange = "{145, 0}"; 7 7 sepNavVisRange = "{0, 229}"; 8 sepNavWindowFrame = "{{15, 4}, {872, 874}}";8 sepNavWindowFrame = "{{15, 238}, {872, 935}}"; 9 9 }; 10 10 }; … … 14 14 activeTarget = E1B11EE30CF5F30F004975AA /* Pester */; 15 15 addToTargets = ( 16 E19CC5210CFDE3350079DCFC /* ParseDate-10.4 */,17 16 ); 18 17 breakpoints = ( … … 22 21 E17CA6640CF697FE00018B34 /* SetPortRGBForeColor */, 23 22 E15043CF0CFCC41500DE47E9 /* objc_exception_throw */, 23 E189CE180D0685CB00737A02 /* -[NSObject didChangeValueForKey:] */, 24 24 ); 25 25 codeSenseManager = E1B11EDD0CF5F2EB004975AA /* Code sense */; … … 74 74 ); 75 75 }; 76 PBXPerProjectTemplateStateSaveDate = 264 888602;76 PBXPerProjectTemplateStateSaveDate = 264902787; 77 77 "PBXTemplateGeometry-F5314676015831810DCA290F" = { 78 78 ContentSize = "{618, 257}"; … … 793 793 }, 794 794 ); 795 PBXWorkspaceStateSaveDate = 264 888602;795 PBXWorkspaceStateSaveDate = 264902787; 796 796 }; 797 797 perUserProjectItems = { 798 E17C12440EF9CEE0002885BE = E17C12440EF9CEE0002885BE /* PBXBookmark */; 799 E17C125E0EF9D4AD002885BE = E17C125E0EF9D4AD002885BE /* PBXTextBookmark */; 798 E11EB0A10FCA1730002BC091 = E11EB0A10FCA1730002BC091 /* PBXBookmark */; 799 E11EB0A20FCA1730002BC091 = E11EB0A20FCA1730002BC091 /* PBXTextBookmark */; 800 E123A7320FCA1889005C4B87 /* PBXTextBookmark */ = E123A7320FCA1889005C4B87 /* PBXTextBookmark */; 800 801 }; 801 802 sourceControlManager = E1B11EDC0CF5F2EB004975AA /* Source Control */; … … 844 845 vrLen = 1001; 845 846 vrLoc = 30; 847 }; 848 E11DC3FF0D0A9A6D00CE8CCD /* NSWindowCollectionBehavior.h */ = { 849 uiCtxt = { 850 sepNavIntBoundsRect = "{{0, 0}, {973, 1035}}"; 851 sepNavSelRange = "{233, 42}"; 852 sepNavVisRange = "{0, 514}"; 853 sepNavWindowFrame = "{{15, 102}, {1032, 1071}}"; 854 }; 855 }; 856 E11EB0A10FCA1730002BC091 /* PBXBookmark */ = { 857 isa = PBXBookmark; 858 fRef = F589C9C6035AA12B0155F4B2 /* Read Me.rtfd */; 859 }; 860 E11EB0A20FCA1730002BC091 /* PBXTextBookmark */ = { 861 isa = PBXTextBookmark; 862 fRef = F589C9C6035AA12B0155F4B2 /* Read Me.rtfd */; 863 name = "Read Me.rtfd: 111"; 864 rLen = 0; 865 rLoc = 8929; 866 rType = 0; 867 vrLen = 5087; 868 vrLoc = 5784; 869 }; 870 E123A7320FCA1889005C4B87 /* PBXTextBookmark */ = { 871 isa = PBXTextBookmark; 872 fRef = F589C9C6035AA12B0155F4B2 /* Read Me.rtfd */; 873 name = "Read Me.rtfd: 111"; 874 rLen = 0; 875 rLoc = 8929; 876 rType = 0; 877 vrLen = 5087; 878 vrLoc = 5784; 846 879 }; 847 880 E130B91603B69C6300000028 /* PBXBookmarkGroup */ = { … … 881 914 E13919E303B9E4E100000028 /* NJRIntervalField.m */ = { 882 915 uiCtxt = { 883 sepNavIntBoundsRect = "{{0, 0}, {761, 1190}}";884 sepNavSelRange = "{ 1198, 0}";885 sepNavVisRange = "{ 655, 2028}";886 sepNavWindowFrame = "{{364, 39}, {820, 839}}";916 sepNavIntBoundsRect = "{{0, 0}, {761, 946}}"; 917 sepNavSelRange = "{2674, 0}"; 918 sepNavVisRange = "{329, 2345}"; 919 sepNavWindowFrame = "{{364, 159}, {820, 839}}"; 887 920 }; 888 921 }; … … 903 936 countType = 0; 904 937 delayBeforeContinue = 0; 905 hitCount = 1;938 hitCount = 0; 906 939 ignoreCount = 0; 907 940 location = libobjc.A.dylib; 908 modificationTime = 21 7892071.677906;909 state = 2;941 modificationTime = 218532071.607517; 942 state = 1; 910 943 symbolName = objc_exception_throw; 911 944 }; … … 919 952 E15044660CFCDC7E00DE47E9 /* NJRValidatingField.m */ = { 920 953 uiCtxt = { 921 sepNavIntBoundsRect = "{{0, 0}, {775, 11 22}}";922 sepNavSelRange = "{0, 0}"; 923 sepNavVisRange = "{0, 4 696}";954 sepNavIntBoundsRect = "{{0, 0}, {775, 1144}}"; 955 sepNavSelRange = "{0, 0}"; 956 sepNavVisRange = "{0, 4814}"; 924 957 sepNavWindowFrame = "{{15, 49}, {834, 1124}}"; 925 958 }; … … 940 973 }; 941 974 }; 975 E162698A03B6190B00000028 /* NSCalendarDate-NJRExtensions.m */ = { 976 uiCtxt = { 977 sepNavIntBoundsRect = "{{0, 0}, {1091, 1018}}"; 978 sepNavSelRange = "{0, 0}"; 979 sepNavVisRange = "{0, 1650}"; 980 sepNavWindowFrame = "{{38, 98}, {1150, 1054}}"; 981 }; 982 }; 942 983 E16959290437A4A400050002 /* NSFont-NJRExtensions.h */ = { 943 984 uiCtxt = { … … 957 998 E17562BD0CF8E7D000FC5057 /* updates.xml */ = { 958 999 uiCtxt = { 959 sepNavIntBoundsRect = "{{0, 0}, { 817, 583}}";1000 sepNavIntBoundsRect = "{{0, 0}, {736, 888}}"; 960 1001 sepNavSelRange = "{1735, 2}"; 961 sepNavVisRange = "{0, 1080}";1002 sepNavVisRange = "{0, 2713}"; 962 1003 sepNavWindowFrame = "{{15, 249}, {795, 924}}"; 963 1004 }; … … 965 1006 E17562BE0CF8E7D000FC5057 /* release-notes.html */ = { 966 1007 uiCtxt = { 967 sepNavIntBoundsRect = "{{0, 0}, { 993, 897}}";968 sepNavSelRange = "{ 1369, 0}";969 sepNavVisRange = "{0, 1 369}";970 sepNavWindowFrame = "{{ 638, 86}, {1052, 933}}";1008 sepNavIntBoundsRect = "{{0, 0}, {838, 895}}"; 1009 sepNavSelRange = "{586, 0}"; 1010 sepNavVisRange = "{0, 1932}"; 1011 sepNavWindowFrame = "{{725, 36}, {897, 931}}"; 971 1012 }; 972 1013 }; … … 978 1019 sepNavWindowFrame = "{{368, 43}, {1032, 1071}}"; 979 1020 }; 980 };981 E17C12440EF9CEE0002885BE /* PBXBookmark */ = {982 isa = PBXBookmark;983 fRef = E13919E303B9E4E100000028 /* NJRIntervalField.m */;984 };985 E17C125E0EF9D4AD002885BE /* PBXTextBookmark */ = {986 isa = PBXTextBookmark;987 fRef = E13919E303B9E4E100000028 /* NJRIntervalField.m */;988 name = "NJRIntervalField.m: 42";989 rLen = 0;990 rLoc = 1198;991 rType = 0;992 vrLen = 2028;993 vrLoc = 655;994 1021 }; 995 1022 E17CA6640CF697FE00018B34 /* SetPortRGBForeColor */ = { … … 1004 1031 ignoreCount = 0; 1005 1032 location = ""; 1006 modificationTime = 21 7892051.042254;1033 modificationTime = 218532071.607028; 1007 1034 state = 2; 1008 1035 symbolName = SetPortRGBForeColor; … … 1014 1041 sepNavVisRange = "{6628, 252}"; 1015 1042 }; 1043 }; 1044 E189CE180D0685CB00737A02 /* -[NSObject didChangeValueForKey:] */ = { 1045 isa = PBXSymbolicBreakpoint; 1046 actions = ( 1047 ); 1048 breakpointStyle = 1; 1049 continueAfterActions = 0; 1050 countType = 0; 1051 delayBeforeContinue = 0; 1052 hitCount = 0; 1053 ignoreCount = 0; 1054 location = Foundation; 1055 modificationTime = 218532071.60805; 1056 state = 2; 1057 symbolName = "-[NSObject didChangeValueForKey:]"; 1016 1058 }; 1017 1059 E18DA4090442C56D00050002 /* PSMediaAlert.m */ = { … … 1073 1115 E1A18CAC03B4344C00000028 /* PSAlerts.m */ = { 1074 1116 uiCtxt = { 1075 sepNavIntBoundsRect = "{{0, 0}, {817, 15 18}}";1076 sepNavSelRange = "{ 3864, 7}";1077 sepNavVisRange = "{ 3555, 463}";1117 sepNavIntBoundsRect = "{{0, 0}, {817, 1562}}"; 1118 sepNavSelRange = "{1960, 0}"; 1119 sepNavVisRange = "{1738, 1001}"; 1078 1120 sepNavWindowFrame = "{{528, 47}, {889, 698}}"; 1079 1121 }; … … 1090 1132 ignoreCount = 0; 1091 1133 location = ""; 1092 modificationTime = 21 7892051.041767;1134 modificationTime = 218532071.606409; 1093 1135 state = 2; 1094 1136 symbolName = "-[_NSZombie release]"; … … 1152 1194 environmentEntries = ( 1153 1195 { 1154 active = NO;1196 active = YES; 1155 1197 name = NSZombieEnabled; 1156 1198 value = YES; … … 1188 1230 }; 1189 1231 }; 1232 E1B46FE904057E3400050002 /* NJRSplitView.m */ = { 1233 uiCtxt = { 1234 sepNavIntBoundsRect = "{{0, 0}, {797, 1078}}"; 1235 sepNavSelRange = "{0, 0}"; 1236 sepNavVisRange = "{0, 3256}"; 1237 sepNavWindowFrame = "{{15, 258}, {856, 915}}"; 1238 }; 1239 }; 1190 1240 E1BF6E9103C928D200050002 /* PSTimer.m */ = { 1191 1241 uiCtxt = { … … 1212 1262 }; 1213 1263 }; 1264 E1D358BA03C60CE900C8A18E /* NJRCenteringMovieView.m */ = { 1265 uiCtxt = { 1266 sepNavIntBoundsRect = "{{0, 0}, {973, 1035}}"; 1267 sepNavSelRange = "{0, 0}"; 1268 sepNavVisRange = "{0, 1883}"; 1269 sepNavWindowFrame = "{{15, 102}, {1032, 1071}}"; 1270 }; 1271 }; 1214 1272 E1DEF10203FF816300050002 /* PSSnoozeUntilController.h */ = { 1215 1273 uiCtxt = { … … 1236 1294 E1DEF117040014EB00050002 /* PSTimeDateEditor.m */ = { 1237 1295 uiCtxt = { 1238 sepNavIntBoundsRect = "{{0, 0}, {830, 6 71}}";1239 sepNavSelRange = "{ 512, 0}";1240 sepNavVisRange = "{ 0, 2238}";1296 sepNavIntBoundsRect = "{{0, 0}, {830, 693}}"; 1297 sepNavSelRange = "{2339, 0}"; 1298 sepNavVisRange = "{26, 2385}"; 1241 1299 sepNavWindowFrame = "{{102, 123}, {889, 698}}"; 1242 1300 }; … … 1250 1308 }; 1251 1309 }; 1310 E1F0B14B03AD8CEF00AEFBE0 /* NJRUnfocusableMovieView.m */ = { 1311 uiCtxt = { 1312 sepNavIntBoundsRect = "{{0, 0}, {973, 1035}}"; 1313 sepNavSelRange = "{0, 0}"; 1314 sepNavVisRange = "{0, 296}"; 1315 sepNavWindowFrame = "{{38, 81}, {1032, 1071}}"; 1316 }; 1317 }; 1252 1318 E1F0B14F03ADBE3800AEFBE0 /* NSString-NJRExtensions.m */ = { 1253 1319 uiCtxt = { … … 1256 1322 sepNavVisRange = "{0, 3838}"; 1257 1323 sepNavWindowFrame = "{{15, 44}, {999, 1129}}"; 1324 }; 1325 }; 1326 E1F0B26903AEDE8600AEFBE0 /* NSAttributedString-NJRExtensions.m */ = { 1327 uiCtxt = { 1328 sepNavIntBoundsRect = "{{0, 0}, {1091, 1018}}"; 1329 sepNavSelRange = "{0, 0}"; 1330 sepNavVisRange = "{0, 969}"; 1331 sepNavWindowFrame = "{{15, 119}, {1150, 1054}}"; 1258 1332 }; 1259 1333 }; … … 1266 1340 }; 1267 1341 }; 1342 E1F993C60436310F00050002 /* PSPreferencesController.h */ = { 1343 uiCtxt = { 1344 sepNavIntBoundsRect = "{{0, 0}, {817, 286}}"; 1345 sepNavSelRange = "{527, 9}"; 1346 sepNavVisRange = "{157, 401}"; 1347 }; 1348 }; 1268 1349 E1F993C70436310F00050002 /* PSPreferencesController.m */ = { 1269 1350 uiCtxt = { 1270 sepNavIntBoundsRect = "{{0, 0}, { 817, 1694}}";1271 sepNavSelRange = "{ 2514, 11}";1272 sepNavVisRange = "{ 1964, 940}";1273 sepNavWindowFrame = "{{ 222, 286}, {889, 698}}";1351 sepNavIntBoundsRect = "{{0, 0}, {973, 1672}}"; 1352 sepNavSelRange = "{4153, 46}"; 1353 sepNavVisRange = "{0, 3793}"; 1354 sepNavWindowFrame = "{{38, 81}, {1032, 1071}}"; 1274 1355 }; 1275 1356 }; … … 1315 1396 ignoreCount = 0; 1316 1397 location = libSystem.B.dylib; 1317 modificationTime = 21 7892051.041262;1398 modificationTime = 218532071.595148; 1318 1399 state = 2; 1319 1400 symbolName = szone_error; … … 1329 1410 F517D63F0356B80C016D68B9 /* PSAlarmsController.h */ = { 1330 1411 uiCtxt = { 1331 sepNavIntBoundsRect = "{{0, 0}, {83 0, 639}}";1412 sepNavIntBoundsRect = "{{0, 0}, {838, 872}}"; 1332 1413 sepNavSelRange = "{0, 0}"; 1333 1414 sepNavVisRange = "{0, 460}"; 1415 sepNavWindowFrame = "{{130, 137}, {897, 931}}"; 1334 1416 }; 1335 1417 }; 1336 1418 F517D6420356B8CC016D68B9 /* PSAlarms.m */ = { 1337 1419 uiCtxt = { 1338 sepNavIntBoundsRect = "{{0, 0}, {761, 37 37}}";1420 sepNavIntBoundsRect = "{{0, 0}, {761, 3784}}"; 1339 1421 sepNavSelRange = "{9736, 0}"; 1340 sepNavVisRange = "{7 626, 2401}";1422 sepNavVisRange = "{7054, 2429}"; 1341 1423 sepNavWindowFrame = "{{938, 170}, {820, 839}}"; 1342 1424 }; … … 1349 1431 }; 1350 1432 }; 1433 F552A8AC0358E8B201AEEDB1 /* NJRScrollView.m */ = { 1434 uiCtxt = { 1435 sepNavIntBoundsRect = "{{0, 0}, {797, 879}}"; 1436 sepNavSelRange = "{0, 0}"; 1437 sepNavVisRange = "{0, 934}"; 1438 sepNavWindowFrame = "{{38, 237}, {856, 915}}"; 1439 }; 1440 }; 1351 1441 F560E2F10357506401A4E466 /* PSApplication.m */ = { 1352 1442 uiCtxt = { 1353 sepNavIntBoundsRect = "{{0, 0}, {761, 3014}}"; 1354 sepNavSelRange = "{0, 0}"; 1355 sepNavVisRange = "{0, 1956}"; 1356 sepNavWindowFrame = "{{586, 75}, {820, 839}}"; 1443 sepNavIntBoundsRect = "{{0, 0}, {817, 3179}}"; 1444 sepNavSelRange = "{2208, 25}"; 1445 sepNavVisRange = "{1859, 666}"; 1446 sepNavWindowFrame = "{{151, 44}, {820, 839}}"; 1447 }; 1448 }; 1449 F560E2F20357506401A4E466 /* PSApplication.h */ = { 1450 uiCtxt = { 1451 sepNavIntBoundsRect = "{{0, 0}, {761, 780}}"; 1452 sepNavSelRange = "{794, 0}"; 1453 sepNavVisRange = "{0, 800}"; 1357 1454 }; 1358 1455 }; … … 1366 1463 F560E3160357895001A4E466 /* NJRHistoryTrackingComboBox.m */ = { 1367 1464 uiCtxt = { 1368 sepNavIntBoundsRect = "{{0, 0}, { 817, 858}}";1369 sepNavSelRange = "{1 238, 11}";1370 sepNavVisRange = "{ 591, 1028}";1371 sepNavWindowFrame = "{{ 548, 60}, {820, 839}}";1465 sepNavIntBoundsRect = "{{0, 0}, {761, 950}}"; 1466 sepNavSelRange = "{1800, 0}"; 1467 sepNavVisRange = "{0, 2217}"; 1468 sepNavWindowFrame = "{{127, 100}, {820, 839}}"; 1372 1469 }; 1373 1470 }; 1374 1471 F589C9C6035AA12B0155F4B2 /* Read Me.rtfd */ = { 1375 1472 uiCtxt = { 1376 sepNavIntBoundsRect = "{{0, 0}, {960, 4 408}}";1377 sepNavSelRange = "{ 0, 0}";1378 sepNavVisRect = "{{0, 0}, {960, 814}}";1379 sepNavWindowFrame = "{{ 14, 4}, {999, 874}}";1473 sepNavIntBoundsRect = "{{0, 0}, {960, 4391}}"; 1474 sepNavSelRange = "{8929, 0}"; 1475 sepNavVisRect = "{{0, 2692}, {960, 1091}}"; 1476 sepNavWindowFrame = "{{825, 15}, {999, 1128}}"; 1380 1477 }; 1381 1478 }; … … 1391 1488 ignoreCount = 0; 1392 1489 location = ""; 1393 modificationTime = 21 7892051.040556;1490 modificationTime = 218532071.594549; 1394 1491 state = 2; 1395 1492 symbolName = "-[_NSZombie methodSignatureForSelector:]"; … … 1398 1495 uiCtxt = { 1399 1496 sepNavIntBoundsRect = "{{0, 0}, {775, 1065}}"; 1400 sepNavSelRange = "{1 563, 0}";1401 sepNavVisRange = "{0, 238 1}";1402 sepNavWindowFrame = "{{ 23, 50}, {999, 1128}}";1497 sepNavSelRange = "{1756, 0}"; 1498 sepNavVisRange = "{0, 2385}"; 1499 sepNavWindowFrame = "{{561, 54}, {834, 1124}}"; 1403 1500 }; 1404 1501 }; 1405 1502 F59DC6D40353C9E601AEEDB1 /* PSAlarmSetController.m */ = { 1406 1503 uiCtxt = { 1407 sepNavIntBoundsRect = "{{0, 0}, { 817, 7084}}";1408 sepNavSelRange = "{ 17033, 2}";1409 sepNavVisRange = "{ 16461, 1025}";1504 sepNavIntBoundsRect = "{{0, 0}, {775, 7056}}"; 1505 sepNavSelRange = "{22489, 33}"; 1506 sepNavVisRange = "{20445, 3362}"; 1410 1507 sepNavWindowFrame = "{{561, 54}, {834, 1124}}"; 1411 1508 }; 1412 1509 }; 1510 F59DC6DB0353DE5101AEEDB1 /* PSAlarmNotifierController.h */ = { 1511 uiCtxt = { 1512 sepNavIntBoundsRect = "{{0, 0}, {761, 780}}"; 1513 sepNavSelRange = "{0, 0}"; 1514 sepNavVisRange = "{0, 1084}"; 1515 }; 1516 }; 1413 1517 F59DC6DC0353DE5101AEEDB1 /* PSAlarmNotifierController.m */ = { 1414 1518 uiCtxt = { 1415 sepNavIntBoundsRect = "{{0, 0}, {761, 22 88}}";1416 sepNavSelRange = "{ 3406, 0}";1417 sepNavVisRange = "{ 2791, 2021}";1418 sepNavWindowFrame = "{{ 613, 82}, {820, 839}}";1519 sepNavIntBoundsRect = "{{0, 0}, {761, 2211}}"; 1520 sepNavSelRange = "{282, 0}"; 1521 sepNavVisRange = "{3, 2342}"; 1522 sepNavWindowFrame = "{{781, 53}, {820, 839}}"; 1419 1523 }; 1420 1524 }; … … 1466 1570 uiCtxt = { 1467 1571 sepNavIntBoundsRect = "{{0, 0}, {1297, 781}}"; 1468 sepNavSelRange = "{1 311, 0}";1469 sepNavVisRange = "{ 0, 1940}";1470 sepNavWindowFrame = "{{ 360, 78}, {1356, 780}}";1572 sepNavSelRange = "{199, 35}"; 1573 sepNavVisRange = "{32, 1936}"; 1574 sepNavWindowFrame = "{{490, 398}, {1356, 780}}"; 1471 1575 }; 1472 1576 }; … … 1490 1594 uiCtxt = { 1491 1595 sepNavIntBoundsRect = "{{0, 0}, {813, 1045}}"; 1492 sepNavSelRange = "{ 1054, 0}";1493 sepNavVisRange = "{31 8, 3020}";1596 sepNavSelRange = "{2807, 25}"; 1597 sepNavVisRange = "{319, 3019}"; 1494 1598 sepNavWindowFrame = "{{38, 217}, {872, 935}}"; 1495 1599 }; … … 1497 1601 F59E47B5036AAD55016B311C /* PSAlarmAlertController.h */ = { 1498 1602 uiCtxt = { 1499 sepNavIntBoundsRect = "{{0, 0}, { 817, 307}}";1500 sepNavSelRange = "{ 0,0}";1603 sepNavIntBoundsRect = "{{0, 0}, {973, 1012}}"; 1604 sepNavSelRange = "{518, 10}"; 1501 1605 sepNavVisRange = "{0, 586}"; 1606 sepNavWindowFrame = "{{38, 81}, {1032, 1071}}"; 1502 1607 }; 1503 1608 }; 1504 1609 F59E47B8036AB217016B311C /* PSDockBounceAlert.m */ = { 1505 1610 uiCtxt = { 1611 sepNavIntBoundsRect = "{{0, 0}, {761, 803}}"; 1612 sepNavSelRange = "{627, 0}"; 1613 sepNavVisRange = "{0, 1356}"; 1614 sepNavWindowFrame = "{{1034, 76}, {820, 839}}"; 1615 }; 1616 }; 1617 F59E47B9036AB217016B311C /* PSDockBounceAlert.h */ = { 1618 uiCtxt = { 1506 1619 sepNavIntBoundsRect = "{{0, 0}, {761, 780}}"; 1507 sepNavSelRange = "{665, 0}"; 1508 sepNavVisRange = "{0, 1282}"; 1509 sepNavWindowFrame = "{{130, 229}, {820, 839}}"; 1620 sepNavSelRange = "{0, 0}"; 1621 sepNavVisRange = "{0, 227}"; 1510 1622 }; 1511 1623 }; … … 1551 1663 F59F6CB50354E7DA01AEEDB1 /* PSAlarm.m */ = { 1552 1664 uiCtxt = { 1553 sepNavIntBoundsRect = "{{0, 0}, {993, 8344}}";1665 sepNavIntBoundsRect = "{{0, 0}, {993, 6743}}"; 1554 1666 sepNavSelRange = "{7368, 0}"; 1555 sepNavVisRange = "{7123, 1 405}";1556 sepNavWindowFrame = "{{ 375, 4}, {1052, 874}}";1667 sepNavVisRange = "{7123, 1965}"; 1668 sepNavWindowFrame = "{{840, 106}, {1052, 933}}"; 1557 1669 }; 1558 1670 }; 1559 1671 F5B79836035F64F80136A8DD /* NJRTableView.m */ = { 1560 1672 uiCtxt = { 1561 sepNavIntBoundsRect = "{{0, 0}, { 993, 1210}}";1673 sepNavIntBoundsRect = "{{0, 0}, {797, 1175}}"; 1562 1674 sepNavSelRange = "{899, 0}"; 1563 sepNavVisRange = "{0, 2747}"; 1675 sepNavVisRange = "{0, 2551}"; 1676 sepNavWindowFrame = "{{61, 216}, {856, 915}}"; 1564 1677 }; 1565 1678 }; … … 1574 1687 F5F1986C036B813101EB0372 /* PSSpeechAlert.m */ = { 1575 1688 uiCtxt = { 1576 sepNavIntBoundsRect = "{{0, 0}, {993, 1 078}}";1689 sepNavIntBoundsRect = "{{0, 0}, {993, 1100}}"; 1577 1690 sepNavSelRange = "{1168, 0}"; 1578 sepNavVisRange = "{ 335, 2245}";1691 sepNavVisRange = "{421, 2204}"; 1579 1692 sepNavWindowFrame = "{{454, 61}, {1052, 933}}"; 1580 1693 }; … … 1589 1702 F5F19870036B822E01EB0372 /* NJRVoicePopUpButton.m */ = { 1590 1703 uiCtxt = { 1591 sepNavIntBoundsRect = "{{0, 0}, {830, 1 441}}";1704 sepNavIntBoundsRect = "{{0, 0}, {830, 1507}}"; 1592 1705 sepNavSelRange = "{976, 0}"; 1593 sepNavVisRange = "{ 0, 1846}";1706 sepNavVisRange = "{2166, 1553}"; 1594 1707 sepNavWindowFrame = "{{981, 73}, {889, 698}}"; 1595 1708 }; … … 1604 1717 F5F198D0036BE57401EB0372 /* NJRTableDelegate.m */ = { 1605 1718 uiCtxt = { 1606 sepNavIntBoundsRect = "{{0, 0}, {993, 2970}}";1607 sepNavSelRange = "{ 8161,0}";1608 sepNavVisRange = "{ 6950, 2655}";1719 sepNavIntBoundsRect = "{{0, 0}, {993, 3212}}"; 1720 sepNavSelRange = "{1417, 20}"; 1721 sepNavVisRange = "{90, 2074}"; 1609 1722 sepNavWindowFrame = "{{236, 118}, {1052, 933}}"; 1610 1723 }; … … 1635 1748 F5F240CC036A877301FE7503 /* NJRQTMediaPopUpButton.m */ = { 1636 1749 uiCtxt = { 1637 sepNavIntBoundsRect = "{{0, 0}, {940, 7022}}";1638 sepNavSelRange = "{ 1783, 11}";1639 sepNavVisRange = "{ 159, 3769}";1750 sepNavIntBoundsRect = "{{0, 0}, {940, 5260}}"; 1751 sepNavSelRange = "{864, 0}"; 1752 sepNavVisRange = "{0, 3555}"; 1640 1753 sepNavWindowFrame = "{{14, 50}, {999, 1128}}"; 1641 1754 }; -
trunk/Cocoa/Pester/Source/Pester.xcodeproj/project.pbxproj
r513 r522 170 170 E11373150439FCC700050002 /* NJRHotKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NJRHotKey.m; sourceTree = "<group>"; }; 171 171 E11CB6E1043025F500050002 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Preferences.nib; sourceTree = "<group>"; }; 172 E11DC3FF0D0A9A6D00CE8CCD /* NSWindowCollectionBehavior.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSWindowCollectionBehavior.h; sourceTree = "<group>"; }; 172 173 E127900104429F9300050002 /* Volume 2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Volume 2.png"; sourceTree = "<group>"; }; 173 174 E127900204429F9300050002 /* Volume 0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Volume 0.png"; sourceTree = "<group>"; }; … … 498 499 E1B121950CF62FD1004975AA /* NSMenuItem-NJRExtensions.h */, 499 500 E1B121960CF62FD1004975AA /* NSMenuItem-NJRExtensions.m */, 501 E11DC3FF0D0A9A6D00CE8CCD /* NSWindowCollectionBehavior.h */, 500 502 ); 501 503 name = Categories;
Note:
See TracChangeset
for help on using the changeset viewer.