summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20OTodo know is the first implementation of OPimRecordzecke4-226/+95
2002-09-20Our new common template based start for Accessing and Manipulatingzecke7-0/+1074
the Records The CROSS_REFERENCE branch will get ported to it. We use templates for several reasons They allow us to share code and to be easily extended I've to make them not inline to save memory... I've to port all DBs and Record related classes
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