User:Chani/Plans/ConstraintsList: Difference between revisions

From KDE TechBase
No edit summary
(priorities for stuff that's not done)
Line 3: Line 3:
*O: Optional
*O: Optional
*U: Unused
*U: Unused
*nothing: not checked yet
*1: couldn't check (crash)
*2: non-applet needs to access hasAuth
*3: nontrivial
*4: low priority (doesn't belong on screensaver)


after checking a plasmoid+feature, X-Plasma-Requires-<feature> in the plasmoid's .desktop should be set to one of Required, Optional or Unused.
after checking a plasmoid+feature, X-Plasma-Requires-<feature> in the plasmoid's .desktop should be set to one of Required, Optional or Unused.
Line 66: Line 69:
|-
|-
| panelspacer
| panelspacer
|  
| 4
|  
|  
|-
|-
Line 78: Line 81:
|-
|-
| systemtray
| systemtray
|  
| 4
|  
|  
|-
|-
Line 90: Line 93:
|-
|-
| webbrowser
| webbrowser
|  
| 3
|  
|  
|-
|-
Line 96: Line 99:
|-
|-
| folderview
| folderview
|  
| 4
|  
|  
|-
|-
Line 108: Line 111:
| U
| U
| U
| U
|-
| bluemarble
|
|
|-
|-
| bubblemon
| bubblemon
Line 174: Line 173:
|-
|-
| leavenote
| leavenote
|  
| 3
|  
|  
|-
|-
Line 186: Line 185:
|-
|-
| magnifique
| magnifique
|  
| 3
|  
|  
|-
|-
Line 194: Line 193:
|-
|-
| microblog
| microblog
|  
| 3
|  
|  
|-
|-
| news
| news
|  
| 3
|  
|  
|-
|-
Line 210: Line 209:
|-
|-
| opendesktop
| opendesktop
|  
| 2
|  
|  
|-
|-
| paste
| paste
|  
| 4
|  
|  
|-
|-
Line 230: Line 229:
|-
|-
| rssnow
| rssnow
|  
| 2
|  
|  
|-
|-
| showdashboard
| showdashboard
|  
| 4
|  
|  
|-
|-
| showdesktop
| showdesktop
|  
| 4
|  
|  
|-
|-
Line 254: Line 253:
|-
|-
| weather
| weather
|  
| 1
|  
|  
|-
|-
| weatherstation
| weatherstation
|  
| 1
|  
|  
|-
|-
! colspan=3 | playground/base/plasma
! colspan=3 | playground/base/plasma
|}
|}

Revision as of 06:06, 25 June 2009

the meaning of cells in this table:

  • R: Required
  • O: Optional
  • U: Unused
  • 1: couldn't check (crash)
  • 2: non-applet needs to access hasAuth
  • 3: nontrivial
  • 4: low priority (doesn't belong on screensaver)

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 hasAuthorization()

tips on checking for features:

  • anything in the config dialog doesn't count
  • FileDialog can just be grepped for - I'm not aware of anything that a plasmoid is likely to use that could expose it indirectly.
  • LaunchApp can usually be checked by grepping for KRun. there are exceptions, though - battery uses KToolInvocation::kdeinitExec.
  • it's always good to play with the actual plasmoid a bit if you can't remember every single feature it has.
Plasmoid FileDialog LaunchApp
workspace/plasma
activitybar U U
analog-clock U U
battery U O
calendar U U
devicenotifier U R
digital-clock U U
icon U R
kickoff U R
lock_logout U U
pager U U
panelspacer 4
quicklaunch R R
system-monitor U U
systemtray 4
tasks U U
trash U R
webbrowser 3
apps/plasma
folderview 4
kdeplasma-addons
bball U U
binary-clock U U
bubblemon U U
calculator U U
charselect U U
comic O O
dict U U
eyes U U
fifteenPuzzle U U
fileWatcher U U
frame U O
fuzzy-clock U U
incomingmsg U U
kolourpicker U U
konqprofiles U R
konsoleprofiles U R
lancelot U R
leavenote 3
life U U
luna U U
magnifique 3
mediaplayer R U
microblog 3
news 3
notes U U
nowplaying U U
opendesktop 2
paste 4
pastebin U U
previewer R R
rememberthemilk U U
rssnow 2
showdashboard 4
showdesktop 4
systemloadviewer U U
timer U U
unitconverter U U
weather 1
weatherstation 1
playground/base/plasma