Changeset 14760
- Timestamp:
- 01/05/2006 01:58:10 PM (3 years ago)
- Files:
-
- trunk/Adium.xcodeproj/project.pbxproj (modified) (7 diffs)
- trunk/Copyright.txt (modified) (1 diff)
- trunk/Plugins/Spelling Per Contact (added)
- trunk/Plugins/Spelling Per Contact/OWSpellingPerContactPlugin.h (added)
- trunk/Plugins/Spelling Per Contact/OWSpellingPerContactPlugin.m (added)
- trunk/Source/OWABSearchWindowController.h (modified) (1 diff)
- trunk/Source/OWABSearchWindowController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Adium.xcodeproj/project.pbxproj
r14745 r14760 1256 1256 EE147A800896B33400A21377 /* OWABSearchWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE147A7E0896B33400A21377 /* OWABSearchWindowController.m */; }; 1257 1257 EE147A810896B33400A21377 /* OWABSearchWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = EE147A7F0896B33400A21377 /* OWABSearchWindowController.h */; }; 1258 EEC461B6096D68580028632F /* OWSpellingPerContactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = EEC461B4096D68580028632F /* OWSpellingPerContactPlugin.m */; }; 1259 EEC461B7096D68580028632F /* OWSpellingPerContactPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC461B5096D68580028632F /* OWSpellingPerContactPlugin.h */; }; 1258 1260 /* End PBXBuildFile section */ 1259 1261 … … 2448 2450 34BD0DB308D31479000BE2C0 /* AdiumChatEvents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AdiumChatEvents.h; path = Source/AdiumChatEvents.h; sourceTree = "<group>"; }; 2449 2451 34BD0DB408D31479000BE2C0 /* AdiumChatEvents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AdiumChatEvents.m; path = Source/AdiumChatEvents.m; sourceTree = "<group>"; }; 2450 34BD9DA9053146CC000AB133 /* Adium.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Adium.app; sourceTree = BUILT_PRODUCTS_DIR; };2452 34BD9DA9053146CC000AB133 /* Adium.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Adium.app; sourceTree = BUILT_PRODUCTS_DIR; }; 2451 2453 34BD9DE105314751000AB133 /* Adium.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Adium.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2452 2454 34BD9EF10531476E000AB133 /* Stress Test.AdiumPlugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Stress Test.AdiumPlugin"; sourceTree = BUILT_PRODUCTS_DIR; }; … … 3267 3269 EE147A7E0896B33400A21377 /* OWABSearchWindowController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = OWABSearchWindowController.m; path = Source/OWABSearchWindowController.m; sourceTree = "<group>"; }; 3268 3270 EE147A7F0896B33400A21377 /* OWABSearchWindowController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OWABSearchWindowController.h; path = Source/OWABSearchWindowController.h; sourceTree = "<group>"; }; 3271 EEC461B4096D68580028632F /* OWSpellingPerContactPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = OWSpellingPerContactPlugin.m; path = "Plugins/Spelling Per Contact/OWSpellingPerContactPlugin.m"; sourceTree = "<group>"; }; 3272 EEC461B5096D68580028632F /* OWSpellingPerContactPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OWSpellingPerContactPlugin.h; path = "Plugins/Spelling Per Contact/OWSpellingPerContactPlugin.h"; sourceTree = "<group>"; }; 3269 3273 F11B9621051CDB3B0000000E /* AIMessageAliasPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AIMessageAliasPlugin.h; path = "Plugins/Message Alias Support/AIMessageAliasPlugin.h"; sourceTree = "<group>"; }; 3270 3274 F11B9622051CDB3B0000000E /* AIMessageAliasPlugin.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIMessageAliasPlugin.m; path = "Plugins/Message Alias Support/AIMessageAliasPlugin.m"; sourceTree = "<group>"; }; … … 4529 4533 34C2D31006334A460018E5D2 /* Blocking */, 4530 4534 34086A1005E5E17B00ABB759 /* User Icon Handling */, 4535 EEC461B1096D67F00028632F /* Spelling Per Contact */, 4531 4536 ); 4532 4537 name = Contacts; … … 5983 5988 ); 5984 5989 name = "About Box"; 5990 sourceTree = "<group>"; 5991 }; 5992 EEC461B1096D67F00028632F /* Spelling Per Contact */ = { 5993 isa = PBXGroup; 5994 children = ( 5995 EEC461B5096D68580028632F /* OWSpellingPerContactPlugin.h */, 5996 EEC461B4096D68580028632F /* OWSpellingPerContactPlugin.m */, 5997 ); 5998 name = "Spelling Per Contact"; 5985 5999 sourceTree = "<group>"; 5986 6000 }; … … 6577 6591 341BD5670965E99200CF83F5 /* OTRCommon.h in Headers */, 6578 6592 341BD56B0965E9A500CF83F5 /* AdiumOTREncryption.h in Headers */, 6593 EEC461B7096D68580028632F /* OWSpellingPerContactPlugin.h in Headers */, 6579 6594 ); 6580 6595 runOnlyForDeploymentPostprocessing = 0; … … 8192 8207 341BD5630965E97F00CF83F5 /* ESOTRFingerprintDetailsWindowController.m in Sources */, 8193 8208 341BD56C0965E9A500CF83F5 /* AdiumOTREncryption.m in Sources */, 8209 EEC461B6096D68580028632F /* OWSpellingPerContactPlugin.m in Sources */, 8194 8210 ); 8195 8211 runOnlyForDeploymentPostprocessing = 0; trunk/Copyright.txt
r14757 r14760 39 39 Vinay Venkatesh 40 40 Wesley Underwood 41 Ofri Wolfus 41 42 42 43 If you have contributed to Adium and are not on this list, please contact us. trunk/Source/OWABSearchWindowController.h
r14757 r14760 4 4 // 5 5 // Created by Ofri Wolfus on 19/07/05. 6 // Copyright 2006 Ofri Wolfus. All rights reserved.6 // Copyright 2006 The Adium Team. All rights reserved. 7 7 // 8 8 trunk/Source/OWABSearchWindowController.m
r14757 r14760 4 4 // 5 5 // Created by Ofri Wolfus on 19/07/05. 6 // Copyright 2006 Ofri Wolfus. All rights reserved.6 // Copyright 2006 The Adium Team. All rights reserved. 7 7 // 8 8