Update of /cvsroot/pgsqlformac/QueryTool/English.lproj/MainMenu.nib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9024/English.lproj/MainMenu.nib
Modified Files:
classes.nib info.nib objects.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/MainMenu.nib/info.nib,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** info.nib 24 Jun 2006 16:20:39 -0000 1.3
--- info.nib 16 Jul 2006 23:17:40 -0000 1.4
***************
*** 4,12 ****
<dict>
<key>IBDocumentLocation</key>
! <string>152 14 635 412 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
! <string>86 558 431 44 0 0 1440 878 </string>
</dict>
<key>IBFramework Version</key>
--- 4,12 ----
<dict>
<key>IBDocumentLocation</key>
! <string>102 69 635 412 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
! <string>86 558 477 44 0 0 1440 878 </string>
</dict>
<key>IBFramework Version</key>
***************
*** 17,21 ****
</array>
<key>IBSystem Version</key>
! <string>8I127</string>
</dict>
</plist>
--- 17,21 ----
</array>
<key>IBSystem Version</key>
! <string>8J135</string>
</dict>
</plist>
Index: objects.nib
===================================================================
RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/MainMenu.nib/objects.nib,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsenpvRj and /tmp/cvslkTUp9 differ
Index: classes.nib
===================================================================
RCS file: /cvsroot/pgsqlformac/QueryTool/English.lproj/MainMenu.nib/classes.nib,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** classes.nib 24 Jun 2006 16:20:39 -0000 1.2
--- classes.nib 16 Jul 2006 23:17:40 -0000 1.3
***************
*** 3,11 ****
{
ACTIONS = {
- myAction = id;
onConnect = id;
onDisconnect = id;
onExecuteQuery = id;
onShowSQLLog = id;
};
CLASS = FirstResponder;
--- 3,17 ----
{
ACTIONS = {
onConnect = id;
onDisconnect = id;
onExecuteQuery = id;
+ onShowPostgreSQLHTML = id;
+ onShowSQLHTML = id;
onShowSQLLog = id;
+ setDataOutputViewFont = id;
+ setQueryViewFont = id;
+ setSQLLogViewFont = id;
+ setSchemaViewFont = id;
+ show = id;
};
CLASS = FirstResponder;
|