You can subscribe to this list here.
2006 |
Jan
|
Feb
(52) |
Mar
(83) |
Apr
(37) |
May
(23) |
Jun
(9) |
Jul
(10) |
Aug
(30) |
Sep
(4) |
Oct
(9) |
Nov
(10) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(3) |
Feb
(20) |
Mar
(3) |
Apr
|
May
(10) |
Jun
(17) |
Jul
(11) |
Aug
(6) |
Sep
(6) |
Oct
|
Nov
(15) |
Dec
(15) |
2008 |
Jan
(12) |
Feb
(1) |
Mar
(13) |
Apr
(7) |
May
(4) |
Jun
(37) |
Jul
(9) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2009 |
Jan
(1) |
Feb
(11) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2010 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(4) |
Nov
(6) |
Dec
(2) |
2011 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
(3) |
Oct
(3) |
Nov
(6) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andrew M. <fit...@us...> - 2006-02-24 22:11:47
|
Update of /cvsroot/radmind/radmind-assistant/rsm/English.lproj/Preferences.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22692/English.lproj/Preferences.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: Compression settings interface. Index: info.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/English.lproj/Preferences.nib/info.nib,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** info.nib 14 Dec 2005 03:34:41 -0000 1.6 --- info.nib 24 Feb 2006 22:11:44 -0000 1.7 *************** *** 13,17 **** </array> <key>IBSystem Version</key> ! <string>8F46</string> </dict> </plist> --- 13,17 ---- </array> <key>IBSystem Version</key> ! <string>8G32</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/English.lproj/Preferences.nib/classes.nib,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** classes.nib 14 Dec 2005 03:34:41 -0000 1.8 --- classes.nib 24 Feb 2006 22:11:44 -0000 1.9 *************** *** 12,15 **** --- 12,16 ---- saveAllowedUsers = id; setCaseSensitivity = id; + setCompressionLevel = id; setMaxConnections = id; setRadmindDirectoryPath = id; *************** *** 19,22 **** --- 20,24 ---- startRadmindServer = id; stopRadmindServer = id; + toggleCompression = id; toggleRendezvous = id; toggleSessionRights = id; *************** *** 31,35 **** --- 33,39 ---- rsmPrefAllowedUsersTable = NSTableView; rsmPrefCaseSensitivityMatrix = NSMatrix; + rsmPrefCompressionLevelPopUp = NSPopUpButton; rsmPrefDefineRightsSwitch = NSButton; + rsmPrefEnableCompressionSwitch = NSButton; rsmPrefGeneralPaneBox = NSBox; rsmPrefMaxConnections = NSTextField; Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/English.lproj/Preferences.nib/keyedobjects.nib,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsgwbTzA and /tmp/cvsthE00r differ |
From: Andrew M. <fit...@us...> - 2006-02-24 22:11:17
|
Update of /cvsroot/radmind/radmind-assistant/rsm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22585 Modified Files: code.c copy.c Log Message: Quiet compiler warnings. Index: code.c =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/code.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** code.c 5 Jun 2003 02:05:56 -0000 1.1 --- code.c 24 Feb 2006 22:11:12 -0000 1.2 *************** *** 26,29 **** --- 26,31 ---- #include <errno.h> #include <stdio.h> + #include <stdlib.h> + #include <string.h> #include "code.h" Index: copy.c =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/copy.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** copy.c 5 Jun 2003 02:54:45 -0000 1.2 --- copy.c 24 Feb 2006 22:11:12 -0000 1.3 *************** *** 10,13 **** --- 10,14 ---- #include <stdio.h> #include <string.h> + #include <stdlib.h> #include <fcntl.h> #include <unistd.h> |
From: Andrew M. <fit...@us...> - 2006-02-24 22:10:45
|
Update of /cvsroot/radmind/radmind-assistant/rsm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22113 Modified Files: RSMPreferences.h RSMPreferences.m Log Message: Support for server compression settings. Index: RSMPreferences.m =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/RSMPreferences.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** RSMPreferences.m 14 Dec 2005 18:35:11 -0000 1.11 --- RSMPreferences.m 24 Feb 2006 22:10:42 -0000 1.12 *************** *** 277,280 **** --- 277,281 ---- { int ssllevel = [ rsmPrefSSLLevel indexOfSelectedItem ]; + int zlevel = [ rsmPrefCompressionLevelPopUp indexOfSelectedItem ]; NSArray *arglist = nil; NSString *directory = [ rsmPrefRadmindDirectory stringValue ], *************** *** 308,311 **** --- 309,317 ---- arglist = [ arglist arrayByAddingObject: @"-U" ]; } + if ( [ rsmPrefEnableCompressionSwitch state ] == NSOnState ) { + arglist = [ arglist arrayByAddingObjectsFromArray: + [ NSArray arrayWithObjects: @"-Z", + [ NSString stringWithFormat: @"%d", zlevel ], nil ]]; + } return( arglist ); *************** *** 550,553 **** --- 556,585 ---- } + - ( IBAction )toggleCompression: ( id )sender + { + BOOL compress = NO; + + if ( [ sender state ] == NSOnState ) { + compress = YES; + [[ NSUserDefaults standardUserDefaults ] + setInteger: [ rsmPrefCompressionLevelPopUp indexOfSelectedItem ] + forKey: @"RadmindServerCompressionLevel" ]; + } else { + [[ NSUserDefaults standardUserDefaults ] + removeObjectForKey: @"RadmindServerCompressionLevel" ]; + } + + [ rsmPrefCompressionLevelPopUp setEnabled: compress ]; + [[ NSUserDefaults standardUserDefaults ] + setBool: compress forKey: @"RadmindServerCompressionEnabled" ]; + } + + - ( IBAction )setCompressionLevel: ( id )sender + { + [[ NSUserDefaults standardUserDefaults ] + setInteger: [ sender indexOfSelectedItem ] + forKey: @"RadmindServerCompressionLevel" ]; + } + - ( IBAction )setCaseSensitivity: ( id )sender { *************** *** 684,689 **** NSUserDefaults *d = [ NSUserDefaults standardUserDefaults ]; NSString *path, *port, *u, *max; ! BOOL userauth, caseInsensitive; ! int level = 0; if (( path = [ d objectForKey: @"RadmindServerDirectoryPath" ] ) != nil ) { --- 716,721 ---- NSUserDefaults *d = [ NSUserDefaults standardUserDefaults ]; NSString *path, *port, *u, *max; ! BOOL userauth, caseInsensitive, compress; ! int level = 0, zlevel = 0; if (( path = [ d objectForKey: @"RadmindServerDirectoryPath" ] ) != nil ) { *************** *** 705,708 **** --- 737,748 ---- column: 0 ]; + compress = [ d boolForKey: @"RadmindServerCompressionEnabled" ]; + [ rsmPrefEnableCompressionSwitch setState: compress ]; + if ( compress ) { + zlevel = [ d integerForKey: @"RadmindServerCompressionLevel" ]; + [ rsmPrefCompressionLevelPopUp selectItemAtIndex: zlevel ]; + [ rsmPrefCompressionLevelPopUp setEnabled: YES ]; + } + userauth = [ d boolForKey: @"RadmindServerUserAuthentication" ]; [ rsmPrefUserAuthenticationSwitch setState: userauth ]; Index: RSMPreferences.h =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rsm/RSMPreferences.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** RSMPreferences.h 14 Dec 2005 03:39:33 -0000 1.9 --- RSMPreferences.h 24 Feb 2006 22:10:42 -0000 1.10 *************** *** 17,20 **** --- 17,22 ---- IBOutlet NSPanel *rsmPrefAllowedUsersPanel; IBOutlet RASTableView *rsmPrefAllowedUsersTable; + IBOutlet NSPopUpButton *rsmPrefCompressionLevelPopUp; + IBOutlet NSButton *rsmPrefEnableCompressionSwitch; IBOutlet NSTextField *rsmPrefMaxConnections; IBOutlet NSTextField *rsmPrefRadmindDirectory; *************** *** 59,62 **** --- 61,66 ---- - ( IBAction )setUmask: ( id )sender; - ( IBAction )setCaseSensitivity: ( id )sender; + - ( IBAction )toggleCompression: ( id )sender; + - ( IBAction )setCompressionLevel: ( id )sender; - ( IBAction )toggleSessionRights: ( id )sender; |
From: Andrew M. <fit...@us...> - 2006-02-24 22:04:29
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19596 Modified Files: SharedActions.h Log Message: Go to line, twhich support. Index: SharedActions.h =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/SharedActions.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** SharedActions.h 1 Dec 2003 20:38:33 -0000 1.9 --- SharedActions.h 24 Feb 2006 22:04:24 -0000 1.10 *************** *** 45,47 **** /* add item sheet */ ! - ( IBAction )getAddItemSheet: ( id )sender; \ No newline at end of file --- 45,53 ---- /* add item sheet */ ! - ( IBAction )getAddItemSheet: ( id )sender; ! ! /* go to line */ ! - ( IBAction )showGotoLinePanel: ( id )sender; ! ! /* run twhich on the selected line */ ! - ( void )showSourceTranscripts: ( id )sender; |
From: Andrew M. <fit...@us...> - 2006-02-24 22:03:37
|
Update of /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXTranscript.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19169/English.lproj/RXTranscript.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: Tweaks to document interface. Index: info.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXTranscript.nib/info.nib,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** info.nib 19 May 2005 00:10:55 -0000 1.39 --- info.nib 24 Feb 2006 22:03:32 -0000 1.40 *************** *** 4,8 **** <dict> <key>IBDocumentLocation</key> ! <string>760 531 372 333 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> --- 4,8 ---- <dict> <key>IBDocumentLocation</key> ! <string>103 534 372 333 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> *************** *** 12,16 **** <string>610 554 220 100 0 0 1440 878 </string> <key>379</key> ! <string>434 547 571 121 0 0 1440 878 </string> <key>594</key> <string>779 473 189 163 0 0 1440 878 </string> --- 12,16 ---- <string>610 554 220 100 0 0 1440 878 </string> <key>379</key> ! <string>435 543 571 121 0 0 1440 878 </string> <key>594</key> <string>779 473 189 163 0 0 1440 878 </string> *************** *** 21,32 **** </dict> <key>IBFramework Version</key> ! <string>437.0</string> <key>IBOpenObjects</key> <array> ! <integer>612</integer> <integer>5</integer> </array> <key>IBSystem Version</key> ! <string>8A428</string> </dict> </plist> --- 21,32 ---- </dict> <key>IBFramework Version</key> ! <string>443.0</string> <key>IBOpenObjects</key> <array> ! <integer>821</integer> <integer>5</integer> </array> <key>IBSystem Version</key> ! <string>8H14</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXTranscript.nib/classes.nib,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** classes.nib 19 May 2005 00:10:55 -0000 1.22 --- classes.nib 24 Feb 2006 22:03:32 -0000 1.23 *************** *** 37,40 **** --- 37,41 ---- displayAdvancedSearchPanel = id; getAddItemSheet = id; + gotoLine = id; permissionSwitchClick = id; resetTranscriptInfo = id; *************** *** 64,67 **** --- 65,70 ---- editOwnerUIDField = NSTextField; editedTranscriptLineField = NSTextField; + gotoLineField = NSTextField; + gotoLinePanel = NSPanel; grExecSwitch = NSButton; grReadSwitch = NSButton; Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXTranscript.nib/keyedobjects.nib,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvs4KGekh and /tmp/cvswpNF0S differ |
From: Andrew M. <fit...@us...> - 2006-02-24 22:02:49
|
Update of /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXPrefs.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18725/English.lproj/RXPrefs.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: Wildcard searches preference interface elements. Index: info.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXPrefs.nib/info.nib,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** info.nib 27 Jul 2004 18:38:16 -0000 1.4 --- info.nib 24 Feb 2006 22:02:45 -0000 1.5 *************** *** 6,10 **** <string>545 239 356 240 0 0 1440 878 </string> <key>IBFramework Version</key> ! <string>362.0</string> <key>IBOpenObjects</key> <array> --- 6,10 ---- <string>545 239 356 240 0 0 1440 878 </string> <key>IBFramework Version</key> ! <string>443.0</string> <key>IBOpenObjects</key> <array> *************** *** 12,16 **** </array> <key>IBSystem Version</key> ! <string>7H63</string> </dict> </plist> --- 12,16 ---- </array> <key>IBSystem Version</key> ! <string>8H14</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXPrefs.nib/classes.nib,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** classes.nib 27 Jul 2004 18:38:16 -0000 1.3 --- classes.nib 24 Feb 2006 22:02:45 -0000 1.4 *************** *** 7,10 **** --- 7,11 ---- prefSetBasePath = id; setTranscriptFontSize = id; + toggleWildcardSearches = id; }; CLASS = RXPrefs; *************** *** 16,19 **** --- 17,21 ---- prefTranscriptFontSizeStepper = NSStepper; prefWarnDirDelete = NSButton; + prefWildcardsSwitch = NSButton; }; SUPERCLASS = NSObject; Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/RXPrefs.nib/keyedobjects.nib,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsjrgQbH and /tmp/cvs8lVjsY differ |
From: Andrew M. <fit...@us...> - 2006-02-24 22:02:04
|
Update of /cvsroot/radmind/radmind-assistant/rte/English.lproj/MainMenu.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18212/English.lproj/MainMenu.nib Modified Files: classes.nib info.nib objects.nib Log Message: IBActions for Go to line and twhich support. Index: info.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/MainMenu.nib/info.nib,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** info.nib 19 May 2005 00:10:54 -0000 1.13 --- info.nib 24 Feb 2006 22:01:57 -0000 1.14 *************** *** 8,15 **** <dict> <key>29</key> ! <string>153 751 369 44 0 0 1440 878 </string> </dict> <key>IBFramework Version</key> ! <string>437.0</string> <key>IBOpenObjects</key> <array> --- 8,15 ---- <dict> <key>29</key> ! <string>152 752 369 44 0 0 1440 878 </string> </dict> <key>IBFramework Version</key> ! <string>443.0</string> <key>IBOpenObjects</key> <array> *************** *** 17,21 **** </array> <key>IBSystem Version</key> ! <string>8A428</string> </dict> </plist> --- 17,21 ---- </array> <key>IBSystem Version</key> ! <string>8H14</string> </dict> </plist> Index: objects.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/MainMenu.nib/objects.nib,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 Binary files /tmp/cvs2VOADj and /tmp/cvsa4HMbh differ Index: classes.nib =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/English.lproj/MainMenu.nib/classes.nib,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** classes.nib 17 Dec 2004 17:25:23 -0000 1.13 --- classes.nib 24 Feb 2006 22:01:57 -0000 1.14 *************** *** 3,7 **** { ACTIONS = { - commentOutSelectedLine = id; copySelectedLines = id; cutSelectedLines = id; --- 3,6 ---- *************** *** 11,18 **** save = id; saveAs = id; showInfo = id; toggleCommentOnSelectedLine = id; toggleDrawer = id; - uncommentSelectedLine = id; }; CLASS = FirstResponder; --- 10,18 ---- save = id; saveAs = id; + showGotoLinePanel = id; showInfo = id; + showSourceTranscripts = id; toggleCommentOnSelectedLine = id; toggleDrawer = id; }; CLASS = FirstResponder; |
From: Andrew M. <fit...@us...> - 2006-02-24 22:00:40
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17756 Modified Files: copy.c Log Message: Quiet compiler warnings. Index: copy.c =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/copy.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** copy.c 7 Mar 2005 14:51:58 -0000 1.1 --- copy.c 24 Feb 2006 22:00:34 -0000 1.2 *************** *** 8,14 **** #include <sys/stat.h> #include <errno.h> #include <stdio.h> #include <string.h> ! #include <fcntl.h> #include <unistd.h> #include "copy.h" --- 8,15 ---- #include <sys/stat.h> #include <errno.h> + #include <fcntl.h> #include <stdio.h> #include <string.h> ! #include <stdlib.h> #include <unistd.h> #include "copy.h" |
From: Andrew M. <fit...@us...> - 2006-02-24 22:00:12
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17373 Modified Files: RXTranscript.h RXTranscript.m Log Message: [Bug 1380698] - fix for info tab updates. [Bug 1357554] - path preferences. [Bug 1377424] - path preferences. "Go to line" inteface added. twhich display support. Optional wildcard searches. Index: RXTranscript.m =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/RXTranscript.m,v retrieving revision 1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** RXTranscript.m 15 Nov 2005 19:28:26 -0000 1.102 --- RXTranscript.m 24 Feb 2006 22:00:02 -0000 1.103 *************** *** 32,35 **** --- 32,36 ---- #import "NSImage-RTEExtensions.h" #import "NSAttributedString-Ellipsis.h" + #import "UMWildcard.h" #include <sys/param.h> *************** *** 44,47 **** --- 45,49 ---- #define TWRITE 1 #define FSDIFF 2 + #define TWHICH 3 @implementation RXTranscript *************** *** 301,305 **** [ op setAllowsMultipleSelection: NO ]; [ op setCanChooseDirectories: YES ]; ! /* undocumented method to display hidden files */ if ( [ op respondsToSelector: @selector( _navView ) ] ) { --- 303,307 ---- [ op setAllowsMultipleSelection: NO ]; [ op setCanChooseDirectories: YES ]; ! /* undocumented method to display hidden files */ if ( [ op respondsToSelector: @selector( _navView ) ] ) { *************** *** 325,328 **** --- 327,332 ---- - ( IBAction )addItem: ( id )sender { + NSString *fsdiffOrigin = nil; + NSString *itemPath; BOOL isDir; int rc; *************** *** 364,370 **** [ NSApp endSheet: addItemPanel ]; [ self readFile: [ NSDictionary dictionaryWithObjectsAndKeys: [ NSNumber numberWithInt: FSDIFF ], @"action", ! [ addItemPathField stringValue ], @"filea", @"", @"fileb", nil ]]; --- 368,383 ---- [ NSApp endSheet: addItemPanel ]; + if (( fsdiffOrigin = [[ NSUserDefaults standardUserDefaults ] + objectForKey: @"RTEBasePath" ] ) == nil || + [ fsdiffOrigin isEqualToString: @"/" ] ) { + fsdiffOrigin = @""; + } + + itemPath = [ fsdiffOrigin stringByAppendingString: + [ addItemPathField stringValue ]]; + [ self readFile: [ NSDictionary dictionaryWithObjectsAndKeys: [ NSNumber numberWithInt: FSDIFF ], @"action", ! itemPath, @"filea", @"", @"fileb", nil ]]; *************** *** 857,860 **** --- 870,882 ---- [ rxtbarItem setAction: @selector( auditTranscript: ) ]; [ rxtbarItem setTarget: self ]; + } else if ( [ itemIdent isEqualToString: RTEToolbarTwhichIdentifier ] ) { + [ rxtbarItem setLabel: NSLocalizedString( @"Source Transcript", @"Source Transcript" ) ]; + [ rxtbarItem setPaletteLabel: NSLocalizedString( @"Source Transcript", @"Source Transcript" ) ]; + [ rxtbarItem setToolTip: NSLocalizedString( + @"Show transcripts containing the selected path", + @"Show transcripts containing the selected path" ) ]; + [ rxtbarItem setImage: [ NSImage imageNamed: @"comment.png" ]]; + [ rxtbarItem setAction: @selector( showSourceTranscripts: ) ]; + [ rxtbarItem setTarget: self ]; } *************** *** 1028,1031 **** --- 1050,1097 ---- } + - ( void )showSourceTranscripts: ( id )sender + { + NSArray *args, *lines; + NSString *path; + int row; + + if (( row = [ tContentsTableView selectedRow ] ) < 0 ) { + return; + } + + lines = ( mode == SEARCH ? searchResults : parsedLines ); + + if (( path = [[ lines objectAtIndex: row ] objectForKey: @"path" ] ) == nil ) { + return; + } + + args = [ NSArray arrayWithObjects: @"-A", @"ExecuteCommand", + [ NSString stringWithFormat: @"-U%@", + [[ self delegate ] sessionUserName ]], + @"--", @"/usr/local/bin/twhich", + @"-a", path, nil ]; + + [ self executeAuthorizedAction: TWHICH arguments: args ]; + } + + - ( oneway void )displayTwhichOutput: ( NSString * )output fromThreadWithID: ( int )ID + { + NSString *string; + + if ( ID != [ self helperThreadID ] ) { + return; + } + + string = [ output retain ]; + + if ( twhichDisplay == nil ) { + twhichDisplay = [[ RTETwhichDisplay alloc ] init ]; + [ NSBundle loadNibNamed: @"TwhichResults" owner: twhichDisplay ]; + } + + [ twhichDisplay parseAndDisplayTwhichString: string ]; + [ string release ]; + } + - ( IBAction )toggleCommentOnSelectedLine: ( id )sender { *************** *** 1150,1173 **** } ! #ifdef notdef ! - ( IBAction )jumpToLine: ( id )sender { ! unsigned long int ln; ! int i; ! for ( i = 0; i < [[ tbJumpToLineField stringValue ] length ]; i++ ) { ! char c = [[ tbJumpToLineField stringValue ] ! characterAtIndex: i ]; ! if ( ! isdigit( c )) { ! NSRunAlertPanel( @"Error", @"The line number must only contain digits.", ! @"OK", @"", @"" ); ! return; ! } } /* subtract one: rows are counted from 0, not 1 ) */ ! ln = ( [ tbJumpToLineField intValue ] - 1 ); ! ! if ( ln < 0 || ln > [ ( mode == SEARCH ? searchResults : parsedLines ) count ] ) ln = 0; [ tContentsTableView selectRow: ln byExtendingSelection: NO ]; --- 1216,1239 ---- } ! - ( IBAction )showGotoLinePanel: ( id )sender { ! [ gotoLinePanel makeKeyAndOrderFront: nil ]; ! } ! ! - ( IBAction )gotoLine: ( id )sender ! { ! NSMutableArray *lines = parsedLines; ! int ln; ! if ( mode == SEARCH ) { ! lines = searchResults; } /* subtract one: rows are counted from 0, not 1 ) */ ! ln = ( [ gotoLineField intValue ] - 1 ); ! if (( ln < 0 ) || ( ln >= [ lines count ] )) { ! NSBeep(); ! return; ! } [ tContentsTableView selectRow: ln byExtendingSelection: NO ]; *************** *** 1175,1179 **** [ tWindow makeFirstResponder: tContentsTableView ]; } - #endif /* notdef */ - ( void )controlTextDidChange: ( NSNotification * )aNotification --- 1241,1244 ---- *************** *** 1201,1208 **** --- 1266,1277 ---- { NSString *searchkey = nil, *searchString = searchTerm; + BOOL wildcard; int i; [ searchResults removeAllObjects ]; + wildcard = [[ NSUserDefaults standardUserDefaults ] + boolForKey: @"RTEWildcardSearches" ]; + mode = SEARCH; *************** *** 1237,1247 **** NSDictionary *dict = [ parsedLines objectAtIndex: i ]; NSString *tl = [ dict objectForKey: searchkey ]; ! if ( tl == nil ) continue; ! if ( [ tl containsString: searchString useCaseInsensitiveComparison: ci ] ) { ! [ searchResults addObject: dict ]; ! } } [ tContentsTableView reloadData ]; [ lineCountField setStringValue: [ NSString stringWithFormat: @"%d match%@", --- 1306,1327 ---- NSDictionary *dict = [ parsedLines objectAtIndex: i ]; NSString *tl = [ dict objectForKey: searchkey ]; + BOOL match = NO; ! if ( tl == nil ) { ! continue; ! } ! if ( wildcard ) { ! match = [ tl matchesWildcard: searchString caseSensitive: !ci ]; ! } else { ! match = [ tl containsString: searchString ! useCaseInsensitiveComparison: ci ]; ! } ! ! if ( match ) { ! [ searchResults addObject: dict ]; ! } } + [ tContentsTableView reloadData ]; [ lineCountField setStringValue: [ NSString stringWithFormat: @"%d match%@", *************** *** 1623,1626 **** --- 1703,1707 ---- [ tWindow setDocumentEdited: YES ]; + [ self showInfo: nil ]; } *************** *** 1687,1690 **** --- 1768,1772 ---- [ tWindow setDocumentEdited: YES ]; [ self updateChangeCount: NSChangeDone ]; + [ self showInfo: nil ]; } *************** *** 1821,1824 **** --- 1903,1907 ---- [ tWindow setDocumentEdited: YES ]; + [ self showInfo: nil ]; } *************** *** 2653,2657 **** ofSubviewAt: ( int )offset { ! return(( proposedMax - 210.0 )); } --- 2736,2740 ---- ofSubviewAt: ( int )offset { ! return(( proposedMax - 316.0 )); } *************** *** 2660,2664 **** ofSubviewAt: ( int )offset { ! return(( proposedMin + 210.0 )); } --- 2743,2747 ---- ofSubviewAt: ( int )offset { ! return(( proposedMin + 316.0 )); } Index: RXTranscript.h =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/RXTranscript.h,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** RXTranscript.h 19 May 2005 00:10:54 -0000 1.39 --- RXTranscript.h 24 Feb 2006 22:00:02 -0000 1.40 *************** *** 30,33 **** --- 30,34 ---- #import "RMSplitView.h" #import "RTEAuditorDisplay.h" + #import "RTETwhichDisplay.h" #include <pwd.h> *************** *** 40,48 **** #define RTEToolbarDeleteIdentifier @"RTEToolbarDelete" #define RTEToolbarSearchIdentifier @"RTEToolbarSearch" - #define RTEToolbarJumpToLineIdentifier @"RTEToolbarJumpToLine" #define RTEToolbarConvertIdentifier @"RTEToolbarConvert" #define RTEToolbarToggleCommentIdentifier @"RTEToolbarToggleComment" #define RTEToolbarAddCommentIdentifier @"RTEToolbarAddComment" #define RTEToolbarAuditIdentifier @"RTEToolbarAudit" /* custom pasteboard type */ --- 41,49 ---- #define RTEToolbarDeleteIdentifier @"RTEToolbarDelete" #define RTEToolbarSearchIdentifier @"RTEToolbarSearch" #define RTEToolbarConvertIdentifier @"RTEToolbarConvert" #define RTEToolbarToggleCommentIdentifier @"RTEToolbarToggleComment" #define RTEToolbarAddCommentIdentifier @"RTEToolbarAddComment" #define RTEToolbarAuditIdentifier @"RTEToolbarAudit" + #define RTEToolbarTwhichIdentifier @"RTEToolbarTwhich" /* custom pasteboard type */ *************** *** 94,97 **** --- 95,102 ---- IBOutlet NSButton *advancedSearchCaseSensitivity; + /* go to line panel */ + IBOutlet NSPanel *gotoLinePanel; + IBOutlet NSTextField *gotoLineField; + /* window split view */ IBOutlet RMSplitView *transcriptSplitView; *************** *** 147,150 **** --- 152,156 ---- RTEAuditorDisplay *auditorDisplay; + RTETwhichDisplay *twhichDisplay; @private *************** *** 210,213 **** --- 216,224 ---- - ( void )auditTranscript: ( id )sender; + /* twhich methods */ + - ( void )showSourceTranscripts: ( id )sender; + - ( oneway void )displayTwhichOutput: ( NSString * )output + fromThreadWithID: ( int )ID; + /* comment methods */ - ( IBAction )toggleCommentOnSelectedLine: ( id )sender; *************** *** 224,227 **** --- 235,242 ---- - ( void )searchFor: ( NSString * )searchString searchType: ( int )type caseInsensitive: ( BOOL )ci; + + /* go to line */ + - ( IBAction )showGotoLinePanel: ( id )sender; + - ( IBAction )gotoLine: ( id )sender; /* conversion methods */ *************** *** 237,240 **** --- 252,257 ---- - ( IBAction )toggleDrawer: ( id )sender; + - ( NSString * )retrievePassword; + @end |
From: Andrew M. <fit...@us...> - 2006-02-24 21:50:50
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13271 Modified Files: RXTranscript-ConversionAdditions.m Log Message: [Bug 1384361] - fix for bug in base path conversion. Index: RXTranscript-ConversionAdditions.m =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/RXTranscript-ConversionAdditions.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RXTranscript-ConversionAdditions.m 30 Oct 2003 18:13:44 -0000 1.1 --- RXTranscript-ConversionAdditions.m 24 Feb 2006 21:50:47 -0000 1.2 *************** *** 11,14 **** --- 11,15 ---- - ( int )convertTranscriptBaseToPath: ( NSString * )basepath { + NSAutoreleasePool *pool; NSMutableArray *transcriptLines = [[ self transcriptContents ] mutableCopy ]; NSString *path = nil, *currentbase = nil; *************** *** 35,38 **** --- 36,40 ---- } + pool = [[ NSAutoreleasePool alloc ] init ]; for ( ; i < [ transcriptLines count ]; i++ ) { path = [[ transcriptLines objectAtIndex: i ] objectForKey: @"path" ]; *************** *** 48,51 **** --- 50,65 ---- [[ transcriptLines objectAtIndex: i ] setObject: path forKey: @"path" ]; + + if ( [[[ transcriptLines objectAtIndex: i ] + objectForKey: @"type" ] isEqualToString: @"h" ] ) { + path = [[ transcriptLines objectAtIndex: i ] objectForKey: @"dest" ]; + if ( path != nil && + [[ path substringToIndex: 2 ] isEqualToString: @"./" ] ) { + path = [ path substringFromIndex: 1 ]; + [[ transcriptLines objectAtIndex: i ] setObject: path + forKey: @"dest" ]; + } + } + continue; } *************** *** 58,65 **** --- 72,93 ---- [[ transcriptLines objectAtIndex: i ] setObject: path forKey: @"path" ]; + + if ( [[[ transcriptLines objectAtIndex: i ] + objectForKey: @"type" ] isEqualToString: @"h" ] ) { + path = [[ transcriptLines objectAtIndex: i ] objectForKey: @"dest" ]; + if ( path != nil && + [[ path substringToIndex: 1 ] isEqualToString: @"/" ] ) { + path = [ NSString stringWithFormat: @"%@%@", + [ basepath substringToIndex: 1 ], path ]; + [[ transcriptLines objectAtIndex: i ] setObject: path + forKey: @"dest" ]; + } + } } } + [ pool release ]; [ self setTranscriptContents: transcriptLines ]; + [ transcriptLines autorelease ]; return( 1 ); |
From: Andrew M. <fit...@us...> - 2006-02-24 21:49:03
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12596 Modified Files: RXPrefs.h RXPrefs.m Log Message: Wildcard searches preference. Index: RXPrefs.m =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/RXPrefs.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RXPrefs.m 27 Jul 2004 18:38:16 -0000 1.6 --- RXPrefs.m 24 Feb 2006 21:49:00 -0000 1.7 *************** *** 36,41 **** --- 36,47 ---- - ( void )awakeFromNib { + [ prefPanel center ]; + } + + - ( void )reloadDefaults + { NSUserDefaults *defaults = [ NSUserDefaults standardUserDefaults ]; NSString *basepath = [ defaults objectForKey: @"RTEBasePath" ]; + BOOL wildcard = [ defaults boolForKey: @"RTEWildcardSearches" ]; float fontsize = [ defaults floatForKey: @"RTETextFontSize" ]; *************** *** 49,60 **** } - [ prefPanel center ]; [ prefBasePathPopUp selectItemWithTitle: basepath ]; [ prefTranscriptFontSizeStepper setFloatValue: fontsize ]; [ prefTranscriptFontSize setFloatValue: fontsize ]; } - ( void )displayPreferencesPane { [ prefPanel makeKeyAndOrderFront: nil ]; } --- 55,72 ---- } [ prefBasePathPopUp selectItemWithTitle: basepath ]; [ prefTranscriptFontSizeStepper setFloatValue: fontsize ]; [ prefTranscriptFontSize setFloatValue: fontsize ]; + + if ( wildcard ) { + [ prefWildcardSwitch setState: NSOnState ]; + } else { + [ prefWildcardSwitch setState: NSOffState ]; + } } - ( void )displayPreferencesPane { + [ self reloadDefaults ]; [ prefPanel makeKeyAndOrderFront: nil ]; } *************** *** 75,78 **** --- 87,102 ---- } + - ( IBAction )toggleWildcardSearches: ( id )sender + { + BOOL wildcard = NO; + + if ( [ sender state ] == NSOnState ) { + wildcard = YES; + } + + [[ NSUserDefaults standardUserDefaults ] + setBool: wildcard forKey: @"RTEWildcardSearches" ]; + } + - ( IBAction )setTranscriptFontSize: ( id )sender { Index: RXPrefs.h =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/RXPrefs.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RXPrefs.h 27 Jul 2004 18:38:16 -0000 1.6 --- RXPrefs.h 24 Feb 2006 21:49:00 -0000 1.7 *************** *** 32,35 **** --- 32,36 ---- IBOutlet NSButton *prefWarnDirDelete; IBOutlet NSPopUpButton *prefBasePathPopUp; + IBOutlet NSButton *prefWildcardSwitch; IBOutlet NSTextField *prefTranscriptFontSize; IBOutlet NSStepper *prefTranscriptFontSizeStepper; *************** *** 37,40 **** --- 38,42 ---- - ( IBAction )prefSetBasePath: ( id )sender; + - ( IBAction )toggleWildcardSearches: ( id )sender; - ( IBAction )setTranscriptFontSize: ( id )sender; - ( IBAction )changeTranscriptFontSize: ( id )sender; |
From: Andrew M. <fit...@us...> - 2006-02-24 21:47:12
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11775 Modified Files: RXAuthRW.m Log Message: Support for reading twhich output. Index: RXAuthRW.m =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/RXAuthRW.m,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** RXAuthRW.m 7 Mar 2005 14:53:46 -0000 1.17 --- RXAuthRW.m 24 Feb 2006 21:47:04 -0000 1.18 *************** *** 42,45 **** --- 42,46 ---- #define TWRITE 1 #define FSDIFF 2 + #define TWHICH 3 extern int errno; *************** *** 145,148 **** --- 146,150 ---- case TWRITE: + case TWHICH: [ _rteController writeFinishedFromThreadWithID: [ self threadID ]]; break; *************** *** 169,172 **** --- 171,175 ---- NSArray *av; NSMutableArray *transcriptLines = nil; + NSMutableString *twhichOutput = nil; NSString *path = nil; *************** *** 259,272 **** } ! if ( action == FSDIFF ) { if (( rfp = fdopen( rfd[ 0 ], "r" )) == NULL ) { NSLog( @"fdopen %d failed: %s\n", rfd[ 0 ], strerror( errno )); return( -1 ); } ! FD_ZERO( &readmask ); ! if ( transcriptLines == nil ) { transcriptLines = [[ NSMutableArray alloc ] init ]; ! } for ( ;; ) { --- 262,280 ---- } ! if ( action == FSDIFF || action == TWHICH ) { if (( rfp = fdopen( rfd[ 0 ], "r" )) == NULL ) { NSLog( @"fdopen %d failed: %s\n", rfd[ 0 ], strerror( errno )); return( -1 ); } ! setbuf( rfp, NULL ); ! FD_ZERO( &readmask ); ! ! if ( transcriptLines == nil && action == FSDIFF ) { transcriptLines = [[ NSMutableArray alloc ] init ]; ! } else if ( twhichOutput == nil && action == TWHICH ) { ! twhichOutput = [[ NSMutableString alloc ] ! initWithCapacity: MAXPATHLEN ]; ! } for ( ;; ) { *************** *** 278,295 **** } ! if ( FD_ISSET( rfd[ 0 ], &readmask )) { ! if ( fgets( buf, ( MAXPATHLEN * 2 ), rfp ) == NULL ) break; ! [ transcriptLines addObject: [ NSMutableDictionary dictionaryForLine: ! [ NSString stringWithUTF8String: buf ]]]; ! ! if ( [ transcriptLines count ] % 100 == 0 ) { ! /* sending mutable objects between threads is risky */ ! [ rxt addLines: [ NSArray arrayWithArray: transcriptLines ] ! fromThreadWithID: [ self threadID ]]; ! [ transcriptLines removeAllObjects ]; ! } ! } } ! if ( [ transcriptLines count ] ) { [ rxt addLines: [ NSArray arrayWithArray: transcriptLines ] fromThreadWithID: [ self threadID ]]; --- 286,315 ---- } ! if ( ! FD_ISSET( rfd[ 0 ], &readmask )) { ! break; ! } ! ! if ( fgets( buf, ( MAXPATHLEN * 2 ), rfp ) == NULL ) { ! if ( ferror( rfp )) { ! NSLog( @"fgets: %s", strerror( errno )); ! clearerr( rfp ); ! } ! break; ! } ! if ( action == FSDIFF ) { ! [ transcriptLines addObject: [ NSMutableDictionary dictionaryForLine: ! [ NSString stringWithUTF8String: buf ]]]; ! ! if ( [ transcriptLines count ] % 100 == 0 ) { ! /* sending mutable objects between threads is risky */ ! [ rxt addLines: [ NSArray arrayWithArray: transcriptLines ] ! fromThreadWithID: [ self threadID ]]; ! [ transcriptLines removeAllObjects ]; ! } ! } else if ( action == TWHICH ) { ! [ twhichOutput appendFormat: @"%s", buf ]; ! } } ! if ( action == FSDIFF && [ transcriptLines count ] ) { [ rxt addLines: [ NSArray arrayWithArray: transcriptLines ] fromThreadWithID: [ self threadID ]]; *************** *** 301,306 **** if (( rr = read( efd[ 0 ], buf, ( MAXPATHLEN * 2 ))) <= 0 ) break; buf[ rr ] = '\0'; ! [ rxt readError: buf fromThreadWithID: [ self threadID ]]; ! memset( buf, '\0', strlen( buf )); } if ( rr < 0 ) { --- 321,352 ---- if (( rr = read( efd[ 0 ], buf, ( MAXPATHLEN * 2 ))) <= 0 ) break; buf[ rr ] = '\0'; ! ! #ifdef notdef ! /* getpass(3) puts the prompt on stderr if /dev/tty isn't available */ ! if ( command == LCREATE && strcmp( "password:", buf ) == 0 ) { ! NSString *pass = [ rxt retrievePassword ]; ! const unsigned char *c_pass = [ pass UTF8String ]; ! ! if ( pass && ( strlen( c_pass ) > 0 )) { ! if ( write( wfd[ 1 ], c_pass, strlen( c_pass )) != strlen( c_pass )) { ! [ rxt readError: "wrote wrong number of bytes" ! fromThreadWithID: [ self threadID ]]; ! break; ! } ! } ! if ( write( wfd[ 1 ], "\n", strlen( "\n" )) != strlen( "\n" )) { ! [ rxt readError: "wrote wrong number of bytes" ! fromThreadWithID: [ self threadID ]]; ! break; ! } ! ! /* XXX logging */ ! } else { ! [ rxt readError: buf fromThreadWithID: [ self threadID ]]; ! memset( buf, '\0', strlen( buf )); ! } ! #endif notdef ! [ rxt readError: buf fromThreadWithID: [ self threadID ]]; ! memset( buf, '\0', strlen( buf )); } if ( rr < 0 ) { *************** *** 314,322 **** pid = wait( &status ); ! if ( action == TREAD ) { path = [ av objectAtIndex: 5 ]; [ rxt readTranscriptCopyAtPath: path threadID: [ self threadID ]]; ! } else if ( action == FSDIFF ) { [ rxt addLines: transcriptLines fromThreadWithID: [ self threadID ]]; } --- 360,380 ---- pid = wait( &status ); ! switch ( action ) { ! case TREAD: path = [ av objectAtIndex: 5 ]; [ rxt readTranscriptCopyAtPath: path threadID: [ self threadID ]]; ! break; ! ! case FSDIFF: [ rxt addLines: transcriptLines fromThreadWithID: [ self threadID ]]; + break; + + case TWHICH: + [ rxt displayTwhichOutput: [ NSString stringWithString: twhichOutput ] + fromThreadWithID: [ self threadID ]]; + break; + + default: + break; } *************** *** 325,328 **** --- 383,390 ---- } + if ( twhichOutput != nil ) { + [ twhichOutput release ]; + } + return( WEXITSTATUS( status )); } |
From: Andrew M. <fit...@us...> - 2006-02-24 21:45:50
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11191 Modified Files: NSString(RXAdditions).h NSString(RXAdditions).m Log Message: Added -transcriptObjectTypeFromString. Tweaked stringFromOctal. Index: NSString(RXAdditions).m =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/NSString(RXAdditions).m,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** NSString(RXAdditions).m 17 Dec 2004 17:24:45 -0000 1.12 --- NSString(RXAdditions).m 24 Feb 2006 21:45:47 -0000 1.13 *************** *** 35,45 **** { char tmp[ 12 ] = { 0 }; mode_t mode = strtol(( char * )[ self UTF8String ], NULL, 8 ); strmode( mode, tmp ); ! tmp[ 0 ] = ' '; ! return( [ NSString stringWithUTF8String: tmp ] ); } --- 35,47 ---- { char tmp[ 12 ] = { 0 }; + char *p; mode_t mode = strtol(( char * )[ self UTF8String ], NULL, 8 ); strmode( mode, tmp ); ! p = tmp; ! p++; ! return( [ NSString stringWithUTF8String: p ] ); } *************** *** 191,193 **** --- 193,252 ---- } + - ( NSString * )transcriptObjectTypeFromString + { + NSString *objectType = @""; + + if ( [ self length ] != 1 ) { + return( @"" ); + } + + switch ( [ self characterAtIndex: 0 ] ) { + case 'a': + objectType = NSLocalizedString( @"applefile", @"applefile" ); + break; + + case 'b': + objectType = NSLocalizedString( @"block special", @"block special" ); + break; + + case 'c': + objectType = NSLocalizedString( @"character special", @"character special" ); + break; + + case 'D': + objectType = NSLocalizedString( @"door", @"door" ); + break; + + case 'd': + objectType = NSLocalizedString( @"directory", @"directory" ); + break; + + case 'f': + objectType = NSLocalizedString( @"file", @"file" ); + break; + + case 'h': + objectType = NSLocalizedString( @"hard link", @"hard link" ); + break; + + case 'l': + objectType = NSLocalizedString( @"symbolic link", @"symbolic link" ); + break; + + case 'p': + objectType = NSLocalizedString( @"named pipe", @"named pipe" ); + break; + + case 's': + objectType = NSLocalizedString( @"socket", @"socket" ); + break; + + default: + objectType = NSLocalizedString( @"unrecognized type", @"unrecognized type" ); + break; + } + + return( objectType ); + } + @end Index: NSString(RXAdditions).h =================================================================== RCS file: /cvsroot/radmind/radmind-assistant/rte/NSString(RXAdditions).h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NSString(RXAdditions).h 17 Dec 2004 17:24:45 -0000 1.7 --- NSString(RXAdditions).h 24 Feb 2006 21:45:47 -0000 1.8 *************** *** 33,35 **** --- 33,37 ---- + ( NSString * )formattedDateFromTimeInterval: ( NSString * )seconds; - ( NSString * )descriptiveSizeString; + - ( NSString * )transcriptObjectTypeFromString; + @end |
From: Andrew M. <fit...@us...> - 2006-02-24 21:44:47
|
Update of /cvsroot/radmind/radmind-assistant/rte/TwhichResults.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10786/TwhichResults.nib Added Files: classes.nib info.nib keyedobjects.nib Log Message: twhich parsed output interface --- NEW FILE: info.nib --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IBDocumentLocation</key> <string>110 411 356 240 0 0 1440 878 </string> <key>IBFramework Version</key> <string>443.0</string> <key>IBOpenObjects</key> <array> <integer>5</integer> </array> <key>IBSystem Version</key> <string>8H14</string> </dict> </plist> --- NEW FILE: classes.nib --- { IBClasses = ( {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { CLASS = RTETwhichDisplay; LANGUAGE = ObjC; OUTLETS = { twhichCommandFileField = NSTextField; twhichGroupField = NSTextField; twhichMatchingTranscriptsTable = NSTableView; twhichObjectPathField = NSTextField; twhichObjectTypeField = NSTextField; twhichOwnerField = NSTextField; twhichPermissionsField = NSTextField; twhichResultsPanel = NSPanel; twhichTypeField = NSTextField; }; SUPERCLASS = NSObject; } ); IBVersion = 1; } --- NEW FILE: keyedobjects.nib --- (This appears to be a binary file; contents omitted.) |
From: Andrew M. <fit...@us...> - 2006-02-24 21:44:18
|
Update of /cvsroot/radmind/radmind-assistant/rte/TwhichResults.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10719/TwhichResults.nib Log Message: Directory /cvsroot/radmind/radmind-assistant/rte/TwhichResults.nib added to the repository |
From: Andrew M. <fit...@us...> - 2006-02-24 21:44:02
|
Update of /cvsroot/radmind/radmind-assistant/rte/RTE.xcodeproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10388/RTE.xcodeproj Added Files: project.pbxproj Log Message: Xcode native project. --- NEW FILE: project.pbxproj --- // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ 090F958307CE653500E8E8B5 /* RTEAuditorDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 090F958107CE653500E8E8B5 /* RTEAuditorDisplay.h */; }; 090F958407CE653500E8E8B5 /* RTEAuditorDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 090F958207CE653500E8E8B5 /* RTEAuditorDisplay.m */; }; 090F95B107CE71DD00E8E8B5 /* AuditResults.nib in Resources */ = {isa = PBXBuildFile; fileRef = 090F95AF07CE71DD00E8E8B5 /* AuditResults.nib */; }; 09176A4907CC308B0087F7EB /* RTEAuditor.h in Headers */ = {isa = PBXBuildFile; fileRef = 09176A4707CC308B0087F7EB /* RTEAuditor.h */; }; 09176A4A07CC308B0087F7EB /* RTEAuditor.m in Sources */ = {isa = PBXBuildFile; fileRef = 09176A4807CC308B0087F7EB /* RTEAuditor.m */; }; 091EDEF605582A140036F26A /* RXPrefs.nib in Resources */ = {isa = PBXBuildFile; fileRef = 091EDEF405582A140036F26A /* RXPrefs.nib */; }; 091EDF2E05583F160036F26A /* NSArray(CreateArgv).h in Headers */ = {isa = PBXBuildFile; fileRef = 091EDF2C05583F160036F26A /* NSArray(CreateArgv).h */; }; 091EDF2F05583F160036F26A /* NSArray(CreateArgv).m in Sources */ = {isa = PBXBuildFile; fileRef = 091EDF2D05583F160036F26A /* NSArray(CreateArgv).m */; }; 095BE01105FEC2D40065403C /* NSAttributedString-Ellipsis.h in Headers */ = {isa = PBXBuildFile; fileRef = 095BE00F05FEC2D40065403C /* NSAttributedString-Ellipsis.h */; }; 095BE01205FEC2D40065403C /* NSAttributedString-Ellipsis.m in Sources */ = {isa = PBXBuildFile; fileRef = 095BE01005FEC2D40065403C /* NSAttributedString-Ellipsis.m */; }; 095BE02605FEC52A0065403C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 095BE02505FEC52A0065403C /* Carbon.framework */; }; 095BE12E06000E2E0065403C /* selfrepair.h in Headers */ = {isa = PBXBuildFile; fileRef = 095BE12C06000E2E0065403C /* selfrepair.h */; }; 09659107071EFE3C003B3083 /* editor.icns in Resources */ = {isa = PBXBuildFile; fileRef = 09659106071EFE3C003B3083 /* editor.icns */; }; 096AE99C07722BC800FFFBE8 /* RMSplitView.h in Headers */ = {isa = PBXBuildFile; fileRef = 096AE99A07722BC800FFFBE8 /* RMSplitView.h */; }; 096AE99D07722BC800FFFBE8 /* RMSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 096AE99B07722BC800FFFBE8 /* RMSplitView.m */; }; 097ACC900975B90C0031FEFF /* UMWildcard.h in Headers */ = {isa = PBXBuildFile; fileRef = 097ACC8E0975B90C0031FEFF /* UMWildcard.h */; }; 097ACC910975B90C0031FEFF /* UMWildcard.m in Sources */ = {isa = PBXBuildFile; fileRef = 097ACC8F0975B90C0031FEFF /* UMWildcard.m */; }; 099416F8054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 099416F6054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.h */; }; 099416F9054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 099416F7054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.m */; }; 09A6A854057B8B8F009E45A5 /* comment.png in Resources */ = {isa = PBXBuildFile; fileRef = 09A6A852057B8B8F009E45A5 /* comment.png */; }; 09A6A855057B8B8F009E45A5 /* newcomment.png in Resources */ = {isa = PBXBuildFile; fileRef = 09A6A853057B8B8F009E45A5 /* newcomment.png */; }; 09A6A939057BD335009E45A5 /* RTESearchField.h in Headers */ = {isa = PBXBuildFile; fileRef = 09E600F205501DBD00B7BA4B /* RTESearchField.h */; }; 09A6A93A057BD336009E45A5 /* RTESearchField.m in Sources */ = {isa = PBXBuildFile; fileRef = 09E600F305501DBD00B7BA4B /* RTESearchField.m */; }; 09D37CDB054DC855009341C4 /* RXTranscript.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A37F4AEFDCFA73011CA2CEA /* RXTranscript.h */; }; 09D37CDC054DC855009341C4 /* argcargv.h in Headers */ = {isa = PBXBuildFile; fileRef = F580DF1A022D437B01D5E771 /* argcargv.h */; }; 09D37CDD054DC855009341C4 /* code.h in Headers */ = {isa = PBXBuildFile; fileRef = F580DF1C022D437B01D5E771 /* code.h */; }; 09D37CDF054DC855009341C4 /* RXAppController.h in Headers */ = {isa = PBXBuildFile; fileRef = F57EF237023D4DEC01A8002B /* RXAppController.h */; }; 09D37CE0054DC855009341C4 /* RXPrefs.h in Headers */ = {isa = PBXBuildFile; fileRef = F5FD850002BFABA901A8002B /* RXPrefs.h */; }; 09D37CE1054DC855009341C4 /* NSString(RXAdditions).h in Headers */ = {isa = PBXBuildFile; fileRef = F5FD854002C0DEC201A8002B /* NSString(RXAdditions).h */; }; 09D37CE2054DC855009341C4 /* SharedActions.h in Headers */ = {isa = PBXBuildFile; fileRef = F5FD854B02C0ECAC01A8002B /* SharedActions.h */; }; 09D37CE3054DC855009341C4 /* authtools.h in Headers */ = {isa = PBXBuildFile; fileRef = F5178156030AC50B01A8002B /* authtools.h */; }; 09D37CE4054DC855009341C4 /* RXAuthRW.h in Headers */ = {isa = PBXBuildFile; fileRef = F5178157030AC50B01A8002B /* RXAuthRW.h */; }; 09D37CE5054DC855009341C4 /* RXTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = F57FF63E0369B2C501D5EA79 /* RXTableView.h */; }; 09D37CE6054DC855009341C4 /* pathcmp.h in Headers */ = {isa = PBXBuildFile; fileRef = 09F2277603F445A900A8002B /* pathcmp.h */; }; 09D37CE7054DC855009341C4 /* NSMutableDictionary(RXAdditions).h in Headers */ = {isa = PBXBuildFile; fileRef = 09625E3D040BF3CB00389C4E /* NSMutableDictionary(RXAdditions).h */; }; 09D37CE9054DC855009341C4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; }; 09D37CEA054DC855009341C4 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; }; 09D37CEB054DC855009341C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; }; 09D37CEC054DC855009341C4 /* RXTranscript.nib in Resources */ = {isa = PBXBuildFile; fileRef = F580DF36022D463701D5E771 /* RXTranscript.nib */; }; 09D37CEE054DC855009341C4 /* transcript.icns in Resources */ = {isa = PBXBuildFile; fileRef = F57331910364AECB01A8002B /* transcript.icns */; }; 09D37CEF054DC855009341C4 /* kfile.icns in Resources */ = {isa = PBXBuildFile; fileRef = F5BEE6480364EA1E01A8002B /* kfile.icns */; }; 09D37CF0054DC855009341C4 /* applefile.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D0036850D601D5EA79 /* applefile.png */; }; 09D37CF1054DC855009341C4 /* blockspecial.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D1036850D601D5EA79 /* blockspecial.png */; }; 09D37CF2054DC855009341C4 /* charspecial.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D2036850D601D5EA79 /* charspecial.png */; }; 09D37CF3054DC855009341C4 /* door.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D3036850D601D5EA79 /* door.png */; }; 09D37CF4054DC855009341C4 /* hardlink.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D4036850D601D5EA79 /* hardlink.png */; }; 09D37CF5054DC855009341C4 /* namedpipe.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D5036850D601D5EA79 /* namedpipe.png */; }; 09D37CF6054DC855009341C4 /* regfile.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D6036850D601D5EA79 /* regfile.png */; }; 09D37CF7054DC855009341C4 /* socket.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5D7036850D601D5EA79 /* socket.png */; }; 09D37CF8054DC855009341C4 /* symlink.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5E00368517401D5EA79 /* symlink.png */; }; 09D37CF9054DC855009341C4 /* folder.png in Resources */ = {isa = PBXBuildFile; fileRef = F59AA5E20368692301D5EA79 /* folder.png */; }; 09D37CFA054DC855009341C4 /* save.png in Resources */ = {isa = PBXBuildFile; fileRef = 097DD6DA03D73DDF00D5EA68 /* save.png */; }; 09D37CFC054DC855009341C4 /* multiple.png in Resources */ = {isa = PBXBuildFile; fileRef = 096C4A2C0413B2F5003D9332 /* multiple.png */; }; 09D37CFE054DC855009341C4 /* trash.png in Resources */ = {isa = PBXBuildFile; fileRef = 091C6DF70545D4E2008EE6BD /* trash.png */; }; 09D37CFF054DC855009341C4 /* info.png in Resources */ = {isa = PBXBuildFile; fileRef = 091C6DFD0545D6F9008EE6BD /* info.png */; }; 09D37D01054DC855009341C4 /* RXTranscript.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* RXTranscript.m */; settings = {ATTRIBUTES = (); }; }; 09D37D02054DC855009341C4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 09D37D03054DC855009341C4 /* argcargv.c in Sources */ = {isa = PBXBuildFile; fileRef = F580DF19022D437B01D5E771 /* argcargv.c */; }; 09D37D04054DC855009341C4 /* code.c in Sources */ = {isa = PBXBuildFile; fileRef = F580DF1B022D437B01D5E771 /* code.c */; }; 09D37D06054DC855009341C4 /* RXAppController.m in Sources */ = {isa = PBXBuildFile; fileRef = F57EF236023D4DEC01A8002B /* RXAppController.m */; }; 09D37D07054DC855009341C4 /* RXPrefs.m in Sources */ = {isa = PBXBuildFile; fileRef = F5FD850102BFABA901A8002B /* RXPrefs.m */; }; 09D37D08054DC855009341C4 /* NSString(RXAdditions).m in Sources */ = {isa = PBXBuildFile; fileRef = F5FD853F02C0DEC201A8002B /* NSString(RXAdditions).m */; }; 09D37D09054DC855009341C4 /* authtools.c in Sources */ = {isa = PBXBuildFile; fileRef = F5178155030AC50B01A8002B /* authtools.c */; }; 09D37D0A054DC855009341C4 /* RXAuthRW.m in Sources */ = {isa = PBXBuildFile; fileRef = F5178158030AC50B01A8002B /* RXAuthRW.m */; }; 09D37D0B054DC855009341C4 /* RXTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = F57FF63F0369B2C501D5EA79 /* RXTableView.m */; }; 09D37D0C054DC855009341C4 /* pathcmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 09F2277503F445A900A8002B /* pathcmp.c */; }; 09D37D0D054DC855009341C4 /* NSMutableDictionary(RXAdditions).m in Sources */ = {isa = PBXBuildFile; fileRef = 09625E3E040BF3CB00389C4E /* NSMutableDictionary(RXAdditions).m */; }; 09D37D0F054DC855009341C4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; }; 09D37D10054DC855009341C4 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5178166030AD6B001A8002B /* Security.framework */; }; 09D37D11054DC855009341C4 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 091C6DEC0545CA2A008EE6BD /* CoreFoundation.framework */; }; 09DD166B09AE7925007EA0B4 /* RTETwhichDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 09DD166909AE7925007EA0B4 /* RTETwhichDisplay.h */; }; 09DD166C09AE7925007EA0B4 /* RTETwhichDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 09DD166A09AE7925007EA0B4 /* RTETwhichDisplay.m */; }; 09DD169709AF5F88007EA0B4 /* TwhichResults.nib in Resources */ = {isa = PBXBuildFile; fileRef = 09DD169609AF5F88007EA0B4 /* TwhichResults.nib */; }; 09E601A905502D3700B7BA4B /* SearchFieldContent.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 09E601A805502D3700B7BA4B /* SearchFieldContent.tiff */; }; 09E6022F0550545C00B7BA4B /* LeftEndCap.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 09E6022D0550545C00B7BA4B /* LeftEndCap.tiff */; }; 09E602300550545C00B7BA4B /* RightEndCap.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 09E6022E0550545C00B7BA4B /* RightEndCap.tiff */; }; 09E603670550981C00B7BA4B /* cancelsearch.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 09E603660550981C00B7BA4B /* cancelsearch.tiff */; }; 09E604750551688600B7BA4B /* MagnifyingGlass.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 09E604740551688600B7BA4B /* MagnifyingGlass.tiff */; }; 09E6058D0551B4F600B7BA4B /* convert.png in Resources */ = {isa = PBXBuildFile; fileRef = 09E6058C0551B4F600B7BA4B /* convert.png */; }; 09EFC4F3099DA50200A7D599 /* copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 09EFC4D5099DA40500A7D599 /* copy.c */; }; 09EFC4F4099DA50200A7D599 /* selfrepair.c in Sources */ = {isa = PBXBuildFile; fileRef = 095BE12B06000E2E0065403C /* selfrepair.c */; }; 09EFC4F5099DA50200A7D599 /* rteauthexec.c in Sources */ = {isa = PBXBuildFile; fileRef = F5178154030AC50A01A8002B /* rteauthexec.c */; }; 09EFC4F6099DA50E00A7D599 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 091C6DEC0545CA2A008EE6BD /* CoreFoundation.framework */; }; 09EFC4F7099DA51600A7D599 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5178166030AD6B001A8002B /* Security.framework */; }; 09FDD2BB057D095B00FC4412 /* NSImage-RTEExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 09FDD2B9057D095B00FC4412 /* NSImage-RTEExtensions.h */; }; 09FDD2BC057D095B00FC4412 /* NSImage-RTEExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 09FDD2BA057D095B00FC4412 /* NSImage-RTEExtensions.m */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ 4A9504D0FFE6A4CB11CA0CBA /* Development */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; OPTIMIZATION_CFLAGS = "-O0"; ZERO_LINK = YES; }; name = Development; }; 4A9504D1FFE6A4CB11CA0CBA /* Deployment */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; ZERO_LINK = NO; }; name = Deployment; }; /* End PBXBuildStyle section */ /* Begin PBXContainerItemProxy section */ 09EFC4E5099DA46700A7D599 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 2A37F4A9FDCFA73011CA2CEA /* Project object */; proxyType = 1; remoteGlobalIDString = 09EFC4E0099DA43700A7D599; remoteInfo = rteauthexec; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 090F958107CE653500E8E8B5 /* RTEAuditorDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTEAuditorDisplay.h; sourceTree = "<group>"; }; 090F958207CE653500E8E8B5 /* RTEAuditorDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RTEAuditorDisplay.m; sourceTree = "<group>"; }; 090F95B007CE71DD00E8E8B5 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/AuditResults.nib; sourceTree = "<group>"; }; 09176A4707CC308B0087F7EB /* RTEAuditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTEAuditor.h; sourceTree = "<group>"; }; 09176A4807CC308B0087F7EB /* RTEAuditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RTEAuditor.m; sourceTree = "<group>"; }; 091C6DEC0545CA2A008EE6BD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 091C6DF70545D4E2008EE6BD /* trash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = trash.png; sourceTree = "<group>"; }; 091C6DFD0545D6F9008EE6BD /* info.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = info.png; sourceTree = "<group>"; }; 091EDEF505582A140036F26A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/RXPrefs.nib; sourceTree = "<group>"; }; 091EDF2C05583F160036F26A /* NSArray(CreateArgv).h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray(CreateArgv).h"; sourceTree = "<group>"; }; 091EDF2D05583F160036F26A /* NSArray(CreateArgv).m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray(CreateArgv).m"; sourceTree = "<group>"; }; 095BE00F05FEC2D40065403C /* NSAttributedString-Ellipsis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString-Ellipsis.h"; sourceTree = "<group>"; }; 095BE01005FEC2D40065403C /* NSAttributedString-Ellipsis.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString-Ellipsis.m"; sourceTree = "<group>"; }; 095BE02505FEC52A0065403C /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; 095BE12B06000E2E0065403C /* selfrepair.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = selfrepair.c; sourceTree = "<group>"; }; 095BE12C06000E2E0065403C /* selfrepair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = selfrepair.h; sourceTree = "<group>"; }; 09625E3D040BF3CB00389C4E /* NSMutableDictionary(RXAdditions).h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary(RXAdditions).h"; sourceTree = "<group>"; }; 09625E3E040BF3CB00389C4E /* NSMutableDictionary(RXAdditions).m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary(RXAdditions).m"; sourceTree = "<group>"; }; 09659106071EFE3C003B3083 /* editor.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = editor.icns; sourceTree = "<group>"; }; 096AE99A07722BC800FFFBE8 /* RMSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMSplitView.h; sourceTree = "<group>"; }; 096AE99B07722BC800FFFBE8 /* RMSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMSplitView.m; sourceTree = "<group>"; }; 096C4A2C0413B2F5003D9332 /* multiple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = multiple.png; sourceTree = "<group>"; }; 097ACC8E0975B90C0031FEFF /* UMWildcard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UMWildcard.h; sourceTree = "<group>"; }; 097ACC8F0975B90C0031FEFF /* UMWildcard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UMWildcard.m; sourceTree = "<group>"; }; 097DD6DA03D73DDF00D5EA68 /* save.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = save.png; sourceTree = "<group>"; }; 099416F6054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RXTranscript-ConversionAdditions.h"; sourceTree = "<group>"; }; 099416F7054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RXTranscript-ConversionAdditions.m"; sourceTree = "<group>"; }; 09A6A852057B8B8F009E45A5 /* comment.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = comment.png; sourceTree = "<group>"; }; 09A6A853057B8B8F009E45A5 /* newcomment.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = newcomment.png; sourceTree = "<group>"; }; 09D37D13054DC855009341C4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 09D37D14054DC855009341C4 /* Radmind Transcript Editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Radmind Transcript Editor.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 09DD166909AE7925007EA0B4 /* RTETwhichDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTETwhichDisplay.h; sourceTree = "<group>"; }; 09DD166A09AE7925007EA0B4 /* RTETwhichDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RTETwhichDisplay.m; sourceTree = "<group>"; }; 09DD169609AF5F88007EA0B4 /* TwhichResults.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = TwhichResults.nib; sourceTree = "<group>"; }; 09E600F205501DBD00B7BA4B /* RTESearchField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTESearchField.h; sourceTree = "<group>"; }; 09E600F305501DBD00B7BA4B /* RTESearchField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RTESearchField.m; sourceTree = "<group>"; }; 09E601A805502D3700B7BA4B /* SearchFieldContent.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = SearchFieldContent.tiff; sourceTree = "<group>"; }; 09E6022D0550545C00B7BA4B /* LeftEndCap.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = LeftEndCap.tiff; sourceTree = "<group>"; }; 09E6022E0550545C00B7BA4B /* RightEndCap.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = RightEndCap.tiff; sourceTree = "<group>"; }; 09E603660550981C00B7BA4B /* cancelsearch.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = cancelsearch.tiff; sourceTree = "<group>"; }; 09E604740551688600B7BA4B /* MagnifyingGlass.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = MagnifyingGlass.tiff; sourceTree = "<group>"; }; 09E6058C0551B4F600B7BA4B /* convert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = convert.png; sourceTree = "<group>"; }; 09EFC4D5099DA40500A7D599 /* copy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = copy.c; sourceTree = "<group>"; }; 09EFC4D6099DA40500A7D599 /* copy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copy.h; sourceTree = "<group>"; }; 09EFC4D7099DA40500A7D599 /* rteauthexec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rteauthexec.h; sourceTree = "<group>"; }; 09EFC4E1099DA43700A7D599 /* rteauthexec */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rteauthexec; sourceTree = BUILT_PRODUCTS_DIR; }; 09F2277503F445A900A8002B /* pathcmp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pathcmp.c; sourceTree = "<group>"; }; 09F2277603F445A900A8002B /* pathcmp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = pathcmp.h; sourceTree = "<group>"; }; 09F2277A03F5BF8000A8002B /* rteauthexec */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = rteauthexec; sourceTree = "<group>"; }; 09FDD2B9057D095B00FC4412 /* NSImage-RTEExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSImage-RTEExtensions.h"; sourceTree = "<group>"; }; 09FDD2BA057D095B00FC4412 /* NSImage-RTEExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSImage-RTEExtensions.m"; sourceTree = "<group>"; }; 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 2A37F4ACFDCFA73011CA2CEA /* RXTranscript.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RXTranscript.m; sourceTree = "<group>"; }; 2A37F4AEFDCFA73011CA2CEA /* RXTranscript.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RXTranscript.h; sourceTree = "<group>"; }; 2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; 2A37F4BAFDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = "<group>"; }; 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; F5178154030AC50A01A8002B /* rteauthexec.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = rteauthexec.c; sourceTree = "<group>"; }; F5178155030AC50B01A8002B /* authtools.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = authtools.c; sourceTree = "<group>"; }; F5178156030AC50B01A8002B /* authtools.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = authtools.h; sourceTree = "<group>"; }; F5178157030AC50B01A8002B /* RXAuthRW.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RXAuthRW.h; sourceTree = "<group>"; }; F5178158030AC50B01A8002B /* RXAuthRW.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RXAuthRW.m; sourceTree = "<group>"; }; F5178166030AD6B001A8002B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; F55256D2022D6C6A01D5E771 /* ischild.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ischild.c; sourceTree = "<group>"; }; F55256D3022D6C6A01D5E771 /* ischild.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ischild.h; sourceTree = "<group>"; }; F57331910364AECB01A8002B /* transcript.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = transcript.icns; sourceTree = "<group>"; }; F57EF236023D4DEC01A8002B /* RXAppController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RXAppController.m; sourceTree = "<group>"; }; F57EF237023D4DEC01A8002B /* RXAppController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RXAppController.h; sourceTree = "<group>"; }; F57FF63E0369B2C501D5EA79 /* RXTableView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RXTableView.h; sourceTree = "<group>"; }; F57FF63F0369B2C501D5EA79 /* RXTableView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RXTableView.m; sourceTree = "<group>"; }; F580DF19022D437B01D5E771 /* argcargv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = argcargv.c; sourceTree = "<group>"; }; F580DF1A022D437B01D5E771 /* argcargv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = argcargv.h; sourceTree = "<group>"; }; F580DF1B022D437B01D5E771 /* code.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = code.c; sourceTree = "<group>"; }; F580DF1C022D437B01D5E771 /* code.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = code.h; sourceTree = "<group>"; }; F580DF37022D463701D5E771 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/RXTranscript.nib; sourceTree = "<group>"; }; F59AA5D0036850D601D5EA79 /* applefile.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = applefile.png; sourceTree = "<group>"; }; F59AA5D1036850D601D5EA79 /* blockspecial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = blockspecial.png; sourceTree = "<group>"; }; F59AA5D2036850D601D5EA79 /* charspecial.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = charspecial.png; sourceTree = "<group>"; }; F59AA5D3036850D601D5EA79 /* door.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = door.png; sourceTree = "<group>"; }; F59AA5D4036850D601D5EA79 /* hardlink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hardlink.png; sourceTree = "<group>"; }; F59AA5D5036850D601D5EA79 /* namedpipe.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = namedpipe.png; sourceTree = "<group>"; }; F59AA5D6036850D601D5EA79 /* regfile.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = regfile.png; sourceTree = "<group>"; }; F59AA5D7036850D601D5EA79 /* socket.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = socket.png; sourceTree = "<group>"; }; F59AA5E00368517401D5EA79 /* symlink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = symlink.png; sourceTree = "<group>"; }; F59AA5E20368692301D5EA79 /* folder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = folder.png; sourceTree = "<group>"; }; F5BEE6480364EA1E01A8002B /* kfile.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = kfile.icns; sourceTree = "<group>"; }; F5FD850002BFABA901A8002B /* RXPrefs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RXPrefs.h; sourceTree = "<group>"; }; F5FD850102BFABA901A8002B /* RXPrefs.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RXPrefs.m; sourceTree = "<group>"; }; F5FD853F02C0DEC201A8002B /* NSString(RXAdditions).m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "NSString(RXAdditions).m"; sourceTree = "<group>"; }; F5FD854002C0DEC201A8002B /* NSString(RXAdditions).h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "NSString(RXAdditions).h"; sourceTree = "<group>"; }; F5FD854B02C0ECAC01A8002B /* SharedActions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SharedActions.h; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 09D37D0E054DC855009341C4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 09D37D0F054DC855009341C4 /* Cocoa.framework in Frameworks */, 09D37D10054DC855009341C4 /* Security.framework in Frameworks */, 09D37D11054DC855009341C4 /* CoreFoundation.framework in Frameworks */, 095BE02605FEC52A0065403C /* Carbon.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; 09EFC4DF099DA43700A7D599 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 09EFC4F7099DA51600A7D599 /* Security.framework in Frameworks */, 09EFC4F6099DA50E00A7D599 /* CoreFoundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 095BE0FE05FFF97A0065403C /* rteauthexec */ = { isa = PBXGroup; children = ( 09EFC4D5099DA40500A7D599 /* copy.c */, 09EFC4D6099DA40500A7D599 /* copy.h */, 095BE12B06000E2E0065403C /* selfrepair.c */, 095BE12C06000E2E0065403C /* selfrepair.h */, F5178154030AC50A01A8002B /* rteauthexec.c */, 09EFC4D7099DA40500A7D599 /* rteauthexec.h */, ); name = rteauthexec; sourceTree = "<group>"; }; 0975E56604E9400300FED56E /* Subclasses */ = { isa = PBXGroup; children = ( 096AE99A07722BC800FFFBE8 /* RMSplitView.h */, 096AE99B07722BC800FFFBE8 /* RMSplitView.m */, F57FF63E0369B2C501D5EA79 /* RXTableView.h */, F57FF63F0369B2C501D5EA79 /* RXTableView.m */, 09E600F205501DBD00B7BA4B /* RTESearchField.h */, 09E600F305501DBD00B7BA4B /* RTESearchField.m */, ); name = Subclasses; sourceTree = "<group>"; }; 099416FA054ECCFD00EC0E60 /* TranscriptCategories */ = { isa = PBXGroup; children = ( 099416F6054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.h */, 099416F7054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.m */, ); name = TranscriptCategories; sourceTree = "<group>"; }; 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */ = { isa = PBXGroup; children = ( 095BE02505FEC52A0065403C /* Carbon.framework */, F5178166030AD6B001A8002B /* Security.framework */, 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */, 091C6DEC0545CA2A008EE6BD /* CoreFoundation.framework */, ); name = "Linked Frameworks"; sourceTree = "<group>"; }; 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */ = { isa = PBXGroup; children = ( 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */, 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */, ); name = "Other Frameworks"; sourceTree = "<group>"; }; 19C28FB0FE9D524F11CA2CBB /* Products */ = { isa = PBXGroup; children = ( 09D37D14054DC855009341C4 /* Radmind Transcript Editor.app */, 09EFC4E1099DA43700A7D599 /* rteauthexec */, ); name = Products; sourceTree = "<group>"; }; 2A37F4AAFDCFA73011CA2CEA /* RadminX */ = { isa = PBXGroup; children = ( 0975E56604E9400300FED56E /* Subclasses */, F5FD853E02C0DE8C01A8002B /* Categories */, 2A37F4ABFDCFA73011CA2CEA /* Classes */, 095BE0FE05FFF97A0065403C /* rteauthexec */, 2A37F4AFFDCFA73011CA2CEA /* Other Sources */, 2A37F4B8FDCFA73011CA2CEA /* Resources */, 2A37F4C3FDCFA73011CA2CEA /* Frameworks */, 19C28FB0FE9D524F11CA2CBB /* Products */, 09D37D13054DC855009341C4 /* Info.plist */, ); name = RadminX; sourceTree = "<group>"; }; 2A37F4ABFDCFA73011CA2CEA /* Classes */ = { isa = PBXGroup; children = ( 09DD166909AE7925007EA0B4 /* RTETwhichDisplay.h */, 09DD166A09AE7925007EA0B4 /* RTETwhichDisplay.m */, 090F958107CE653500E8E8B5 /* RTEAuditorDisplay.h */, 090F958207CE653500E8E8B5 /* RTEAuditorDisplay.m */, 09176A4707CC308B0087F7EB /* RTEAuditor.h */, 09176A4807CC308B0087F7EB /* RTEAuditor.m */, 2A37F4AEFDCFA73011CA2CEA /* RXTranscript.h */, 2A37F4ACFDCFA73011CA2CEA /* RXTranscript.m */, F57EF236023D4DEC01A8002B /* RXAppController.m */, F57EF237023D4DEC01A8002B /* RXAppController.h */, F5FD850002BFABA901A8002B /* RXPrefs.h */, F5FD850102BFABA901A8002B /* RXPrefs.m */, F5FD854B02C0ECAC01A8002B /* SharedActions.h */, F5178157030AC50B01A8002B /* RXAuthRW.h */, F5178158030AC50B01A8002B /* RXAuthRW.m */, ); name = Classes; sourceTree = "<group>"; }; 2A37F4AFFDCFA73011CA2CEA /* Other Sources */ = { isa = PBXGroup; children = ( F5178155030AC50B01A8002B /* authtools.c */, F5178156030AC50B01A8002B /* authtools.h */, F580DF19022D437B01D5E771 /* argcargv.c */, F580DF1A022D437B01D5E771 /* argcargv.h */, F580DF1B022D437B01D5E771 /* code.c */, F580DF1C022D437B01D5E771 /* code.h */, F55256D2022D6C6A01D5E771 /* ischild.c */, F55256D3022D6C6A01D5E771 /* ischild.h */, 2A37F4B0FDCFA73011CA2CEA /* main.m */, 09F2277503F445A900A8002B /* pathcmp.c */, 09F2277603F445A900A8002B /* pathcmp.h */, ); name = "Other Sources"; sourceTree = "<group>"; }; 2A37F4B8FDCFA73011CA2CEA /* Resources */ = { isa = PBXGroup; children = ( 09659106071EFE3C003B3083 /* editor.icns */, 09F2277A03F5BF8000A8002B /* rteauthexec */, F5BEE6480364EA1E01A8002B /* kfile.icns */, F57331910364AECB01A8002B /* transcript.icns */, F580DF1D022D437B01D5E771 /* Images */, 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */, F580DF36022D463701D5E771 /* RXTranscript.nib */, 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */, 091EDEF405582A140036F26A /* RXPrefs.nib */, 09DD169609AF5F88007EA0B4 /* TwhichResults.nib */, 089C165FFE840EACC02AAC07 /* InfoPlist.strings */, 090F95AF07CE71DD00E8E8B5 /* AuditResults.nib */, ); name = Resources; sourceTree = "<group>"; }; 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = { isa = PBXGroup; children = ( 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */, 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */, ); name = Frameworks; sourceTree = "<group>"; }; F580DF1D022D437B01D5E771 /* Images */ = { isa = PBXGroup; children = ( F59AA5D0036850D601D5EA79 /* applefile.png */, F59AA5D1036850D601D5EA79 /* blockspecial.png */, F59AA5D2036850D601D5EA79 /* charspecial.png */, F59AA5D3036850D601D5EA79 /* door.png */, F59AA5D4036850D601D5EA79 /* hardlink.png */, F59AA5D5036850D601D5EA79 /* namedpipe.png */, F59AA5D6036850D601D5EA79 /* regfile.png */, F59AA5D7036850D601D5EA79 /* socket.png */, F59AA5E00368517401D5EA79 /* symlink.png */, F59AA5E20368692301D5EA79 /* folder.png */, 097DD6DA03D73DDF00D5EA68 /* save.png */, 096C4A2C0413B2F5003D9332 /* multiple.png */, 091C6DF70545D4E2008EE6BD /* trash.png */, 091C6DFD0545D6F9008EE6BD /* info.png */, 09E601A805502D3700B7BA4B /* SearchFieldContent.tiff */, 09E6022D0550545C00B7BA4B /* LeftEndCap.tiff */, 09E6022E0550545C00B7BA4B /* RightEndCap.tiff */, 09E603660550981C00B7BA4B /* cancelsearch.tiff */, 09E604740551688600B7BA4B /* MagnifyingGlass.tiff */, 09E6058C0551B4F600B7BA4B /* convert.png */, 09A6A852057B8B8F009E45A5 /* comment.png */, 09A6A853057B8B8F009E45A5 /* newcomment.png */, ); name = Images; sourceTree = "<group>"; }; F5FD853E02C0DE8C01A8002B /* Categories */ = { isa = PBXGroup; children = ( 099416FA054ECCFD00EC0E60 /* TranscriptCategories */, 095BE00F05FEC2D40065403C /* NSAttributedString-Ellipsis.h */, 095BE01005FEC2D40065403C /* NSAttributedString-Ellipsis.m */, 091EDF2C05583F160036F26A /* NSArray(CreateArgv).h */, 091EDF2D05583F160036F26A /* NSArray(CreateArgv).m */, F5FD853F02C0DEC201A8002B /* NSString(RXAdditions).m */, F5FD854002C0DEC201A8002B /* NSString(RXAdditions).h */, 09625E3D040BF3CB00389C4E /* NSMutableDictionary(RXAdditions).h */, 09625E3E040BF3CB00389C4E /* NSMutableDictionary(RXAdditions).m */, 09FDD2B9057D095B00FC4412 /* NSImage-RTEExtensions.h */, 09FDD2BA057D095B00FC4412 /* NSImage-RTEExtensions.m */, 097ACC8E0975B90C0031FEFF /* UMWildcard.h */, 097ACC8F0975B90C0031FEFF /* UMWildcard.m */, ); name = Categories; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 09D37CDA054DC855009341C4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 09D37CDB054DC855009341C4 /* RXTranscript.h in Headers */, 09D37CDC054DC855009341C4 /* argcargv.h in Headers */, 09D37CDD054DC855009341C4 /* code.h in Headers */, 09D37CDF054DC855009341C4 /* RXAppController.h in Headers */, 09D37CE0054DC855009341C4 /* RXPrefs.h in Headers */, 09D37CE1054DC855009341C4 /* NSString(RXAdditions).h in Headers */, 09D37CE2054DC855009341C4 /* SharedActions.h in Headers */, 09D37CE3054DC855009341C4 /* authtools.h in Headers */, 09D37CE4054DC855009341C4 /* RXAuthRW.h in Headers */, 09D37CE5054DC855009341C4 /* RXTableView.h in Headers */, 09D37CE6054DC855009341C4 /* pathcmp.h in Headers */, 09D37CE7054DC855009341C4 /* NSMutableDictionary(RXAdditions).h in Headers */, 099416F8054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.h in Headers */, 091EDF2E05583F160036F26A /* NSArray(CreateArgv).h in Headers */, 09A6A939057BD335009E45A5 /* RTESearchField.h in Headers */, 09FDD2BB057D095B00FC4412 /* NSImage-RTEExtensions.h in Headers */, 095BE01105FEC2D40065403C /* NSAttributedString-Ellipsis.h in Headers */, 095BE12E06000E2E0065403C /* selfrepair.h in Headers */, 096AE99C07722BC800FFFBE8 /* RMSplitView.h in Headers */, 09176A4907CC308B0087F7EB /* RTEAuditor.h in Headers */, 090F958307CE653500E8E8B5 /* RTEAuditorDisplay.h in Headers */, 097ACC900975B90C0031FEFF /* UMWildcard.h in Headers */, 09DD166B09AE7925007EA0B4 /* RTETwhichDisplay.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 09D37CD9054DC855009341C4 /* RTE */ = { isa = PBXNativeTarget; buildConfigurationList = 09943E2B088F5B9F001810A0 /* Build configuration list for PBXNativeTarget "RTE" */; buildPhases = ( 09D37CDA054DC855009341C4 /* Headers */, 09D37CE8054DC855009341C4 /* Resources */, 09D37D00054DC855009341C4 /* Sources */, 09D37D0E054DC855009341C4 /* Frameworks */, 09EFC4E7099DA47100A7D599 /* ShellScript */, ); buildRules = ( ); buildSettings = { CC = /usr/bin/gcc; COPY_PHASE_STRIP = NO; CPLUSPLUS = "/usr/bin/g++"; CURRENT_PROJECT_VERSION = 76.3; FRAMEWORK_SEARCH_PATHS = ""; GCC_INLINES_ARE_PRIVATE_EXTERN = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_USE_GCC3_PFE_SUPPORT = YES; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.3; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PREBINDING = NO; PRODUCT_NAME = "Radmind Transcript Editor"; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wall"; WRAPPER_EXTENSION = app; }; dependencies = ( 09EFC4E6099DA46700A7D599 /* PBXTargetDependency */, ); name = RTE; productInstallPath = "$(HOME)/Applications"; productName = RadminX; productReference = 09D37D14054DC855009341C4 /* Radmind Transcript Editor.app */; productType = "com.apple.product-type.application"; }; 09EFC4E0099DA43700A7D599 /* rteauthexec */ = { isa = PBXNativeTarget; buildConfigurationList = 09EFC4E9099DA49800A7D599 /* Build configuration list for PBXNativeTarget "rteauthexec" */; buildPhases = ( 09EFC4DE099DA43700A7D599 /* Sources */, 09EFC4DF099DA43700A7D599 /* Frameworks */, ); buildRules = ( ); buildSettings = { GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; INSTALL_PATH = "$(HOME)/bin"; PREBINDING = NO; PRODUCT_NAME = rteauthexec; ZERO_LINK = YES; }; dependencies = ( ); name = rteauthexec; productName = rteauthexec; productReference = 09EFC4E1099DA43700A7D599 /* rteauthexec */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 2A37F4A9FDCFA73011CA2CEA /* Project object */ = { isa = PBXProject; buildConfigurationList = 09943E2F088F5B9F001810A0 /* Build configuration list for PBXProject "RTE" */; buildSettings = { }; buildStyles = ( 4A9504D0FFE6A4CB11CA0CBA /* Development */, 4A9504D1FFE6A4CB11CA0CBA /* Deployment */, ); hasScannedForEncodings = 1; mainGroup = 2A37F4AAFDCFA73011CA2CEA /* RadminX */; projectDirPath = ""; targets = ( 09D37CD9054DC855009341C4 /* RTE */, 09EFC4E0099DA43700A7D599 /* rteauthexec */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 09D37CE8054DC855009341C4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 09D37CE9054DC855009341C4 /* Credits.rtf in Resources */, 09D37CEA054DC855009341C4 /* MainMenu.nib in Resources */, 09D37CEB054DC855009341C4 /* InfoPlist.strings in Resources */, 09D37CEC054DC855009341C4 /* RXTranscript.nib in Resources */, 09D37CEE054DC855009341C4 /* transcript.icns in Resources */, 09D37CEF054DC855009341C4 /* kfile.icns in Resources */, 09D37CF0054DC855009341C4 /* applefile.png in Resources */, 09D37CF1054DC855009341C4 /* blockspecial.png in Resources */, 09D37CF2054DC855009341C4 /* charspecial.png in Resources */, 09D37CF3054DC855009341C4 /* door.png in Resources */, 09D37CF4054DC855009341C4 /* hardlink.png in Resources */, 09D37CF5054DC855009341C4 /* namedpipe.png in Resources */, 09D37CF6054DC855009341C4 /* regfile.png in Resources */, 09D37CF7054DC855009341C4 /* socket.png in Resources */, 09D37CF8054DC855009341C4 /* symlink.png in Resources */, 09D37CF9054DC855009341C4 /* folder.png in Resources */, 09D37CFA054DC855009341C4 /* save.png in Resources */, 09D37CFC054DC855009341C4 /* multiple.png in Resources */, 09D37CFE054DC855009341C4 /* trash.png in Resources */, 09D37CFF054DC855009341C4 /* info.png in Resources */, 09E601A905502D3700B7BA4B /* SearchFieldContent.tiff in Resources */, 09E6022F0550545C00B7BA4B /* LeftEndCap.tiff in Resources */, 09E602300550545C00B7BA4B /* RightEndCap.tiff in Resources */, 09E603670550981C00B7BA4B /* cancelsearch.tiff in Resources */, 09E604750551688600B7BA4B /* MagnifyingGlass.tiff in Resources */, 09E6058D0551B4F600B7BA4B /* convert.png in Resources */, 091EDEF605582A140036F26A /* RXPrefs.nib in Resources */, 09A6A854057B8B8F009E45A5 /* comment.png in Resources */, 09A6A855057B8B8F009E45A5 /* newcomment.png in Resources */, 09659107071EFE3C003B3083 /* editor.icns in Resources */, 090F95B107CE71DD00E8E8B5 /* AuditResults.nib in Resources */, 09DD169709AF5F88007EA0B4 /* TwhichResults.nib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ 09EFC4E7099DA47100A7D599 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( ); outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "#! /bin/sh\n\nPATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH\n\ntoolname=\"rteauthexec\"\ntoolpath=\"${BUILT_PRODUCTS_DIR}/${toolname}\"\nrsrcdir=\"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}\"\n\nif [ x\"${ACTION}\" != x\"build\" ]; then\n\texit 0\nfi\n\nif [ \"${toolpath}\" -nt \"${rsrcdir}/${toolname}\" \\\n\t\t-o ! -f \"${rsrcdir}/${toolname}\" ]; then\n\techo Copying ${toolpath} to ${rsrcdir}...\n\tcp -f \"${toolpath}\" \"${rsrcdir}\"\n\tif [ $? -ne 0 ]; then\n\t\techo Copy failed.\n\t\texit 2\n\tfi\nfi\n\nexit 0"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 09D37D00054DC855009341C4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 09D37D01054DC855009341C4 /* RXTranscript.m in Sources */, 09D37D02054DC855009341C4 /* main.m in Sources */, 09D37D03054DC855009341C4 /* argcargv.c in Sources */, 09D37D04054DC855009341C4 /* code.c in Sources */, 09D37D06054DC855009341C4 /* RXAppController.m in Sources */, 09D37D07054DC855009341C4 /* RXPrefs.m in Sources */, 09D37D08054DC855009341C4 /* NSString(RXAdditions).m in Sources */, 09D37D09054DC855009341C4 /* authtools.c in Sources */, 09D37D0A054DC855009341C4 /* RXAuthRW.m in Sources */, 09D37D0B054DC855009341C4 /* RXTableView.m in Sources */, 09D37D0C054DC855009341C4 /* pathcmp.c in Sources */, 09D37D0D054DC855009341C4 /* NSMutableDictionary(RXAdditions).m in Sources */, 099416F9054ECCFA00EC0E60 /* RXTranscript-ConversionAdditions.m in Sources */, 091EDF2F05583F160036F26A /* NSArray(CreateArgv).m in Sources */, 09A6A93A057BD336009E45A5 /* RTESearchField.m in Sources */, 09FDD2BC057D095B00FC4412 /* NSImage-RTEExtensions.m in Sources */, 095BE01205FEC2D40065403C /* NSAttributedString-Ellipsis.m in Sources */, 096AE99D07722BC800FFFBE8 /* RMSplitView.m in Sources */, 09176A4A07CC308B0087F7EB /* RTEAuditor.m in Sources */, 090F958407CE653500E8E8B5 /* RTEAuditorDisplay.m in Sources */, 097ACC910975B90C0031FEFF /* UMWildcard.m in Sources */, 09DD166C09AE7925007EA0B4 /* RTETwhichDisplay.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; 09EFC4DE099DA43700A7D599 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 09EFC4F3099DA50200A7D599 /* copy.c in Sources */, 09EFC4F4099DA50200A7D599 /* selfrepair.c in Sources */, 09EFC4F5099DA50200A7D599 /* rteauthexec.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 09EFC4E6099DA46700A7D599 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 09EFC4E0099DA43700A7D599 /* rteauthexec */; targetProxy = 09EFC4E5099DA46700A7D599 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 089C165FFE840EACC02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 089C1660FE840EACC02AAC07 /* English */, ); name = InfoPlist.strings; sourceTree = "<group>"; }; 090F95AF07CE71DD00E8E8B5 /* AuditResults.nib */ = { isa = PBXVariantGroup; children = ( 090F95B007CE71DD00E8E8B5 /* English */, ); name = AuditResults.nib; sourceTree = "<group>"; }; 091EDEF405582A140036F26A /* RXPrefs.nib */ = { isa = PBXVariantGroup; children = ( 091EDEF505582A140036F26A /* English */, ); name = RXPrefs.nib; sourceTree = "<group>"; }; 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */ = { isa = PBXVariantGroup; children = ( 2A37F4B7FDCFA73011CA2CEA /* English */, ); name = MainMenu.nib; sourceTree = "<group>"; }; 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */ = { isa = PBXVariantGroup; children = ( 2A37F4BAFDCFA73011CA2CEA /* English */, ); name = Credits.rtf; sourceTree = "<group>"; }; F580DF36022D463701D5E771 /* RXTranscript.nib */ = { isa = PBXVariantGroup; children = ( F580DF37022D463701D5E771 /* English */, ); name = RXTranscript.nib; sourceTree = "<group>"; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 09943E2C088F5B9F001810A0 /* Development */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); CC = /usr/bin/gcc; COPY_PHASE_STRIP = NO; CPLUSPLUS = "/usr/bin/g++"; CURRENT_PROJECT_VERSION = 76.3; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_USE_GCC3_PFE_SUPPORT = YES; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.3; OPTIMIZATION_CFLAGS = "-O0"; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PREBINDING = NO; PRODUCT_NAME = "Radmind Transcript Editor"; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wall"; WRAPPER_EXTENSION = app; ZERO_LINK = YES; }; name = Development; }; 09943E2D088F5B9F001810A0 /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); CC = /usr/bin/gcc; COPY_PHASE_STRIP = YES; CPLUSPLUS = "/usr/bin/g++"; CURRENT_PROJECT_VERSION = 76.3; FRAMEWORK_SEARCH_PATHS = ""; GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_USE_GCC3_PFE_SUPPORT = YES; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.3; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PREBINDING = NO; PRODUCT_NAME = "Radmind Transcript Editor"; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wall"; WRAPPER_EXTENSION = app; ZERO_LINK = NO; }; name = Deployment; }; 09943E2E088F5B9F001810A0 /* Default */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); CC = /usr/bin/gcc; COPY_PHASE_STRIP = NO; CPLUSPLUS = "/usr/bin/g++"; CURRENT_PROJECT_VERSION = 76.3; FRAMEWORK_SEARCH_PATHS = ""; GCC_INLINES_ARE_PRIVATE_EXTERN = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_USE_GCC3_PFE_SUPPORT = YES; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.3; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; PREBINDING = NO; PRODUCT_NAME = "Radmind Transcript Editor"; SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wall"; WRAPPER_EXTENSION = app; }; name = Default; }; 09943E30088F5B9F001810A0 /* Development */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.4; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; }; 09943E31088F5B9F001810A0 /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.4; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; }; 09943E32088F5B9F001810A0 /* Default */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.4; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Default; }; 09EFC4EA099DA49800A7D599 /* Development */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INSTALL_PATH = "$(HOME)/bin"; PREBINDING = NO; PRODUCT_NAME = rteauthexec; ZERO_LINK = YES; }; name = Development; }; 09EFC4EB099DA49800A7D599 /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; INSTALL_PATH = "$(HOME)/bin"; PREBINDING = NO; PRODUCT_NAME = rteauthexec; ZERO_LINK = NO; }; name = Deployment; }; 09EFC4EC099DA49800A7D599 /* Default */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; INSTALL_PATH = "$(HOME)/bin"; PREBINDING = NO; PRODUCT_NAME = rteauthexec; ZERO_LINK = YES; }; name = Default; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 09943E2B088F5B9F001810A0 /* Build configuration list for PBXNativeTarget "RTE" */ = { isa = XCConfigurationList; buildConfigurations = ( 09943E2C088F5B9F001810A0 /* Development */, 09943E2D088F5B9F001810A0 /* Deployment */, 09943E2E088F5B9F001810A0 /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; 09943E2F088F5B9F001810A0 /* Build configuration list for PBXProject "RTE" */ = { isa = XCConfigurationList; buildConfigurations = ( 09943E30088F5B9F001810A0 /* Development */, 09943E31088F5B9F001810A0 /* Deployment */, 09943E32088F5B9F001810A0 /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; 09EFC4E9099DA49800A7D599 /* Build configuration list for PBXNativeTarget "rteauthexec" */ = { isa = XCConfigurationList; buildConfigurations = ( 09EFC4EA099DA49800A7D599 /* Development */, 09EFC4EB099DA49800A7D599 /* Deployment */, 09EFC4EC099DA49800A7D599 /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; /* End XCConfigurationList section */ }; rootObject = 2A37F4A9FDCFA73011CA2CEA /* Project object */; } |
From: Andrew M. <fit...@us...> - 2006-02-24 21:43:22
|
Update of /cvsroot/radmind/radmind-assistant/rte/RTE.xcodeproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10307/RTE.xcodeproj Log Message: Directory /cvsroot/radmind/radmind-assistant/rte/RTE.xcodeproj added to the repository |
From: Andrew M. <fit...@us...> - 2006-02-24 21:42:55
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9933 Added Files: RTETwhichDisplay.h RTETwhichDisplay.m Log Message: twhich output parsing and display. --- NEW FILE: RTETwhichDisplay.h --- /* RTETwhichDisplay */ #import <Cocoa/Cocoa.h> @interface RTETwhichDisplay : NSObject { IBOutlet NSTextField *twhichCommandFileField; IBOutlet NSTextField *twhichGroupField; IBOutlet NSTableView *twhichMatchingTranscriptsTable; IBOutlet NSTextField *twhichObjectPathField; IBOutlet NSTextField *twhichOwnerField; IBOutlet NSTextField *twhichPermissionsField; IBOutlet NSPanel *twhichResultsPanel; IBOutlet NSTextField *twhichTypeField; IBOutlet NSTextField *twhichObjectTypeField; @private NSString *_rteTwhichString; NSArray *_rteTwhichParsedOutput; } /* accessor methods */ - ( void )setTwhichString: ( NSString * )twhichString; - ( NSString * )twhichString; - ( void )setTwhichParsedOutput: ( NSArray * )parsedOutput; - ( NSArray * )twhichParsedOutput; /* end access methods */ - ( BOOL )parseAndDisplayTwhichString: ( NSString * )twhichString; @end --- NEW FILE: RTETwhichDisplay.m --- #import "RTETwhichDisplay.h" #import "NSString(RXAdditions).h" #include "argcargv.h" #include "code.h" @implementation RTETwhichDisplay - ( id )init { self = [ super init ]; _rteTwhichString = nil; _rteTwhichParsedOutput = nil; return( self ); } - ( void )awakeFromNib { [ twhichMatchingTranscriptsTable setDataSource: self ]; [ twhichMatchingTranscriptsTable setDelegate: self ]; [ twhichMatchingTranscriptsTable setAction: @selector( twhichResultsTableClick: ) ]; [ twhichMatchingTranscriptsTable setDoubleAction: NULL ]; [ twhichResultsPanel center ]; } /* accessor methods */ - ( void )setTwhichString: ( NSString * )twhichString { if ( _rteTwhichString != nil ) { [ _rteTwhichString release ]; _rteTwhichString = nil; } if ( twhichString != nil ) { _rteTwhichString = [ twhichString retain ]; } } - ( NSString * )twhichString { return( _rteTwhichString ); } - ( void )setTwhichParsedOutput: ( NSArray * )parsedOutput { if ( _rteTwhichParsedOutput != nil ) { [ _rteTwhichParsedOutput release ]; _rteTwhichParsedOutput = nil; } if ( parsedOutput != nil ) { _rteTwhichParsedOutput = [ parsedOutput retain ]; } } - ( NSArray * )twhichParsedOutput { return( _rteTwhichParsedOutput ); } /* end access methods */ - ( BOOL )parseAndDisplayTwhichString: ( NSString * )twhichString { NSArray *twhichLines; NSMutableArray *parsedOutput = nil; NSString *objectPath = nil; int i; [ self setTwhichString: twhichString ]; twhichLines = [[ self twhichString ] componentsSeparatedByString: @"\n" ]; /* * twhich output looks like this: * # Type [Positive, Negative or Special] * # Command File name * transcript-name.T: * + f ./transcript/line mode owner group size mtime cksum */ for ( i = 0; i < [ twhichLines count ]; i += 4 ) { NSDictionary *dict; NSString *type, *commandFile, *transcript, *line; NSString *modeString; char *otype, *path, *owner, *group, *mode; char buf[ LINE_MAX ]; char **tav = NULL; int tac, len; if ( [ twhichLines count ] < ( i + 3 )) { break; } type = [ twhichLines objectAtIndex: i ]; commandFile = [ twhichLines objectAtIndex: ( i + 1 ) ]; transcript = [ twhichLines objectAtIndex: ( i + 2 ) ]; line = [ twhichLines objectAtIndex: ( i + 3 ) ]; /* remove "# " prefix from type and command file lines */ type = [ type substringFromIndex: 2 ]; commandFile = [ commandFile substringFromIndex: 2 ]; len = [ commandFile length ]; commandFile = [ commandFile substringToIndex: ( len - 1 ) ]; /* remove ":" suffix from transcript line */ if (( len = [ transcript length ] ) < 2 ) { /* name + : */ NSLog( @"invalid transcript empty transcript line" ); continue; } transcript = [ transcript substringToIndex: ( len - 1 ) ]; /* parse transcript line */ if (( len = [ line length ] ) >= LINE_MAX ) { NSLog( @"%s: too long", line ); continue; } memset( buf, '\0', sizeof( buf )); strcpy( buf, [ line UTF8String ] ); if (( tac = argcargv( buf, &tav )) < 0 ) { NSLog( @"argcargv for %s failed", buf ); continue; } if ( tac == 0 ) { NSLog( @"%@: invalid transcript line", line ); continue; } if ( *tav[ 0 ] == '+' ) { tav++; tac--; } otype = tav[ 0 ]; if (( path = decode( tav[ 1 ] )) == NULL ) { NSLog( @"decode %s failed." ); path = tav[ 1 ]; } if ( *otype != 'l' && *otype != 'h' ) { mode = tav[ 2 ]; owner = tav[ 3 ]; group = tav[ 4 ]; modeString = [ NSString stringWithUTF8String: mode ]; modeString = [ modeString stringFromOctal ]; } else { mode = owner = group = "n/a"; modeString = [ NSString stringWithUTF8String: mode ]; } if ( objectPath == nil ) { objectPath = [[ NSString stringWithUTF8String: path ] retain ]; } dict = [ NSDictionary dictionaryWithObjectsAndKeys: type, @"RTETwhichTranscriptType", commandFile, @"RTETwhichCommandFile", transcript, @"RTETwhichTranscript", [[ NSString stringWithUTF8String: otype ] transcriptObjectTypeFromString ], @"RTETwhichObjectType", objectPath, @"RTETwhichObjectPath", modeString, @"RTETwhichObjectMode", [ NSString stringWithUTF8String: owner ], @"RTETwhichObjectOwner", [ NSString stringWithUTF8String: group ], @"RTETwhichObjectGroup", nil ]; if ( parsedOutput == nil ) { parsedOutput = [[ NSMutableArray alloc ] init ]; } [ parsedOutput addObject: dict ]; } [ self setTwhichParsedOutput: [ NSArray arrayWithArray: parsedOutput ]]; if ( parsedOutput != nil ) { [ parsedOutput release ]; } if ( objectPath != nil ) { [ twhichObjectPathField setStringValue: objectPath ]; [ objectPath release ]; } [ twhichMatchingTranscriptsTable reloadData ]; [ twhichResultsPanel makeKeyAndOrderFront: nil ]; return( YES ); } - ( void )twhichResultsTableClick: ( id )sender { int row = [ twhichMatchingTranscriptsTable selectedRow ]; NSDictionary *dict = nil; NSString *commandFile, *type, *otype, *owner, *group, *mode; commandFile = type = otype = owner = group = mode = @""; if ( row >= 0 ) { dict = [[ self twhichParsedOutput ] objectAtIndex: row ]; commandFile = [ dict objectForKey: @"RTETwhichCommandFile" ]; type = [ dict objectForKey: @"RTETwhichTranscriptType" ]; otype = [ dict objectForKey: @"RTETwhichObjectType" ]; owner = [ dict objectForKey: @"RTETwhichObjectOwner" ]; group = [ dict objectForKey: @"RTETwhichObjectGroup" ]; mode = [ dict objectForKey: @"RTETwhichObjectMode" ]; } [ twhichCommandFileField setStringValue: commandFile ]; [ twhichTypeField setStringValue: type ]; [ twhichObjectTypeField setStringValue: otype ]; [ twhichOwnerField setStringValue: owner ]; [ twhichGroupField setStringValue: group ]; [ twhichPermissionsField setStringValue: mode ]; } /* tableview data source methods */ - ( int )numberOfRowsInTableView: ( NSTableView * )aTableView { return( [ _rteTwhichParsedOutput count ] ); } - ( id )tableView: ( NSTableView * )view objectValueForTableColumn: ( NSTableColumn * )column row: ( int )row { NSDictionary *dict = [ _rteTwhichParsedOutput objectAtIndex: row ]; NSString *key = [ column identifier ]; return( [ dict objectForKey: key ] ); } /* tableview delegate methods */ - ( void )tableViewSelectionDidChange: ( NSNotification * )notification { [ self twhichResultsTableClick: nil ]; } @end |
From: Andrew M. <fit...@us...> - 2006-02-24 21:42:07
|
Update of /cvsroot/radmind/radmind-assistant/rte In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9549 Added Files: UMWildcard.h UMWildcard.m Log Message: Class wrapping rsug wildcard function. --- NEW FILE: UMWildcard.h --- /* * Copyright (c) 2006 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. */ #import <Foundation/Foundation.h> @interface NSString(UMWildcardString) - ( BOOL )matchesWildcard: ( NSString * )wild caseSensitive: ( BOOL )caseSensitive; @end --- NEW FILE: UMWildcard.m --- /* * Copyright (c) 2006 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. */ #import "UMWildcard.h" #include <CoreFoundation/CoreFoundation.h> #include <sys/param.h> #include <stdlib.h> #include <ctype.h> int wildcard( unsigned char *, unsigned char *, int ); @implementation NSString(UMWildcardString) int wildcard( unsigned char *wild, unsigned char *p, int sensitive ) { int min, max; int i; for (;;) { switch ( *wild ) { case '*' : wild++; if ( *wild == '\0' ) { return( 1 ); } for ( i = 0; p[ i ] != '\0'; i++ ) { if ( wildcard( wild, &p[ i ], sensitive )) { return( 1 ); } } return( 0 ); case '<' : wild++; if ( ! isdigit( (int)*p )) { return( 0 ); } i = atoi( p ); while ( isdigit( (int)*p )) p++; if ( ! isdigit( (int)*wild )) { return( 0 ); } min = atoi( wild ); while ( isdigit( (int)*wild )) wild++; if ( *wild++ != '-' ) { return( 0 ); } if ( ! isdigit( (int)*wild )) { return( 0 ); } max = atoi( wild ); while ( isdigit( (int)*wild )) wild++; if ( *wild++ != '>' ) { return( 0 ); } if (( i < min ) || ( i > max )) { return( 0 ); } break; case '\\' : wild++; default : if ( sensitive ) { if ( *wild != *p ) { return( 0 ); } } else { if ( tolower(*wild) != tolower(*p) ) { return( 0 ); } } if ( *wild == '\0' ) { return( 1 ); } wild++, p++; } } } - ( BOOL )matchesWildcard: ( NSString * )wild caseSensitive: ( BOOL )caseSensitive { BOOL matches = NO; CFRange range = { 0, 0 }; unsigned char buf[ MAXPATHLEN ], wildbuf[ MAXPATHLEN ]; unsigned int len; int case_sensitive = 1; int match; if ( self == nil || wild == nil ) { return( NO ); } if ( !caseSensitive ) { case_sensitive = 0; } if (( len = [ self length ] ) >= MAXPATHLEN ) { NSLog( @"%@: path too long\n", self ); return( NO ); } memset( buf, '\0', sizeof( buf )); range.length = len; if ( CFStringGetBytes(( CFStringRef )self, range, CFStringGetSystemEncoding(), 0, FALSE, ( UInt8 * )buf, len, NULL ) == 0 ) { NSLog( @"CFStringGetBytes %@ failed", self ); return( NO ); } buf[ len ] = '\0'; if (( len = [ wild length ] ) >= MAXPATHLEN ) { NSLog( @"%@: too long", self ); return( NO ); } memset( wildbuf, '\0', sizeof( wildbuf )); range.length = len; if ( CFStringGetBytes(( CFStringRef )wild, range, CFStringGetSystemEncoding(), 0, FALSE, ( UInt8 * )wildbuf, len, NULL ) == 0 ) { NSLog( @"CFStringGetBytes %@ failed", self ); return( NO ); } wildbuf[ len ] = '\0'; match = wildcard( wildbuf, buf, case_sensitive ); if ( match ) { matches = YES; } return( matches ); } @end |
From: Patrick M. <ume...@us...> - 2006-02-22 14:30:50
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2968 Modified Files: config.h.in Log Message: Using #ifndef for MIN and MAX rather than #ifdef SUN to be more portable. Index: config.h.in =================================================================== RCS file: /cvsroot/radmind/radmind/config.h.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** config.h.in 17 Feb 2006 17:19:38 -0000 1.7 --- config.h.in 22 Feb 2006 14:30:40 -0000 1.8 *************** *** 28,33 **** #undef HAVE_ZLIB ! #ifdef sun #define MIN(a,b) ((a)<(b)?(a):(b)) #define MAX(a,b) ((a)>(b)?(a):(b)) ! #endif /* sun */ --- 28,36 ---- #undef HAVE_ZLIB ! #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) + #endif /* MIN */ + + #ifndef MAX #define MAX(a,b) ((a)>(b)?(a):(b)) ! #endif /* MAX */ |
From: Patrick M. <ume...@us...> - 2006-02-21 21:59:28
|
Update of /cvsroot/radmind/radmind/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32036/man Modified Files: rash.1 Log Message: Adds the -U flag to ra.sh for overriding $USER. ( patch 1435665 ) Thanks Sean Sweda Index: rash.1 =================================================================== RCS file: /cvsroot/radmind/radmind/man/rash.1,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rash.1 3 Oct 2005 17:13:53 -0000 1.2 --- rash.1 21 Feb 2006 21:59:22 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- .BI \-h\ server ] [ + .BI \-U\ user + ] [ .BI \-w\ authlevel ] { *************** *** 77,80 **** --- 79,85 ---- checked out a machine may check it back in. + checkin and checkout both use $USER to determine who is performing + the command. $USER can be overridden using the -U option. + The -c option can be used to turn on checksums for fsdiff. The only supported checksum SHA1. *************** *** 99,107 **** .TP 19 .B \-l ! Prompt for remote user name. .TP 19 .B \-t use tempfiles .TP 19 .B \-V displays the version of --- 104,116 ---- .TP 19 .B \-l ! Prompt for remote user name. The -U option disables this prompt. .TP 19 .B \-t use tempfiles .TP 19 + .BI \-U\ user + specifies the user. By default, $USER + will be used. + .TP 19 .B \-V displays the version of |
From: Patrick M. <ume...@us...> - 2006-02-21 21:59:26
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32036 Modified Files: ra.sh Log Message: Adds the -U flag to ra.sh for overriding $USER. ( patch 1435665 ) Thanks Sean Sweda Index: ra.sh =================================================================== RCS file: /cvsroot/radmind/radmind/ra.sh,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** ra.sh 16 Feb 2006 14:51:18 -0000 1.27 --- ra.sh 21 Feb 2006 21:59:22 -0000 1.28 *************** *** 261,265 **** fi ! while getopts %ch:lqtVw: opt; do case $opt in %) PROGRESS="-%" --- 261,265 ---- fi ! while getopts %ch:lqtU:Vw: opt; do case $opt in %) PROGRESS="-%" *************** *** 282,285 **** --- 282,289 ---- ;; + U) USER="$OPTARG" + USERNAME="$OPTARG" + ;; + V) echo ${VERSION} exit 0 *************** *** 402,407 **** if [ $? -eq 1 ]; then if [ -n "${USERAUTH}" ]; then ! echo -n "username: " ! read USERNAME USERNAME="-U ${USERNAME}" fi --- 406,413 ---- if [ $? -eq 1 ]; then if [ -n "${USERAUTH}" ]; then ! if [ -z "${USERNAME}" ]; then ! echo -n "username: " ! read USERNAME ! fi USERNAME="-U ${USERNAME}" fi |
From: Patrick M. <ume...@us...> - 2006-02-21 21:59:12
|
Update of /cvsroot/radmind/radmind/man In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31357/man Modified Files: Tag: radmind-1-6-0-branch rash.1 Log Message: Adds the -U flag to ra.sh for overriding $USER. ( patch 1435665 ) Thanks Sean Sweda Index: rash.1 =================================================================== RCS file: /cvsroot/radmind/radmind/man/rash.1,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** rash.1 3 Oct 2005 17:13:53 -0000 1.2 --- rash.1 21 Feb 2006 21:59:08 -0000 1.2.2.1 *************** *** 10,13 **** --- 10,15 ---- .BI \-h\ server ] [ + .BI \-U\ user + ] [ .BI \-w\ authlevel ] { *************** *** 77,80 **** --- 79,85 ---- checked out a machine may check it back in. + checkin and checkout both use $USER to determine who is performing + the command. $USER can be overridden using the -U option. + The -c option can be used to turn on checksums for fsdiff. The only supported checksum SHA1. *************** *** 99,107 **** .TP 19 .B \-l ! Prompt for remote user name. .TP 19 .B \-t use tempfiles .TP 19 .B \-V displays the version of --- 104,116 ---- .TP 19 .B \-l ! Prompt for remote user name. The -U option disables this prompt. .TP 19 .B \-t use tempfiles .TP 19 + .BI \-U\ user + specifies the user. By default, $USER + will be used. + .TP 19 .B \-V displays the version of |
From: Patrick M. <ume...@us...> - 2006-02-21 21:59:12
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31357 Modified Files: Tag: radmind-1-6-0-branch ra.sh Log Message: Adds the -U flag to ra.sh for overriding $USER. ( patch 1435665 ) Thanks Sean Sweda Index: ra.sh =================================================================== RCS file: /cvsroot/radmind/radmind/ra.sh,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -d -r1.25 -r1.25.2.1 *** ra.sh 2 Feb 2006 23:28:04 -0000 1.25 --- ra.sh 21 Feb 2006 21:59:08 -0000 1.25.2.1 *************** *** 242,246 **** fi ! while getopts %ch:lqtVw: opt; do case $opt in %) PROGRESS="-%" --- 242,246 ---- fi ! while getopts %ch:lqtU:Vw: opt; do case $opt in %) PROGRESS="-%" *************** *** 263,266 **** --- 263,270 ---- ;; + U) USER="$OPTARG" + USERNAME="$OPTARG" + ;; + V) echo ${VERSION} exit 0 *************** *** 383,388 **** if [ $? -eq 1 ]; then if [ -n "${USERAUTH}" ]; then ! echo -n "username: " ! read USERNAME USERNAME="-U ${USERNAME}" fi --- 387,394 ---- if [ $? -eq 1 ]; then if [ -n "${USERAUTH}" ]; then ! if [ -z "${USERNAME}" ]; then ! echo -n "username: " ! read USERNAME ! fi USERNAME="-U ${USERNAME}" fi |
From: Patrick M. <ume...@us...> - 2006-02-21 21:37:40
|
Update of /cvsroot/radmind/radmind In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21382 Modified Files: aclocal.m4 configure Log Message: Pass correct configure args to libsnet for ssl and sasl ( bugs 1435999 ) Thanks Matt Selsky Index: aclocal.m4 =================================================================== RCS file: /cvsroot/radmind/radmind/aclocal.m4,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** aclocal.m4 24 Jan 2006 20:47:52 -0000 1.13 --- aclocal.m4 21 Feb 2006 21:37:37 -0000 1.14 *************** *** 74,78 **** CPPFLAGS="$CPPFLAGS -I$zlibdir/include"; LDFLAGS="$LDFLAGS -L$zlibdir/lib"; ! ac_configure_extra_args="$ac_configure_extra_args --with-zlib=$dir"; fi LIBS="$LIBS -lz"; --- 74,78 ---- CPPFLAGS="$CPPFLAGS -I$zlibdir/include"; LDFLAGS="$LDFLAGS -L$zlibdir/lib"; ! ac_configure_args="$ac_configure_args --with-zlib=$dir"; fi LIBS="$LIBS -lz"; *************** *** 83,87 **** fi else ! ac_configure_extra_args="$ac_configure_extra_args --with-zlib=no"; AC_MSG_RESULT(no) fi --- 83,87 ---- fi else ! ac_configure_args="$ac_configure_args --with-zlib=no"; AC_MSG_RESULT(no) fi *************** *** 113,117 **** AC_DEFUN([SET_NO_SASL], [ ! ac_configure_args="$ac_configure_extra_args --with-sasl=no"; AC_MSG_RESULT(Disabled SASL) ]) --- 113,117 ---- AC_DEFUN([SET_NO_SASL], [ ! ac_configure_args="$ac_configure_args --with-sasl=no"; AC_MSG_RESULT(Disabled SASL) ]) Index: configure =================================================================== RCS file: /cvsroot/radmind/radmind/configure,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** configure 24 Jan 2006 20:47:52 -0000 1.45 --- configure 21 Feb 2006 21:37:37 -0000 1.46 *************** *** 5044,5048 **** CPPFLAGS="$CPPFLAGS -I$zlibdir/include"; LDFLAGS="$LDFLAGS -L$zlibdir/lib"; ! ac_configure_extra_args="$ac_configure_extra_args --with-zlib=$dir"; fi LIBS="$LIBS -lz"; --- 5044,5048 ---- CPPFLAGS="$CPPFLAGS -I$zlibdir/include"; LDFLAGS="$LDFLAGS -L$zlibdir/lib"; ! ac_configure_args="$ac_configure_args --with-zlib=$dir"; fi LIBS="$LIBS -lz"; *************** *** 5058,5062 **** fi else ! ac_configure_extra_args="$ac_configure_extra_args --with-zlib=no"; echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 --- 5058,5062 ---- fi else ! ac_configure_args="$ac_configure_args --with-zlib=no"; echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 *************** *** 5102,5106 **** ! ac_configure_args="$ac_configure_extra_args --with-sasl=no"; echo "$as_me:$LINENO: result: Disabled SASL" >&5 echo "${ECHO_T}Disabled SASL" >&6 --- 5102,5106 ---- ! ac_configure_args="$ac_configure_args --with-sasl=no"; echo "$as_me:$LINENO: result: Disabled SASL" >&5 echo "${ECHO_T}Disabled SASL" >&6 |