Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-06 | darker | gruemelmonster | 1 | -0/+0 |
2003-04-06 | round | gruemelmonster | 1 | -0/+0 |
2003-04-06 | pim_new | gruemelmonster | 3 | -0/+0 |
2003-04-06 | - add realtime preview widget with zoom control | mickeyl | 8 | -51/+397 |
The camera driver is damn slow. For a 240x160x16 image, it takes ~100ms. That gives approx. 10fps which is too slow for doing video. :( | ||||
2003-04-06 | Shortened text to fit on the display | groucho | 1 | -1/+1 |
2003-04-05 | remove inline directive - causes link errors | mickeyl | 1 | -3/+3 |
2003-04-05 | - correct beacon bug (off-by-one) | mickeyl | 6 | -6/+38 |
- display hex dump per packet in hex window - allow saving hex window contents | ||||
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-05 | get the animation right and allways show the busy indicator in the middle of ↵ | harlekin | 1 | -2/+5 |
the screen ( in all rotations -) ) | ||||
2003-04-05 | show mediummount maximized | harlekin | 2 | -4/+5 |
2003-04-04 | better name | llornkcor | 1 | -1/+1 |
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 | Minor bugfix as reported by a user, werent returning an int from main. | kergoth | 1 | -1/+1 |
2003-04-04 | detect and warn if switching device into monitor mode doesn't work | mickeyl | 1 | -0/+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 | Fixes #816. BUT: I don't have the gogo-Line in the .ts | cniehaus | 1 | -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>"Finden" schließen</translation> + <translation>"Suchen" schließen</translation> - <translation>Immer das verlinkte File öffnen</translation> + <translation>Immer die verknüpfte Datei öffnen</translation> | ||||
2003-04-04 | Fixes #810 | cniehaus | 1 | -1/+1 |
- <translation>Herunerfahren</translation> + <translation>Herunterfahren</translation> | ||||
2003-04-04 | Hey Mickey: Please take my comment into account ! | eilers | 1 | -3/+12 |
2003-04-04 | qperec->opierec | llornkcor | 2 | -28/+28 |
2003-04-04 | burp | llornkcor | 2 | -0/+0 |
2003-04-04 | balh | llornkcor | 1 | -0/+5 |
2003-04-04 | bitches owe me money. initial commit. zaurus/vercel has sound drivers that ↵ | llornkcor | 14 | -0/+4090 |
doesnt actually change samplerates, so this kinda has problems, currently | ||||
2003-04-03 | first part of private IOCTL API for OWirelessNetworkInterface implemented | mickeyl | 5 | -4/+79 |
2003-04-03 | set max days ahead to 21, closes #815 | harlekin | 1 | -1/+1 |
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-02 | implementation of camera API as described in the Sharp Camera API document ↵ | mickeyl | 3 | -13/+166 |
nearly completed | ||||
2003-04-02 | Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵ | eilers | 5 | -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 build | mickeyl | 2 | -2/+3 |
- corrent driver-detection order | ||||
2003-04-01 | figured out how to get binary RAW data into a QImage | mickeyl | 4 | -6/+49 |
actual capturing is now only a footstep away :-D | ||||
2003-04-01 | forgot that one | mickeyl | 1 | -0/+9 |
2003-04-01 | - backgammon: g++3 fix | mickeyl | 12 | -0/+251 |
- add skeleton for opie-camera application | ||||
2003-04-01 | Open zaurus buzzer device as write only, and close it. | kergoth | 1 | -2/+4 |
2003-04-01 | introduce a more sophisticated channel hopping scheme | mickeyl | 2 | -11/+36 |
2003-04-01 | Correct the unintentional redefinition of the sfcave-sdl token from bool to ↵ | kergoth | 1 | -1/+1 |
string | ||||
2003-04-01 | Set appropriate default rotation for SL-A300. | kergoth | 1 | -1/+3 |
2003-03-31 | rotate applet between desktop and suspend and not suspend and logout | harlekin | 1 | -1/+1 |
2003-03-31 | only cardctl reset after sniffing. maybe later make calling dhcp client a ↵ | mickeyl | 1 | -1/+1 |
configurable option. | ||||
2003-03-31 | - initial attempt to autodetect driver | mickeyl | 6 | -72/+166 |
- add possibility to play sounds when receiving beacon and/or found a new network | ||||
2003-03-31 | update | mickeyl | 1 | -27/+26 |
2003-03-31 | resolve potential ambiguities in pow() | mickeyl | 1 | -3/+3 |
2003-03-31 | reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro) | mickeyl | 6 | -13/+68 |
2003-03-31 | Corrected Maintainer | groucho | 1 | -3/+3 |
Fixed dependencies | ||||
2003-03-31 | Corrected error in version string (0.6,2 should be 0.6.2) | groucho | 1 | -1/+1 |
2003-03-31 | Added backgammon | groucho | 1 | -0/+1 |
2003-03-30 | layout fix, closes bug #761 | harlekin | 2 | -5/+6 |
2003-03-30 | layout changes | harlekin | 2 | -2/+4 |
2003-03-30 | changed header (gui) to layouts | harlekin | 4 | -23/+22 |
2003-03-30 | enable translation of rotateapplet. carsten: will you add the rest of the ↵ | mickeyl | 2 | -0/+31 |
.ts files? |