!83 fix name error and update changelog

Merge pull request !83 from likehomedream/plymouthshow
This commit is contained in:
KevinDuan 2023-12-20 03:04:48 +00:00 committed by Gitee
commit cb8488c4c8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 23 additions and 4 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-theme-builder (1.0.0.1-ok1.10) nile; urgency=medium
* BUG: I8L3XB/I8L2J4/I8L0O9/I8L0KU/I8L0J3/I8KZZW/I8L04U
* 需求号:无
* 其他改动说明:处理主题打包、界面流程、显示等问题
* 其他改动说明影响域
-- 李柯 <like1@kylinos.cn> Wed, 20 Dec 2023 10:32:31 +0800
kylin-theme-builder (1.0.0.1-ok1.9) nile; urgency=medium
* BUG: I8LFHX/I8LF69/I8L3MI/I8L2J/I8L25C/I8L23U/I8L1ZB/I8L1HT/I8L0QY/I8L0Q8/I8L0PN

View File

@ -1,5 +1,5 @@
[Desktop Entry]
Name=Theme-Builder
Name=Kylin-Theme-Builder
Name[zh_CN]=主题制作工坊
Comment=Kylin Theme Builder is a theme maker
Comment[zh_CN]=主题制作工坊

View File

@ -24,7 +24,7 @@ TitleBar::TitleBar(QWidget *parent) : QWidget(parent)
QPixmap pixmap = scaledIcon.pixmap(QSize(30, 30));
iconlabel->setPixmap(pixmap);
QLabel *title = new QLabel("主题制作工坊");
QLabel *title = new QLabel(tr("Kylin-Theme-Builder"));
m_gohomebtn = new QPushButton();
m_gohomebtn->setFixedSize(30,30);

View File

@ -486,6 +486,11 @@
</context>
<context>
<name>TitleBar</name>
<message>
<location filename="../src/titlebar.cpp" line="27"/>
<source>Kylin-Theme-Builder</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/titlebar.cpp" line="32"/>
<source>Return</source>

Binary file not shown.

View File

@ -387,7 +387,7 @@
<message>
<location filename="../src/mainwindow.cpp" line="143"/>
<source>kylin-theme-builder</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="146"/>
@ -490,7 +490,7 @@
<location filename="../src/module/savepathdialog.cpp" line="12"/>
<location filename="../src/module/savepathdialog.cpp" line="30"/>
<source>Storage Path:</source>
<translation>deb包路径</translation>
<translation>deb包路径</translation>
</message>
<message>
<location filename="../src/module/savepathdialog.cpp" line="15"/>
@ -510,6 +510,11 @@
</context>
<context>
<name>TitleBar</name>
<message>
<location filename="../src/titlebar.cpp" line="27"/>
<source>Kylin-Theme-Builder</source>
<translation></translation>
</message>
<message>
<location filename="../src/titlebar.cpp" line="32"/>
<source>Return</source>