summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/dialer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-21Fix the addPage bug... and avoid some compiler warnings. REMEMBER WARNINGS ↵zecke1-2/+2
ARE BUGS
2002-10-20Please review!josef1-16/+21
- 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- increase dialog responsivenessjosef1-2/+3
The higher the value (currently 100) is, the faster the modem dials, but lower values guarantee a smoother UI.
2002-10-18- implement proper disconnect for modem connectionsjosef1-0/+6
- let transfer dialog use widgetStack()
2002-10-18- improve dialerjosef1-14/+27
It works now correctly for me :) But a few details must be changed (i.e. no hardcoded values)
2002-10-17- make modem dialup widget really workjosef1-12/+61
- still todo: communication after dialing number, and error checks
2002-10-15- io_modem must keep copy of profile, otherwise it crashes (now it works -josef1-2/+3
doh!) - try to use key/value pairs for dialing where currently possible (init string and dial sequence) - when editing telephone number, try to read in, including special chars stripping (-, /, whitespace) using QRegExp
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