fix: When opening an app and delaying an operation, the mouse does not load transition animations.#275
fix: When opening an app and delaying an operation, the mouse does not load transition animations.#275wjyrich wants to merge 1 commit intolinuxdeepin:masterfrom
Conversation
…t load transition animations. 目前AM给出了StartuoNotify的属性,需要窗管那边进行处理此属性,从而处理鼠标指针。 pms:BUG-275547
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wjyrich The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Reviewer's GuideThis PR introduces a new StartupNotify flag in the ApplicationService, exposing it over D-Bus and wiring up change notifications so that the window manager can handle cursor animations on startup delays. Class diagram for ApplicationService with StartupNotify propertyclassDiagram
class ApplicationService {
+bool startupNotify() const noexcept
+void startupNotifyChanged()
<<Q_PROPERTY>> bool StartupNotify
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review代码审查意见:
|
|
TAG Bot New tag: 1.2.32 |
|
TAG Bot New tag: 1.2.33 |
目前AM给出了StartuoNotify的属性,需要窗管那边进行处理此属性,从而处理鼠标指针。
pms:BUG-275547
Summary by Sourcery
Expose and implement a new StartupNotify property in ApplicationService to allow the window manager to handle startup notification flags (enabling proper pointer animations).
New Features: