This revision was automatically updated to reflect the committed changes.
Closed by commit R104:06b90b31068e: Add method to write retention to
configuration control files (authored by romangg).
REPOSITORY
R104 KScreen
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=59721&id=5
romangg updated this revision to Diff 59721.
romangg added a comment.
Fix newline
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=59719&id=59721
BRANCH
1controlWrite
REVISION DETAIL
https://phabricator.kde.org/D16996
AFFECTED FILES
common/control.cpp
common/control
romangg updated this revision to Diff 59719.
romangg added a comment.
Rebase on series changes.
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=59669&id=59719
BRANCH
1controlWrite
REVISION DETAIL
https://phabricator.kde.org/D16996
AFFECTED FILES
common/control.cpp
romangg updated this revision to Diff 59669.
romangg added a comment.
Rebase on master.
REPOSITORY
R104 KScreen
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=57834&id=59669
BRANCH
1controlWrite
REVISION DETAIL
https://phabricator.kde.org/D16996
AFFECTED FILES
co
romangg updated this revision to Diff 57834.
romangg added a comment.
Rebase on series changes.
REPOSITORY
R104 KScreen
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=57719&id=57834
BRANCH
1controlWrite
REVISION DETAIL
https://phabricator.kde.org/D16996
AFFECTED FI
romangg updated this revision to Diff 57719.
romangg added a comment.
Rebase on series changes.
REPOSITORY
R104 KScreen
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=57670&id=57719
BRANCH
1controlWrite
REVISION DETAIL
https://phabricator.kde.org/D16996
AFFECTED FI
romangg updated this revision to Diff 57670.
romangg added a comment.
Rebase on series changes.
REPOSITORY
R104 KScreen
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16996?vs=45767&id=57670
BRANCH
1controlWrite
REVISION DETAIL
https://phabricator.kde.org/D16996
AFFECTED FI
mart accepted this revision.
mart added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> control.cpp:163
> +}
> +file.write(QJsonDocument::fromVariant(m_info).toJson());
> +//qCDebug(KSCREEN_COMMON) << "Config control saved on: " <<
> file.fileName(
romangg created this revision.
romangg added a reviewer: Plasma.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
romangg requested review of this revision.
REVISION SUMMARY
This patch adds a small method to ControlConfig which writes modified
retention values to the co