summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/BUGS
AgeCommit message (Collapse)AuthorFilesLines
2002-10-24better use resource::harlekin1-2/+0
2002-10-24nicer layout, and a a qlineedit instead of _2_ QLCDsharlekin1-3/+0
2002-10-24de- /active script entries rightharlekin1-0/+3
2002-10-24forgot tr()harlekin1-0/+1
2002-10-24updateharlekin1-0/+3
2002-10-24set autoconnect by default for local console modeharlekin1-14/+0
2002-10-24updateharlekin1-5/+3
2002-10-23more todos for tomorrowharlekin1-1/+16
2002-10-23updateharlekin1-0/+1
2002-10-23Fix stupid bug in function_keyboardzecke1-0/+4
class Doo{ public: Doo (){ Foo* m_foo = new Foo(); } void do(){ m_foo->woot() } private Foo* m_foo }; what is wrong in the above code? cvslastchange for the answer
2002-10-21some more bugs/todoharlekin1-0/+17
2002-10-21Removed my bugszecke1-5/+0
2002-10-21- remove . and , from numbersjosef1-0/+3
- use 2 QLCDWidgets so we can handle larger numbers
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-0/+9
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