2012-11-09 14:01:09 +01:00
|
|
|
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
|
2012-11-09 15:58:22 +01:00
|
|
|
* move ContainmentPrivate::dropData to be a protected member (slot?) so QML Containment can
|
|
|
|
provide a drop action
|
2012-11-09 14:01:09 +01:00
|
|
|
* 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
|
2012-11-09 14:07:14 +01:00
|
|
|
* Default Package classes
|
|
|
|
* Can this be provided by the graphics system specialization?
|
2012-11-09 15:39:37 +01:00
|
|
|
* make (all?) plugins able to only be available from specific workspaces
|
|
|
|
* does this mean simply implementing pluginLoaders for the shells?
|
|
|
|
* better yet -> add shell-specific constraints for PluginLoader to use
|
|
|
|
* OR not exists [X-Plasma-<something>] or [X-Plasma-<something>] = 'foo'
|
2012-11-09 14:36:43 +01:00
|
|
|
|
|
|
|
Porting of Applet and Containment
|
|
|
|
=================================
|
|
|
|
|
2012-11-09 15:46:12 +01:00
|
|
|
* ContainmentPrivate::appletAt(const QPointF &point) -> depends from ContainmentActions refactoring : disabled now in the code
|
2012-11-09 14:36:43 +01:00
|
|
|
* ContainmentPrivate::setScreen(int newScreen, int newDesktop, bool preventInvalidDesktops)
|
2012-11-09 15:09:35 +01:00
|
|
|
* all geometry functions in Applet and Containment (width, height, geometry, raise, lower...)
|
2012-11-09 14:36:43 +01:00
|
|
|
|