Skip to content

Commit

Permalink
update changelog and watch; remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
handsome-feng committed Apr 7, 2020
1 parent d124a5a commit d5fe38e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <jianfengli@ubuntukylin.com> Tue, 07 Apr 2020 14:43:43 +0800

ukui-greeter (1.2.4-1) unstable; urgency=medium

* New upstream bugfix release:
Expand Down
3 changes: 1 addition & 2 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions ukui-greeter/greeter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d5fe38e

Please sign in to comment.