~peter-pearse/ubuntu/oneiric/x11-apps/prop001

« back to all changes in this revision

Viewing changes to xman/Xman-xprint.ad

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin, Julien Cristau, Brice Goglin
  • Date: 2009-12-06 12:23:46 UTC
  • Revision ID: james.westby@ubuntu.com-20091206122346-7r0tbgnaby4qdh82
Tags: 7.5+1
[ Julien Cristau ]
* Update xload config.{guess,sub}, adding avr32 support (closes: #536410)
* Improve the long description using patch from Justin B Rye (closes:
  #549457).  Thanks!

[ Brice Goglin ]
* Add ico 1.0.2, closes: #518383.
* bitmap 1.0.4.
* xclipboard 1.1.0.
  + Add UTF8 support, closes: #489998.
* xclock 1.0.4.
  + Drop 06_xclock_geometry.diff, applied upstream.
* xcursorgen 1.0.3.
* xeyes 1.0.991.
* xgc 1.0.2.
* xmag 1.0.3.
* xman 1.1.0.
* xwd 1.0.3.
  + Drop 01_xwd_do_not_spew_usage_on_connection_error.diff, applied upstream.
* xwud 1.0.2.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*input:                         True
2
 
 
3
 
*topBox:                        True
4
 
*topBox.Title:                  Xman
5
 
*topBox.IconName:               Xman
6
 
 
7
 
*manualBrowser.Title:           Manual Page
8
 
*manualBrowser.IconName:        Manual Page
9
 
*manualBrowser.geometry:        600x600
10
 
 
11
 
*manualFontBold:                -*-courier-bold-r-*-*-*-120-*-*-*-*-*-*
12
 
*manualFontItalic:              -*-courier-medium-o-*-*-*-120-*-*-*-*-*-*
13
 
*manualFontNormal:              -*-courier-medium-r-*-*-*-120-*-*-*-*-*-*
14
 
*manualFontSymbol:              -*-symbol-*-*-*-*-*-120-*-*-*-*-*-*
15
 
!*directoryFontNormal:          -*-courier-medium-r-*-*-*-120-*-*-*-*-*-*
16
 
*directoryFontNormal:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
17
 
!*directoryFontNormal:          -*-lucida-bold-r-*-*-*-120-*-*-*-*-*-*
18
 
 
19
 
!*SimpleMenu.BackingStore:      Always
20
 
!*SimpleMenu.SaveUnder:         Off
21
 
 
22
 
*horizPane.orientation:         horizontal
23
 
*horizPane*showGrip:            False
24
 
*horizPane.min:                 22
25
 
*horizPane.max:                 22
26
 
*topLabel.BorderWidth:          0
27
 
*search*label.BorderWidth:      0
28
 
 
29
 
*search*dialog*value:           Xman
30
 
 
31
 
!*optionMenu.Label:             Options
32
 
!*sectionMenu.Label:            Sections
33
 
 
34
 
*horizPane*options.Label:       Options
35
 
*horizPane*sections.Label:      Sections
36
 
 
37
 
*helpButton.Label:              Help
38
 
*helpButton.Tip:                Open help browser
39
 
 
40
 
*quitButton.Label:              Quit
41
 
*quitButton.Tip:                Quit Xman
42
 
 
43
 
*manpageButton.Label:           Manual Page
44
 
*manpageButton.Tip:             Open new manpage browser
45
 
 
46
 
*topLabel.Label:                Manual Browser
47
 
 
48
 
!*SimpleMenu*menuLabel*vertSpace: 100
49
 
!*SimpleMenu*menuLabel*leftMargin: 20
50
 
 
51
 
*displayDirectory.Label:        Display Directory 
52
 
*displayManualPage.Label:       Display Manual Page
53
 
*help.Label:                    Help
54
 
*help.geometry:                 600x600
55
 
*search.Label:                  Search
56
 
*removeThisManpage.Label:       Remove This Manpage
57
 
*help*removeThisManpage.Label:  Remove Help
58
 
*openNewManpage.Label:          Open New Manpage
59
 
*printManualPage.Label:         Print This Manpage
60
 
*showVersion.Label:             Show Version
61
 
*quit.Label:                    Quit
62
 
 
63
 
*pleaseStandBy*Label:           Formatting Manual Page, Please Stand By...
64
 
 
65
 
*search*dialog.Label:           Type string to search for:
66
 
*search*apropos.Label:          Apropos
67
 
*search*manualPage.Label:       Manual Page
68
 
*search*cancel.Label:           Cancel
69
 
 
70
 
*likeToSave*dialog.Label:       Would you like to save this formatted Manual Page?
71
 
*likeToSave*yes.Label:          Yes
72
 
*likeToSave*no.Label:           No
73
 
 
74
 
*translations:          #override \
75
 
                Ctrl<Key>q: Quit() \n\
76
 
                Ctrl<Key>c: Quit() \n\
77
 
                Ctrl<Key>n: CreateNewManpage() \n\
78
 
                Ctrl<Key>h: PopupHelp() \n\
79
 
                Ctrl<Key>s: PopupSearch()
80
 
 
81
 
*help*Paned.manualPage.translations:#override \
82
 
                Ctrl<Btn1Down>: \
83
 
                        XawPositionSimpleMenu(optionMenu) \
84
 
                        MenuPopup(optionMenu) \n\
85
 
                Ctrl<Key>q: Quit() \n\
86
 
                Ctrl<Key>c: Quit() \n\
87
 
                Ctrl<Key>r: RemoveThisManpage() \n\
88
 
                Ctrl<Key>n: CreateNewManpage() \n\
89
 
                Ctrl<Key>h: PopupHelp() \n\
90
 
                Ctrl<Key>d: GotoPage(Directory) \n\
91
 
                Ctrl<Key>m: GotoPage(ManualPage) \n\
92
 
                Ctrl<Key>p: PrintThisManpage() \n\
93
 
                Ctrl<Key>v: ShowVersion() \n\
94
 
                <Key>Prior: Page(Back) \n\
95
 
                <Key>Next : Page(Forward) \n\
96
 
                Shift<Btn4Down>,<Btn4Up>: Page(Line,-1) \n\
97
 
                Shift<Btn5Down>,<Btn5Up>: Page(Line,1) \n\
98
 
                Ctrl<Btn4Down>,<Btn4Up>: Page(Back) \n\
99
 
                Ctrl<Btn5Down>,<Btn5Up>: Page(Forward) \n\
100
 
                None<Btn4Down>,<Btn4Up>: Page(Line,-5) \n\
101
 
                None<Btn5Down>,<Btn5Up>: Page(Line,5)
102
 
 
103
 
*manualBrowser*manualPage.translations:  #override \
104
 
                Ctrl<Btn1Down>: \
105
 
                        XawPositionSimpleMenu(optionMenu) \
106
 
                        MenuPopup(optionMenu) \n\
107
 
                Ctrl<Btn2Down>: \
108
 
                        XawPositionSimpleMenu(sectionMenu) \
109
 
                        MenuPopup(sectionMenu) \n\
110
 
                Shift<Btn2Down>,<Btn2Up>:GotoPage(Directory)\n\
111
 
                Ctrl<Key>q: Quit() \n\
112
 
                Ctrl<Key>c: Quit() \n\
113
 
                Ctrl<Key>r: RemoveThisManpage() \n\
114
 
                Ctrl<Key>n: CreateNewManpage() \n\
115
 
                Ctrl<Key>h: PopupHelp() \n\
116
 
                Ctrl<Key>d: GotoPage(Directory) \n\
117
 
                Ctrl<Key>m: GotoPage(ManualPage) \n\
118
 
                Ctrl<Key>p: PrintThisManpage() \n\
119
 
                Ctrl<Key>v: ShowVersion() \n\
120
 
                <Key>Prior: Page(Back) \n\
121
 
                <Key>Next : Page(Forward) \n\
122
 
                Shift<Btn4Down>,<Btn4Up>: Page(Line,-1) \n\
123
 
                Shift<Btn5Down>,<Btn5Up>: Page(Line,1) \n\
124
 
                Ctrl<Btn4Down>,<Btn4Up>: Page(Back) \n\
125
 
                Ctrl<Btn5Down>,<Btn5Up>: Page(Forward) \n\
126
 
                None<Btn4Down>,<Btn4Up>: Page(Line,-5) \n\
127
 
                None<Btn5Down>,<Btn5Up>: Page(Line,5) \n\
128
 
                Ctrl<Key>s: PopupSearch()
129
 
 
130
 
!*manualBrowser*directory.background: Grey80
131
 
*manualBrowser*directory.translations:   #override \
132
 
                Ctrl<Btn1Down>: \
133
 
                        XawPositionSimpleMenu(optionMenu) \
134
 
                        MenuPopup(optionMenu) \n\
135
 
                Ctrl<Btn2Down>: \
136
 
                        XawPositionSimpleMenu(sectionMenu) \
137
 
                        MenuPopup(sectionMenu) \n\
138
 
                Shift<Btn2Down>,<Btn2Up>: GotoPage(Manpage) \n\
139
 
                Ctrl<Key>q: Quit() \n\
140
 
                Ctrl<Key>c: Quit() \n\
141
 
                Ctrl<Key>r: RemoveThisManpage() \n\
142
 
                Ctrl<Key>n: CreateNewManpage() \n\
143
 
                Ctrl<Key>h: PopupHelp() \n\
144
 
                Ctrl<Key>d: GotoPage(Directory) \n\
145
 
                Ctrl<Key>m: GotoPage(ManualPage) \n\
146
 
                Ctrl<Key>v: ShowVersion() \n\
147
 
                Ctrl<Key>s: PopupSearch()
148
 
 
149
 
*manualBrowser*search*manualPage.translations:  #augment \
150
 
                <Btn1Down>,<Btn1Up>: Search(Manpage) reset()
151
 
 
152
 
*manualBrowser*search*apropos.translations:             #augment \
153
 
                <Btn1Down>,<Btn1Up>: Search(Apropos) reset()
154
 
 
155
 
*manualBrowser*search*cancel*translations:      #augment \
156
 
                <Btn1Down>,<Btn1Up>: Search(Cancel) reset()
157
 
 
158
 
*manualBrowser*search*value*translations:               #override \
159
 
                <Key>Return: Search(Manpage) \n\
160
 
                Ctrl<Key>m:  Search(Manpage)
161
 
 
162
 
*topBox*search*manualPage.translations:                 #augment \
163
 
                <Btn1Down>,<Btn1Up>: Search(Manpage, Open) reset()
164
 
 
165
 
*topBox*search*apropos.translations:            #augment \
166
 
                <Btn1Down>,<Btn1Up>: Search(Apropos, Open) reset()
167
 
 
168
 
*topBox*search*cancel*translations:             #augment \
169
 
                <Btn1Down>,<Btn1Up>: Search(Cancel, Open) reset()
170
 
 
171
 
*topBox*search*value*translations:                      #override \
172
 
                <Key>Return: Search(Manpage, Open) \n\
173
 
                Ctrl<Key>m:  Search(Manpage, Open)
174
 
 
175
 
*manualBrowser*likeToSave*yes.translations:     #override \
176
 
                <Btn1Down>,<Btn1Up>: SaveFormattedPage(Save) reset() \n\
177
 
                <Key>y:   SaveFormattedPage(Save) \n\
178
 
                <Key>n:   SaveFormattedPage(Cancel) 
179
 
 
180
 
*manualBrowser*likeToSave*no.translations:      #override \
181
 
                <Btn1Down>,<Btn1Up>: SaveFormattedPage(Cancel) reset() \n\
182
 
                <Key>y:   SaveFormattedPage(Save) \n\
183
 
                <Key>n:   SaveFormattedPage(Cancel) 
184
 
 
185
 
*manualBrowser*likeToSave*translations: #override \
186
 
                <Key>y:   SaveFormattedPage(Save) \n\
187
 
                <Key>n:   SaveFormattedPage(Cancel) 
188
 
 
189
 
*helpButton.translations:       #augment \
190
 
                <Btn1Down>,<Btn1Up>: PopupHelp() reset()
191
 
 
192
 
*quitButton.translations:       #augment \
193
 
                <Btn1Down>,<Btn1Up>: Quit() reset()
194
 
 
195
 
*manpageButton.translations: #augment \
196
 
                <Btn1Down>,<Btn1Up>: CreateNewManpage() reset()
197
 
 
198
 
! Use "white" as background for printing
199
 
*printshell*background:   white
200
 
 
201
 
! Print dialog
202
 
*printdialogshell*geometry:                       600x120
203
 
*printdialogshell*title:                          Print
204
 
*printdialogshell*main*ok.fromVert:               innerform
205
 
*printdialogshell*main*ok.label:                  Print
206
 
*printdialogshell*main*ok.tip:                    Print
207
 
*printdialogshell*main*setup.fromHoriz:           ok
208
 
*printdialogshell*main*setup.fromVert:            innerform
209
 
*printdialogshell*main*setup.label:               Setup...
210
 
*printdialogshell*main*setup.tip:                 Configure print job options (page size, orientation, etc.)
211
 
*printdialogshell*main*cancel.fromHoriz:          setup
212
 
*printdialogshell*main*cancel.fromVert:           innerform
213
 
*printdialogshell*main*cancel.label:              Cancel
214
 
*printdialogshell*main*cancel.tip:                Cancel printing
215
 
*printdialogshell*main*desclabel.label:           Printer Description:
216
 
*printdialogshell*main*desclabel.tip:             Short description of printer
217
 
*printdialogshell*main*desc.fromHoriz:            desclabel
218
 
*printdialogshell*main*desc.tip:                  Short description of printer
219
 
*printdialogshell*main*info.fromHoriz:            desc
220
 
*printdialogshell*main*info.label:                Printer info...
221
 
*printdialogshell*main*info.tip:                  Display additional information about this printer
222
 
*printdialogshell*main*namelabel.fromVert:        desclabel
223
 
*printdialogshell*main*namelabel.label:           Printer Name:
224
 
*printdialogshell*main*namelabel.tip:             Name of selected printer
225
 
*printdialogshell*main*name.fromHoriz:            namelabel
226
 
*printdialogshell*main*name.fromVert:             desclabel
227
 
*printdialogshell*main*name.tip:                  Name of selected printer
228
 
*printdialogshell*main*selectprinter.fromHoriz:   name
229
 
*printdialogshell*main*selectprinter.fromVert:    desclabel
230
 
*printdialogshell*main*selectprinter.label:       Select Printer...
231
 
*printdialogshell*main*selectprinter.label:       Select Printer...
232
 
*printdialogshell*main*selectprinter.tip:         Select a different printer
233
 
*printdialogshell*main*filenamelabel.fromVert:    namelabel
234
 
*printdialogshell*main*filenamelabel.label:       File Name:
235
 
*printdialogshell*main*filenamelabel.tip:         File where the output should be stored
236
 
*printdialogshell*main*filename.fromHoriz:        filenamelabel
237
 
*printdialogshell*main*filename.fromVert:         namelabel
238
 
*printdialogshell*main*filename.tip:              File where the output should be stored
239
 
*printdialogshell*main*selectfile.fromHoriz:      filename
240
 
*printdialogshell*main*selectfile.fromVert:       namelabel
241
 
*printdialogshell*main*selectfile.label:          Select File...
242
 
*printdialogshell*main*selectfile.tip:            Select file where the output should be stored
243
 
*printdialogshell*main*printtoprinter.fromVert:   filenamelabel
244
 
*printdialogshell*main*printtoprinter.label:      Print to Printer
245
 
*printdialogshell*main*printtoprinter.tip:        Send print job to printer
246
 
*printdialogshell*main*printtofile.fromVert:      filenamelabel
247
 
*printdialogshell*main*printtofile.fromHoriz:     printtoprinter
248
 
*printdialogshell*main*printtofile.label:         Print to File
249
 
*printdialogshell*main*printtofile.tip:           Save print job in a file
250
 
 
251
 
! Print job options dialog
252
 
*printdialogshell*setup*geometry:                     600x400
253
 
*printdialogshell*setup*title:                        Print: Print job options
254
 
*printdialogshell*setup*ok.fromVert:                  list
255
 
*printdialogshell*setup*ok.label:                     OK
256
 
*printdialogshell*setup*ok.tip:                       Commit changes
257
 
*printdialogshell*setup*cancel.fromHoriz:             ok
258
 
*printdialogshell*setup*cancel.fromVert:              list
259
 
*printdialogshell*setup*cancel.label:                 Cancel
260
 
*printdialogshell*setup*cancel.tip:                   Cancel and reset to defaults
261
 
*printdialogshell*setup*paperlist.tip:                Select paper size
262
 
*printdialogshell*setup*resolutionlist.fromHoriz:     paperlist
263
 
*printdialogshell*setup*resolutionlist.tip:           Select page resolution
264
 
*printdialogshell*setup*orientationlist.fromHoriz:    resolutionlist
265
 
*printdialogshell*setup*orientationlist.tip:          Select page orientation
266
 
*printdialogshell*setup*plexlist.fromHoriz:           orientationlist
267
 
*printdialogshell*setup*plexlist.tip:                 Select page plex mode (simplex, duplex, etc.)
268
 
*printdialogshell*setup*colorspacelist.fromHoriz:     plexlist
269
 
*printdialogshell*setup*colorspacelist.tip:           Select color space (color, grayscale, CYMK, etc.)
270
 
*printdialogshell*setup*jobcopieslabel.fromVert:      paperlist
271
 
*printdialogshell*setup*jobcopieslabel.tip:           Set number of job copies
272
 
*printdialogshell*setup*jobcopieslabel.label:         Job Copies:
273
 
*printdialogshell*setup*jobcopies.fromHoriz:          jobcopieslabel
274
 
*printdialogshell*setup*jobcopies.fromVert:           paperlist
275
 
*printdialogshell*setup*jobcopies.tip:                Set number of job copies
276
 
 
277
 
! Printer selection
278
 
*printdialogshell*printerselection*geometry:          400x150
279
 
*printdialogshell*printerselection*title:             Print: Select printer
280
 
*printdialogshell*printerselection*ok.fromVert:       list
281
 
*printdialogshell*printerselection*ok.label:          OK
282
 
*printdialogshell*printerselection*ok.tip:            Switch printer
283
 
*printdialogshell*printerselection*cancel.fromHoriz:  ok
284
 
*printdialogshell*printerselection*cancel.fromVert:   list
285
 
*printdialogshell*printerselection*cancel.label:      Cancel
286
 
*printdialogshell*printerselection*cancel.tip:        Cancel printer selection
287
 
*printdialogshell*printerselection*list.tip:          Select printer name from list
288
 
 
289
 
! Select job file
290
 
*printdialogshell*selectfile*geometry:          400x80
291
 
*printdialogshell*selectfile*title:             Print: Select job file
292
 
*printdialogshell*selectfile*dialog.label:      Select Filename:
293
 
 
294
 
! EOF.