kossebau added inline comments.
INLINE COMMENTS
> containmentactions.h:67
>
> +#if PLASMA_ENABLE_DEPRECATED_SINCE(5, 64)
> /**
The visibility wrappers also need bumping to 5, 67, so the version were the API
got deprecated, to not break things for people who use
*_DISABLE_DEPRECATED_BEFO
This revision was automatically updated to reflect the committed changes.
Closed by commit R242:591aceb3f926: Make use of KPluginMetaData where we can
(authored by apol).
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23682?vs=73322&id=73323
apol updated this revision to Diff 73322.
apol added a comment.
Addressed kossebau's comments
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23682?vs=68546&id=73322
BRANCH
arcpatch-D23682
REVISION DETAIL
https://phabricator.kde.org/
apol marked 8 inline comments as done.
REPOSITORY
R242 Plasma Framework (Library)
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23682
To: apol, #plasma, mart
Cc: kossebau, broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh,
ngraham, bruns
kossebau added a comment.
Also some nitpicks on the style... remember that API dox tool and compiler
both need all data duplicated sadly, both deprecated-at version and
what-to-do-instead.
Please also compare
https://community.kde.org/Policies/Library_Code_Policy#Deprecation_of_API and
kossebau added a comment.
Do not forget to bump 5.64 to 5.66 in all places :)
REPOSITORY
R242 Plasma Framework (Library)
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23682
To: apol, #plasma, mart
Cc: kossebau, broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh,
ng
mart accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R242 Plasma Framework (Library)
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23682
To: apol, #plasma, mart
Cc: broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
apol updated this revision to Diff 68546.
apol added a comment.
Unrelated change
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23682?vs=68544&id=68546
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23682
AFFECTED FILES
apol updated this revision to Diff 68544.
apol added a comment.
Adopt new deprecation macros
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23682?vs=65328&id=68544
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23682
AF
apol added a comment.
ping?
REPOSITORY
R242 Plasma Framework (Library)
REVISION DETAIL
https://phabricator.kde.org/D23682
To: apol, #plasma
Cc: broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
apol added inline comments.
INLINE COMMENTS
> broulik wrote in dataengine.cpp:70
> Where is this constructor used?
Unsure, but we can't remove symbols anyway...
REPOSITORY
R242 Plasma Framework (Library)
REVISION DETAIL
https://phabricator.kde.org/D23682
To: apol, #plasma
Cc: broulik, kde
apol updated this revision to Diff 65328.
apol marked 6 inline comments as done.
apol added a comment.
Forgot these
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23682?vs=65327&id=65328
BRANCH
master
REVISION DETAIL
https://phabric
apol updated this revision to Diff 65327.
apol added a comment.
address comments
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D23682?vs=65261&id=65327
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23682
AFFECTED FILES
broulik added inline comments.
INLINE COMMENTS
> containmentactions.h:70
> * including name, pluginName and icon
> - * @since 5.0
> + * @since 5.0 use metadata
> */
@deprecated since 5.62 use metadata
> dataengine.cpp:70
> : QObject(parent),
> - d(new DataE
apol created this revision.
apol added a reviewer: Plasma.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
apol requested review of this revision.
REVISION SUMMARY
Instead of relying on the older KPluginInfo which is slower (parses de
metadata twice) and com
15 matches
Mail list logo