summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2003-03-30very interesting: gcc 2.9x does not handle operator? with mixed types, e.g. ↵mickeyl1-1/+1
operator?(bool,QString,char*), while gcc 3.x does the necessary format conversion.
2003-03-30- add file->newmickeyl8-2/+26
2003-03-30- the network work for libopie2 pays off...mickeyl55-3854/+133
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-03-26upsharlekin4-0/+203
2003-03-26added stuff for dun connectionsharlekin8-6/+14
2003-03-26change to UnknownDocument iconllornkcor2-3/+9
2003-03-25give me other popups then obex again .-|harlekin2-1/+2
2003-03-21fixed commandline argument reading, made ubrowser a "document-oriented ↵spiralman4-26/+44
application" (implemented setDocument, etc)
2003-03-21fixed loading of files from commandline using relative filenamesspiralman2-1/+7
2003-03-21added support for specifying a file or url at the command line (currently ↵spiralman2-0/+10
must be first argument)
2003-03-21commented out debuging output and increased version to 0.1 (thought 0.0 was ↵spiralman2-5/+5
causing problems w/ ipkg)
2003-03-21move connection work to the libharlekin9-390/+480
2003-03-20added support for 39xx ipaqharlekin1-5/+17
2003-03-15added .control file, fixed toolbar to not be movable, added app iconspiralman2-0/+12
2003-03-15HttpFactory::data() now returns 0 if there is a 404 error (previously, if ↵spiralman1-1/+7
there was a 404 error on an image, the browser would get stuck in an infinite loop). also, fixed html detection
2003-03-15added code to force QTextBrowser to parse input as html if http header ↵spiralman2-2/+7
claims thats what it is (it was having problems autodetecting on certain pages)
2003-03-15moved from using QSockets to normal unix sockets, images and chunked ↵spiralman5-419/+276
encoding **should** work <crosses fingers>
2003-03-09 stop bluetooth when exiting opieharlekin1-0/+3
2003-03-08wrench from inlineharlekin1-2/+2
2003-03-07nicer refresh handling for connectionsharlekin1-7/+33
2003-03-07show signal strength for connectionsharlekin7-6/+119
2003-03-06remove previous found services on rescanharlekin1-4/+16
2003-03-06dont show the Connections: from the hcitool outputharlekin1-2/+5
2003-03-06activate connections tabharlekin3-4/+6
2003-03-06 make recan services and delete item workharlekin1-10/+2
2003-03-05its libpcap0harlekin1-1/+1
2003-03-04add missing header for x11 standalone buildmickeyl1-0/+1
2003-03-04start_sniffmax6-34/+135
2003-03-03add exit to file menu (not that someone would want to exit this fine app... :-Dmickeyl1-0/+2
2003-03-02fix "segfault-on-close" bugmickeyl1-9/+4
2003-03-02use filedialogs before loading and saving sessions and logsmickeyl2-36/+83
2003-03-02add child item factory to allow subclasses adding custom data itemsmickeyl4-31/+68
2003-03-02first attempt to add session persistencemickeyl11-245/+578
2003-02-27fixed typomjm1-3/+3
2003-02-27missing cardtypemax1-0/+1
2003-02-26added send_fail/send_ok/get_fail/get_ok.mjm2-10/+107
fixed some bufferproblems
2003-02-26added ok and fail msgs for guimjm1-7/+11
2003-02-24- work around yet another g++ 2.x bugmickeyl9-27/+118
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ]
2003-02-24visual enhancements for the listview...mickeyl15-94/+527
2003-02-23- write simple logmickeyl7-13/+53
- record first seen / last seen per item
2003-02-23insert demo menu - useful, if you don't have wireless stuff yet but wantmickeyl3-6/+21
to show this program to someone...
2003-02-23simplification and fixes for the standalone X11 buildmickeyl11-35/+68
2003-02-23- revamped part of the guimickeyl13-229/+135
- configuration is now a seperate dialog - orinoco_hopper is no longer needed
2003-02-20- add mainwindow as central windowmickeyl5-10/+166
- add menubar and some toolbuttons
2003-02-19minor bugfixes - major overhaul coming after public alphamickeyl4-13/+24
2003-02-18Remove-promisc-flagmax2-1/+72
2003-02-18no more dummy entry here, since its working and that dummy could confuse usersharlekin1-11/+0
2003-02-16Fixed hostap driver < wireless extension 14max1-1/+1
2003-02-16cleaned the scandialogharlekin2-58/+24
2003-02-15hacked together pan support, just for my own convenience, the core func ↵harlekin7-5/+113
should be moved into libopietooth later