plasma-framework/scriptengines/javascript
Sebastian Kügler d9612651cb ToolBox bindings for declarative containments
This adds the necessary bits, actions handling, showing / hiding of
toolbox and a hooks for config interface and add widgets.

The interesting bits:

Toolbox separate on the scene

For declarative containments, we add a declarativewidget on top of the
view which loads the "org.kde.toolbox" package. The toolbox can differ
per platform, layout of toolbox and containment can not "leak" into each
other.

ToolBox import

The most important and interesting bit is the list of actions the
ToolBox exposes, it's collected from corona, containment. The latter is
actually problematic, since we don't get access to the actions
internally provided by Containment
(ContainmentPrivate::addDefaultActions).
Containment::setToolBox(AbstractToolBox) being protected, we cannot
register our declarative ToolBoxProxy implementation to the containment,
so we have to wire up settings and addwidgets separately. Sorting of the
actions is "random", and expected to be done by the QML toolbox
implementation, based on objectName strings.

REVIEW:107232
2012-11-07 17:21:26 +01:00
..
common fix video tuortial widget 2011-12-05 22:40:16 +01:00
data SVN_SILENT made messages (.desktop file) 2012-08-07 18:33:46 +02:00
dataengine relicense under LGPL upon author's permission 2011-03-28 16:54:24 +02:00
declarative AppletContainer binding for containments 2012-10-24 22:52:01 +02:00
plasmoid ToolBox bindings for declarative containments 2012-11-07 17:21:26 +01:00
runner Add missing debug includes. 2010-11-10 16:03:55 +00:00
simplebindings Register non-gui types properly for declarative applets 2012-04-27 19:13:54 +01:00
CMakeLists.txt ToolBox bindings for declarative containments 2012-11-07 17:21:26 +01:00
Messages.sh There is no *.cpp so the previous line failed 2010-08-22 10:14:40 +00:00