summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-04better namellornkcor1-1/+1
2003-04-04fix segfault due to giving a QString as opposed to a char* as the Qbject namemickeyl1-6/+6
2003-04-04Minor bugfix as reported by a user, werent returning an int from main.kergoth1-1/+1
2003-04-04detect and warn if switching device into monitor mode doesn't workmickeyl1-0/+6
2003-04-04reliable strategy to see if we're in monitor mode by looking at the MAC ↵mickeyl2-33/+24
address family
2003-04-04low-level network programming is sick. some wlan-drivers don't honor struct ↵mickeyl3-30/+47
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof.
2003-04-04Fixes #816. BUT: I don't have the gogo-Line in the .tscniehaus1-5/+5
- <translation>Öffne</translation> + <translation>Öffnen</translation> - <translation>Finden...</translation> + <translation>Suchen...</translation> - <translation>Nächten finden</translation> + <translation>Nächsten suchen</translation> - <translation>&quot;Finden&quot; schließen</translation> + <translation>&quot;Suchen&quot; schließen</translation> - <translation>Immer das verlinkte File öffnen</translation> + <translation>Immer die verknüpfte Datei öffnen</translation>
2003-04-04Fixes #810cniehaus1-1/+1
- <translation>Herunerfahren</translation> + <translation>Herunterfahren</translation>
2003-04-04Hey Mickey: Please take my comment into account !eilers1-3/+12
2003-04-04qperec->opierecllornkcor2-28/+28
2003-04-04burpllornkcor2-0/+0
2003-04-04balhllornkcor1-0/+5
2003-04-04bitches owe me money. initial commit. zaurus/vercel has sound drivers that ↵llornkcor14-0/+4090
doesnt actually change samplerates, so this kinda has problems, currently
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl5-4/+79
2003-04-03set max days ahead to 21, closes #815harlekin1-1/+1
2003-04-03- ONetworkInterfaces are now QObjectsmickeyl4-54/+178
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers
2003-04-02implementation of camera API as described in the Sharp Camera API document ↵mickeyl3-13/+166
nearly completed
2003-04-02Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵eilers5-9/+38
every new entry) Export to VCard added. Edit:Save removed (Was just for testing purposes)
2003-04-02- only build the lib subdir in the standalone buildmickeyl2-2/+3
- corrent driver-detection order
2003-04-01figured out how to get binary RAW data into a QImagemickeyl4-6/+49
actual capturing is now only a footstep away :-D
2003-04-01forgot that onemickeyl1-0/+9
2003-04-01- backgammon: g++3 fixmickeyl12-0/+251
- add skeleton for opie-camera application
2003-04-01Open zaurus buzzer device as write only, and close it.kergoth1-2/+4
2003-04-01introduce a more sophisticated channel hopping schememickeyl2-11/+36
2003-04-01Correct the unintentional redefinition of the sfcave-sdl token from bool to ↵kergoth1-1/+1
string
2003-04-01Set appropriate default rotation for SL-A300.kergoth1-1/+3
2003-03-31rotate applet between desktop and suspend and not suspend and logoutharlekin1-1/+1
2003-03-31only cardctl reset after sniffing. maybe later make calling dhcp client a ↵mickeyl1-1/+1
configurable option.
2003-03-31- initial attempt to autodetect drivermickeyl6-72/+166
- add possibility to play sounds when receiving beacon and/or found a new network
2003-03-31updatemickeyl1-27/+26
2003-03-31resolve potential ambiguities in pow()mickeyl1-3/+3
2003-03-31reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro)mickeyl6-13/+68
2003-03-31Corrected Maintainergroucho1-3/+3
Fixed dependencies
2003-03-31Corrected error in version string (0.6,2 should be 0.6.2)groucho1-1/+1
2003-03-31Added backgammongroucho1-0/+1
2003-03-30layout fix, closes bug #761harlekin2-5/+6
2003-03-30layout changesharlekin2-2/+4
2003-03-30changed header (gui) to layoutsharlekin4-23/+22
2003-03-30enable translation of rotateapplet. carsten: will you add the rest of the ↵mickeyl2-0/+31
.ts files?
2003-03-30use $SUB_VERSIONmickeyl1-1/+1
2003-03-30- implement switching monitor mode on hostapmickeyl1-12/+29
- work around damn buggy hostap drivers needing more space for SIOCGIWRANGE than defined by sizeof(struct iw_range)...
2003-03-30introduce a workaround for conflicting user and kernel headers likemickeyl2-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*** empty log message ***waspe36-0/+3035
2003-03-30bigger animation to be more distinguish compared to desktop icons, also new ↵harlekin2-3/+3
animation
2003-03-30$(QTDIR)/lib --> $(OPIEDIR)/libmickeyl1-1/+1
2003-03-30remove unnecessary usage of and thus the dependency on libstdc++mickeyl1-51/+25
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-30convert my beloved "not" to "!" to make ancient compilers happy, but not me...mickeyl2-77/+77
2003-03-30convert dynamic_cast<> to using QObject::inheritsmickeyl2-3/+7
2003-03-30yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵mickeyl3-4/+13
Z... *sigh*