From 6d66ac448fa1b3acbce829034611c12767b6501a Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Tue, 16 Jun 2009 01:52:35 +0000 Subject: setup Crash Reporter interface - Add AppDelegate files. git-svn-id: svn://localhost/ardour2/branches/3.0@5200 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/CrashReporter/AppDelegate.h | 21 + tools/CrashReporter/AppDelegate.m | 19 + .../CrashReporter.xcodeproj/project.pbxproj | 6 + tools/CrashReporter/English.lproj/MainMenu.xib | 1933 ++++++++------------ 4 files changed, 803 insertions(+), 1176 deletions(-) create mode 100644 tools/CrashReporter/AppDelegate.h create mode 100644 tools/CrashReporter/AppDelegate.m (limited to 'tools/CrashReporter') diff --git a/tools/CrashReporter/AppDelegate.h b/tools/CrashReporter/AppDelegate.h new file mode 100644 index 0000000000..0f9e406a03 --- /dev/null +++ b/tools/CrashReporter/AppDelegate.h @@ -0,0 +1,21 @@ +// +// AppDelegate.h +// CrashReporter +// +// Created by Taybin Rutkin on 6/10/09. +// Copyright 2009 Penguin Sounds. All rights reserved. +// + +#import + + +@interface AppDelegate : NSObject { + IBOutlet NSFormCell *nameField; + IBOutlet NSFormCell *emailField; + IBOutlet NSTextView *descriptionView; + IBOutlet NSTextView *stackTrackView; +} + +- (IBAction)sendButton:(id)sender; + +@end diff --git a/tools/CrashReporter/AppDelegate.m b/tools/CrashReporter/AppDelegate.m new file mode 100644 index 0000000000..d08ad39c53 --- /dev/null +++ b/tools/CrashReporter/AppDelegate.m @@ -0,0 +1,19 @@ +// +// AppDelegate.m +// CrashReporter +// +// Created by Taybin Rutkin on 6/10/09. +// Copyright 2009 Penguin Sounds. All rights reserved. +// + +#import "AppDelegate.h" + + +@implementation AppDelegate + +- (IBAction)sendButton:(id)sender +{ + +} + +@end diff --git a/tools/CrashReporter/CrashReporter.xcodeproj/project.pbxproj b/tools/CrashReporter/CrashReporter.xcodeproj/project.pbxproj index 7fd39af431..80bcdf1cea 100644 --- a/tools/CrashReporter/CrashReporter.xcodeproj/project.pbxproj +++ b/tools/CrashReporter/CrashReporter.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; }; + 6928CD410FE0A55A006F5860 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6928CD400FE0A55A006F5860 /* AppDelegate.m */; }; 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; @@ -22,6 +23,8 @@ 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32CA4F630368D1EE00C91783 /* CrashReporter_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CrashReporter_Prefix.pch; sourceTree = ""; }; + 6928CD3F0FE0A55A006F5860 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 6928CD400FE0A55A006F5860 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 8D1107320486CEB800E47090 /* CrashReporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CrashReporter.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -41,6 +44,8 @@ 080E96DDFE201D6D7F000001 /* Classes */ = { isa = PBXGroup; children = ( + 6928CD3F0FE0A55A006F5860 /* AppDelegate.h */, + 6928CD400FE0A55A006F5860 /* AppDelegate.m */, ); name = Classes; sourceTree = ""; @@ -167,6 +172,7 @@ buildActionMask = 2147483647; files = ( 8D11072D0486CEB800E47090 /* main.m in Sources */, + 6928CD410FE0A55A006F5860 /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/tools/CrashReporter/English.lproj/MainMenu.xib b/tools/CrashReporter/English.lproj/MainMenu.xib index 3a7530a73c..b9d9e71ec0 100644 --- a/tools/CrashReporter/English.lproj/MainMenu.xib +++ b/tools/CrashReporter/English.lproj/MainMenu.xib @@ -1,21 +1,29 @@ - + 1050 - 9D29 - 664 - 949.33 - 352.00 + 9J61 + 677 + 949.46 + 353.00 YES - - + YES com.apple.InterfaceBuilderKit com.apple.InterfaceBuilder.CocoaPlugin + + YES + + YES + + + YES + + YES @@ -33,7 +41,7 @@ YES - NewApplication + Crash Reporter 1048576 2147483647 @@ -47,12 +55,12 @@ submenuAction: - NewApplication + Crash Reporter YES - About NewApplication + About Crash Reporter 2147483647 @@ -69,26 +77,6 @@ - - - UHJlZmVyZW5jZXPigKY - , - 1048576 - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - Services @@ -119,7 +107,7 @@ - Hide NewApplication + Hide Crash Reporter h 1048576 2147483647 @@ -157,7 +145,7 @@ - Quit NewApplication + Quit Crash Reporter q 1048576 2147483647 @@ -170,6 +158,7 @@ + YES File 1048576 @@ -183,6 +172,7 @@ YES + YES New n 1048576 @@ -192,6 +182,7 @@ + YES T3BlbuKApg o 1048576 @@ -602,423 +593,6 @@ - - - Format - - 2147483647 - - - submenuAction: - - Format - - YES - - - Font - - 2147483647 - - - submenuAction: - - Font - - YES - - - Show Fonts - t - 1048576 - 2147483647 - - - - - - Bold - b - 1048576 - 2147483647 - - - 2 - - - - Italic - i - 1048576 - 2147483647 - - - 1 - - - - Underline - u - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Bigger - + - 1048576 - 2147483647 - - - 3 - - - - Smaller - - - 1048576 - 2147483647 - - - 4 - - - - YES - YES - - - 2147483647 - - - - - - Kern - - 2147483647 - - - submenuAction: - - Kern - - YES - - - Use Default - - 2147483647 - - - - - - Use None - - 2147483647 - - - - - - Tighten - - 2147483647 - - - - - - Loosen - - 2147483647 - - - - - - - - - Ligature - - 2147483647 - - - submenuAction: - - Ligature - - YES - - - Use Default - - 2147483647 - - - - - - Use None - - 2147483647 - - - - - - Use All - - 2147483647 - - - - - - - - - Baseline - - 2147483647 - - - submenuAction: - - Baseline - - YES - - - Use Default - - 2147483647 - - - - - - Superscript - - 2147483647 - - - - - - Subscript - - 2147483647 - - - - - - Raise - - 2147483647 - - - - - - Lower - - 2147483647 - - - - - - - - - YES - YES - - - 2147483647 - - - - - - Show Colors - C - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Copy Style - c - 1572864 - 2147483647 - - - - - - Paste Style - v - 1572864 - 2147483647 - - - - - _NSFontMenu - - - - - Text - - 2147483647 - - - submenuAction: - - Text - - YES - - - Align Left - { - 1048576 - 2147483647 - - - - - - Center - | - 1048576 - 2147483647 - - - - - - Justify - - 2147483647 - - - - - - Align Right - } - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Show Ruler - - 2147483647 - - - - - - Copy Ruler - c - 1310720 - 2147483647 - - - - - - Paste Ruler - v - 1310720 - 2147483647 - - - - - - - - - - - - View - - 1048576 - 2147483647 - - - submenuAction: - - View - - YES - - - Show Toolbar - t - 1572864 - 2147483647 - - - - - - Q3VzdG9taXplIFRvb2xiYXLigKY - - 1048576 - 2147483647 - - - - - - Window @@ -1089,7 +663,7 @@ YES - NewApplication Help + Crash Reporter Help ? 1048576 2147483647 @@ -1105,24 +679,439 @@ 15 2 - {{335, 390}, {480, 360}} - 1946157056 - Window + {{485, 274}, {631, 576}} + 1946158080 + Crash Reporter NSWindow {3.40282e+38, 3.40282e+38} + {631, 576} - 256 - {480, 360} + 274 + + YES + + + 264 + {{20, 504}, {325, 52}} + + YES + 2 + 1 + + YES + + -1804468671 + 205521920 + + + LucidaGrande + 1.300000e+01 + 1044 + + + 4.427588e+01 + + 67239424 + 67108864 + Name: + + + + + 343014977 + 205521920 + + + 1 + + 4.427588e+01 + + 67239424 + 67108864 + Email: + + + + + {325, 22} + {1, 8} + 67633152 + NSActionCell + + 343014976 + 205521920 + + + 4.427588e+01 + + 67239424 + 67108864 + Field: + + + + -1 + -1 + + 6 + System + controlColor + + 3 + MC42NjY2NjY2OQA + + + + 3 + MQA + + + + + + 18 + {{13, 44}, {605, 458}} + + + YES + + 1 + + + 274 + + YES + + + 274 + + YES + + + 2304 + + YES + + + 2322 + + YES + + YES + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + CorePasteboardFlavorType 0x75726C20 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + + + {534, 12} + + + + + + + + + + + YES + + + 6 + + + + 5.340000e+02 + 1 + + + 11239 + + + 3 + MAA + + + YES + + YES + NSBackgroundColor + NSColor + + + YES + + 6 + System + selectedTextBackgroundColor + + + + 6 + System + selectedTextColor + + + + + + + YES + + YES + NSColor + NSUnderline + + + YES + + 1 + MCAwIDEAA + + + + + + + 6 + {1085, 1e+07} + {223, 0} + + + + {{1, 1}, {534, 444}} + + + + + + {4, -5} + 1 + + 4 + + + + 256 + {{535, 1}, {15, 444}} + + + _doScroller: + 9.693251e-01 + + + + 256 + {{-100, -100}, {87, 18}} + + 1 + + _doScroller: + 1.000000e+00 + 9.456522e-01 + + + {{17, -37}, {551, 446}} + + + 18 + + + + + + {{10, 33}, {585, 412}} + + + Description + + + + + 2 + + + 256 + + YES + + + 274 + + YES + + + 2304 + + YES + + + 2322 + {534, 12} + + + + + + + + + + + YES + + + 6 + + + + 5.340000e+02 + 1 + + + 11237 + + + + YES + + YES + NSBackgroundColor + NSColor + + + YES + + + + + + + YES + + YES + NSColor + NSUnderline + + + YES + + + + + + + 6 + {1085, 1e+07} + {223, 0} + + + + {{1, 1}, {534, 444}} + + + + + + 4 + + + + 256 + {{535, 1}, {15, 444}} + + + _doScroller: + 9.316770e-01 + + + + 256 + {{-100, -100}, {87, 18}} + + 1 + + _doScroller: + 1.000000e+00 + 9.456522e-01 + + + {{17, -37}, {551, 446}} + + + 18 + + + + + + {{10, 33}, {585, 412}} + + Stack Trace + + + + + + + 0 + YES + YES + + YES + + + + + + 292 + {{14, 12}, {96, 32}} + + YES + + 67239424 + 134217728 + Send + + + -2038284033 + 129 + + + 200 + 25 + + + + {631, 576} - {{0, 0}, {1440, 878}} + {{0, 0}, {1680, 1028}} + {631, 598} {3.40282e+38, 3.40282e+38} NSFontManager + + AppDelegate + @@ -1173,479 +1162,239 @@ - 142 - - - - performClose: - - - - 193 - - - - toggleContinuousSpellChecking: - - - - 222 - - - - undo: - - - - 223 - - - - copy: - - - - 224 - - - - checkSpelling: - - - - 225 - - - - paste: - - - - 226 - - - - stopSpeaking: - - - - 227 - - - - cut: - - - - 228 - - - - showGuessPanel: - - - - 230 - - - - redo: - - - - 231 - - - - selectAll: - - - - 232 - - - - startSpeaking: - - - - 233 - - - - delete: - - - - 235 - - - - performZoom: - - - - 240 - - - - performFindPanelAction: - - - - 241 - - - - centerSelectionInVisibleArea: - - - - 245 - - - - toggleGrammarChecking: - - - - 347 - - - - toggleSmartInsertDelete: - - - - 355 - - - - toggleAutomaticQuoteSubstitution: - - - - 356 - - - - toggleAutomaticLinkDetection: - - - - 357 - - - - showHelp: - - - - 360 - - - - saveDocument: - - - - 362 - - - - saveDocumentAs: - - - - 363 - - - - revertDocumentToSaved: - - - - 364 - - - - runToolbarCustomizationPalette: - - - - 365 - - - - toggleToolbarShown: - - - - 366 - - - - hide: - - - - 367 - - - - hideOtherApplications: - - - - 368 - - - - unhideAllApplications: - - - - 370 - - - - newDocument: - - - - 373 + 142 - openDocument: + performClose: - + - 374 + 193 - addFontTrait: - - + toggleContinuousSpellChecking: + + - 421 + 222 - addFontTrait: - - + undo: + + - 422 + 223 - modifyFont: - - + copy: + + - 423 + 224 - orderFrontFontPanel: - - + checkSpelling: + + - 424 + 225 - modifyFont: - - + paste: + + - 425 + 226 - raiseBaseline: + stopSpeaking: - + - 426 + 227 - lowerBaseline: + cut: - + - 427 + 228 - copyFont: + showGuessPanel: - + - 428 + 230 - subscript: + redo: - + - 429 + 231 - superscript: + selectAll: - + - 430 + 232 - tightenKerning: + startSpeaking: - + - 431 + 233 - underline: + delete: - + - 432 + 235 - orderFrontColorPanel: + performZoom: - + - 433 + 240 - useAllLigatures: + performFindPanelAction: - + - 434 + 241 - loosenKerning: + centerSelectionInVisibleArea: - + - 435 + 245 - pasteFont: + toggleGrammarChecking: - + - 436 + 347 - unscript: + toggleSmartInsertDelete: - + - 437 + 355 - useStandardKerning: + toggleAutomaticQuoteSubstitution: - + - 438 + 356 - useStandardLigatures: + toggleAutomaticLinkDetection: - + - 439 + 357 - turnOffLigatures: + showHelp: - + - 440 + 360 - turnOffKerning: + saveDocument: - + - 441 + 362 - alignLeft: + saveDocumentAs: - + - 442 + 363 - alignJustified: + revertDocumentToSaved: - + - 443 + 364 - copyRuler: + hide: - + - 444 + 367 - alignCenter: + hideOtherApplications: - + - 445 + 368 - toggleRuler: + unhideAllApplications: - + - 446 + 370 - alignRight: + newDocument: - + - 447 + 373 - pasteRuler: + openDocument: - + - 448 + 374 @@ -1655,6 +1404,54 @@ 449 + + + delegate + + + + 504 + + + + sendButton: + + + + 505 + + + + descriptionView + + + + 506 + + + + stackTrackView + + + + 507 + + + + emailField + + + + 508 + + + + nameField + + + + 509 + @@ -1695,8 +1492,6 @@ - - MainMenu @@ -2022,8 +1817,6 @@ - - @@ -2057,17 +1850,6 @@ - - 129 - - - 121 - - - 143 - - - 236 @@ -2129,35 +1911,6 @@ - - 295 - - - YES - - - - - - 296 - - - YES - - - - - - - 297 - - - - - 298 - - - 211 @@ -2239,317 +1992,162 @@ 372 - - - - 375 - - - YES - - - - - - 376 - - - YES - - - - - - - 377 - YES - + + + - + - 378 - - - YES - - - + 420 + + - 379 - + 472 + YES - - - - - - - - + + + - - - - 380 - - - - - 381 - - - - - 382 - - - - - 383 - - - - - 384 - - + - 385 - - + 473 + + - 386 - - + 474 + + - 387 - - + 475 + + - 388 - + 488 + YES - - - - - - - - - - - - - - - - + + - - - - 389 - - - - - 390 - - - - - 391 - - - - - 392 - - - - - 393 - - - - - 394 - - - - - 395 - - - - - 396 - - + - 397 - + 489 + YES - + - + - 398 - + 490 + YES - + - + - 399 - + 491 + YES - + - - - - 400 - - - - - 401 - - - - - 402 - - - - - 403 - - - - - 404 - - + - 405 - + 492 + YES - - - - - + - - - - 406 - - + - 407 - - + 493 + + + YES + + + + + - 408 - - + 494 + + - 409 - - + 495 + + - 410 - - + 496 + + - 411 - + 497 + YES - - - + + + - + - 412 - - + 498 + + - 413 - - + 499 + + - 414 - - + 500 + + - 415 - + 501 + YES - - - - + - + - 416 - - + 502 + + - 417 - - - - - 418 - - - - - 419 - - - - - 420 - + 503 + + AppDelegate @@ -2562,6 +2160,7 @@ -3.IBPluginDependency 103.IBPluginDependency 103.ImportedFromIB2 + 106.IBEditorWindowLastContentRect 106.IBPluginDependency 106.ImportedFromIB2 106.editorWindowContentRectSynchronizationRect @@ -2571,13 +2170,12 @@ 112.ImportedFromIB2 124.IBPluginDependency 124.ImportedFromIB2 + 125.IBEditorWindowLastContentRect 125.IBPluginDependency 125.ImportedFromIB2 125.editorWindowContentRectSynchronizationRect 126.IBPluginDependency 126.ImportedFromIB2 - 129.IBPluginDependency - 129.ImportedFromIB2 130.IBPluginDependency 130.ImportedFromIB2 130.editorWindowContentRectSynchronizationRect @@ -2587,8 +2185,6 @@ 134.ImportedFromIB2 136.IBPluginDependency 136.ImportedFromIB2 - 143.IBPluginDependency - 143.ImportedFromIB2 144.IBPluginDependency 144.ImportedFromIB2 145.IBPluginDependency @@ -2620,6 +2216,7 @@ 203.ImportedFromIB2 204.IBPluginDependency 204.ImportedFromIB2 + 205.IBEditorWindowLastContentRect 205.IBPluginDependency 205.ImportedFromIB2 205.editorWindowContentRectSynchronizationRect @@ -2663,6 +2260,7 @@ 236.ImportedFromIB2 239.IBPluginDependency 239.ImportedFromIB2 + 24.IBEditorWindowLastContentRect 24.IBPluginDependency 24.ImportedFromIB2 24.editorWindowContentRectSynchronizationRect @@ -2671,11 +2269,6 @@ 29.ImportedFromIB2 29.WindowOrigin 29.editorWindowContentRectSynchronizationRect - 295.IBPluginDependency - 296.IBPluginDependency - 296.editorWindowContentRectSynchronizationRect - 297.IBPluginDependency - 298.IBPluginDependency 346.IBPluginDependency 346.ImportedFromIB2 348.IBPluginDependency @@ -2690,61 +2283,36 @@ 354.IBPluginDependency 354.ImportedFromIB2 371.IBEditorWindowLastContentRect - 371.IBPluginDependency 371.IBWindowTemplateEditedContentRect 371.NSWindowTemplate.visibleAtLaunch 371.editorWindowContentRectSynchronizationRect + 371.windowTemplate.hasMinSize 371.windowTemplate.maxSize + 371.windowTemplate.minSize 372.IBPluginDependency - 375.IBPluginDependency - 376.IBEditorWindowLastContentRect - 376.IBPluginDependency - 377.IBPluginDependency - 378.IBPluginDependency - 379.IBPluginDependency - 380.IBPluginDependency - 381.IBPluginDependency - 382.IBPluginDependency - 383.IBPluginDependency - 384.IBPluginDependency - 385.IBPluginDependency - 386.IBPluginDependency - 387.IBPluginDependency - 388.IBEditorWindowLastContentRect - 388.IBPluginDependency - 389.IBPluginDependency - 390.IBPluginDependency - 391.IBPluginDependency - 392.IBPluginDependency - 393.IBPluginDependency - 394.IBPluginDependency - 395.IBPluginDependency - 396.IBPluginDependency - 397.IBPluginDependency - 398.IBPluginDependency - 399.IBPluginDependency - 400.IBPluginDependency - 401.IBPluginDependency - 402.IBPluginDependency - 403.IBPluginDependency - 404.IBPluginDependency - 405.IBPluginDependency - 406.IBPluginDependency - 407.IBPluginDependency - 408.IBPluginDependency - 409.IBPluginDependency - 410.IBPluginDependency - 411.IBPluginDependency - 412.IBPluginDependency - 413.IBPluginDependency - 414.IBPluginDependency - 415.IBPluginDependency - 416.IBPluginDependency - 417.IBPluginDependency - 418.IBPluginDependency - 419.IBPluginDependency + 420.IBPluginDependency + 472.IBPluginDependency + 473.IBPluginDependency + 474.IBPluginDependency + 475.IBPluginDependency + 488.IBPluginDependency + 489.IBPluginDependency + 490.IBPluginDependency + 491.IBPluginDependency + 492.IBPluginDependency + 493.IBPluginDependency + 494.IBPluginDependency + 495.IBPluginDependency + 496.IBPluginDependency + 497.IBPluginDependency + 498.IBPluginDependency + 499.IBPluginDependency 5.IBPluginDependency 5.ImportedFromIB2 + 500.IBPluginDependency + 501.IBPluginDependency + 502.IBPluginDependency + 503.IBPluginDependency 56.IBPluginDependency 56.ImportedFromIB2 57.IBEditorWindowLastContentRect @@ -2769,6 +2337,7 @@ 79.ImportedFromIB2 80.IBPluginDependency 80.ImportedFromIB2 + 81.IBEditorWindowLastContentRect 81.IBPluginDependency 81.ImportedFromIB2 81.editorWindowContentRectSynchronizationRect @@ -2785,7 +2354,8 @@ com.apple.InterfaceBuilderKit com.apple.InterfaceBuilderKit com.apple.InterfaceBuilder.CocoaPlugin - + + {{619, 262}, {212, 23}} com.apple.InterfaceBuilder.CocoaPlugin {{596, 852}, {216, 23}} @@ -2795,6 +2365,7 @@ com.apple.InterfaceBuilder.CocoaPlugin + {{545, 222}, {146, 23}} com.apple.InterfaceBuilder.CocoaPlugin {{522, 812}, {146, 23}} @@ -2802,8 +2373,6 @@ com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{436, 809}, {64, 6}} com.apple.InterfaceBuilder.CocoaPlugin @@ -2833,8 +2402,6 @@ com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{608, 612}, {275, 83}} com.apple.InterfaceBuilder.CocoaPlugin @@ -2844,6 +2411,7 @@ com.apple.InterfaceBuilder.CocoaPlugin + {{388, 42}, {243, 243}} com.apple.InterfaceBuilder.CocoaPlugin {{187, 434}, {243, 243}} @@ -2887,20 +2455,16 @@ com.apple.InterfaceBuilder.CocoaPlugin + {{432, 212}, {197, 73}} com.apple.InterfaceBuilder.CocoaPlugin {{525, 802}, {197, 73}} - {{207, 285}, {478, 20}} + {{207, 285}, {357, 20}} com.apple.InterfaceBuilder.CocoaPlugin {74, 862} {{6, 978}, {478, 20}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{475, 832}, {234, 43}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2913,38 +2477,13 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{335, 390}, {480, 360}} - com.apple.InterfaceBuilder.CocoaPlugin - {{335, 390}, {480, 360}} + {{358, 342}, {631, 576}} + {{358, 342}, {631, 576}} {{33, 99}, {480, 360}} + {3.40282e+38, 3.40282e+38} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{437, 242}, {86, 43}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{523, 2}, {178, 283}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin + {631, 576} com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2964,14 +2503,14 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{219, 102}, {245, 183}} + {{219, 132}, {241, 153}} com.apple.InterfaceBuilder.CocoaPlugin {{23, 794}, {245, 183}} @@ -2993,6 +2532,7 @@ com.apple.InterfaceBuilder.CocoaPlugin + {{346, 82}, {199, 203}} com.apple.InterfaceBuilder.CocoaPlugin {{145, 474}, {199, 203}} @@ -3024,11 +2564,52 @@ - 449 + 509 + + + + YES + + AppDelegate + NSObject + + sendButton: + id + + + YES + + YES + descriptionView + emailField + nameField + stackTrackView + + + YES + NSTextView + NSFormCell + NSFormCell + NSTextView + + + + IBProjectSource + AppDelegate.h + + + + NSFormCell + NSActionCell + + IBUserSource + + + + - 0 - + ../CrashReporter.xcodeproj 3 -- cgit v1.2.3