3d3a99aa0d
was used only in a couple of scriptengines (webkit engine and accessible applet)
32 lines
1018 B
Plaintext
32 lines
1018 B
Plaintext
Implementation Items
|
|
====================
|
|
* Applet::screenRect
|
|
|
|
Functionality Blocks
|
|
====================
|
|
* QML Wallpaper
|
|
* QML Containment
|
|
* port Sebas' work for QML Containment to libplasma2
|
|
* wallpaper loading
|
|
* action plugins access
|
|
* applet geometry save/restore
|
|
* ContainmentActions
|
|
* add ToolBox as a recognized trigger
|
|
* only return sets of actions
|
|
* PopupApplet -> merge into Applet with functionality implemented in QML rather than in libplasma
|
|
* QML Tooltips
|
|
* ToolTipManager -> replace with a QML component
|
|
* QML tips
|
|
* View -> dump
|
|
* Default Package classes
|
|
* Can this be provided by the graphics system specialization?
|
|
|
|
Porting of Applet and Containment
|
|
=================================
|
|
|
|
* AppletPrivate::selectItemToDestroy()
|
|
* ContainmentPrivate::appletAt(const QPointF &point)
|
|
* ContainmentPrivate::setScreen(int newScreen, int newDesktop, bool preventInvalidDesktops)
|
|
* all geometry functions in Applet and Containment (width, height, geometry, raise, lower...)
|
|
|