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.
tdelibs/tdehtml/java
Michele Calgaro 03aa7238b3
Replace Q_WS_* defines with TQ_WS_* equivalents
2 months ago
..
dummy For templates from CMake, use the TDE CMAKE TEMPLATES variable. 4 years ago
images Fix invalid headers in PNG files and optimize for size 8 years ago
netscape Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
org/kde Additional k => tde renaming and fixes 11 years ago
tests Rename common header files for consistency with class renaming 11 years ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
ChangeLog Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
KJAS_GRAMMAR.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
TODO Additional k => tde renaming and fixes 11 years ago
build.properties Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
build.xml Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
configure.in.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
cr16-action-java.png Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjava.jar Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjava.policy.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavaapplet.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaapplet.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kjavaappletcontext.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjavaappletcontext.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kjavaappletserver.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjavaappletserver.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kjavaappletviewer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjavaappletviewer.desktop Desktop file translations: 4 years ago
kjavaappletviewer.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kjavaappletwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjavaappletwidget.h Replace Q_WS_* defines with TQ_WS_* equivalents 2 months ago
kjavadownloader.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjavadownloader.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kjavaprocess.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
kjavaprocess.h Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 7 months ago
kqeventutil.cpp Removed code formatting modelines. 4 years ago
kqeventutil.h Removed code formatting modelines. 4 years ago
kxeventutil.cpp Removed code formatting modelines. 4 years ago
kxeventutil.h Removed code formatting modelines. 4 years ago
make-jar Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
pluginsinfo Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago

README

Wynn Wilkes- November 14, 2000
I've just completed a large update that fixes a large number of bugs.  The
update also adds applet security.  The security update requires a Java 2
jvm.  

This is libkdejava, the KDE Java support library.

Directory map:

$CWD			CPP sources for KDE binding to KJAS and some
			additional utility classes.
kjava-classes.zip	An *uncompressed* ZIP file containing the .class files
			for the KJAS server. The files must be uncompressed to
			support some crappy JVMs.
org/kde/kjas/server	Java sources for KJAS server process

You can find more information at http://developer.kde.org/language-bindings/java/

Richard Moore.
rich@kde.org