summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl1-0/+11
2003-09-25fix tille's infinite recursion ;-)mickeyl1-1/+1
2003-09-03more compatibility stufftille4-1/+31
2003-09-02this should make oapplication compile (and run) for qt3/x11tille11-15/+273
2003-08-25remoce this stupid bug once again...tille3-23/+8
2003-08-25libopie2 compiles for qt3/x11 nowtille3-3/+30
run: qmake "platform=x11" libopie2.pro
2003-06-02some .cvsignore fixesschurig1-1/+1
2003-05-10- make oApp not return a const app objectmickeyl2-86/+59
- homogenize oconfig documentation - remove debug output
2003-05-08- sync manufacturer list with etherealmickeyl2-1/+13
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-05-07Add d ptrzecke1-0/+2
add comments and FIXMEs three new signals for otodoaccess
2003-05-01remove stupid approach to encapsulate X11/Embedded differences into OApplicationmickeyl2-86/+43
thanks to zecke reminding me (once again) that moc does not preprocess... if I ever forget it again, I owe you a beer :-)
2003-04-13Add apie commentszecke4-4/+14
QString -> const QString& fix
2003-03-30yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵mickeyl1-3/+3
Z... *sigh*
2003-03-30one more fix for gcc 2.9xmickeyl1-1/+5
2003-03-30gcc2.9x fixmickeyl1-1/+1
2003-03-30- add classes for 802.11 tagged valuesmickeyl2-0/+30
- adjust miniwellenreiter accordingly
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl13-0/+2736
and comment...
2002-04-30- put the xml tree classes into the Opie namespacesimon2-0/+6
2002-03-20- consistent indentation within this file :)simon1-1/+1
2002-03-20- speed up for attribute() and setAttribute()simon1-7/+10
- indentation fixlet (let's stay consistent :)
2002-03-19along with tododbharlekin2-25/+19
2002-03-16mark: added .pro for libopie. moved .h to includedir.kergoth2-1/+111
2002-03-14- moved encodeAttr out of XMLElement into an anonymous namespacesimon1-34/+36
- private copy ctor and assignment operator - changed license to LGPL
2002-03-14tronicals xmltree with a replaced encodeAttr method.zecke1-0/+324
before we only talk about libopie i started it