summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/script.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-21Fix scriptiong Open the file before reading from itzecke1-0/+1
Add text/all to the mimetypes this makes recording, saving and running work
2002-10-20scripting fixed (moved from emulation_layer to emulation_handler). Scripts ↵wazlaf1-8/+7
now use QByteArray instead of QString
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-0/+30
emulation_layer and store them in a "Script" instance. This can later be saved to a file and on request "replayed" by sending the typed keys to the associated IOLayer