From d5fe38edd3c022cfe26f6b4e805a94033993147c Mon Sep 17 00:00:00 2001 From: handsome-feng Date: Tue, 7 Apr 2020 15:16:35 +0800 Subject: [PATCH] update changelog and watch; remove trailing space --- debian/changelog | 8 ++++++++ debian/watch | 3 +-- ukui-greeter/greeter/main.cpp | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53061cc..1f7830d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ukui-greeter (1.2.5-1) unstable; urgency=medium + + * New upstream bugfix release: + - Fix the problem on highdpi screen. + * debian/watch: update to monitor the upstream orig.tar.gz. + + -- handsome_feng Tue, 07 Apr 2020 14:43:43 +0800 + ukui-greeter (1.2.4-1) unstable; urgency=medium * New upstream bugfix release: diff --git a/debian/watch b/debian/watch index 0c46b7d..f5614d9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ukui-greeter-$1\.tar\.gz/ \ - https://github.com/ukui/ukui-greeter/releases .*/v?(\d\S+)\.tar\.gz +https://github.com/ukui/ukui-greeter/releases .*/ukui-greeter_(\d\S+)\.orig\.tar\.gz diff --git a/ukui-greeter/greeter/main.cpp b/ukui-greeter/greeter/main.cpp index 47d6928..9770d7d 100644 --- a/ukui-greeter/greeter/main.cpp +++ b/ukui-greeter/greeter/main.cpp @@ -89,12 +89,12 @@ void waitMonitorsReady() int main(int argc, char *argv[]) { qInstallMessageHandler(outputMessage); - + #if(QT_VERSION>=QT_VERSION_CHECK(5,6,0)) QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); #endif - + QApplication a(argc, argv); a.setQuitOnLastWindowClosed(true);