Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ca4eaf4adb
)
pull/158/head
parent
e929cc2a43
commit
3a1e2dc1be
@ -1 +0,0 @@
|
|||||||
debian/local/juic.1
|
|
@ -1 +1,2 @@
|
|||||||
debian/tmp/opt/trinity/bin/dcopidl2java
|
debian/tmp/opt/trinity/bin/dcopidl2java
|
||||||
|
debian/tmp/opt/trinity/share/man/man1/dcopidl2java.1
|
||||||
|
@ -1 +0,0 @@
|
|||||||
debian/local/dcopidl2java.1
|
|
@ -1,3 +0,0 @@
|
|||||||
debian/local/krubyinit.1
|
|
||||||
debian/local/rbtdesh.1
|
|
||||||
debian/local/rbtdeapi.1
|
|
@ -1,4 +0,0 @@
|
|||||||
debian/local/qtrubyinit.1
|
|
||||||
debian/local/rbqtsh.1
|
|
||||||
debian/local/rbqtapi.1
|
|
||||||
debian/local/rbuic.1
|
|
@ -1,28 +0,0 @@
|
|||||||
.TH LIBDCOP-JAVA 1 "July 31, 2002"
|
|
||||||
.SH NAME
|
|
||||||
dcopidl2java \- Convert a DCOP IDL file to Java language stubs
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B dcopidl2java
|
|
||||||
.RI " [ " --no-skel " ] [ " --no-stub " ] [ " --package " " java-package " ] " file
|
|
||||||
.SH DESCRIPTION
|
|
||||||
This manual page documents briefly the
|
|
||||||
.B dcopidl2java
|
|
||||||
command.
|
|
||||||
.PP
|
|
||||||
\fBdcopidl2java\fP is a program that generates Java stubs from a DCOP IDL file,
|
|
||||||
for use with the libdcop-java Java DCOP bindings.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
A summary of options is included below.
|
|
||||||
.TP
|
|
||||||
.B --no-skel
|
|
||||||
Do not generate skeleton code.
|
|
||||||
.TP
|
|
||||||
.B --no-stub
|
|
||||||
Do not generate stub implementation code.
|
|
||||||
.TP
|
|
||||||
.B --package java-package
|
|
||||||
Set the name of the Java package to use in the generated code.
|
|
||||||
.SH AUTHOR
|
|
||||||
This manual page was written by Peter Hawkins <peterh@debian.org>
|
|
||||||
for the Debian GNU/Linux system (but may be used by others).
|
|
@ -1,39 +0,0 @@
|
|||||||
.TH JUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Java UI Compiler Manual"
|
|
||||||
.SH NAME
|
|
||||||
juic \- The Qt Java UI Compiler
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B juic
|
|
||||||
[options] uifile
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Juic is the Qt Java UI Compiler. It generates Java\*(tm code from a
|
|
||||||
XML UI Description file. This XML UI Description file can be
|
|
||||||
generated by Qt Designer, Qt's graphical UI designer. Juic is the
|
|
||||||
Java\*(tm equivalent for the C++ uic program.
|
|
||||||
|
|
||||||
Juic generates Java code for the Qt UI Description File passed to it,
|
|
||||||
and outputs it on standard output.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-proc <xsltproc|xalan|saxon>
|
|
||||||
Tells juic which xslt processor to use internally. Possible values
|
|
||||||
are "xsltproc", "xalan", "saxon". The processor you specify must be
|
|
||||||
available in the PATH or juic will give an error. The default is to
|
|
||||||
use xsltproc if it's available, and use saxon otherwise.
|
|
||||||
.TP
|
|
||||||
.B \-package <the.package.for.the.class>
|
|
||||||
Tells juic to add the given package declaration to the generated java
|
|
||||||
class.
|
|
||||||
.TP
|
|
||||||
.B \-abstract <true|false>
|
|
||||||
Tells juic whether or not to define slots as abstract.
|
|
||||||
.TP
|
|
||||||
.B \-images <dir>
|
|
||||||
Tells juic where to find the images used in the given ui file.
|
|
||||||
Default is "images".
|
|
||||||
.TP
|
|
||||||
.B \-os <unix|msdos|mac>
|
|
||||||
Tells juic what newline style to use in the generated java file. Possible values are "unix", "msdos" and "mac", for UNIX, DOS and MacOS style newlines respectively.
|
|
||||||
.SH AUTHOR
|
|
||||||
Marco Ladermann
|
|
||||||
.SH SEE ALSO
|
|
||||||
uic(1)
|
|
@ -1,25 +0,0 @@
|
|||||||
.TH KRUBYINIT 1 "Aug 2004" "Trinity Desktop Environment" "KRubyInit Manual"
|
|
||||||
.SH NAME
|
|
||||||
krubyinit \- Start Korundum Ruby Scripts Faster
|
|
||||||
.SH SYNOPSYS
|
|
||||||
.B krubyinit
|
|
||||||
[switches] [--] [programfile] [arguments]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Krubyinit is a wrapper around the ruby interpreter for executing Ruby
|
|
||||||
scripts using the Korundum library ( the Ruby TDE bindings ). It uses
|
|
||||||
the tdeinit system to start the app so that they start a little bit
|
|
||||||
faster when started in a running TDE session.
|
|
||||||
|
|
||||||
The script takes exactly the same options as the ruby(1) program.
|
|
||||||
Therefore, its options aren't documented here, please refer to the
|
|
||||||
ruby(1) manpage.
|
|
||||||
|
|
||||||
This script is part of Korundum, which is part of the TDE Bindings
|
|
||||||
module.
|
|
||||||
.SH OPTIONS
|
|
||||||
Krubyinit takes exactly the same options as the ruby(1) program and
|
|
||||||
they have exactly the same meaning. Please refer to its manpage.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
ruby(1)
|
|
@ -1,25 +0,0 @@
|
|||||||
.TH QTRUBYINIT 1 "Aug 2004" "Trinity Desktop Environment" "QtRubyInit Manual"
|
|
||||||
.SH NAME
|
|
||||||
qtrubyinit \- Start Qt Ruby Scripts Faster
|
|
||||||
.SH SYNOPSYS
|
|
||||||
.B qtrubyinit
|
|
||||||
[switches] [--] [programfile] [arguments]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Qtrubyinit is a wrapper around the ruby interpreter for executing Ruby
|
|
||||||
scripts using the QtRuby library. It uses the tdeinit system to start
|
|
||||||
the app so that they start a little bit faster when started in a
|
|
||||||
running TDE session.
|
|
||||||
|
|
||||||
The script takes exactly the same options as the ruby(1) program.
|
|
||||||
Therefore, its options aren't documented here, please refer to the
|
|
||||||
ruby(1) manpage.
|
|
||||||
|
|
||||||
This script is part of QtRuby, which is part of the TDE Bindings
|
|
||||||
module.
|
|
||||||
.SH OPTIONS
|
|
||||||
Qtrubyinit takes exactly the same options as the ruby(1) program and
|
|
||||||
they have exactly the same meaning. Please refer to its manpage.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
ruby(1)
|
|
@ -1,29 +0,0 @@
|
|||||||
.TH RBQTAPI 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbqtapi \- A QtRuby Introspection Tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbqtapi
|
|
||||||
[options] [<class>]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbqtapi is a QtRuby Introspection Tool, similar to javap(1). Use it
|
|
||||||
to find a list of method for a certain QtRuby class.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-r <re>
|
|
||||||
Find all functions matching regular expression/keyword <re>
|
|
||||||
.TP
|
|
||||||
.B \-i
|
|
||||||
Perform a case insensitive search ( only meaningful in combination with -r )
|
|
||||||
.TP
|
|
||||||
.B \-p
|
|
||||||
Display also inherited methods.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Print QtRuby and Qt versions.
|
|
||||||
.TP
|
|
||||||
.B \-h
|
|
||||||
Print a help message.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbtdeapi(1)
|
|
@ -1,16 +0,0 @@
|
|||||||
.TH RBQTSH 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbqtsh \- An Interactive QtRuby Shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbqtsh
|
|
||||||
[options]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbqtsh is an interactive QtRuby shell. It shows a GUI dialog box
|
|
||||||
where you can enter Ruby code using the QtRuby library.
|
|
||||||
.SH OPTIONS
|
|
||||||
This program takes no options.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbtdesh(1)
|
|
@ -1,29 +0,0 @@
|
|||||||
.TH RBTDEAPI 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbtdeapi \- A Korundum TDE Ruby Introspection Tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbtdeapi
|
|
||||||
[options] [<class>]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbtdeapi is a Korundum TDE Ruby Introspection Tool, similar to
|
|
||||||
javap(1). Use it to find a list of method for a certain Korundum class.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-r <re>
|
|
||||||
Find all functions matching regular expression/keyword <re>
|
|
||||||
.TP
|
|
||||||
.B \-i
|
|
||||||
Perform a case insensitive search ( only meaningful in combination with -r )
|
|
||||||
.TP
|
|
||||||
.B \-p
|
|
||||||
Display also inherited methods.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Print QtRuby and Qt versions.
|
|
||||||
.TP
|
|
||||||
.B \-h
|
|
||||||
Print a help message.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbqtapi(1)
|
|
@ -1,17 +0,0 @@
|
|||||||
.TH RBTDESH 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbtdesh \- An Interactive Korundum Shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbtdesh
|
|
||||||
[options]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbtdesh is an interactive Korundum shell. It shows a GUI dialog box
|
|
||||||
where you can enter Ruby code using the Korundum TDE Ruby bindings
|
|
||||||
library.
|
|
||||||
.SH OPTIONS
|
|
||||||
This program takes no options.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbqtsh(1)
|
|
@ -1,64 +0,0 @@
|
|||||||
.TH RBUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Ruby UI Compiler Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbuic \- The Qt Ruby UI Compiler
|
|
||||||
.SH SYNOPSIS
|
|
||||||
Generate implementation:
|
|
||||||
.B rbuic
|
|
||||||
[options] uifile
|
|
||||||
.LP
|
|
||||||
Generate subclass implementation:
|
|
||||||
.B rbuic
|
|
||||||
[options] -subimpl <classname> <uifile>
|
|
||||||
.LP
|
|
||||||
Generate image collection:
|
|
||||||
.B rbuic
|
|
||||||
[options] -embed <project> <image1> <image2> <image3> ...
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbuic is the Qt Ruby UI Compiler. It generates Ruby code from a XML
|
|
||||||
UI Description file. This XML UI Description file can be generated by
|
|
||||||
Qt Designer, Qt's graphical UI designer. Rbuic is the Ruby equivalent
|
|
||||||
for the C++ uic program.
|
|
||||||
|
|
||||||
When invoked to generate an implementation, rbuic generates Ruby code
|
|
||||||
for the Qt UI Description File passed to it, and outputs it on
|
|
||||||
standard output.
|
|
||||||
|
|
||||||
When invoked to generate a subclass implementation, rbuic generates
|
|
||||||
template Ruby code for a subclass of the widget in the Qt UI
|
|
||||||
Description File passed to it, and outputs it on standard output.
|
|
||||||
|
|
||||||
When invoked to generate an image collection, rbuic generates Ruby
|
|
||||||
code containing the image data in strings. This is useful to avoid
|
|
||||||
having to distribute image files along with your application. It is
|
|
||||||
arguably more useful for C++ ( where the image strings can be compiled
|
|
||||||
into an executable ), but still, it is available for Ruby as well.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-o <file>
|
|
||||||
Write output to file rather than stdout.
|
|
||||||
.TP
|
|
||||||
.B \-p <indent>
|
|
||||||
Set the indent in spaces (0 to use a tab)
|
|
||||||
.TP
|
|
||||||
.B \-nofwd
|
|
||||||
Omit imports of custom widgets
|
|
||||||
.TP
|
|
||||||
.B \-kde
|
|
||||||
Use TDE widgets, require 'Korundum' extension
|
|
||||||
.TP
|
|
||||||
.B \-tr <func>
|
|
||||||
Use func(...) rather than trUtf8(...) for i18n
|
|
||||||
.TP
|
|
||||||
.B \-x
|
|
||||||
Generate extra code to test the class
|
|
||||||
.TP
|
|
||||||
.B \-version
|
|
||||||
Print the Rbuic and Qt versions
|
|
||||||
.TP
|
|
||||||
.B \-help
|
|
||||||
Display some help information.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Phil Thompson
|
|
||||||
.SH SEE ALSO
|
|
||||||
uic(1)
|
|
@ -1 +0,0 @@
|
|||||||
debian/local/juic.1
|
|
@ -1 +1,2 @@
|
|||||||
debian/tmp/usr/bin/dcopidl2java
|
debian/tmp/usr/bin/dcopidl2java
|
||||||
|
debian/tmp/usr/share/man/man1/dcopidl2java.1
|
||||||
|
@ -1 +0,0 @@
|
|||||||
debian/local/dcopidl2java.1
|
|
@ -1,3 +0,0 @@
|
|||||||
debian/local/krubyinit.1
|
|
||||||
debian/local/rbtdesh.1
|
|
||||||
debian/local/rbtdeapi.1
|
|
@ -1,4 +0,0 @@
|
|||||||
debian/local/qtrubyinit.1
|
|
||||||
debian/local/rbqtsh.1
|
|
||||||
debian/local/rbqtapi.1
|
|
||||||
debian/local/rbuic.1
|
|
@ -1,28 +0,0 @@
|
|||||||
.TH LIBDCOP-JAVA 1 "July 31, 2002"
|
|
||||||
.SH NAME
|
|
||||||
dcopidl2java \- Convert a DCOP IDL file to Java language stubs
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B dcopidl2java
|
|
||||||
.RI " [ " --no-skel " ] [ " --no-stub " ] [ " --package " " java-package " ] " file
|
|
||||||
.SH DESCRIPTION
|
|
||||||
This manual page documents briefly the
|
|
||||||
.B dcopidl2java
|
|
||||||
command.
|
|
||||||
.PP
|
|
||||||
\fBdcopidl2java\fP is a program that generates Java stubs from a DCOP IDL file,
|
|
||||||
for use with the libdcop-java Java DCOP bindings.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
A summary of options is included below.
|
|
||||||
.TP
|
|
||||||
.B --no-skel
|
|
||||||
Do not generate skeleton code.
|
|
||||||
.TP
|
|
||||||
.B --no-stub
|
|
||||||
Do not generate stub implementation code.
|
|
||||||
.TP
|
|
||||||
.B --package java-package
|
|
||||||
Set the name of the Java package to use in the generated code.
|
|
||||||
.SH AUTHOR
|
|
||||||
This manual page was written by Peter Hawkins <peterh@debian.org>
|
|
||||||
for the Debian GNU/Linux system (but may be used by others).
|
|
@ -1,39 +0,0 @@
|
|||||||
.TH JUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Java UI Compiler Manual"
|
|
||||||
.SH NAME
|
|
||||||
juic \- The Qt Java UI Compiler
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B juic
|
|
||||||
[options] uifile
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Juic is the Qt Java UI Compiler. It generates Java\*(tm code from a
|
|
||||||
XML UI Description file. This XML UI Description file can be
|
|
||||||
generated by Qt Designer, Qt's graphical UI designer. Juic is the
|
|
||||||
Java\*(tm equivalent for the C++ uic program.
|
|
||||||
|
|
||||||
Juic generates Java code for the Qt UI Description File passed to it,
|
|
||||||
and outputs it on standard output.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-proc <xsltproc|xalan|saxon>
|
|
||||||
Tells juic which xslt processor to use internally. Possible values
|
|
||||||
are "xsltproc", "xalan", "saxon". The processor you specify must be
|
|
||||||
available in the PATH or juic will give an error. The default is to
|
|
||||||
use xsltproc if it's available, and use saxon otherwise.
|
|
||||||
.TP
|
|
||||||
.B \-package <the.package.for.the.class>
|
|
||||||
Tells juic to add the given package declaration to the generated java
|
|
||||||
class.
|
|
||||||
.TP
|
|
||||||
.B \-abstract <true|false>
|
|
||||||
Tells juic whether or not to define slots as abstract.
|
|
||||||
.TP
|
|
||||||
.B \-images <dir>
|
|
||||||
Tells juic where to find the images used in the given ui file.
|
|
||||||
Default is "images".
|
|
||||||
.TP
|
|
||||||
.B \-os <unix|msdos|mac>
|
|
||||||
Tells juic what newline style to use in the generated java file. Possible values are "unix", "msdos" and "mac", for UNIX, DOS and MacOS style newlines respectively.
|
|
||||||
.SH AUTHOR
|
|
||||||
Marco Ladermann
|
|
||||||
.SH SEE ALSO
|
|
||||||
uic(1)
|
|
@ -1,25 +0,0 @@
|
|||||||
.TH KRUBYINIT 1 "Aug 2004" "Trinity Desktop Environment" "KRubyInit Manual"
|
|
||||||
.SH NAME
|
|
||||||
krubyinit \- Start Korundum Ruby Scripts Faster
|
|
||||||
.SH SYNOPSYS
|
|
||||||
.B krubyinit
|
|
||||||
[switches] [--] [programfile] [arguments]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Krubyinit is a wrapper around the ruby interpreter for executing Ruby
|
|
||||||
scripts using the Korundum library ( the Ruby TDE bindings ). It uses
|
|
||||||
the tdeinit system to start the app so that they start a little bit
|
|
||||||
faster when started in a running TDE session.
|
|
||||||
|
|
||||||
The script takes exactly the same options as the ruby(1) program.
|
|
||||||
Therefore, its options aren't documented here, please refer to the
|
|
||||||
ruby(1) manpage.
|
|
||||||
|
|
||||||
This script is part of Korundum, which is part of the TDE Bindings
|
|
||||||
module.
|
|
||||||
.SH OPTIONS
|
|
||||||
Krubyinit takes exactly the same options as the ruby(1) program and
|
|
||||||
they have exactly the same meaning. Please refer to its manpage.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
ruby(1)
|
|
@ -1,25 +0,0 @@
|
|||||||
.TH QTRUBYINIT 1 "Aug 2004" "Trinity Desktop Environment" "QtRubyInit Manual"
|
|
||||||
.SH NAME
|
|
||||||
qtrubyinit \- Start Qt Ruby Scripts Faster
|
|
||||||
.SH SYNOPSYS
|
|
||||||
.B qtrubyinit
|
|
||||||
[switches] [--] [programfile] [arguments]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Qtrubyinit is a wrapper around the ruby interpreter for executing Ruby
|
|
||||||
scripts using the QtRuby library. It uses the tdeinit system to start
|
|
||||||
the app so that they start a little bit faster when started in a
|
|
||||||
running TDE session.
|
|
||||||
|
|
||||||
The script takes exactly the same options as the ruby(1) program.
|
|
||||||
Therefore, its options aren't documented here, please refer to the
|
|
||||||
ruby(1) manpage.
|
|
||||||
|
|
||||||
This script is part of QtRuby, which is part of the TDE Bindings
|
|
||||||
module.
|
|
||||||
.SH OPTIONS
|
|
||||||
Qtrubyinit takes exactly the same options as the ruby(1) program and
|
|
||||||
they have exactly the same meaning. Please refer to its manpage.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
ruby(1)
|
|
@ -1,29 +0,0 @@
|
|||||||
.TH RBQTAPI 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbqtapi \- A QtRuby Introspection Tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbqtapi
|
|
||||||
[options] [<class>]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbqtapi is a QtRuby Introspection Tool, similar to javap(1). Use it
|
|
||||||
to find a list of method for a certain QtRuby class.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-r <re>
|
|
||||||
Find all functions matching regular expression/keyword <re>
|
|
||||||
.TP
|
|
||||||
.B \-i
|
|
||||||
Perform a case insensitive search ( only meaningful in combination with -r )
|
|
||||||
.TP
|
|
||||||
.B \-p
|
|
||||||
Display also inherited methods.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Print QtRuby and Qt versions.
|
|
||||||
.TP
|
|
||||||
.B \-h
|
|
||||||
Print a help message.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbtdeapi(1)
|
|
@ -1,16 +0,0 @@
|
|||||||
.TH RBQTSH 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbqtsh \- An Interactive QtRuby Shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbqtsh
|
|
||||||
[options]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbqtsh is an interactive QtRuby shell. It shows a GUI dialog box
|
|
||||||
where you can enter Ruby code using the QtRuby library.
|
|
||||||
.SH OPTIONS
|
|
||||||
This program takes no options.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbtdesh(1)
|
|
@ -1,29 +0,0 @@
|
|||||||
.TH RBTDEAPI 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbtdeapi \- A Korundum TDE Ruby Introspection Tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbtdeapi
|
|
||||||
[options] [<class>]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbtdeapi is a Korundum TDE Ruby Introspection Tool, similar to
|
|
||||||
javap(1). Use it to find a list of method for a certain Korundum class.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-r <re>
|
|
||||||
Find all functions matching regular expression/keyword <re>
|
|
||||||
.TP
|
|
||||||
.B \-i
|
|
||||||
Perform a case insensitive search ( only meaningful in combination with -r )
|
|
||||||
.TP
|
|
||||||
.B \-p
|
|
||||||
Display also inherited methods.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Print QtRuby and Qt versions.
|
|
||||||
.TP
|
|
||||||
.B \-h
|
|
||||||
Print a help message.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbqtapi(1)
|
|
@ -1,17 +0,0 @@
|
|||||||
.TH RBTDESH 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbtdesh \- An Interactive Korundum Shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbtdesh
|
|
||||||
[options]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbtdesh is an interactive Korundum shell. It shows a GUI dialog box
|
|
||||||
where you can enter Ruby code using the Korundum TDE Ruby bindings
|
|
||||||
library.
|
|
||||||
.SH OPTIONS
|
|
||||||
This program takes no options.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbqtsh(1)
|
|
@ -1,64 +0,0 @@
|
|||||||
.TH RBUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Ruby UI Compiler Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbuic \- The Qt Ruby UI Compiler
|
|
||||||
.SH SYNOPSIS
|
|
||||||
Generate implementation:
|
|
||||||
.B rbuic
|
|
||||||
[options] uifile
|
|
||||||
.LP
|
|
||||||
Generate subclass implementation:
|
|
||||||
.B rbuic
|
|
||||||
[options] -subimpl <classname> <uifile>
|
|
||||||
.LP
|
|
||||||
Generate image collection:
|
|
||||||
.B rbuic
|
|
||||||
[options] -embed <project> <image1> <image2> <image3> ...
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbuic is the Qt Ruby UI Compiler. It generates Ruby code from a XML
|
|
||||||
UI Description file. This XML UI Description file can be generated by
|
|
||||||
Qt Designer, Qt's graphical UI designer. Rbuic is the Ruby equivalent
|
|
||||||
for the C++ uic program.
|
|
||||||
|
|
||||||
When invoked to generate an implementation, rbuic generates Ruby code
|
|
||||||
for the Qt UI Description File passed to it, and outputs it on
|
|
||||||
standard output.
|
|
||||||
|
|
||||||
When invoked to generate a subclass implementation, rbuic generates
|
|
||||||
template Ruby code for a subclass of the widget in the Qt UI
|
|
||||||
Description File passed to it, and outputs it on standard output.
|
|
||||||
|
|
||||||
When invoked to generate an image collection, rbuic generates Ruby
|
|
||||||
code containing the image data in strings. This is useful to avoid
|
|
||||||
having to distribute image files along with your application. It is
|
|
||||||
arguably more useful for C++ ( where the image strings can be compiled
|
|
||||||
into an executable ), but still, it is available for Ruby as well.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-o <file>
|
|
||||||
Write output to file rather than stdout.
|
|
||||||
.TP
|
|
||||||
.B \-p <indent>
|
|
||||||
Set the indent in spaces (0 to use a tab)
|
|
||||||
.TP
|
|
||||||
.B \-nofwd
|
|
||||||
Omit imports of custom widgets
|
|
||||||
.TP
|
|
||||||
.B \-kde
|
|
||||||
Use TDE widgets, require 'Korundum' extension
|
|
||||||
.TP
|
|
||||||
.B \-tr <func>
|
|
||||||
Use func(...) rather than trUtf8(...) for i18n
|
|
||||||
.TP
|
|
||||||
.B \-x
|
|
||||||
Generate extra code to test the class
|
|
||||||
.TP
|
|
||||||
.B \-version
|
|
||||||
Print the Rbuic and Qt versions
|
|
||||||
.TP
|
|
||||||
.B \-help
|
|
||||||
Display some help information.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Phil Thompson
|
|
||||||
.SH SEE ALSO
|
|
||||||
uic(1)
|
|
@ -1 +0,0 @@
|
|||||||
debian/local/juic.1
|
|
@ -1 +1,2 @@
|
|||||||
debian/tmp/opt/trinity/bin/dcopidl2java
|
debian/tmp/opt/trinity/bin/dcopidl2java
|
||||||
|
debian/tmp/opt/trinity/share/man/man1/dcopidl2java.1
|
||||||
|
@ -1 +0,0 @@
|
|||||||
debian/local/dcopidl2java.1
|
|
@ -1,3 +0,0 @@
|
|||||||
debian/local/krubyinit.1
|
|
||||||
debian/local/rbtdesh.1
|
|
||||||
debian/local/rbtdeapi.1
|
|
@ -1,4 +0,0 @@
|
|||||||
debian/local/qtrubyinit.1
|
|
||||||
debian/local/rbqtsh.1
|
|
||||||
debian/local/rbqtapi.1
|
|
||||||
debian/local/rbuic.1
|
|
@ -1,28 +0,0 @@
|
|||||||
.TH LIBDCOP-JAVA 1 "July 31, 2002"
|
|
||||||
.SH NAME
|
|
||||||
dcopidl2java \- Convert a DCOP IDL file to Java language stubs
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B dcopidl2java
|
|
||||||
.RI " [ " --no-skel " ] [ " --no-stub " ] [ " --package " " java-package " ] " file
|
|
||||||
.SH DESCRIPTION
|
|
||||||
This manual page documents briefly the
|
|
||||||
.B dcopidl2java
|
|
||||||
command.
|
|
||||||
.PP
|
|
||||||
\fBdcopidl2java\fP is a program that generates Java stubs from a DCOP IDL file,
|
|
||||||
for use with the libdcop-java Java DCOP bindings.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
A summary of options is included below.
|
|
||||||
.TP
|
|
||||||
.B --no-skel
|
|
||||||
Do not generate skeleton code.
|
|
||||||
.TP
|
|
||||||
.B --no-stub
|
|
||||||
Do not generate stub implementation code.
|
|
||||||
.TP
|
|
||||||
.B --package java-package
|
|
||||||
Set the name of the Java package to use in the generated code.
|
|
||||||
.SH AUTHOR
|
|
||||||
This manual page was written by Peter Hawkins <peterh@debian.org>
|
|
||||||
for the Debian GNU/Linux system (but may be used by others).
|
|
@ -1,39 +0,0 @@
|
|||||||
.TH JUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Java UI Compiler Manual"
|
|
||||||
.SH NAME
|
|
||||||
juic \- The Qt Java UI Compiler
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B juic
|
|
||||||
[options] uifile
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Juic is the Qt Java UI Compiler. It generates Java\*(tm code from a
|
|
||||||
XML UI Description file. This XML UI Description file can be
|
|
||||||
generated by Qt Designer, Qt's graphical UI designer. Juic is the
|
|
||||||
Java\*(tm equivalent for the C++ uic program.
|
|
||||||
|
|
||||||
Juic generates Java code for the Qt UI Description File passed to it,
|
|
||||||
and outputs it on standard output.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-proc <xsltproc|xalan|saxon>
|
|
||||||
Tells juic which xslt processor to use internally. Possible values
|
|
||||||
are "xsltproc", "xalan", "saxon". The processor you specify must be
|
|
||||||
available in the PATH or juic will give an error. The default is to
|
|
||||||
use xsltproc if it's available, and use saxon otherwise.
|
|
||||||
.TP
|
|
||||||
.B \-package <the.package.for.the.class>
|
|
||||||
Tells juic to add the given package declaration to the generated java
|
|
||||||
class.
|
|
||||||
.TP
|
|
||||||
.B \-abstract <true|false>
|
|
||||||
Tells juic whether or not to define slots as abstract.
|
|
||||||
.TP
|
|
||||||
.B \-images <dir>
|
|
||||||
Tells juic where to find the images used in the given ui file.
|
|
||||||
Default is "images".
|
|
||||||
.TP
|
|
||||||
.B \-os <unix|msdos|mac>
|
|
||||||
Tells juic what newline style to use in the generated java file. Possible values are "unix", "msdos" and "mac", for UNIX, DOS and MacOS style newlines respectively.
|
|
||||||
.SH AUTHOR
|
|
||||||
Marco Ladermann
|
|
||||||
.SH SEE ALSO
|
|
||||||
uic(1)
|
|
@ -1,25 +0,0 @@
|
|||||||
.TH KRUBYINIT 1 "Aug 2004" "Trinity Desktop Environment" "KRubyInit Manual"
|
|
||||||
.SH NAME
|
|
||||||
krubyinit \- Start Korundum Ruby Scripts Faster
|
|
||||||
.SH SYNOPSYS
|
|
||||||
.B krubyinit
|
|
||||||
[switches] [--] [programfile] [arguments]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Krubyinit is a wrapper around the ruby interpreter for executing Ruby
|
|
||||||
scripts using the Korundum library ( the Ruby TDE bindings ). It uses
|
|
||||||
the tdeinit system to start the app so that they start a little bit
|
|
||||||
faster when started in a running TDE session.
|
|
||||||
|
|
||||||
The script takes exactly the same options as the ruby(1) program.
|
|
||||||
Therefore, its options aren't documented here, please refer to the
|
|
||||||
ruby(1) manpage.
|
|
||||||
|
|
||||||
This script is part of Korundum, which is part of the TDE Bindings
|
|
||||||
module.
|
|
||||||
.SH OPTIONS
|
|
||||||
Krubyinit takes exactly the same options as the ruby(1) program and
|
|
||||||
they have exactly the same meaning. Please refer to its manpage.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
ruby(1)
|
|
@ -1,25 +0,0 @@
|
|||||||
.TH QTRUBYINIT 1 "Aug 2004" "Trinity Desktop Environment" "QtRubyInit Manual"
|
|
||||||
.SH NAME
|
|
||||||
qtrubyinit \- Start Qt Ruby Scripts Faster
|
|
||||||
.SH SYNOPSYS
|
|
||||||
.B qtrubyinit
|
|
||||||
[switches] [--] [programfile] [arguments]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Qtrubyinit is a wrapper around the ruby interpreter for executing Ruby
|
|
||||||
scripts using the QtRuby library. It uses the tdeinit system to start
|
|
||||||
the app so that they start a little bit faster when started in a
|
|
||||||
running TDE session.
|
|
||||||
|
|
||||||
The script takes exactly the same options as the ruby(1) program.
|
|
||||||
Therefore, its options aren't documented here, please refer to the
|
|
||||||
ruby(1) manpage.
|
|
||||||
|
|
||||||
This script is part of QtRuby, which is part of the TDE Bindings
|
|
||||||
module.
|
|
||||||
.SH OPTIONS
|
|
||||||
Qtrubyinit takes exactly the same options as the ruby(1) program and
|
|
||||||
they have exactly the same meaning. Please refer to its manpage.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
ruby(1)
|
|
@ -1,29 +0,0 @@
|
|||||||
.TH RBQTAPI 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbqtapi \- A QtRuby Introspection Tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbqtapi
|
|
||||||
[options] [<class>]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbqtapi is a QtRuby Introspection Tool, similar to javap(1). Use it
|
|
||||||
to find a list of method for a certain QtRuby class.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-r <re>
|
|
||||||
Find all functions matching regular expression/keyword <re>
|
|
||||||
.TP
|
|
||||||
.B \-i
|
|
||||||
Perform a case insensitive search ( only meaningful in combination with -r )
|
|
||||||
.TP
|
|
||||||
.B \-p
|
|
||||||
Display also inherited methods.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Print QtRuby and Qt versions.
|
|
||||||
.TP
|
|
||||||
.B \-h
|
|
||||||
Print a help message.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbtdeapi(1)
|
|
@ -1,16 +0,0 @@
|
|||||||
.TH RBQTSH 1 "Aug 2004" "Trinity Desktop Environment" "Qt Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbqtsh \- An Interactive QtRuby Shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbqtsh
|
|
||||||
[options]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbqtsh is an interactive QtRuby shell. It shows a GUI dialog box
|
|
||||||
where you can enter Ruby code using the QtRuby library.
|
|
||||||
.SH OPTIONS
|
|
||||||
This program takes no options.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbtdesh(1)
|
|
@ -1,29 +0,0 @@
|
|||||||
.TH RBTDEAPI 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbtdeapi \- A Korundum TDE Ruby Introspection Tool
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbtdeapi
|
|
||||||
[options] [<class>]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbtdeapi is a Korundum TDE Ruby Introspection Tool, similar to
|
|
||||||
javap(1). Use it to find a list of method for a certain Korundum class.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-r <re>
|
|
||||||
Find all functions matching regular expression/keyword <re>
|
|
||||||
.TP
|
|
||||||
.B \-i
|
|
||||||
Perform a case insensitive search ( only meaningful in combination with -r )
|
|
||||||
.TP
|
|
||||||
.B \-p
|
|
||||||
Display also inherited methods.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Print QtRuby and Qt versions.
|
|
||||||
.TP
|
|
||||||
.B \-h
|
|
||||||
Print a help message.
|
|
||||||
.SH AUTHOR
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbqtapi(1)
|
|
@ -1,17 +0,0 @@
|
|||||||
.TH RBTDESH 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbtdesh \- An Interactive Korundum Shell
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B rbtdesh
|
|
||||||
[options]
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbtdesh is an interactive Korundum shell. It shows a GUI dialog box
|
|
||||||
where you can enter Ruby code using the Korundum TDE Ruby bindings
|
|
||||||
library.
|
|
||||||
.SH OPTIONS
|
|
||||||
This program takes no options.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Alexander Kellett
|
|
||||||
.SH SEE ALSO
|
|
||||||
rbqtsh(1)
|
|
@ -1,64 +0,0 @@
|
|||||||
.TH RBUIC 1 "Apr 2004" "Trinity Desktop Environment" "Qt Ruby UI Compiler Manual"
|
|
||||||
.SH NAME
|
|
||||||
rbuic \- The Qt Ruby UI Compiler
|
|
||||||
.SH SYNOPSIS
|
|
||||||
Generate implementation:
|
|
||||||
.B rbuic
|
|
||||||
[options] uifile
|
|
||||||
.LP
|
|
||||||
Generate subclass implementation:
|
|
||||||
.B rbuic
|
|
||||||
[options] -subimpl <classname> <uifile>
|
|
||||||
.LP
|
|
||||||
Generate image collection:
|
|
||||||
.B rbuic
|
|
||||||
[options] -embed <project> <image1> <image2> <image3> ...
|
|
||||||
.SH DESCRIPTION
|
|
||||||
Rbuic is the Qt Ruby UI Compiler. It generates Ruby code from a XML
|
|
||||||
UI Description file. This XML UI Description file can be generated by
|
|
||||||
Qt Designer, Qt's graphical UI designer. Rbuic is the Ruby equivalent
|
|
||||||
for the C++ uic program.
|
|
||||||
|
|
||||||
When invoked to generate an implementation, rbuic generates Ruby code
|
|
||||||
for the Qt UI Description File passed to it, and outputs it on
|
|
||||||
standard output.
|
|
||||||
|
|
||||||
When invoked to generate a subclass implementation, rbuic generates
|
|
||||||
template Ruby code for a subclass of the widget in the Qt UI
|
|
||||||
Description File passed to it, and outputs it on standard output.
|
|
||||||
|
|
||||||
When invoked to generate an image collection, rbuic generates Ruby
|
|
||||||
code containing the image data in strings. This is useful to avoid
|
|
||||||
having to distribute image files along with your application. It is
|
|
||||||
arguably more useful for C++ ( where the image strings can be compiled
|
|
||||||
into an executable ), but still, it is available for Ruby as well.
|
|
||||||
.SH OPTIONS
|
|
||||||
.TP
|
|
||||||
.B \-o <file>
|
|
||||||
Write output to file rather than stdout.
|
|
||||||
.TP
|
|
||||||
.B \-p <indent>
|
|
||||||
Set the indent in spaces (0 to use a tab)
|
|
||||||
.TP
|
|
||||||
.B \-nofwd
|
|
||||||
Omit imports of custom widgets
|
|
||||||
.TP
|
|
||||||
.B \-kde
|
|
||||||
Use TDE widgets, require 'Korundum' extension
|
|
||||||
.TP
|
|
||||||
.B \-tr <func>
|
|
||||||
Use func(...) rather than trUtf8(...) for i18n
|
|
||||||
.TP
|
|
||||||
.B \-x
|
|
||||||
Generate extra code to test the class
|
|
||||||
.TP
|
|
||||||
.B \-version
|
|
||||||
Print the Rbuic and Qt versions
|
|
||||||
.TP
|
|
||||||
.B \-help
|
|
||||||
Display some help information.
|
|
||||||
.SH AUTHOR
|
|
||||||
Germain Garand
|
|
||||||
Phil Thompson
|
|
||||||
.SH SEE ALSO
|
|
||||||
uic(1)
|
|
Loading…
Reference in new issue