TDE programming language bindings
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Iet uz failu
Michele Calgaro add9d70b50
Replace QT_STATIC_CONST_* with actual definitions
pirms 1 mēnesi
admin@59a8bf7c09 Reset submodule main/core/tdebindings/admin to latest HEAD pirms 1 mēnesi
dcopc Fix detection whether the system is big endian pirms 7 gadiem
dcopjava Fix FTBFS in dcopjava in case TQt3 is not installed in the system directory. pirms 3 gadiem
dcopperl qt -> tqt conversion: pirms 6 gadiem
dcoppython Replace Q_OBJECT with TQ_OBJECT pirms 8 mēnešiem
doc Added conditions for installing man pages according to parts that are builded. pirms 2 gadiem
kalyptus Replace QT_STATIC_CONST_* with actual definitions pirms 1 mēnesi
kjsembed Replace Q_WS_* defines with TQ_WS_* equivalents pirms 1 mēnesi
korundum Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
python Convert remaining references to kde3 (e.g. in paths) to trinity pirms 13 gadiem
qtjava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
qtruby Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
qtsharp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
smoke Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN pirms 7 mēnešiem
tdejava Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
xparts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. pirms 3 gadiem
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
COPYING Update COPYING file. pirms 11 gadiem
COPYING.LIB Fix inadvertent "TQ" changes. pirms 12 gadiem
ChangeLog Rename many classes to avoid conflicts with KDE pirms 10 gadiem
INSTALL Fix inadvertent renaming and typos. pirms 11 gadiem
Makefile.am.in Rename many classes to avoid conflicts with KDE pirms 10 gadiem
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
README Rename many classes to avoid conflicts with KDE pirms 10 gadiem
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
configure.in.in Added conditions for installing man pages according to parts that are builded. pirms 2 gadiem

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)