summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-2/+2
TT.
2004-02-01less includesharlekin1-2/+0
2002-10-26- nonmodal file transfer (doesn't work yet!)josef1-0/+10
2002-10-24Fixed warningszecke1-0/+7
Now we're down to two warning with number conversions Enable Saving Sessions Enable Copy and Paste
2002-10-20Enable setSize SIGNAL/SLOT conenction in sessionzecke1-0/+2
Add some separators to m_console of mainwindow
2002-10-15 next isConnected tryharlekin1-7/+0
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-0/+6
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-15- more menu handling \n - added 2 more color shemesharlekin1-1/+11
2002-10-14Make it workzecke1-22/+25
history and other stuff
2002-10-14The new old TerminalWidget I'm anything but happy about itzecke1-8/+14
2002-10-11changed references to widget into references to widgetLayer or EmulationWidget.ibotty1-3/+3
2002-10-09PLANS:zecke1-3/+46
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-09-28io_layer take Profile instead of Configzecke1-2/+14
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-26main /s/setMainWindow/showMainWindowzecke1-0/+26
First implementation of the gui