TDE programming language bindings
You can not 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 561a307755
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
8 months ago
admin@d0f78209de Reset submodule main/core/tdebindings/admin to latest HEAD 8 months ago
dcopc Fix detection whether the system is big endian 7 years ago
dcopjava Fix FTBFS in dcopjava in case TQt3 is not installed in the system directory. 3 years ago
dcopperl qt -> tqt conversion: 6 years ago
dcoppython Replace Q_OBJECT with TQ_OBJECT 10 months ago
doc Added conditions for installing man pages according to parts that are builded. 2 years ago
kalyptus Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN 8 months ago
kjsembed Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN 8 months ago
korundum Drop compatibility code for TQButton 10 months ago
python Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
qtjava Drop compatibility code for TQSignal 9 months ago
qtruby Remove unnecessary accelerators from .ui files 2 years ago
qtsharp Replace various Q_* and QT_* defines with TQ_* and TQT_* 8 months ago
smoke Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN 8 months ago
tdejava Replace Q_OBJECT with TQ_OBJECT 10 months ago
xparts Remove '-L$(prefix)/lib' to prevent multi-arch build issues 10 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
COPYING Update COPYING file. 12 years ago
COPYING.LIB Fix inadvertent "TQ" changes. 12 years ago
ChangeLog Rename many classes to avoid conflicts with KDE 10 years ago
INSTALL Fix inadvertent renaming and typos. 11 years ago
Makefile.am.in Rename many classes to avoid conflicts with KDE 10 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Rename many classes to avoid conflicts with KDE 10 years ago
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Added conditions for installing man pages according to parts that are builded. 2 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)