Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-12-09 | allow processing of events during the loading of the db | mickeyl | 1 | -0/+6 |
2003-12-08 | use a slightly smaller manufacturerdb format, that saves ~100KB and | mickeyl | 2 | -22/+30 |
improves parsing speed. Even better would be .gz compressed QDataStream though... | ||||
2003-12-08 | add makemanuf | mickeyl | 3 | -0/+85 |
2003-12-08 | work around sucky gcc2, which doesn't understand when the two arguments | mickeyl | 1 | -1/+1 |
for ? need an implicit type conversion | ||||
2003-12-08 | Committing unfinished sql implementation before merging to libopie2 starts.. | eilers | 10 | -21/+471 |
2003-12-03 | remove X11 abstraction classes - they will come back later but using | mickeyl | 5 | -184/+0 |
the same strategy as zecke did when porting Opie to Qt/X11 | ||||
2003-12-03 | remove OToolbar - QPEToolBar is deprecated anyway | mickeyl | 3 | -98/+0 |
2003-12-03 | remove X11 stuff for now - will come back later | mickeyl | 4 | -279/+0 |
2003-12-02 | move qt3 only stuff in a dedicated directory and remove from building ↵ | mickeyl | 5 | -27/+23 |
process for now | ||||
2003-12-02 | warning: file restrucuration on server ahead | mickeyl | 3 | -8/+8 |
be sure to do a complete checkout of libopie2 again tomorrow | ||||
2003-12-02 | revert the changes approaching to compile libopie2 under X11 | mickeyl | 3 | -10/+5 |
it broke signals and slots and has to be done like zecke did it with libqpe | ||||
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 36 | -115/+162 |
2003-11-17 | Added #include QDateTime which is needed by this header file itself | eilers | 1 | -0/+1 |
2003-11-17 | Minor changes.. | eilers | 2 | -1/+2 |
2003-11-10 | Platform MacOS-X: Disable backtrce in odebug.. | eilers | 5 | -43/+153 |
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie | ||||
2003-11-08 | refactor the debug mapper and make it more secure | mickeyl | 9 | -420/+311 |
2003-10-28 | - remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now. | mickeyl | 4 | -55/+107 |
- monitor mode now tries to use the standard IW_MODE_MONITOR first. If that doesn't work, it falls back to using proprietary iwpriv commands | ||||
2003-10-23 | misc changes | mickeyl | 7 | -66/+115 |
2003-10-21 | - more work on scanning | mickeyl | 4 | -3/+164 |
- start OStation class representing a network node | ||||
2003-10-21 | add clear text debug output for ioctls | mickeyl | 5 | -9/+470 |
2003-10-20 | Pushing todo closer to sql support. Recurrances and custom entries still ↵ | eilers | 7 | -132/+260 |
missing. But before I add this, I have to do some cleanup.. | ||||
2003-10-11 | add scanning skeleton (wip) | mickeyl | 3 | -23/+131 |
2003-10-11 | we now start to maintain our own copy of wireless.h. | mickeyl | 3 | -18/+708 |
this has several advantages, one of the major ones is that we no longer have to compile different libopienet2 for different kernel (read wireless extension) versions. | ||||
2003-10-10 | Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ? | mickeyl | 2 | -2/+2 |
Answer: It would help to give select the correct filedescriptor... /me hugs strace | ||||
2003-10-09 | - fix monitor mode on orinoco. Although WE > 14 define the standard mode | mickeyl | 2 | -2/+12 |
"MONITOR", the orinoco monitor patch for 0.13e still does not use that... - add documentation, a warning, and a runtime check for setChannel(0) | ||||
2003-10-09 | - catch up with changed sniffing behaviour in newer wlan-ng *puke* drivers | mickeyl | 3 | -6/+38 |
- new API: OPacketCapturer::next( int time ) | ||||
2003-10-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 7 | -2/+68 |
2003-10-06 | add client mac address decoding to DHCP | mickeyl | 2 | -0/+9 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 4 | -2/+38 |
* dhcp recognition now works nicely | ||||
2003-10-04 | Although not yet complete, the DHCP decoding is now usable | mickeyl | 2 | -0/+92 |
2003-10-03 | add defines for UDP-based protocols | mickeyl | 2 | -10/+112 |
detect DHCP and link it into the packet chain | ||||
2003-10-02 | prepare dhcp decoding | mickeyl | 4 | -2/+309 |
2003-10-02 | add note to self to look about automatic channel switching with wlan-ng devices | mickeyl | 1 | -0/+1 |
2003-09-29 | Fixing umlaut problem. | eilers | 2 | -7/+18 |
2003-09-29 | Improvement of PIM-SQL Databases, but search queries are still limited. | eilers | 3 | -45/+370 |
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing. | ||||
2003-09-25 | fix wrong include | mickeyl | 1 | -1/+1 |
2003-09-25 | fix tille's infinite recursion ;-) | mickeyl | 1 | -1/+1 |
2003-09-25 | Fixed inconsistencies between Description and NoteFixed inconsistencies ↵ | eilers | 1 | -1/+1 |
between Description and Notess | ||||
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 10 | -24/+1373 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-09-16 | remove unneccessary #include | mickeyl | 1 | -1/+0 |
2003-09-08 | Fixing bug #1161: No space between jobtitle and organization | eilers | 1 | -8/+4 |
2003-09-03 | more compatibility stuff | tille | 14 | -1/+476 |
2003-09-02 | this should make oapplication compile (and run) for qt3/x11 | tille | 15 | -20/+306 |
2003-08-30 | Removed some unimportant debug output which causes slow down.. | eilers | 2 | -4/+7 |
2003-08-27 | add a channel example | mickeyl | 1 | -0/+8 |
2003-08-25 | remoce this stupid bug once again... | tille | 3 | -23/+8 |
2003-08-25 | libopie2 compiles for qt3/x11 now | tille | 13 | -14/+105 |
run: qmake "platform=x11" libopie2.pro | ||||
2003-08-10 | merge zeckes libsql into libopie2 | mickeyl | 35 | -9/+1541 |
2003-08-06 | Cardview update: It is more compressed. Pending: Add pricture for work- and ↵ | eilers | 1 | -9/+9 |
home address.. | ||||
2003-08-01 | Merging changes from BRANCH_1_0 to HEAD | eilers | 22 | -122/+327 |