summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/dialer.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-21Fix the addPage bug... and avoid some compiler warnings. REMEMBER WARNINGS ↵zecke1-1/+1
ARE BUGS
2002-10-20Please review!josef1-0/+1
- change modem default commands because we don't interpret ~ and friends (minicom does AFAIK) - disable unused AT settings for now - when cancelling dialing, and we didn't yet get a single byte from the modem, don't hangup
2002-10-18- implement proper disconnect for modem connectionsjosef1-0/+1
- let transfer dialog use widgetStack()
2002-10-17- make modem dialup widget really workjosef1-1/+2
- still todo: communication after dialing number, and error checks
2002-10-14- add modem layer so dialer can be used within Connectjosef1-1/+1
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef1-2/+4
- implement sending data (currently written to stdout for debug purpose)
2002-10-13- implement better state machine, with explanationjosef1-0/+7
- command order as used in kppp's connect.cpp
2002-10-13- first stub for modem dialer widgetjosef1-0/+42
- this is not yet used in opie-console; to do so, the modem-specific profile part (AT commands [atconfigdialog.cpp] and dial options [dialdialog.cpp]) should be used