summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/tabwidget.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-0/+1
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-1/+0
Fix possible crashes in io_bt and io_irda
2002-10-11suspending connections in rawMode... closeRawIO afterwards pleasezecke1-4/+5
Progress for FileTransfer FileTransferLayer updates. ErrorCodes + Better methods cancel and better progress default switch to FileTransfer TabWidget is a OTabWidget again
2002-10-09PLANS:zecke1-6/+15
move around some stuff to done, open to progress... Default add EmulationLayer stuff (vt102) EmulationLayer tried to use WidgetLayer but this did not work out KeyTrans make sure to load the Q*Dict first before accessing it! ibotty please check if this was correct MainWindow make generation of Sessions possible TabWidget go back to QTabWidget for now... this is much more testedt and I do not have to debug it. Besides that OTabWidget is a kewl widget and we will take it as soon as Sessions are tested enough TabWidget also implement setCurrent for sessions Vt102 make it compile... const QByteArray != const QByteArray&
2002-10-05otabwidget instead of qtabwidgetharlekin1-8/+14
2002-09-28io_layer take Profile instead of Configzecke1-0/+28
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