summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppmodule.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10Fix the issues the compilers botherszecke1-11/+12
remove unused parameters, give return values on return
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 dependencymickeyl1-0/+2
- complete using opie debugging framework - sanitize #include order
2004-04-04convert to Opie Debugging Frameworkmickeyl1-10/+10
2004-02-21improve support for BigScreenar1-57/+90
2004-02-08Document Networksettings APIzecke1-1/+1
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth1-2/+115
2003-06-03authentication (except when passwd not stored)tille1-4/+2
and minor things
2003-06-02impl remove itemtille1-7/+4
2003-05-30modem and pppdata is now member of interfaceppptille1-14/+17
2003-05-25saves configured interfaces nowtille1-6/+17
2003-05-25save device specific settingstille1-11/+13
2003-05-25debug window gonetille1-0/+1
2003-05-24pppd stufftille1-12/+16
2003-05-24saves config (still in the kppp way)tille1-1/+2
2003-05-23configure dialog basicly workingtille1-4/+9
more kppp stuff... ;)
2003-05-22finds the modem of my laptop now,tille1-20/+28
thanks to the kppp team
2002-11-13code cleanup const's placed in codebenmeyer1-10/+13
2002-11-11Initial framework for the ppp modulebenmeyer1-0/+104