summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-0/+2
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-0/+3
Progress for FileTransfer FileTransferLayer updates. ErrorCodes + Better methods cancel and better progress default switch to FileTransfer TabWidget is a OTabWidget again
2002-10-11Introduce rawIO in the IOLayerzecke1-0/+3
This is needed because ?-modem does not like buffered IO at all and we at least double buffered it While sz_transfer is now dead we've filetransfer which is using DirectIO between IOLayer and the SZ IOSerial got adjusted to the rawIO introduction
2002-09-28io_layer take Profile instead of Configzecke1-1/+1
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-26fix unused variable warningszecke1-2/+6
Added IOLayer* layer() to file_transfer.h
2002-09-25preliminary skeletonwazlaf1-0/+10