From: Neil T. <nt...@us...> - 2006-07-16 23:17:42
|
Update of /cvsroot/pgsqlformac/QueryTool/English.lproj/SqlDocument.nib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9024/English.lproj/SqlDocument.nib Modified Files: classes.nib info.nib keyedobjects.nib Log Message: Make font changes work for schema and results views, make index generation use autoincrementing index names, add help menu to bring up postgresql html help files. Index: info.nib =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/SqlDocument.nib/info.nib,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** info.nib 24 Jun 2006 16:20:39 -0000 1.8 --- info.nib 16 Jul 2006 23:17:40 -0000 1.9 *************** *** 4,8 **** <dict> <key>IBDocumentLocation</key> ! <string>31 46 847 438 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> --- 4,8 ---- <dict> <key>IBDocumentLocation</key> ! <string>11 79 873 292 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> *************** *** 16,25 **** <key>IBOpenObjects</key> <array> - <integer>43</integer> - <integer>119</integer> <integer>5</integer> </array> <key>IBSystem Version</key> ! <string>8I127</string> </dict> </plist> --- 16,23 ---- <key>IBOpenObjects</key> <array> <integer>5</integer> </array> <key>IBSystem Version</key> ! <string>8J135</string> </dict> </plist> Index: classes.nib =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/SqlDocument.nib/classes.nib,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** classes.nib 24 Jun 2006 16:20:39 -0000 1.6 --- classes.nib 16 Jul 2006 23:17:40 -0000 1.7 *************** *** 5,8 **** --- 5,14 ---- {CLASS = MyOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, { + ACTIONS = {changeFont = id; }; + CLASS = MyResultsView; + LANGUAGE = ObjC; + SUPERCLASS = NSTableView; + }, + { ACTIONS = { onConnect = id; Index: keyedobjects.nib =================================================================== RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/SqlDocument.nib/keyedobjects.nib,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 Binary files /tmp/cvsm0Re0t and /tmp/cvsu09DPj differ |