summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings
AgeCommit message (Collapse)AuthorFilesLines
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
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth44-963/+1948
2003-08-09Merge from BRANCH_1_0.kergoth3-4/+4
2003-06-21channel count for wellenreitertille3-60/+92
2003-06-18single dns gets loaded nowtille1-1/+2
2003-06-17wellenreiter qcop call works nowtille3-27/+42
dns are saved and read in again
2003-06-17qpeDir() already has the trailing slashschurig1-1/+1
2003-06-16remove qFatal in case of unknow interface.tille1-1/+3
2003-06-16add support for multiline qcop callstille2-65/+62
and macaddrs
2003-06-13qcop channels for ESSID, Channel and Modetille4-20/+42
2003-06-13qcop channels for start, stop wlan interface works now...tille4-20/+65
... the qcop handling has to become more general, and this handlet in the interface itself.
2003-06-13little simplificatin -> less code sizeschurig1-5/+3
2003-06-12fix delete accounttille1-1/+3
2003-06-121st version of qcop call in oder to let wellenreiter copy the APs it found...tille7-87/+191
... and more later.