[Kde-bindings] KDE/kdebindings/csharp/plasma
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Jul 6 13:37:33 UTC 2008
SVN commit 828732 by rdale:
* Add a PlasmaScripting.QGraphicsWidget class with all the public methods in
the QGraphicsWidget/QGraphicsItem/QGraphicsLayoutItem heirarchy implemented
by forwarding the calls to the underlying Plasma.Applet.
* Implemented event handling method overrides via an event filter in the
Applet ScriptEngine
* Added a .desktop file for the DataEngine script engine
* The Plasma sources have been regenerated with tabs replaced with spaces.
The methods on the Plasma.DataEngineScripting class special cased so that
they are public otherwise it wasn't very convenient for this particular
implementation of a scripting data engine.
CCMAIL: kde-bindings at kde.org
M +10 -6 CMakeLists.txt
M +12 -0 ChangeLog
A plasma-scriptengine-kimono-applet.desktop plasma-scriptengine-mono-applet.desktop#828340
A plasma-scriptengine-kimono-dataengine.desktop
D plasma-scriptengine-mono-applet.desktop
M +218 -224 plasma/Plasma.cs
M +223 -223 plasma/Plasma_AbstractRunner.cs
M +94 -94 plasma/Plasma_AnimationDriver.cs
M +132 -132 plasma/Plasma_Animator.cs
M +800 -799 plasma/Plasma_Applet.cs
M +57 -57 plasma/Plasma_AppletBrowser.cs
M +85 -85 plasma/Plasma_AppletBrowserWidget.cs
M +128 -128 plasma/Plasma_AppletScript.cs
M +66 -66 plasma/Plasma_CheckBox.cs
M +66 -66 plasma/Plasma_ComboBox.cs
M +72 -72 plasma/Plasma_ConfigXml.cs
M +442 -436 plasma/Plasma_Containment.cs
M +209 -209 plasma/Plasma_Corona.cs
M +144 -144 plasma/Plasma_DataContainer.cs
M +400 -400 plasma/Plasma_DataEngine.cs
M +66 -66 plasma/Plasma_DataEngineManager.cs
M +99 -99 plasma/Plasma_DataEngineScript.cs
M +97 -97 plasma/Plasma_Delegate.cs
M +74 -74 plasma/Plasma_Dialog.cs
M +83 -83 plasma/Plasma_Flash.cs
M +70 -70 plasma/Plasma_GLApplet.cs
M +52 -52 plasma/Plasma_GroupBox.cs
M +276 -276 plasma/Plasma_Icon.cs
M +62 -57 plasma/Plasma_Label.cs
M +56 -56 plasma/Plasma_LineEdit.cs
M +166 -166 plasma/Plasma_Meter.cs
M +149 -149 plasma/Plasma_Package.cs
M +199 -191 plasma/Plasma_PackageMetadata.cs
M +259 -259 plasma/Plasma_PackageStructure.cs
M +207 -207 plasma/Plasma_PanelSvg.cs
M +23 -23 plasma/Plasma_PlotColor.cs
M +61 -61 plasma/Plasma_PushButton.cs
M +163 -163 plasma/Plasma_QueryMatch.cs
M +66 -66 plasma/Plasma_RadioButton.cs
M +136 -136 plasma/Plasma_RunnerContext.cs
M +145 -145 plasma/Plasma_RunnerManager.cs
M +84 -84 plasma/Plasma_RunnerScript.cs
M +67 -67 plasma/Plasma_ScriptEngine.cs
M +286 -286 plasma/Plasma_SignalPlotter.cs
M +168 -168 plasma/Plasma_Svg.cs
M +61 -56 plasma/Plasma_TextEdit.cs
M +184 -171 plasma/Plasma_Theme.cs
M +181 -181 plasma/Plasma_View.cs
M +179 -179 plasma/Plasma_WebContent.cs
M +11 -11 src/Plasma.cs
M +204 -57 src/PlasmaScriptengineKimono_Applet.cs
M +68 -20 src/PlasmaScriptengineKimono_DataEngine.cs
M +626 -598 src/PlasmaScripting_Applet.cs
M +397 -368 src/PlasmaScripting_DataEngine.cs
A src/PlasmaScripting_QGraphicsWidget.cs
More information about the Kde-bindings
mailing list