summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/filetransfer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-1/+3
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2004-02-23Opie Console: libopie->libopie2drw1-2/+0
2004-02-01less includesharlekin1-1/+0
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2002-10-22set $TERM in MyPty according to the terminal typezecke1-1/+2
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-15Remove debugging outputzecke1-6/+0
Fix possible crashes in io_bt and io_irda
2002-10-13Move some stuff in filetransfer aroundzecke1-2/+5
make pid == 0 after a finished process. Introduce the FileReceive class it does not parse progress though
2002-10-13- extend file transfer dialog so it can receive too (without filename argument)josef1-2/+2
- fix error messages so they match the error code - don't show dialog maximized. It's still modal but we're coming near... - reset status to "ready" after interrupting or finishing operation - bugfix in filetransfer.cpp: don't kill process if pid is not set => before the fix, cancel() killed random processes!
2002-10-12Calmed down... 2nd try after mergezecke1-0/+3
Use MetaFactory cuase it's so nice and avoids thousands of if() else if stuff Fix a bug in filetransfer where cancel after exit leaded to a crash cause of bogus adresses in the QSocketNotifiers..
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