summaryrefslogtreecommitdiff
path: root/libopie2
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08add makemanufmickeyl3-0/+85
2003-12-08work around sucky gcc2, which doesn't understand when the two argumentsmickeyl1-1/+1
for ? need an implicit type conversion
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers10-21/+471
2003-12-03remove X11 abstraction classes - they will come back later but usingmickeyl5-184/+0
the same strategy as zecke did when porting Opie to Qt/X11
2003-12-03remove OToolbar - QPEToolBar is deprecated anywaymickeyl3-98/+0
2003-12-03remove X11 stuff for now - will come back latermickeyl4-279/+0
2003-12-02move qt3 only stuff in a dedicated directory and remove from building ↵mickeyl5-27/+23
process for now
2003-12-02warning: file restrucuration on server aheadmickeyl3-8/+8
be sure to do a complete checkout of libopie2 again tomorrow
2003-12-02revert the changes approaching to compile libopie2 under X11mickeyl3-10/+5
it broke signals and slots and has to be done like zecke did it with libqpe
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl36-115/+162
2003-11-17Added #include QDateTime which is needed by this header file itselfeilers1-0/+1
2003-11-17Minor changes..eilers2-1/+2
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers5-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-08refactor the debug mapper and make it more securemickeyl9-420/+311
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl4-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-23misc changesmickeyl7-66/+115
2003-10-21- more work on scanningmickeyl4-3/+164
- start OStation class representing a network node
2003-10-21add clear text debug output for ioctlsmickeyl5-9/+470
2003-10-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers7-132/+260
missing. But before I add this, I have to do some cleanup..
2003-10-11add scanning skeleton (wip)mickeyl3-23/+131
2003-10-11we now start to maintain our own copy of wireless.h.mickeyl3-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-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl2-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 modemickeyl2-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* driversmickeyl3-6/+38
- new API: OPacketCapturer::next( int time )
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl7-2/+68
2003-10-06add client mac address decoding to DHCPmickeyl2-0/+9
2003-10-05* start with preparations for scanning wired networksmickeyl4-2/+38
* dhcp recognition now works nicely
2003-10-04Although not yet complete, the DHCP decoding is now usablemickeyl2-0/+92
2003-10-03add defines for UDP-based protocolsmickeyl2-10/+112
detect DHCP and link it into the packet chain
2003-10-02prepare dhcp decodingmickeyl4-2/+309
2003-10-02add note to self to look about automatic channel switching with wlan-ng devicesmickeyl1-0/+1
2003-09-29Fixing umlaut problem.eilers2-7/+18
2003-09-29Improvement of PIM-SQL Databases, but search queries are still limited.eilers3-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-25fix wrong includemickeyl1-1/+1
2003-09-25fix tille's infinite recursion ;-)mickeyl1-1/+1
2003-09-25Fixed inconsistencies between Description and NoteFixed inconsistencies ↵eilers1-1/+1
between Description and Notess
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers10-24/+1373
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-09-16remove unneccessary #includemickeyl1-1/+0
2003-09-08Fixing bug #1161: No space between jobtitle and organizationeilers1-8/+4
2003-09-03more compatibility stufftille14-1/+476
2003-09-02this should make oapplication compile (and run) for qt3/x11tille15-20/+306
2003-08-30Removed some unimportant debug output which causes slow down..eilers2-4/+7
2003-08-27add a channel examplemickeyl1-0/+8
2003-08-25remoce this stupid bug once again...tille3-23/+8
2003-08-25libopie2 compiles for qt3/x11 nowtille13-14/+105
run: qmake "platform=x11" libopie2.pro
2003-08-10merge zeckes libsql into libopie2mickeyl35-9/+1541
2003-08-06Cardview update: It is more compressed. Pending: Add pricture for work- and ↵eilers1-9/+9
home address..
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers22-122/+327
2003-07-07Fixing serious bug in hasQuerySettings()eilers1-0/+22
2003-07-01add monitor mode handling for recent kernels (WE>14)mickeyl2-7/+29