You cannot 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/interfaces/tdescript
Michele Calgaro 1307964495
Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
..
sample Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 5 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 7 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
scriptclientinterface.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
scriptinterface.desktop Desktop file translations: 5 years ago
scriptinterface.h Rename kdemacros.* files to tdemacros.* 8 months ago
scriptloader.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
scriptloader.h Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 1 year ago
scriptmanager.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
scriptmanager.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 10 months ago

README

Script interface
----------------
Overview:
scriptloader - used to load script engines and scripts from the GUI
scriptinterface - the base of all script engines

Script Engines:
	
TODO

Script Loader:

TODO