TDE programming language bindings
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Go to file
Michele Calgaro a535b014a3
Fix FTBFS caused by incompatible cast
1 неделю назад
admin@59a8bf7c09 Reset submodule main/core/tdebindings/admin to latest HEAD 2 месяцев назад
dcopc Fix FTBFS caused by incompatible cast 1 неделю назад
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 7 месяцев назад
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)