summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/filetransfer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-12Implemented Y-Moden and X-Modemzecke1-1/+14
The parsing needs to ne adjusted for these gusys though..
2002-10-12SWITCH to the ProcCtl interfacezecke1-30/+25
2002-10-12This is targetted to the people tellingzecke1-3/+0
in computer science classes that I'm toolkit dependant This is a Process Controller which will be used to work around the limit of only beeing able to do one FileTransfer at a Time
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-20/+123
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/+142
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