summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14Make it workzecke1-8/+4
history and other stuff
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-5/+5
2002-10-11changed references to widget into references to widgetLayer or EmulationWidget.ibotty1-4/+4
2002-10-09PLANS:zecke1-6/+32
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-09-28io_layer take Profile instead of Configzecke1-1/+10
Profile added including some Config like stuff io_serial getBaud -> baud a default for gcc3 later tabdwidget will be our central widget profileconfig I needed groups() and clearAll that's pretty much it
2002-09-26The basic gui outlinezecke1-0/+39
a MainWindow a Session and a Factory