TDE programming language bindings
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Go to file
Michele Calgaro a535b014a3
Fix FTBFS caused by incompatible cast
il y a 5 jours
admin@59a8bf7c09 Reset submodule main/core/tdebindings/admin to latest HEAD il y a 2 mois
dcopc Fix FTBFS caused by incompatible cast il y a 5 jours
dcopjava Fix FTBFS in dcopjava in case TQt3 is not installed in the system directory. il y a 3 ans
dcopperl qt -> tqt conversion: il y a 6 ans
dcoppython Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
doc Added conditions for installing man pages according to parts that are builded. il y a 2 ans
kalyptus Fix FTBFS caused by TDE/tqt3#109 il y a 2 semaines
kjsembed Replace Q_WS_* defines with TQ_WS_* equivalents il y a 2 mois
korundum Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
python Convert remaining references to kde3 (e.g. in paths) to trinity il y a 13 ans
qtjava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
qtruby Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
qtsharp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
smoke Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN il y a 7 mois
tdejava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
xparts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. il y a 3 ans
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
COPYING Update COPYING file. il y a 12 ans
COPYING.LIB Fix inadvertent "TQ" changes. il y a 12 ans
ChangeLog Rename many classes to avoid conflicts with KDE il y a 10 ans
INSTALL Fix inadvertent renaming and typos. il y a 11 ans
Makefile.am.in Rename many classes to avoid conflicts with KDE il y a 10 ans
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README Rename many classes to avoid conflicts with KDE il y a 10 ans
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
configure.in.in Added conditions for installing man pages according to parts that are builded. il y a 2 ans

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)