Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2003-04-04 | reliable strategy to see if we're in monitor mode by looking at the MAC ↵ | mickeyl | 2 | -33/+24 |
address family | ||||
2003-04-04 | low-level network programming is sick. some wlan-drivers don't honor struct ↵ | mickeyl | 3 | -30/+47 |
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof. | ||||
2003-04-04 | Hey Mickey: Please take my comment into account ! | eilers | 1 | -3/+12 |
2003-04-03 | first part of private IOCTL API for OWirelessNetworkInterface implemented | mickeyl | 5 | -4/+79 |
2003-04-03 | - ONetworkInterfaces are now QObjects | mickeyl | 4 | -54/+178 |
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers | ||||
2003-04-01 | introduce a more sophisticated channel hopping scheme | mickeyl | 2 | -11/+36 |
2003-03-31 | resolve potential ambiguities in pow() | mickeyl | 1 | -3/+3 |
2003-03-30 | use $SUB_VERSION | mickeyl | 1 | -1/+1 |
2003-03-30 | - implement switching monitor mode on hostap | mickeyl | 1 | -12/+29 |
- work around damn buggy hostap drivers needing more space for SIOCGIWRANGE than defined by sizeof(struct iw_range)... | ||||
2003-03-30 | introduce a workaround for conflicting user and kernel headers like | mickeyl | 2 | -6/+8 |
<linux/if.h> and <net/if.h>. I really don't like including kernel headers, but in the case of <linux/wireless.h> there is no other option yet. | ||||
2003-03-30 | $(QTDIR)/lib --> $(OPIEDIR)/lib | mickeyl | 1 | -1/+1 |
2003-03-30 | remove unnecessary usage of and thus the dependency on libstdc++ | mickeyl | 1 | -51/+25 |
2003-03-30 | convert my beloved "not" to "!" to make ancient compilers happy, but not me... | mickeyl | 2 | -77/+77 |
2003-03-30 | convert dynamic_cast<> to using QObject::inherits | mickeyl | 2 | -3/+7 |
2003-03-30 | yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵ | mickeyl | 3 | -4/+13 |
Z... *sigh* | ||||
2003-03-30 | one more fix for gcc 2.9x | mickeyl | 1 | -1/+5 |
2003-03-30 | gcc2.9x fix | mickeyl | 1 | -1/+1 |
2003-03-30 | - add classes for 802.11 tagged values | mickeyl | 8 | -80/+481 |
- adjust miniwellenreiter accordingly | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 127 | -0/+25255 |
and comment... | ||||
2003-03-21 | g++ compliance fix: default arguments belong into the declaration, but not ↵ | mickeyl | 1 | -1/+4 |
the definition | ||||
2003-03-21 | Fixing small bug: If we search a birthday from today to today, it returned | eilers | 1 | -1/+5 |
every contact .. | ||||
2003-03-21 | Merged speed optimized xml backend for contacts to main. | eilers | 14 | -718/+173 |
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook. | ||||
2003-02-23 | make mickeyl happy | zecke | 1 | -3/+2 |
thanks for spotting it | ||||
2003-02-22 | Fix saving | zecke | 2 | -2/+7 |
remove the transport medium from the opimmainwindow | ||||
2003-02-22 | fixx off by one in reading | zecke | 2 | -2/+57 |
2003-02-22 | Remove some testing code | zecke | 1 | -3/+1 |
2003-02-22 | Implement saving of events | zecke | 5 | -16/+312 |
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save | ||||
2003-02-21 | Add XML datebookresource | zecke | 8 | -19/+483 |
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces |