summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.h
AgeCommit message (Collapse)AuthorFilesLines
2003-01-21fixed a lot of errors and sloppyness to make it compile again...mickeyl1-2/+2
2002-10-29Make the Modem take custom Ats againzecke1-0/+6
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-24set autoconnect by default for local console modeharlekin1-2/+2
2002-10-20Enable setSize SIGNAL/SLOT conenction in sessionzecke1-1/+1
Add some separators to m_console of mainwindow
2002-10-15 next isConnected tryharlekin1-0/+2
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-0/+14
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-14A small console emulation layer...zecke1-2/+2
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-0/+8
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-0/+8
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/+7
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-08SzModem:zecke1-1/+1
Make it compile remove = 0 from sendFile Add a Type to Sz so it could cover SX,SY too MetaFactory: take QCString name QString uiString so Carsten will be able to translate and users can switch Language without losing profiles Default It's aware of all Default/BuiltIn Plugins and adds them to the factory Common typedef bool BOOL TT is not using bool because it wasn't available at that time they use uint : 1... maybe we should change UINT_8 to Q_UINT8... MainWindow: give the factory to the config widget use Default IOLayer reload should take Profile not Config ConfigDialog: make use of Factory and do not do new MetaFactory.. i should make the c'tor private and add MainWindow as friend ProfileEditorDialog: Huge clean ups to the architecture. I still need to convert the widgets. Use the factory right
2002-09-28io_layer take Profile instead of Configzecke1-2/+3
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-13/+13
2002-09-25preliminary skeletonwazlaf1-0/+86