summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_modem.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-01-21fixed a lot of errors and sloppyness to make it compile again...mickeyl1-0/+11
2002-10-24Modem is now workingzecke1-4/+6
Kindly called from Germany to Switzerland via rfcomm( affix) + Nokia6210 + Vodafone... But now it's working might be a hangup problem somewhere
2002-10-24intent to fix modemzecke1-3/+5
2002-10-21Fix the addPage bug... and avoid some compiler warnings. REMEMBER WARNINGS ↵zecke1-0/+2
ARE BUGS
2002-10-21- argh! fix for closeRawIO()josef1-4/+6
even 2-line-patches can be wrong :)
2002-10-21WARNING, UNTESTEDjosef1-0/+2
- closeRawIO() when we're done with dialing
2002-10-18- implement proper disconnect for modem connectionsjosef1-1/+4
- let transfer dialog use widgetStack()
2002-10-17- make modem dialup widget really workjosef1-1/+1
- still todo: communication after dialing number, and error checks
2002-10-15- 3 small fixes, please review:josef1-1/+5
- disable all relevant menu items when last session has been closed (but this might not be the correct bugfix, so consider it temporary) - don't set menu status to connected when connection fails - modem sessions: when user cancels connection, close serial connection first again, so we can reconnect (re-dial) later without problems
2002-10-15- io_modem must keep copy of profile, otherwise it crashes (now it works -josef1-5/+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-14parity none addedharlekin1-0/+1
2002-10-14- add modem layer so dialer can be used within Connectjosef1-2/+6
2002-10-14- only allow sessions if all components (layer, widgetstack) are availablejosef1-3/+5
- add io_modem to .pro file so it gets compiled - fix io_modem compilation (untested, but better than nothing)
2002-10-13fixes to modem stuffharlekin1-8/+8
2002-10-13- make dialer accessible transparently when opening a modem sessionjosef1-3/+10
- implement sending data (currently written to stdout for debug purpose)
2002-10-12some more stuff - modem config, bluetooth.. -, not finishedharlekin1-0/+66