summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14the BAud Value is called Speed not baudzecke1-1/+2
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-1/+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-1/+6
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-10-09A small testsuitezecke1-4/+10
the stuff from the remote goes to the stdout There is a send button and a multilineedit be sure to hit \n before sending... Some debug code... in some files debugged IOSerial it should be fine now
2002-10-09IOSerial fixletzecke1-0/+3
if failed to ioctl m_fd is != 0 so set it 0 and initialize m_read, m_error properly TabWidget was a OTabWidget again but there is a bug somewhere in the removePage code. I hopefully kindly asked drw to take a look at it MainWindiw Close does not terminate Screen is funny to look at... everytime a different background. when using QTabWidget I see nothing when using OTabWidget i've vertical scrollbars and see the content
2002-09-28io_layer take Profile instead of Configzecke1-10/+11
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-28indenting, commentswazlaf1-0/+4
2002-09-28Some changes in io_layer.h; Untested Serial IOLayer implementation addedwazlaf1-2/+153
2002-09-25preliminary skeletonwazlaf1-0/+12