summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.h
AgeCommit message (Collapse)AuthorFilesLines
2004-04-222400 and 4800 baud added, also free font selectionharlekin1-1/+1
2003-01-21fixed a lot of errors and sloppyness to make it compile again...mickeyl1-10/+11
2002-10-24intent to fix modemzecke1-0/+2
2002-10-15 next isConnected tryharlekin1-0/+3
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-1/+3
This way we know what an IOLayer supports Adjust IOSerial and MyPty to that change Fix the after close window the previous session window is empty bug in Mainwindow::remove we had a problem first we removed the currentSession from the tab and then deleted the session The problem is that removePage on OTabWidget does signal currentChanged so we did not delete the session intended but the wrong one because m_curSession got adjusted after a removePage... 3rd fix the close and reopen bug in MyPty
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-0/+1
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/+1
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-5/+5
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-28Some changes in io_layer.h; Untested Serial IOLayer implementation addedwazlaf1-2/+49
2002-09-25preliminary skeletonwazlaf1-0/+16