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.
koffice/kexi/plugins/scripting
Michele Calgaro 08647add49
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 years ago
..
kexiapp LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
kexidb LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
kexiscripting LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
scripts Rename a few icons left in rc files 10 years ago
Makefile.am Added old abandoned KDE3 version of koffice 15 years ago
README Added old abandoned KDE3 version of koffice 15 years ago
kexidb.doxyfile Fix inadvertent tq changes. 12 years ago

README

Kexi Scripting README
---------------------

The code in this directory implements a scripting plugin for 
Kexi. The Kross Scripting Framework located at koffice/libs/kross
is used to embed scripting interpreters and access Kexi
functionality from within those interpreters.

See also http://www.kexi-project.org/wiki/wikiview/index.php?Scripting

/kexiscripting/
The scripting-plugin which will be loaded by Kexi at startup to
embed Kross into Kexi.

/kexiapp/
Access to a running Kexi application. Kexi itself takes care of 
publishing it's KexiMainWindowImpl instance and the kexiapp-plugin 
provides access to some of the applications functionality at runtime.

/kexidb/
Kross-plugin to provide nearly the whole KexiDB-framework to scripting
interpreters. That way we are able to read/write from/to all by KexiDB
supported databases.

/scripts/
Kexi-dependend scripts. This directory holds our in python or ruby
written scripting extensions. Those extensions are just plugins for
Kexi to extend it's functionality.