summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_layer.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20scripting fixed (moved from emulation_layer to emulation_handler). Scripts ↵wazlaf1-18/+0
now use QByteArray instead of QString
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-1/+18
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-3/+3
default.cpp is broken, because there is still no new widget (coming soon...)
2002-10-09PLANS:zecke1-1/+1
move around some stuff to done, open to progress... Default add EmulationLayer stuff (vt102) EmulationLayer tried to use WidgetLayer but this did not work out KeyTrans make sure to load the Q*Dict first before accessing it! ibotty please check if this was correct MainWindow make generation of Sessions possible TabWidget go back to QTabWidget for now... this is much more testedt and I do not have to debug it. Besides that OTabWidget is a kewl widget and we will take it as soon as Sessions are tested enough TabWidget also implement setCurrent for sessions Vt102 make it compile... const QByteArray != const QByteArray&
2002-10-05initial commitibotty1-0/+146
to get something started (and increase my stats ;)