summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/dialer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14- add modem layer so dialer can be used within Connectjosef1-2/+1
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef1-6/+44
- implement sending data (currently written to stdout for debug purpose)
2002-10-13- implement better state machine, with explanationjosef1-19/+102
- command order as used in kppp's connect.cpp
2002-10-13- first stub for modem dialer widgetjosef1-0/+106
- 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