summaryrefslogtreecommitdiff
path: root/libopie2/examples
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15Fix up test casezecke1-0/+1
2004-03-15No iostream if printfzecke1-1/+1
2004-03-15no iostream if you use printfzecke1-1/+1
2004-03-15Fix compile with gcc2zecke1-1/+1
2004-03-14Change Signature of Signals to obey namespacezecke2-0/+2
Make example compile
2004-03-13Move XML class to internal PIMzecke25-42/+75
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-02run the optimize_connect scriptalwin3-13/+13
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-22libopie2: libopie->libopie2drw5-25/+32
2004-01-15- add oapplicationfactory to opiecoremickeyl12-1/+396
- add big screen examples
2004-01-13- add the static method int OProcess::processPID(const QString&)mickeyl4-1/+30
- add an example program for dealing with OProcess. This should be enhanced...
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl4-10/+28
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl2-2/+38
- monitor mode now tries to use the standard IW_MODE_MONITOR first. If that doesn't work, it falls back to using proprietary iwpriv commands
2003-10-23misc changesmickeyl1-4/+12
2003-10-11add scanning skeleton (wip)mickeyl1-0/+12
2003-09-02this should make oapplication compile (and run) for qt3/x11tille4-5/+33
2003-08-27add a channel examplemickeyl1-0/+8
2003-08-10merge zeckes libsql into libopie2mickeyl14-6/+222
2003-06-15just a check-in before i lose that because of my fscking harddrive...mickeyl7-4/+63
this is work-in-progress...
2003-06-06ignore obj directoryschurig5-0/+5
2003-05-08- sync manufacturer list with etherealmickeyl2-2/+6
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-05-05fix typosmickeyl1-1/+1
2003-05-01more work on a higher level listview interfacemickeyl1-0/+26
2003-05-01- restructure opieui example directorymickeyl7-5/+145
- start work on ONamedListViewItem providing a slightly higher level interface
2003-05-01implement and document a bunch of missing methodsmickeyl1-4/+17
2003-04-30add some more documentationmickeyl1-2/+2
2003-04-07- add OManufacturerDBmickeyl2-24/+40
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-04-05- setting the monitor mode on wireless cards via private ioctls is now much ↵mickeyl1-0/+18
more reliable because we detect the appropriate ioctl number at runtime - ONetworkInterface supports now the evil but handy feature to change MAC address on the fly (provided the driver supports this)
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl1-0/+8
2003-03-30- add classes for 802.11 tagged valuesmickeyl1-4/+7
- adjust miniwellenreiter accordingly
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl47-0/+1091
and comment...