summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_layer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-12/+12
TT.
2004-02-01less includesharlekin1-3/+0
2002-10-20scripting fixed (moved from emulation_layer to emulation_handler). Scripts ↵wazlaf1-35/+1
now use QByteArray instead of QString
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-0/+36
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
2002-10-09updated emulationLayer to use WidgetLayer (not Widget, which is b0rked)ibotty1-24/+24
default.cpp is broken, because there is still no new widget (coming soon...)
2002-10-05initial commitibotty1-0/+372
to get something started (and increase my stats ;)