summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/filetransfer.h
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23Opie Console: libopie->libopie2drw1-1/+2
2002-10-22set $TERM in MyPty according to the terminal typezecke1-7/+1
emulation_handler set the keyfilter right for the right terminal filetransfer fix warnings profile add Linux, XTerm as Emulation options TerminalWidget add Linux,XTerm
2002-10-12missing commitszecke1-3/+4
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-0/+15
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/+38
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