summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/MyPty.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke1-5/+0
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial
2004-10-08added a 10east define for some changed builds for them, also added a logging ↵harlekin1-0/+1
mode, also some changes to the "fix broken distros" part, snapshot
2004-04-04convert to Opie Debugging Frameworkmickeyl1-5/+9
2004-02-01less includesharlekin1-2/+0
2003-01-21fixed a lot of errors and sloppyness to make it compile again...mickeyl1-2/+2
2002-10-31The if file exists check was wrong..zecke1-4/+2
I limit it to a /bin/bash check...
2002-10-31Auto connect on Locale Console again!zecke1-1/+16
MyPty test if cmd is available(exists) and then either use /bin/bash or /bin/sh ConsoleConfigWidget added a comment about the expected behaviour
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf1-10/+17
2002-10-25coughharlekin1-1/+1
2002-10-25is there is a real bash installed, take that instead of shharlekin1-0/+6
2002-10-24Fixed warningszecke1-1/+1
Now we're down to two warning with number conversions Enable Saving Sessions Enable Copy and Paste
2002-10-22set $TERM in MyPty according to the terminal typezecke1-2/+17
emulation_handler set the keyfilter right for the right terminal filetransfer fix warnings profile add Linux, XTerm as Emulation options TerminalWidget add Linux,XTerm
2002-10-20Enable setSize SIGNAL/SLOT conenction in sessionzecke1-0/+1
Add some separators to m_console of mainwindow
2002-10-17autologin if profiles io layer offers itharlekin1-0/+2
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-4/+19
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-6/+0
Fix possible crashes in io_bt and io_irda
2002-10-15The right way to deal with the pipezecke1-3/+7
2002-10-15Temp disable the Error notifier this fixes the probs with exiting taking ↵zecke1-5/+17
90%+ of CPU time
2002-10-14A small console emulation layer...zecke1-0/+299
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(