summaryrefslogtreecommitdiff
path: root/src/pmview/app-defaults
blob: 94cb9159364f4063ad6ebeb3cbded7736f901084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
! Copyright (c) 1995-2002 Silicon Graphics, Inc.  All Rights Reserved.
!
! This program is free software; you can redistribute it and/or modify it
! under the terms of the GNU General Public License as published by the
! Free Software Foundation; either version 2 of the License, or (at your
! option) any later version. 
!
! This program is distributed in the hope that it will be useful, but
! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
! or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
! for more details.
!
! You should have received a copy of the GNU General Public License along
! with this program; if not, write to the Free Software Foundation, Inc.,
! 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
!


!
!Activate schemes and sgi mode by default
!
PmView+*useSchemes: all
PmView+*sgiMode: true

#ifdef __linux
!
! default fonts
!
PmView+*defaultFontList: -*-helvetica-bold-o-*-*-*-140-75-75-*-*-iso8859-1
PmView+*form*fontList: -*-helvetica-medium-r-*-*-*-120-75-75-*-*-iso8859-1
PmView+*form.scaleText.fontList: -*-helvetica-medium-r-*-*-*-140-75-75-*-*-iso8859-1
PmView+*form.timeLabel.fontList: -*-helvetica-medium-r-*-*-*-140-75-75-*-*-iso8859-1
PmView+*form.metricLabel.fontList: -*-helvetica-medium-r-*-*-*-140-75-75-*-*-iso8859-1
#endif
!
!SGI Style guide specifies explicit focus within PmView+s
!
PmView+*keyboardFocusPolicy: explicit

!
! Menus
!
PmView+*title:  Performance Metrics Viewer
PmView+*fileMenu.labelString:  File
PmView+*fileMenu.mnemonic:  F
PmView+*recordButton.labelString:  Record
PmView+*recordButton.mnemonic:  R
PmView+*recordButton.accelerator:  Ctrl<Key>R
PmView+*recordButton.acceleratorText:  Ctrl+R
PmView+*saveButton.labelString:  Save
PmView+*saveButton.mnemonic:  S
PmView+*saveButton.accelerator:  Ctrl<Key>S
PmView+*saveButton.acceleratorText:  Ctrl+S
PmView+*printButton.labelString:  Print
PmView+*printButton.mnemonic:  P
PmView+*printButton.accelerator:  Ctrl<Key>P
PmView+*printButton.acceleratorText:  Ctrl+P
PmView+*exitButton.labelString:  Quit
PmView+*exitButton.mnemonic:  Q
PmView+*exitButton.accelerator:  Ctrl<Key>Q
PmView+*exitButton.acceleratorText:  Ctrl+Q
PmView+*optionsMenu.labelString:  Options
PmView+*optionsMenu.mnemonic:  O
PmView+*showVCRButton.labelString:  Show Time Control
PmView+*showVCRButton.mnemonic:  T
PmView+*showVCRButton.accelerator:  Ctrl<Key>T
PmView+*showVCRButton.acceleratorText:  Ctrl+T
PmView+*newVCRButton.mnemonic:  N
PmView+*newVCRButton.labelString:  New Time Control
PmView+*newVCRButton.accelerator:  Ctrl<Key>N
PmView+*newVCRButton.acceleratorText:  Ctrl+N

PmView+*launchMenu.labelString:  Launch
PmView+*launchMenu.mnemonic:  L

PmView+*helpPane.labelString:  Help
PmView+*helpPane.mnemonic:  H
PmView+*help_click_for_help.labelString:  Click For Help
PmView+*help_click_for_help.mnemonic:  C
PmView+*help_click_for_help.accelerator:  Shift<Key>F1
PmView+*help_click_for_help.acceleratorText:  Shift+F1
PmView+*help_overview.labelString:  Overview
PmView+*help_overview.mnemonic:  O
PmView+*help_index.labelString:  Index
PmView+*help_index.mnemonic:  I
PmView+*help_keys_and_short.labelString:  Keys and Shortcuts
PmView+*help_keys_and_short.mnemonic:  K
PmView+*help_prod_info.labelString:  Product Information
PmView+*help_prod_info.mnemonic:  P
PmView+*overviewButton.labelString:  Overview
PmView+*overviewButton.mnemonic:  O
PmView+*indexButton.labelString:  Index
PmView+*indexButton.mnemonic:  I

!
! Scale Thumb Wheel (see SgThumbWheel(3))
! These resources control the coarseness of the scale wheel (which is
! logarithmic).  These settings force the wheel to have no maximum or 
! minimum value and is reasonably fine near the center (scale of 1.0):
!
! PmView+*scaleWheel.homePosition:  0
! PmView+*scaleWheel.maximum:  0
! PmView+*scaleWheel.minimum:  0
! PmView+*scaleWheel.unitsPerRotation:  100
!
! These settings force a minimum and maximum value which is not as fine
! for values near the center:
!
! PmView+*scaleWheel.homePosition:  0
! PmView+*scaleWheel.maximum:  80
! PmView+*scaleWheel.minimum:  -80
! PmView+*scaleWheel.angleRange:  240
!
PmView+*scaleText.value:  1.0000
PmView+*scaleLabel.labelString:  Scale
PmView+*scaleWheel.homePosition:  0
PmView+*scaleWheel.maximum:  0
PmView+*scaleWheel.minimum:  0
PmView+*scaleWheel.unitsPerRotation:  100
PmView+*scaleWheel.angleRange:  240

!
! Default label text
!
PmView+*metricLabel.labelString: \n
PMView*timeLabel.labelString:

!
! Background color of read-only labels
!
!PmView+*readOnlyBackground: Black

!
! Maximum value before saturation
! The default of 1.05 allows for 5% error in the time delta when
! determining rates, before values are deemed saturated.
!
PmView+*saturation: 1.05

!
! Use fast anti-aliasing
! See SoXtRenderArea(3)
!
PmView+*antiAliasSmooth: tree

!
! Number of anti-aliasing passes: 1 to 255. Only 1 pass disables antialiasing.
PmView+*antiAliasPasses: 1

!
! Title, geometry etc.
!
PmView+*vkwindow.title: Performance Metrics Viewer
PmView+*vkwindow.geometry: 512x512

!
! Better handling of limited colors with pixmaps 
!
PmView+*silenceWarnings: true
PmView+*xpmColorCloseness: 113512

!
! Dialogs
!
PmView+*fileSelectionDialog.width: 358
PmView+*fileSelectionDialog.height: 417

!
! Help
!
*helpSubSys:      pcp_eoe.books.PmViewHelp
*helpTitle:	  pmview Help

!
! Layout - can be overridden in configuration files
!

! Grid, Bar and Stack object base borders
PmView+*baseBorderWidth: 8
PmView+*baseBorderDepth: 8

! Height of Grid, Bar and Stack bases
PmView+*baseHeight: 2

! Color of base plane
PmView+*baseColor: rgbi:0.15/0.15/0.15

! Spacing between Bar blocks
PmView+*barSpaceWidth: 8
PmView+*barSpaceDepth: 8

! Spacing between Bar base and labels
PmView+*barSpaceLabel: 6

! Width and depth of Bar blocks
PmView+*barLength: 28
PmView+*barHeight: 80

! Margin around a Label
PmView+*labelMargin: 5

! Color of labels
PmView+*labelColor: rgbi:1.0/1.0/1.0

! Width and depth of Grid columns and rows
PmView+*gridMinWidth: 20
PmView+*gridMinDepth: 20