summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_serial.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-29Make the Modem take custom Ats againzecke1-5/+1
Supply default values set labels to richtext this way we achieve word wrap IO_Layer added a closed(IOLayer*) signal ProfileEditorDialog make Horizontal scrolling on the QScrollView possible. Once the Vertical Scrollbar is there the Modem dialog does not have enough space
2002-10-24Modem is now workingzecke1-0/+7
Kindly called from Germany to Switzerland via rfcomm( affix) + Nokia6210 + Vodafone... But now it's working might be a hangup problem somewhere
2002-10-24intent to fix modemzecke1-0/+22
2002-10-17either device or mac addressharlekin1-0/+1
2002-10-15- 3 small fixes, please review:josef1-0/+1
- disable all relevant menu items when last session has been closed (but this might not be the correct bugfix, so consider it temporary) - don't set menu status to connected when connection fails - modem sessions: when user cancels connection, close serial connection first again, so we can reconnect (re-dial) later without problems
2002-10-15 next isConnected tryharlekin1-0/+8
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-0/+7
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-15Remove debugging outputzecke1-8/+0
Fix possible crashes in io_bt and io_irda
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