summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings
AgeCommit message (Collapse)AuthorFilesLines
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
2004-01-16add build time dependency to libopienet2mickeyl1-1/+1
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke7-31/+31
2004-01-03libopiecore2 and libopienet2 are needed by wlan-pluginar1-1/+1
2004-01-03make networksettings compile without opie-lib 2ar1-1/+1
2003-12-29waited too long for tille to do something - merged it on my own... :(mickeyl5-19/+9
2003-12-20ipkg doesn't like arbitrary empty lineschicken2-2/+0
2003-12-14the correct spelling of dependencies helps for building imagesmickeyl1-1/+1
2003-12-11no longer necessary to depend on a certain version of libopienet2mickeyl1-1/+1
2003-11-03Porting Opie to MacOS-X.eilers2-4/+4
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-28catch up with API changes in libopienetmickeyl1-4/+4
2003-10-10This patch adds scanning the "network neighbourhood" in networksettings-wlanmickeyl7-328/+577
(powered by the Wellenreiter II scanning engine found in libopienet2). Detected networks are put in a list and you can select parameters by clicking on an entry in the list. See http://opie.net.wox.org/images/wlanplugin.png Two inherent drawbacks: 1.) networksettingsplugin-wlan now needs libopienet2. Well, my library work pays off. If you like to rewrite the stuff so that libopienet2 is not needed, then just go ahead ;) 2.) Scanning won't work on linux distributions without patched monitor mode drivers. I think we can live with these two "issues". Feel free to revert, if you don't like my work :D