From: Neil T. <nt...@us...> - 2006-12-02 14:51:46
|
Update of /cvsroot/pgsqlformac/QueryTool/English.lproj/Preferences.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/English.lproj/Preferences.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: Add remember multiple connections. Index: info.nib =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/Preferences.nib/info.nib,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** info.nib 30 Aug 2006 01:06:53 -0000 1.1 --- info.nib 2 Dec 2006 14:51:43 -0000 1.2 *************** *** 4,8 **** <dict> <key>IBDocumentLocation</key> ! <string>47 245 356 240 0 0 1440 878 </string> <key>IBFramework Version</key> <string>446.1</string> --- 4,8 ---- <dict> <key>IBDocumentLocation</key> ! <string>31 256 461 307 0 0 1440 878 </string> <key>IBFramework Version</key> <string>446.1</string> *************** *** 12,16 **** </array> <key>IBSystem Version</key> ! <string>8J135</string> </dict> </plist> --- 12,16 ---- </array> <key>IBSystem Version</key> ! <string>8L127</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/Preferences.nib/classes.nib,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** classes.nib 30 Aug 2006 21:25:49 -0000 1.2 --- classes.nib 2 Dec 2006 14:51:43 -0000 1.3 *************** *** 8,15 **** }, { ! ACTIONS = {cancelPreferences = id; defaultPreferences = id; savePreferences = id; }; CLASS = PreferenceController; LANGUAGE = ObjC; OUTLETS = { prefLogAllSQL = NSButton; prefLogInfoMessages = NSButton; --- 8,27 ---- }, { ! ACTIONS = { ! cancelPreferences = id; ! defaultPreferences = id; ! deleteConnection = id; ! newConnection = id; ! savePreferences = id; ! selectConnection = id; ! }; CLASS = PreferenceController; LANGUAGE = ObjC; OUTLETS = { + prefConnDBName = NSTextField; + prefConnPassword = NSTextField; + prefConnPort = NSTextField; + prefConnServer = NSTextField; + prefConnUserName = NSTextField; prefLogAllSQL = NSButton; prefLogInfoMessages = NSButton; Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/Preferences.nib/keyedobjects.nib,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsQOAujR and /tmp/cvslaExfb differ |