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 a535b014a3
Fix FTBFS caused by incompatible cast
преди 2 седмици
admin@59a8bf7c09 Reset submodule main/core/tdebindings/admin to latest HEAD преди 2 месеца
dcopc Fix FTBFS caused by incompatible cast преди 2 седмици
dcopjava Fix FTBFS in dcopjava in case TQt3 is not installed in the system directory. преди 3 години
dcopperl qt -> tqt conversion: преди 6 години
dcoppython Replace Q_OBJECT with TQ_OBJECT преди 9 месеца
doc Added conditions for installing man pages according to parts that are builded. преди 2 години
kalyptus Fix FTBFS caused by TDE/tqt3#109 преди 3 седмици
kjsembed Replace Q_WS_* defines with TQ_WS_* equivalents преди 2 месеца
korundum Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
python Convert remaining references to kde3 (e.g. in paths) to trinity преди 13 години
qtjava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
qtruby Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
qtsharp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
smoke Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN преди 8 месеца
tdejava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
xparts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 3 месеца
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. преди 3 години
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
COPYING Update COPYING file. преди 12 години
COPYING.LIB Fix inadvertent "TQ" changes. преди 12 години
ChangeLog Rename many classes to avoid conflicts with KDE преди 10 години
INSTALL Fix inadvertent renaming and typos. преди 11 години
Makefile.am.in Rename many classes to avoid conflicts with KDE преди 10 години
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
README Rename many classes to avoid conflicts with KDE преди 10 години
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
configure.in.in Added conditions for installing man pages according to parts that are builded. преди 2 години

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)