Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-05-12 | Hospital Hacking Session | zecke | 1 | -6/+65 |
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank... | ||||
2003-05-12 | Add a comment | zecke | 1 | -0/+2 |
2003-05-12 | Add handling of alarm() message | zecke | 2 | -5/+49 |
play and killAlarm... added as well | ||||
2003-05-12 | fix up OTodo::hasNotifiers | zecke | 3 | -3/+17 |
add a const notifiers() function and fix OPimNotifyManager::isEmpty | ||||
2003-05-12 | dateTimeFromString | zecke | 2 | -4/+48 |
and toString added | ||||
2003-05-10 | QString::contains( QRegExp ) does not use the settings of QRegExp | tille | 1 | -5/+5 |
(QT feature or bug?) lets use QRegExp::match( QString ) instead | ||||
2003-05-10 | - make oApp not return a const app object | mickeyl | 3 | -87/+64 |
- homogenize oconfig documentation - remove debug output | ||||
2003-05-09 | toShortString now contains start time and date | tille | 1 | -1/+13 |
2003-05-08 | - sync manufacturer list with ethereal | mickeyl | 7 | -9/+60 |
- fix onetworkdemo example - add API for short/extended manufacturer names | ||||
2003-05-08 | search stuff | tille | 16 | -27/+114 |
and match, toRichText & toShortText in oevent | ||||
2003-05-08 | decouple dump files from live capture to shift control over 'what' is dumped ↵ | mickeyl | 2 | -15/+48 |
to applications | ||||
2003-05-07 | save the state | zecke | 1 | -0/+6 |
2003-05-07 | save and restore CompletedDate and StartDate | zecke | 1 | -7/+20 |
2003-05-07 | implement loading of Recurrence | zecke | 4 | -4/+76 |
2003-05-07 | Save recurrence | zecke | 1 | -1/+3 |
2003-05-07 | try to use less memory and only create objects like | zecke | 2 | -15/+82 |
ORecur, OPimState, OPimNotifyManager and OPimMaintainer if necessary | ||||
2003-05-07 | Prevent mem corruption | zecke | 1 | -4/+10 |
2003-05-07 | Make it possible to see what a backend supports | zecke | 7 | -1/+63 |
2003-05-07 | Add d ptr | zecke | 2 | -1/+6 |
add comments and FIXMEs three new signals for otodoaccess | ||||
2003-05-06 | add two minor functions in the pcap interface | mickeyl | 2 | -2/+37 |
2003-05-05 | fix typos | mickeyl | 2 | -2/+2 |
2003-05-05 | - fix segfault on unknown linktype (thanks groucho) | mickeyl | 3 | -19/+25 |
- make capturing using PRISM headers optional | ||||
2003-05-04 | add parsing of ARP packets | mickeyl | 3 | -26/+110 |
2003-05-01 | more work on a higher level listview interface | mickeyl | 4 | -11/+148 |
2003-05-01 | remove stupid approach to encapsulate X11/Embedded differences into OApplication | mickeyl | 2 | -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 directory | mickeyl | 9 | -56/+380 |
- start work on ONamedListViewItem providing a slightly higher level interface | ||||
2003-05-01 | implement and document a bunch of missing methods | mickeyl | 3 | -25/+105 |
2003-04-30 | add some more documentation | mickeyl | 4 | -11/+32 |
2003-04-22 | add prism header parsing capability! | mickeyl | 4 | -2/+67 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6): | eilers | 4 | -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: | simon | 1 | -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-16 | add some missing APIs to ONetworkInterface | mickeyl | 2 | -15/+75 |
2003-04-16 | add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-code | mickeyl | 3 | -2/+165 |
2003-04-16 | start documenting the packet class family - explain why deriving from ↵ | mickeyl | 1 | -17/+50 |
QObject is clever | ||||
2003-04-16 | add sanity check for last packet when capturing from capture file | mickeyl | 1 | -1/+2 |
2003-04-13 | More API doc | zecke | 13 | -123/+315 |
QString -> const QString& QString = 0l -> QString::null | ||||
2003-04-13 | OEvent/OTodo compare by address and not by value.. | zecke | 3 | -2/+3 |
ODatebookAccess: clear does change it too | ||||
2003-04-13 | Add apie comments | zecke | 14 | -19/+51 |
QString -> const QString& fix | ||||
2003-04-10 | OPacketCapturer is now able to write captured packages in the standard ↵ | mickeyl | 2 | -17/+34 |
tcpdump-compatible format | ||||
2003-04-10 | add support for working with capture files (e.g. from tcpdump, ethereal, et.al.) | mickeyl | 2 | -11/+101 |
2003-04-09 | implements a statistic interface for OPacketCapturer | mickeyl | 2 | -4/+43 |
2003-04-09 | add signal hopped(int) to OChannelHopper | mickeyl | 2 | -0/+16 |
2003-04-08 | - add skeleton for the last missing parts in the 802.11 decoding framework | mickeyl | 3 | -33/+108 |
- fix huge memory leak in packet capturer - add more fine granular 802.11 subtype handling | ||||
2003-04-07 | - add OManufacturerDB | mickeyl | 9 | -42/+205 |
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter | ||||
2003-04-07 | started to document the whole stuff | mickeyl | 3 | -24/+161 |
2003-04-05 | remove inline directive - causes link errors | mickeyl | 1 | -3/+3 |
2003-04-05 | improve output of OPacket::dump() | mickeyl | 2 | -9/+35 |
2003-04-05 | - setting the monitor mode on wireless cards via private ioctls is now much ↵ | mickeyl | 5 | -34/+73 |
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-04 | fix segfault due to giving a QString as opposed to a char* as the Qbject name | mickeyl | 1 | -6/+6 |