summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit90825e2392b2d70e43c7a25b8a3752299a933894 (patch)
treee33aa27f02b74604afbfd0ea4f1cfca8833d882a /README
downloadtdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz
tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..9fcbbdfb
--- /dev/null
+++ b/README
@@ -0,0 +1,37 @@
+In this file:
+
+* Notes for end users
+* Notes for developers
+
+Notes for end users
+-------------------
+
+You only need this package when something else requires it.
+
+Notes for developers
+--------------------
+
+This package contains:
++ working:
+ * dcopperl: DCOP bindings for Perl
+ * kjsembed: javascript scripting support library for KDE applications
+ * kdejava: KDE bindings for Java JNI to use Qt/KDE classes with Java
+ * korundum: KDE bindings for ruby
+ * python: a copy of SIP/pyQt/pyKDE bindings from riverbankcomputing.co.uk
+ * qtjava: Qt bindings for Java JNI to use Qt/KDE classes with Java
+ * qtruby: Qt bindings for Ruby
+ * smoke: Language independent library for Qt and KDE bindings. Used by QtRuby
+ and PerlQt.
+ * kalyptus: a header parser and bindings generator for Qt/KDE. Used for
+ Smoke, Java, C# and KSVG bindings generation at present.
+ * dcoppython: DCOP bindings for Python
+
++ possibly broken:
+ * dcopc: DCOP bindings for C
+ * dcopjava: DCOP bindings for JAVA
+ * xparts: allows you to embed non-KDE apps as a KPart
+
++ broken:
+ * qtsharp: C# bindings for Qt (badly broken after qtc removal)
+
+