OSDN Git Service

branding
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 2 Jul 2019 12:10:25 +0000 (12:10 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 2 Jul 2019 12:10:25 +0000 (12:10 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
24 files changed:
src/tools/designer/qdesigner_actions.cpp
src/tools/lconvert/lconvert.1
src/tools/lconvert/lconvert.cpp
src/tools/lconvert/lconvert.pod
src/tools/lrelease/lrelease.1
src/tools/lrelease/lrelease.cpp
src/tools/lrelease/lrelease.pod
src/tools/lupdate/lupdate.1
src/tools/lupdate/lupdate.cpp
src/tools/lupdate/lupdate.pod
src/tools/moc/moc.1
src/tools/moc/moc.pod
src/tools/qdbus/qdbus.1
src/tools/qdbus/qdbuscpp2xml.1
src/tools/qdbus/qdbusxml2cpp.1
src/tools/qdbus/qdbusxml2cpp.cpp
src/tools/qdbusviewer/qdbusviewermain.cpp
src/tools/qscript/qscript.1
src/tools/qtconfig/mainwindow.cpp
src/tools/rcc/rcc.1
src/tools/rcc/rcc.pod
src/tools/uic/uic.1
src/tools/uic/uic.pod
src/tools/uic/uicmain.cpp

index b532b79..8b8550b 100644 (file)
@@ -448,7 +448,7 @@ QActionGroup *QDesignerActions::createHelpActions()
     connect(aboutPluginsAction, SIGNAL(triggered()), m_core->formWindowManager(), SLOT(aboutPlugins()));
     helpActions->addAction(aboutPluginsAction);
 
-    QAction *aboutDesignerAction = new QAction(tr("About Qt Designer"), this);
+    QAction *aboutDesignerAction = new QAction(tr("About Katie Designer"), this);
     aboutDesignerAction->setMenuRole(QAction::AboutRole);
     aboutDesignerAction->setObjectName(QLatin1String("__qt_about_designer_action"));
     connect(aboutDesignerAction, SIGNAL(triggered()), this, SLOT(aboutDesigner()));
@@ -1019,7 +1019,7 @@ QAction *QDesignerActions::minimizeAction() const
 void QDesignerActions::aboutDesigner()
 {
     VersionDialog mb(core()->topLevel());
-    mb.setWindowTitle(tr("About Qt Designer"));
+    mb.setWindowTitle(tr("About Katie Designer"));
     if (mb.exec()) {
         QMessageBox messageBox(QMessageBox::Information, QLatin1String("Easter Egg"),
                                QLatin1String("Easter Egg"), QMessageBox::Ok, core()->topLevel());
index 9fd4728..a02eb12 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "LCONVERT 1"
-.TH LCONVERT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH LCONVERT 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-lconvert \- part of Qt's Linguist tool chain
+lconvert \- part of Katie's Linguist tool chain
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 lconvert [options] <infile> [<infile>] ...
index 536b64f..c5673b5 100644 (file)
@@ -67,7 +67,7 @@ static int usage(const QStringList &args)
 
     std::cout << qPrintable(LC::tr("\nUsage:\n"
         "    lconvert [options] <infile> [<infile>] ...\n\n"
-        "lconvert is part of Qt's Linguist tool chain. It can be used as a\n"
+        "lconvert is part of Katie's Linguist tool chain. It can be used as a\n"
         "stand-alone tool to convert and filter translation data files.\n"
         "The following file formats are supported:\n\n%1\n"
         "If multiple input files are specified, they are merged with\n"
index 1c3cde5..78c9069 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-lconvert - part of Qt's Linguist tool chain
+lconvert - part of Katie's Linguist tool chain
 
 =head1 SYNOPSIS
 
index ff18e33..4b0ec57 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "LRELEASE 1"
-.TH LRELEASE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH LRELEASE 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-lrelease \- part of Qt's Linguist tool chain
+lrelease \- part of Katie's Linguist tool chain
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 lrelease [options] ts-files [\-qm qm\-file]
index fe4b12c..57b525a 100644 (file)
@@ -76,7 +76,7 @@ static void printUsage()
     printOut(LR::tr(
         "Usage:\n"
         "    lrelease [options] ts-files [-qm qm-file]\n\n"
-        "lrelease is part of Qt's Linguist tool chain. It can be used as a\n"
+        "lrelease is part of Katie's Linguist tool chain. It can be used as a\n"
         "stand-alone tool to convert XML-based translations files in the TS\n"
         "format into the 'compiled' QM format used by QTranslator objects.\n\n"
         "Options:\n"
index d3c54a3..ebf9c9d 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-lrelease - part of Qt's Linguist tool chain
+lrelease - part of Katie's Linguist tool chain
 
 =head1 SYNOPSIS
 
index 33923d4..cc0622a 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "LUPDATE 1"
-.TH LUPDATE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH LUPDATE 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-lupdate \- part of Qt's Linguist tool chain
+lupdate \- part of Katie's Linguist tool chain
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 lupdate [options] [source\-file|path|@lst\-file] ... \-ts ts\-files|@lst\-file
index becbc2c..f7b1563 100644 (file)
@@ -88,7 +88,7 @@ static void printUsage()
     printOut(LU::tr(
         "Usage:\n"
         "    lupdate [options] [source-file|path|@lst-file]... -ts ts-files|@lst-file\n\n"
-        "lupdate is part of Qt's Linguist tool chain. It extracts translatable\n"
+        "lupdate is part of Katie's Linguist tool chain. It extracts translatable\n"
         "messages from Qt UI files, C++ and JavaScript/QtScript source code.\n"
         "Extracted messages are stored in textual translation source files (typically\n"
         "Qt TS XML). New and modified messages can be merged into existing TS files.\n\n"
index 5383e28..c44526b 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-lupdate - part of Qt's Linguist tool chain
+lupdate - part of Katie's Linguist tool chain
 
 =head1 SYNOPSIS
 
index 6ad298d..5cbf751 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "MOC 1"
-.TH MOC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH MOC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-moc \- Qt meta object support code generator
+moc \- Katie meta object support code generator
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 moc [options] <source\-file|header\-file> [<source\-file|header\-file>] ...
index 36a8475..b75360b 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-moc - Qt meta object support code generator
+moc - Katie meta object support code generator
 
 =head1 SYNOPSIS
 
index c584745..07a6cb7 100644 (file)
@@ -67,7 +67,7 @@
 .\" ========================================================================
 .\"
 .IX Title "QDBUS 1"
-.TH QDBUS 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH QDBUS 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
index 1f5107e..44263fb 100644 (file)
@@ -67,7 +67,7 @@
 .\" ========================================================================
 .\"
 .IX Title "QDBUSCPP2XML 1"
-.TH QDBUSCPP2XML 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH QDBUSCPP2XML 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
index c051a4c..3b777c4 100644 (file)
@@ -67,7 +67,7 @@
 .\" ========================================================================
 .\"
 .IX Title "QDBUSXML2CPP 1"
-.TH QDBUSXML2CPP 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH QDBUSXML2CPP 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
index 2b7f4d0..d6925b5 100644 (file)
@@ -124,7 +124,7 @@ static void showHelp()
 static void showVersion()
 {
     printf("%s version %s\n", PROGRAMNAME, PROGRAMVERSION);
-    printf("D-Bus binding tool for Qt\n");
+    printf("D-Bus binding tool for Katie\n");
     exit(0);
 }
 
index 52881c1..d641b67 100644 (file)
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
     QApplication app(argc, argv);
     QMainWindow mw;
     app.setWindowIcon(QIcon(QLatin1String(":/trolltech/qdbusviewer/images/qdbusviewer.png")));
-    mw.setWindowTitle(app.translate("QtDBusViewer", "Qt D-Bus Viewer"));
+    mw.setWindowTitle(app.translate("QtDBusViewer", "Katie D-Bus Viewer"));
 
 
     QTabWidget *mainWidget = new QTabWidget;
index bd46db1..6f22da7 100644 (file)
@@ -67,7 +67,7 @@
 .\" ========================================================================
 .\"
 .IX Title "QSCRIPT 1"
-.TH QSCRIPT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH QSCRIPT 1 "2019-07-01" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
index d58b9ee..a49ca8c 100644 (file)
@@ -756,15 +756,15 @@ void MainWindow::helpAbout()
                    "<br/><br/>Copyright (C) 2015 The Qt Company Ltd."
                    "<br/><br/>Copyright (C) 2016-2019 Ivailo Monev"
                     )
-                   .arg(tr("Qt Configuration")).arg(QLatin1String(QT_VERSION_STR)));
-    box.setWindowTitle(tr("Qt Configuration"));
+                   .arg(tr("Katie Configuration")).arg(QLatin1String(QT_VERSION_STR)));
+    box.setWindowTitle(tr("Katie Configuration"));
     box.setIcon(QMessageBox::NoIcon);
     box.exec();
 }
 
 void MainWindow::helpAboutQt()
 {
-    QMessageBox::aboutQt(this, tr("Qt Configuration"));
+    QMessageBox::aboutQt(this, tr("Katie Configuration"));
 }
 
 void MainWindow::pageChanged(int pageNumber)
index 9f8854f..5a5f371 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "RCC 1"
-.TH RCC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH RCC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-rcc \- Qt resource compiler
+rcc \- Katie resource compiler
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 rcc [options] <resource\-file> [<resource\-file>] ...
index 7b39633..ccbea7e 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-rcc - Qt resource compiler
+rcc - Katie resource compiler
 
 =head1 SYNOPSIS
 
index 533f0e9..d80f321 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "UIC 1"
-.TH UIC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
+.TH UIC 1 "2019-07-02" "Katie 4.9.0" "Katie Manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
 .nh
 .SH "NAME"
-uic \- Qt User Interface Compiler
+uic \- Katie User Interface Compiler
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 uic [options] <user\-interface\-file>
index be9cadb..112c7ae 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-uic - Qt User Interface Compiler
+uic - Katie User Interface Compiler
 
 =head1 SYNOPSIS
 
index f6b9789..bc0a4a3 100644 (file)
@@ -95,7 +95,7 @@ int runUic(int argc, char *argv[])
         } else if (opt == QLatin1String("-d") || opt == QLatin1String("-dependencies")) {
             driver.option().dependencies = true;
         } else if (opt == QLatin1String("-v") || opt == QLatin1String("-version")) {
-            fprintf(stderr, "Qt User Interface Compiler version %s\n", QT_VERSION_STR);
+            fprintf(stderr, "Katie User Interface Compiler version %s\n", QT_VERSION_STR);
             return 0;
         } else if (opt == QLatin1String("-o") || opt == QLatin1String("-output")) {
             ++arg;