!5 updata code : add features and fix some bugs

From: @yuan__xing
Reviewed-by: @stonefly128
Signed-off-by: @stonefly128,@doudou19
This commit is contained in:
openeuler-ci-bot 2021-03-13 17:12:30 +08:00 committed by Gitee
commit 866ff11e5e
3 changed files with 24 additions and 1 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: lightdm-kiran-greeter
Version: 1.0.0~beta5
Version: 1.0.0~beta12
Release: 1%{?dist}
Summary: User login interface
Summary(zh_CN): 用户登录界面
@ -76,6 +76,29 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
%changelog
* Thu Sep 17 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta12
- KYOS-B: log files are truncated every time the log module is initialized
* Mon Sep 14 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta11
- KYOS-B: modify the GreeterScreenManager destructor (destruct after the end of the event loop) to release the child object by using deletelater to cause the sub object to be unreleased, modify the deadlock caused by calling waitForFinished into free during soft interrupt
* Wed Sep 09 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta10
- KYOS-B: fix the problem of synchronization between threads,resulting in incomplete processing of messages in PAM message queue
* Thu Sep 03 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta9
- KYOS-B: remove the log output of reply lightdm
* Thu Aug 27 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta8
- KYOS-B: when the authentication starts, the input box is disabled and the prompt message is received to enable the input box
* Wed Aug 26 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta7
- KYOS-B: power menu ordering standardization
- KYOS-F: setting the background image will copy the background image to the fixed directory and set the permissions
* Tue Aug 18 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta6
- KYOS-F: use QT interface to produce fuzzy background
- KYOS-B: the login interface sets the initial NumLock on and capslock off status
* Wed Aug 12 2020 liuxinhao <liuxinhao@kylinos.com.cn> - 1.0.0~beta5
- KYOS-F: auto login user changed to drop-down selection
- KYOS-B: message queue is locked and synchronized with semaphore operation