From d9339d9eaa615bd85ae6c582be3f7014eff53e19 Mon Sep 17 00:00:00 2001 From: zeqi <16345439+ocean123455@user.noreply.gitee.com> Date: Mon, 9 Feb 2026 03:13:01 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zeqi <16345439+ocean123455@user.noreply.gitee.com> --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c784dac..8a13618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -gxde-timer-neo (1.2.2-1) unstable; urgency=medium +gxde-timer-neo (1.2.3) unstable; urgency=medium - * repackage scripts fix. + * 修复中文翻译不完整 - -- ”daya” <”admin@yzzi.top”> Wed, 19 Aug 2020 23:08:35 +0800 + -- zeqi Mon, 09 Feb 2026 11:08:52 +0800 -- Gitee From 4d36d0454d7c2b82a4594d0433a6045c203ec9b8 Mon Sep 17 00:00:00 2001 From: zeqi <16345439+ocean123455@user.noreply.gitee.com> Date: Mon, 9 Feb 2026 03:13:48 +0000 Subject: [PATCH 2/4] 1.2.3 Signed-off-by: zeqi <16345439+ocean123455@user.noreply.gitee.com> --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 848bef4..b184d5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) a.setAttribute(Qt::AA_UseHighDpiPixmaps); a.loadTranslator(); a.setOrganizationName("GXDE"); - a.setApplicationVersion(DApplication::buildVersion("1.2.2")); + a.setApplicationVersion(DApplication::buildVersion("1.2.3")); a.setApplicationAcknowledgementPage("https://gitee.com/GXDE-OS/gxde-timer-neo"); a.setProductIcon(QIcon::fromTheme("gxde-timer")); //设置Logo a.setProductName(QObject::tr("GXDE Timer")); -- Gitee From f784e47b373aa03e710b46edc4593477266502f7 Mon Sep 17 00:00:00 2001 From: zeqi <16345439+ocean123455@user.noreply.gitee.com> Date: Mon, 9 Feb 2026 03:15:02 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zeqi <16345439+ocean123455@user.noreply.gitee.com> --- src/gxde-timer.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gxde-timer.pro b/src/gxde-timer.pro index a7c5e3f..fa644f6 100644 --- a/src/gxde-timer.pro +++ b/src/gxde-timer.pro @@ -46,6 +46,6 @@ FORMS += \ RESOURCES += \ ../assets/assets.qrc -TRANSLATIONS += ../translations/one-tomato_zh_CN.ts +TRANSLATIONS += ../translations/gxde-timer_zh_CN.ts target.path=/usr/bin INSTALLS += target \ No newline at end of file -- Gitee From a132bbe326603c7d22c406ce9f7a5e006abf0130 Mon Sep 17 00:00:00 2001 From: zeqi <16345439+ocean123455@user.noreply.gitee.com> Date: Mon, 9 Feb 2026 03:29:30 +0000 Subject: [PATCH 4/4] update debian/changelog. Signed-off-by: zeqi <16345439+ocean123455@user.noreply.gitee.com> --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8a13618..2ddc031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,3 +3,10 @@ gxde-timer-neo (1.2.3) unstable; urgency=medium * 修复中文翻译不完整 -- zeqi Mon, 09 Feb 2026 11:08:52 +0800 + + gxde-timer-neo (1.2.2-1) unstable; urgency=medium + + * repackage scripts fix. + + -- ”daya” <”admin@yzzi.top”> Wed, 19 Aug 2020 23:08:35 +0800 + -- Gitee