TDE programming language bindings
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Ir al archivo
Michele Calgaro a535b014a3
Fix FTBFS caused by incompatible cast
hace 2 semanas
admin@59a8bf7c09 Reset submodule main/core/tdebindings/admin to latest HEAD hace 2 meses
dcopc Fix FTBFS caused by incompatible cast hace 2 semanas
dcopjava Fix FTBFS in dcopjava in case TQt3 is not installed in the system directory. hace 3 años
dcopperl qt -> tqt conversion: hace 6 años
dcoppython Replace Q_OBJECT with TQ_OBJECT hace 9 meses
doc Added conditions for installing man pages according to parts that are builded. hace 2 años
kalyptus Fix FTBFS caused by TDE/tqt3#109 hace 3 semanas
kjsembed Replace Q_WS_* defines with TQ_WS_* equivalents hace 2 meses
korundum Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
python Convert remaining references to kde3 (e.g. in paths) to trinity hace 13 años
qtjava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
qtruby Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
qtsharp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
smoke Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN hace 8 meses
tdejava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
xparts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. hace 3 años
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
COPYING Update COPYING file. hace 12 años
COPYING.LIB Fix inadvertent "TQ" changes. hace 12 años
ChangeLog Rename many classes to avoid conflicts with KDE hace 10 años
INSTALL Fix inadvertent renaming and typos. hace 11 años
Makefile.am.in Rename many classes to avoid conflicts with KDE hace 10 años
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
README Rename many classes to avoid conflicts with KDE hace 10 años
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
configure.in.in Added conditions for installing man pages according to parts that are builded. hace 2 años

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)