D16996: Add method to write retention to configuration control files

2019-06-13 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2019-06-13 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2019-06-13 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2019-06-12 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2019-05-09 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2019-05-07 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2019-05-06 Thread Roman Gilg
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

D16996: Add method to write retention to configuration control files

2018-11-23 Thread Marco Martin
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(

D16996: Add method to write retention to configuration control files

2018-11-18 Thread Roman Gilg
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