User:Chani/Plans/ConstraintsList: Difference between revisions
Appearance
< User:Chani | Plans
changed the .desktop stuff |
No edit summary |
||
| Line 10: | Line 10: | ||
*Unused: the plasmoid doesn't use this feature at all | *Unused: the plasmoid doesn't use this feature at all | ||
*Optional: it has made optional in the code using isAllowed() | *Optional: it has made optional in the code using isAllowed() | ||
tips on checking for features: | |||
*anything in the config dialog doesn't count | |||
*FileDialog and KRun can just be grepped for - I'm not aware of anything that a plasmoid is likely to use that could expose them indirectly. | |||
{| | {| | ||
Revision as of 23:32, 13 May 2009
the meaning of cells in this table:
- R: Required
- O: Optional
- U: Unused
- nothing: not checked yet
after checking a plasmoid+feature, X-Plasma-Requires-<feature> in the plasmoid's .desktop should be set to one of Required, Optional or Unused.
- Required: the plasmoid cannot do without this feature
- Unused: the plasmoid doesn't use this feature at all
- Optional: it has made optional in the code using isAllowed()
tips on checking for features:
- anything in the config dialog doesn't count
- FileDialog and KRun can just be grepped for - I'm not aware of anything that a plasmoid is likely to use that could expose them indirectly.
| Plasmoid | FileDialog | KRun |
|---|---|---|
| workspace/plasma | ||
| activitybar | X | |
| analog-clock | ||
| battery | ||
| apps/plasma | ||
| folderview | ||
| kdeplasma-addons | ||
| playground/base/plasma | ||