summaryrefslogtreecommitdiff
path: root/libopie2/opienet/omanufacturerdb.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06- OManufacturerDB: check if there is a QApplication before calling ↵mickeyl1-13/+4
Global::statusMessage or qApp->processEvents() - ONetwork: skip hostap control interfaces 'wifi*' - OWirelessNetworkInterface: set \0 in SSID() and nickName() to work around (buggy) drivers not returning a zero-terminated string
2005-02-07change license.mickeyl1-2/+2
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-08-23Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDirzecke1-1/+4
2004-08-09- adjust headersmickeyl1-4/+2
- kill a warning
2004-03-13Move XML class to internal PIMzecke1-0/+7
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-01fix includeschicken1-1/+0
2004-01-07add status outputmickeyl1-3/+12
2004-01-03slightly improve the speed reading the manufacturers listmickeyl1-2/+11
2003-12-09allow processing of events during the loading of the dbmickeyl1-0/+6
2003-12-08use a slightly smaller manufacturerdb format, that saves ~100KB andmickeyl1-22/+3
improves parsing speed. Even better would be .gz compressed QDataStream though...
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-27/+40
2003-05-10- make oApp not return a const app objectmickeyl1-1/+5
- homogenize oconfig documentation - remove debug output
2003-05-08- sync manufacturer list with etherealmickeyl1-3/+21
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-04-07- add OManufacturerDBmickeyl1-0/+96
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter