[Kde-bindings] KDE/kdebindings
Arno Rehn
kde at arnorehn.de
Wed Jul 23 13:42:23 UTC 2008
SVN commit 837001 by arnorehn:
* Add a KTextEditor C# binding
* Fix dependencies and references for plasma-sharp
* If a class was nested in a namespace, kalyptus didn't
recognize correctly if a method is a constructor.
* Remove the KParts classes from KTextEditor smoke lib,
workaround was needed because of the above kalyptus bug.
CCMAIL: kde-bindings at kde.org
M +8 -0 csharp/CMakeLists.txt
A csharp/ktexteditor (directory)
A csharp/ktexteditor/CMakeLists.txt
A csharp/ktexteditor/ktexteditor (directory)
A csharp/ktexteditor/ktexteditor/KParts_Part.cs
A csharp/ktexteditor/ktexteditor/KParts_PartBase.cs
A csharp/ktexteditor/ktexteditor/KParts_ReadOnlyPart.cs
A csharp/ktexteditor/ktexteditor/KParts_ReadWritePart.cs
A csharp/ktexteditor/ktexteditor/KTextEditor.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_AnnotationInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_AnnotationModel.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_AnnotationViewInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Attribute.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_CodeCompletionInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_CodeCompletionModel.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_CodeCompletionModel2.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Command.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_CommandExtension.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_CommandInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_ConfigInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_ConfigPage.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_ContainerInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Cursor.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Document.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Editor.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_EditorChooser.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Factory.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Mark.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_MarkInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_MdiContainer.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_ModificationInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Plugin.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_Range.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SearchInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SessionConfigInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartCursor.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartCursorNotifier.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartCursorWatcher.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartRange.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartRangeNotifier.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_SmartRangeWatcher.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_TemplateInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_TextHintInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_VariableInterface.cs
A csharp/ktexteditor/ktexteditor/KTextEditor_View.cs
A csharp/ktexteditor/src (directory)
A csharp/ktexteditor/src/AssemblyInfo.cs
A csharp/ktexteditor/src/KTextEditor.cs
A csharp/ktexteditor/src/ktexteditor.cpp [License: GPL (v2+)]
A csharp/ktexteditor/src/ktexteditorhandlers.cpp [License: GPL (v2+)]
M +2 -1 csharp/plasma/CMakeLists.txt
M +36 -0 csharp/qyoto/src/SmokeMarshallers.cs
M +4 -2 csharp/qyoto/src/handlers.cpp
M +359 -0 csharp/qyoto/src/marshall_macros.h
M +3 -0 csharp/qyoto/src/qyoto.cpp
M +6 -1 kalyptus/kalyptusCxxToKimono.pm
M +1 -1 kalyptus/kalyptusCxxToSmoke.pm
M +1 -4 smoke/ktexteditor/classlist
More information about the Kde-bindings
mailing list