~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/applets/systemtray/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* Fix sizing on the desktop
 
2
 
 
3
* Try overriding QPaintDevice to obtain the background pixmap
 
4
  - Will get rid of the double painting
 
5
  - Will possibly allow calling XSetBackgroundPixmap without having to call XClearWindow()
 
6
  - Might allow paints that result in an identical background pixmap to be discarded
 
7
 
 
8
* Remove X11EmbedContainer's dependency on SelectionManager
 
9
  - X11EmbedContainer needs to be a self-contained QX11EmbedContainer implementation
 
10
 
 
11
* Add checks for XRender presence and fail nicely if necessary
 
12
* Don't do all the extra QX11EmbedContainer hacks if the client window is of the same depth
 
13
* Handle taskId clashes better
 
14
 
 
15
* Misbehavior of certain applets within the plasmoid protocol or vice-versa. (Still needs investigating)