linuxdeepin / dtkdeclarative

Other
20 stars 40 forks source link

fix: lost user settings when Handler is equal user settings #329

Closed 18202781743 closed 6 months ago

18202781743 commented 6 months ago

e.g DPlatformHandler::enableSystemResize is not equal with Window's resize state, it's value is false if user not call DPlatformHandler::setEnableSystemResize, but Window's resize state is enabled default.

Issue: https://github.com/linuxdeepin/developer-center/issues/7647

deepin-bot[bot] commented 6 months ago
Doc Check bot :yellow_circle: some documents missing! File Line Symbol
src/private/dquickwindow_p.h 37 Dtk::Quick::DQuickWindowAttachedPrivate::DQuickWindowAttachedPrivate
src/private/dquickwindow_p.h 38 Dtk::Quick::DQuickWindowAttachedPrivate::~DQuickWindowAttachedPrivate
src/private/dquickwindow_p.h 40 bool Dtk::Quick::DQuickWindowAttachedPrivate::ensurePlatformHandle
src/private/dquickwindow_p.h 41 void Dtk::Quick::DQuickWindowAttachedPrivate::destoryPlatformHandle
src/private/dquickwindow_p.h 42 void Dtk::Quick::DQuickWindowAttachedPrivate::_q_onWindowMotifHintsChanged
src/private/dquickwindow_p.h 43 void Dtk::Quick::DQuickWindowAttachedPrivate::addBlur
src/private/dquickwindow_p.h 44 void Dtk::Quick::DQuickWindowAttachedPrivate::removeBlur
src/private/dquickwindow_p.h 45 void Dtk::Quick::DQuickWindowAttachedPrivate::updateBlurAreaFor
src/private/dquickwindow_p.h 71 DWindowManagerHelper::MotifDecorations Dtk::Quick::DQuickWindowAttachedPrivate::motifDecorations
src/private/dquickwindow_p.h 73 QList<DQuickBehindWindowBlur*> Dtk::Quick::DQuickWindowAttachedPrivate::blurList
src/private/dquickwindow_p.h 74 QQuickPath* Dtk::Quick::DQuickWindowAttachedPrivate::clipPath
src/private/dquickwindow_p.h 75 QQuickTransition* Dtk::Quick::DQuickWindowAttachedPrivate::overlayExitedTransition
src/private/dquickwindow_p.h 76 QQmlComponent* Dtk::Quick::DQuickWindowAttachedPrivate::loadingOverlay
src/private/dquickwindow_p.h 77 DQuickAppLoaderItem* Dtk::Quick::DQuickWindowAttachedPrivate::appLoaderItem
src/private/dquickwindow_p.h 79 DGuiApplicationHelper::ColorType Dtk::Quick::DQuickWindowAttachedPrivate::themeType
src/private/dquickwindow_p.h 80 bool Dtk::Quick::DQuickWindowAttachedPrivate::paletteInit
src/private/dquickwindow_p.h 81 QQuickPalette* Dtk::Quick::DQuickWindowAttachedPrivate::quickPalette
src/private/dquickwindow_p.h 82 QQuickPalette* Dtk::Quick::DQuickWindowAttachedPrivate::inactiveQuickPalette
src/private/dquickwindow_p.h 83 std::array<QMetaObject::Connection, 2> Dtk::Quick::DQuickWindowAttachedPrivate::paletteConnections
deepin-ci-robot commented 6 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, zccrs

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[debian/deepin/OWNERS](https://github.com/linuxdeepin/dtkdeclarative/blob/master/debian/deepin/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment