summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik1-2/+4
In that expansion a whole new crop of unchecked returns has sprung up. This commit fixes those weeds or should I say potential bugs.
2005-06-15Resource -> OResource and fix compiler warningdrw1-3/+7
2005-03-01Allow to wait 6 seconds (instead of three) when initialising the modemzecke1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-297/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+297
2004-10-14-FlowControl and LineTermination are saved and activated by numericalzecke6-44/+45
value now. This makes it work across different translations -Switch code to use new PPPData::enter() and PPPData::flowcontrol()
2004-10-14-Make ModemQuery to use the 'current' configurationzecke3-3/+55
-Todo make FlowControl, LineTermination lwork across locales for safe and restore
2004-09-10Fix the issues the compilers botherszecke6-24/+26
remove unused parameters, give return values on return
2004-05-31- convert qDebug to odebugar1-1/+0
2004-05-15- convert qDebug to odebugar1-26/+26
2004-04-24gcc 3.4 fixletmickeyl1-3/+4
The inheritance brings Qt and QObject into class scope as private. If you want to access Qt and QObject from within the class scope, one has to do it via global scope (::Qt::...)
2004-04-09- eliminate cylic dependencymickeyl13-33/+62
- complete using opie debugging framework - sanitize #include order
2004-04-04convert to Opie Debugging Frameworkmickeyl12-115/+115
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-2/+2
build system
2004-03-14Fix up depends on LIBOPIE1zecke1-1/+1
Proper signature for signal and slots and namespaces
2004-03-02applied the patch generated by the optimize_connect script fromalwin4-14/+14
TT.
2004-02-21improve support for BigScreenar4-661/+747
2004-02-21improve support for BigScreenar2-863/+945
2004-02-08Document Networksettings APIzecke1-1/+1
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2003-12-20ipkg doesn't like arbitrary empty lineschicken1-1/+0
2003-11-03Porting Opie to MacOS-X.eilers1-2/+2
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-08-09Merge from BRANCH_1_0kergoth29-692/+1569
2003-08-09Merge from BRANCH_1_0.kergoth1-2/+2
2003-06-12fix delete accounttille1-1/+3
2003-06-121st version of qcop call in oder to let wellenreiter copy the APs it found...tille1-0/+2
... and more later.
2003-06-10layout fixesharlekin2-1/+2
2003-06-09Relative Files: path, not absolutgroucho1-1/+1
2003-06-07set/use interface statusdwmw21-1/+7
2003-06-07updateInterface() in refresh()dwmw21-0/+1
2003-06-07execpppd returns true on success, not zerodwmw21-1/+1
2003-06-07Don't close the tty before invoking pppd. It makes it difficult to use.dwmw21-1/+4
2003-06-07Add IrDA and Bluetooth modemsdwmw21-0/+3
2003-06-06more arm fixes..tille1-1/+1
2003-06-06includes for armtille1-0/+2
2003-06-05sanitizedschurig1-1/+1
2003-06-03it's a (huge;) independend package nowtille2-1/+11
2003-06-03should popup for passwd now...tille3-6/+9
2003-06-03authentication (except when passwd not stored)tille17-156/+313
and minor things
2003-06-02impl remove itemtille3-9/+9
2003-06-02save pppd argumentstille4-28/+11
2003-06-02layout fixes and cleanuptille5-358/+242
2003-06-02basicly working now...tille9-30/+160
... but it's not yet tested... ... and you cannot input username and pw. you can write a loginscript.
2003-05-31*** empty log message ***tille1-0/+4
2003-05-30modem and pppdata is now member of interfaceppptille30-981/+1125
2003-05-25saves configured interfaces nowtille6-78/+78
2003-05-25save device specific settingstille7-109/+130
2003-05-25knuminput gone tootille7-2672/+52
2003-05-25debug window gonetille6-282/+3
2003-05-24pppd stufftille5-102/+330