summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2003-06-28support OListViewItem specific overload of expand to give those the chancemickeyl2-0/+17
to compute stuff "just in time" - this is also known as lazy computation patch by tille
2003-06-27added obj directoryschurig1-1/+1
2003-06-26first bunch of fixes for Qt 3.x compilationmickeyl1-0/+2
2003-06-20toExtraMap is no more virtualzecke8-26/+47
we save custom entries now setExtraMap added as well
2003-06-15just a check-in before i lose that because of my fscking harddrive...mickeyl16-6/+638
this is work-in-progress...
2003-06-06ignore obj directoryschurig5-0/+5
2003-06-04enable compilationschurig1-7/+8
2003-06-02some .cvsignore fixesschurig5-3/+7
2003-05-18Updates to ocontact, oevent & otodo's toRichText() implementationsdrw3-35/+106
2003-05-15how did this compile last time...? ;)tille1-5/+5
2003-05-14lastHitField impltille2-9/+23
2003-05-14Guard against self assignmentzecke1-0/+2
2003-05-14move lastHitField stuff into OPIMRecordzecke4-6/+22
2003-05-14get the field where the hit wastille2-1/+5
2003-05-14zecke: better?tille1-2/+2
2003-05-12Hospital Hacking Sessionzecke1-6/+65
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank...
2003-05-12Add a commentzecke1-0/+2
2003-05-12Add handling of alarm() messagezecke2-5/+49
play and killAlarm... added as well
2003-05-12fix up OTodo::hasNotifierszecke3-3/+17
add a const notifiers() function and fix OPimNotifyManager::isEmpty
2003-05-12dateTimeFromStringzecke2-4/+48
and toString added
2003-05-10QString::contains( QRegExp ) does not use the settings of QRegExptille1-5/+5
(QT feature or bug?) lets use QRegExp::match( QString ) instead
2003-05-10- make oApp not return a const app objectmickeyl3-87/+64
- homogenize oconfig documentation - remove debug output
2003-05-09toShortString now contains start time and datetille1-1/+13
2003-05-08- sync manufacturer list with etherealmickeyl7-9/+60
- fix onetworkdemo example - add API for short/extended manufacturer names
2003-05-08search stufftille16-27/+114
and match, toRichText & toShortText in oevent
2003-05-08decouple dump files from live capture to shift control over 'what' is dumped ↵mickeyl2-15/+48
to applications
2003-05-07save the statezecke1-0/+6
2003-05-07save and restore CompletedDate and StartDatezecke1-7/+20
2003-05-07implement loading of Recurrencezecke4-4/+76
2003-05-07Save recurrencezecke1-1/+3
2003-05-07try to use less memory and only create objects likezecke2-15/+82
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary
2003-05-07Prevent mem corruptionzecke1-4/+10
2003-05-07Make it possible to see what a backend supportszecke7-1/+63
2003-05-07Add d ptrzecke2-1/+6
add comments and FIXMEs three new signals for otodoaccess
2003-05-06add two minor functions in the pcap interfacemickeyl2-2/+37
2003-05-05fix typosmickeyl2-2/+2
2003-05-05- fix segfault on unknown linktype (thanks groucho)mickeyl3-19/+25
- make capturing using PRISM headers optional
2003-05-04add parsing of ARP packetsmickeyl3-26/+110
2003-05-01more work on a higher level listview interfacemickeyl4-11/+148
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-05-01- restructure opieui example directorymickeyl9-56/+380
- start work on ONamedListViewItem providing a slightly higher level interface
2003-05-01implement and document a bunch of missing methodsmickeyl3-25/+105
2003-04-30add some more documentationmickeyl4-11/+32
2003-04-22add prism header parsing capability!mickeyl4-2/+67
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers4-11/+119
They using a special format for storing birthdays/anniversaries. This patch does not convert all entries, just new/modificated contacts will be stored in this new format ! Addressbook is able to work with both formats (new and old) Complete conversion will be done by the new kitchensync release, provided soon...
2003-04-20- removed those:simon1-12/+0
-#ifdef QT_NO_DEBUG -inline -#endif <some method here not marked inline in the header file> it makes little sense to inline a method in the .cpp file for non-debug builds, apart from that it causes the method not to be emitted for non-debug builds, causing undefined references in apps referencing them
2003-04-16add some missing APIs to ONetworkInterfacemickeyl2-15/+75
2003-04-16add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-codemickeyl3-2/+165
2003-04-16start documenting the packet class family - explain why deriving from ↵mickeyl1-17/+50
QObject is clever