TDE programming language bindings
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michele Calgaro f689e16f35
Rename 'guiThread' and related functions to 'coreThread'.
This relates to TDE/tqt#230.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 days ago
admin@4185112a62 Reset submodule main/core/tdebindings/admin to latest HEAD 6 months ago
dcopc Fix FTBFS caused by incompatible cast 1 year ago
dcopjava Replace TRUE/FALSE with boolean values true/false 2 months ago
dcopperl qt -> tqt conversion: 7 years ago
dcoppython Replace TRUE/FALSE with boolean values true/false 2 months ago
doc Added conditions for installing man pages according to parts that are builded. 3 years ago
kalyptus Use TDEDesktopFile 3 weeks ago
kjsembed Replace TRUE/FALSE with boolean values true/false 2 months ago
korundum Use TDESimpleConfig 3 weeks ago
python Convert remaining references to kde3 (e.g. in paths) to trinity 14 years ago
qtjava Rename 'guiThread' and related functions to 'coreThread'. 4 days ago
qtruby Fix FTBFS caused by removal of tqtinterface 9 months ago
qtsharp Rename 'guiThread' and related functions to 'coreThread'. 4 days ago
smoke Use TDEDesktopFile 3 weeks ago
tdejava Use TDEDesktopFile 3 weeks ago
xparts Fix issue #40 1 week ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 4 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
COPYING Update COPYING file. 13 years ago
COPYING.LIB Fix inadvertent "TQ" changes. 13 years ago
ChangeLog Rename many classes to avoid conflicts with KDE 12 years ago
INSTALL Fix inadvertent renaming and typos. 12 years ago
Makefile.am.in Rename many classes to avoid conflicts with KDE 12 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
README Rename many classes to avoid conflicts with KDE 12 years ago
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
configure.in.in Added conditions for installing man pages according to parts that are builded. 3 years ago

README

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 TDE applications
  * tdejava: TDE bindings for Java JNI to use Qt/TDE classes with Java
  * korundum: TDE bindings for ruby
  * python: a copy of SIP/pyQt/pyTDE bindings from riverbankcomputing.co.uk
  * qtjava: Qt bindings for Java JNI to use Qt/TDE classes with Java
  * qtruby: Qt bindings for Ruby
  * smoke: Language independent library for Qt and TDE bindings. Used by QtRuby
    and PerlQt.
  * kalyptus: a header parser and bindings generator for Qt/TDE. 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-TDE apps as a KPart

+ broken: 
  * qtsharp: C# bindings for Qt (badly broken after qtc removal)