summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings
AgeCommit message (Collapse)AuthorFilesLines
2007-06-10fix missing types for include for latest kernelaquadran1-0/+2
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik2-6/+11
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 warningdrw3-19/+15
2005-05-10ignore hostap control interfacesmickeyl1-3/+5
2005-05-10improve WEP key handling and add wlan-ng support. patch courtesy Dirk Opfer, ↵mickeyl4-52/+189
thanks!
2005-04-21disable "Rescan Neighbourhood" while scanningmickeyl2-3/+5
2005-03-07hostname should be filtered. Check return value of setting the hostnamealwin1-8/+24
and write operations.
2005-03-07let users set hostname via dialog. the same name will set asalwin3-2/+174
IRDA name so user can give their personal device a personal name. ;) ToDO: fixup init scripts in OE so hostname will set on startup into IRDA name
2005-03-04Scale icons appropriatelydrw1-1/+4
2005-03-01Allow to wait 6 seconds (instead of three) when initialising the modemzecke1-1/+1
2005-01-21- make opie compilable against qte 2.3.10 snapshotar3-3/+3
check QT_VERSION against 0x030000 instead of 300
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl4-1193/+4
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl4-4/+1193
2004-12-20Restore Changes:zecke2-5/+42
Call ifup/ifdown INTERFACE instead of ifconfig as requested by Chris Larson
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
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-14Old Patch from BRANCH 1.0 to install Translations of the Pluginszecke1-43/+13
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 botherszecke10-39/+40
remove unused parameters, give return values on return
2004-08-20- remove unnecessary tab.ar1-27/+21
this hack is only a dirty work-around to prevent some confusion. networksetting is unmaintained and should be replaced by networksettings2, when it's done.
2004-08-20- add libpcap dir to lib- and include directoryar1-1/+8
2004-07-28disambiguatemickeyl1-6/+10
2004-07-06move module.hmickeyl1-0/+0
2004-07-06resurrectmickeyl1-0/+3
2004-07-06CLEANUP: make networksettings directory structure packaging-friendlymickeyl11-3/+32
2004-05-31- convert qDebug to odebugar1-1/+0
2004-05-15- convert qDebug to odebugar2-41/+40
2004-04-24gcc 3.4 fixletmickeyl1-3/+3
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 dependencymickeyl21-55/+96
- complete using opie debugging framework - sanitize #include order
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl1-2/+2
2004-04-06one include of odebug.h a day keeps my anger away... :}zecke4-0/+7
Add odebug.h so that it compiles
2004-04-04convert to Opie Debugging Frameworkmickeyl21-222/+222
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl4-7/+7
build system
2004-03-27play with the build order again to allow building from scratchmickeyl1-2/+2
2004-03-16link against libopiecore2 instead libopiealwin1-1/+1
2004-03-14Fix up depends on LIBOPIE1zecke2-2/+2
Proper signature for signal and slots and namespaces
2004-03-14Make use of ODPzecke6-4/+10
2004-03-13ditochicken1-1/+1
2004-03-13fix to enable networksettingschicken1-1/+1
2004-03-02Fix missed libopie includedrw1-1/+1
2004-03-02applied the patch generated by the optimize_connect script fromalwin7-24/+24
TT.
2004-03-02build order fixmickeyl1-2/+2
2004-02-22Network Settings: libopie->libopie2drw12-71/+74
2004-02-21improve support for BigScreenar7-1193/+1363
2004-02-21improve support for BigScreenar2-863/+945
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-08More API fixeszecke2-0/+19
2004-02-08Document Networksettings APIzecke4-15/+88
2004-02-07Fix up linking.zecke2-2/+2
Only wlan currently requires Opie2 stuff