diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-11-07 22:37:15 -0600 |
commit | ef73e104bd71560e1dab2c0c9a1bb1d718674e1a (patch) | |
tree | 47507e67e6659272cb14f11a1ed3d0ee0929328b /doc/man | |
parent | 2bec4674492e058ed822768c0a9c4a848dbf81d9 (diff) | |
download | qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.tar.gz qt3-ef73e104bd71560e1dab2c0c9a1bb1d718674e1a.zip |
Update minor TQt3 tool names to match current TQt3 sources in GIT
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/README | 14 | ||||
-rw-r--r-- | doc/man/man1/createcw.1 | 10 | ||||
-rw-r--r-- | doc/man/man1/findtr.1 | 8 | ||||
-rw-r--r-- | doc/man/man1/makeqpf.1 | 6 | ||||
-rw-r--r-- | doc/man/man1/mergetr.1 | 16 | ||||
-rw-r--r-- | doc/man/man1/msg2qm.1 | 12 | ||||
-rw-r--r-- | doc/man/man1/qt20fix.1 | 8 | ||||
-rw-r--r-- | doc/man/man1/qvfb.1 | 12 |
8 files changed, 43 insertions, 43 deletions
diff --git a/doc/man/README b/doc/man/README index de4ddcd..e9e38cf 100644 --- a/doc/man/README +++ b/doc/man/README @@ -36,14 +36,14 @@ Debian distribution (http://ftp.de.debian.org/debian/pool/main/q/qt-x11-free/) qt-x11-free_3.3.8b-11.* qt-x11-free_3.3.8b.orig.tar.gz - man1/createcw.1 + man1/tqtcreatecw.1 man1/designer.1 - man1/findtr.1 + man1/tqtfindtr.1 man1/linguist.1 - man1/makeqpf.1 - man1/mergetr.1 - man1/msg2qm.1 + man1/maketqpf.1 + man1/tqtmergetr.1 + man1/msg2tqm.1 man1/qembed.1 - man1/qt20fix.1 + man1/tqt20fix.1 man1/qtconfig.1 - man1/qvfb.1 + man1/tqvfb.1 diff --git a/doc/man/man1/createcw.1 b/doc/man/man1/createcw.1 index 0959a2d..4567e5f 100644 --- a/doc/man/man1/createcw.1 +++ b/doc/man/man1/createcw.1 @@ -1,10 +1,10 @@ -.TH "createcw" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtcreatecw" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -createcw \- custom widget description creater for Qt Designer +tqtcreatecw \- custom widget description creater for Qt Designer .SH "SYNTAX" .LP -createcw <\fIfilename.cw\fP> +tqtcreatecw <\fIfilename.cw\fP> .SH "DESCRIPTION" .LP This small application makes it much easier to create @@ -44,8 +44,8 @@ would write here After that compile the program, link it with your custom widget (library or object file) and run it like this: - (unix): ./createcw mywidgets.cw - (win32): createcw mywidgets.cw + (unix): ./tqtcreatecw mywidgets.cw + (win32): tqtcreatecw mywidgets.cw After that you can import this description file into the Qt Designer using the Custom\-Widget Dialog (See diff --git a/doc/man/man1/findtr.1 b/doc/man/man1/findtr.1 index f1d3a87..163af79 100644 --- a/doc/man/man1/findtr.1 +++ b/doc/man/man1/findtr.1 @@ -1,10 +1,10 @@ -.TH "findtr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtfindtr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -findtr \- Extracts information about text to be translated +tqtfindtr \- Extracts information about text to be translated .SH "SYNTAX" .LP -findtr *.cpp *.h >myapp.po +tqtfindtr *.cpp *.h >myapp.po .SH "DESCRIPTION" .LP @@ -17,7 +17,7 @@ translated versions of the file would then be myapp_de.po, myapp_fr.po, and myapp_ja.po for translations in German, French and Japanese respectively. - findtr *.cpp *.h >myapp.po + tqtfindtr *.cpp *.h >myapp.po copy myapp.po myapp_de.po edit myapp_de.po .SH "AUTHORS" diff --git a/doc/man/man1/makeqpf.1 b/doc/man/man1/makeqpf.1 index 37ddcfd..641639c 100644 --- a/doc/man/man1/makeqpf.1 +++ b/doc/man/man1/makeqpf.1 @@ -1,11 +1,11 @@ -.TH "makeqpf" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "maketqpf" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -makeqpf \- Create qpf files from TTF and BDF files. +maketqpf \- Create qpf files from TTF and BDF files. .SH "DESCRIPTION" .LP Qt Prerendered Font (QPF) is a light\-weight non\-scalable -font format specific to Qt/Embedded. makeqpf is a tool +font format specific to Qt/Embedded. maketqpf is a tool that assists producing QPF files from TTF and BDF files. diff --git a/doc/man/man1/mergetr.1 b/doc/man/man1/mergetr.1 index 9ed2a9f..a2c574f 100644 --- a/doc/man/man1/mergetr.1 +++ b/doc/man/man1/mergetr.1 @@ -1,21 +1,21 @@ -.TH "mergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqtmergetr" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -mergetr \- Merge changes in translations +tqtmergetr \- Merge changes in translations .SH "SYNTAX" .LP -mergetr myapp_de.po myapp.po +tqtmergetr myapp_de.po myapp.po .SH "DESCRIPTION" .LP When the texts in your program change as it is developed, -a the base .po file can be regenerated using findtr, -then mergetr can be used to merge the changes into the +a the base .po file can be regenerated using tqtfindtr, +then tqtmergetr can be used to merge the changes into the other .po files: - mergetr myapp_de.po myapp.po - mergetr myapp_fr.po myapp.po - mergetr myapp_ja.po myapp.po + tqtmergetr myapp_de.po myapp.po + tqtmergetr myapp_fr.po myapp.po + tqtmergetr myapp_ja.po myapp.po The translation team then edits the new .po files to diff --git a/doc/man/man1/msg2qm.1 b/doc/man/man1/msg2qm.1 index 7d22bbb..c350854 100644 --- a/doc/man/man1/msg2qm.1 +++ b/doc/man/man1/msg2qm.1 @@ -1,10 +1,10 @@ -.TH "msg2qm" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "msg2tqm" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -msg2qm \- Converts translated .po files to a Qt\-specific binary format. +msg2tqm \- Converts translated .po files to a Qt\-specific binary format. .SH "SYNTAX" .LP -msg2qm myapp_de.po myapp_de.qm +msg2tqm myapp_de.po myapp_de.qm .SH "DESCRIPTION" .LP @@ -14,9 +14,9 @@ are platform and locale independent, containing translations in Unicode and various hash tables to provide fast look\-up. - msg2qm myapp_de.po myapp_de.qm - msg2qm myapp_fr.po myapp_fr.qm - msg2qm myapp_ja.po myapp_ja.qm + msg2tqm myapp_de.po myapp_de.qm + msg2tqm myapp_fr.po myapp_fr.qm + msg2tqm myapp_ja.po myapp_ja.qm In your application, use QTranslator::load() to load diff --git a/doc/man/man1/qt20fix.1 b/doc/man/man1/qt20fix.1 index 352921b..247bb74 100644 --- a/doc/man/man1/qt20fix.1 +++ b/doc/man/man1/qt20fix.1 @@ -1,10 +1,10 @@ -.TH "qt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqt20fix" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -qt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 +tqt20fix \- Helps clean namespace when porting an app from Qt1 to Qt2 .SH "SYNTAX" .LP -qt20fix myapp.cpp +tqt20fix myapp.cpp .SH "DESCRIPTION" .LP @@ -19,7 +19,7 @@ functions of classes inherited from Qt, you must qualify these identifiers like this: Qt::red, Qt::LeftButton, Qt::AlignRight, etc. -The qt/bin/qt20fix script helps to fix the code that +The qt/bin/tqt20fix script helps to fix the code that needs adaption, though most code does not need changing. Compiling with \-DQT1COMPATIBILITY will help you get going diff --git a/doc/man/man1/qvfb.1 b/doc/man/man1/qvfb.1 index 0ae800d..acf02e1 100644 --- a/doc/man/man1/qvfb.1 +++ b/doc/man/man1/qvfb.1 @@ -1,7 +1,7 @@ -.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -qvfb \- Virtual framebuffer for Qt +tqvfb \- Virtual framebuffer for Qt .SH "DESCRIPTION" .LP The virtual framebuffer allows Qt/Embedded programs to be @@ -19,7 +19,7 @@ driver, e.g.: You may prefer to set the QWS_DISPLAY environment variable to be QVFb:0. -qvfb supports the following command line options: +tqvfb supports the following command line options: \-width width: the width of the virtual framebuffer (default: 240). @@ -36,7 +36,7 @@ qvfb supports the following command line options: The virtual framebuffer emulates a framebuffer using a shared memory region (the virtual frame buffer) and a -utility to display the framebuffer in a window (qvfb). +utility to display the framebuffer in a window (tqvfb). The regions of the display that have changed are updated periodically, so you will see discrete snapshots of the framebuffer rather than each individual drawing @@ -45,12 +45,12 @@ flickering may not be apparent until the program is run using a real framebuffer. The target refresh rate can be set via the "View|Refresh -Rate" menu item. This will cause qvfb to check for +Rate" menu item. This will cause tqvfb to check for updated regions more quickly. The rate is a target only. If little drawing is being done, the framebuffer will not show any updates between drawing events. If an application is displaying an animation the updates will -be frequent, and the application and qvfb will compete +be frequent, and the application and tqvfb will compete for processor time. Mouse and keyboard events are passed to the Qt/Embedded |