Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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-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 | show mediummount maximized | harlekin | 2 | -4/+5 |
2003-04-04 | detect and warn if switching device into monitor mode doesn't work | mickeyl | 1 | -0/+6 |
2003-04-04 | qperec->opierec | llornkcor | 2 | -28/+28 |
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-02 | implementation of camera API as described in the Sharp Camera API document ↵ | mickeyl | 3 | -13/+166 |
nearly completed | ||||
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 | 9 | -0/+240 |
- add skeleton for opie-camera application | ||||
2003-04-01 | Correct the unintentional redefinition of the sfcave-sdl token from bool to ↵ | kergoth | 1 | -1/+1 |
string | ||||
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 | reenable the X11 standalone build (qmake platform=x11 wellenreiter.pro) | mickeyl | 6 | -13/+68 |
2003-03-30 | *** empty log message *** | waspe | 26 | -0/+2958 |
2003-03-30 | very interesting: gcc 2.9x does not handle operator? with mixed types, e.g. ↵ | mickeyl | 1 | -1/+1 |
operator?(bool,QString,char*), while gcc 3.x does the necessary format conversion. | ||||
2003-03-30 | - add file->new | mickeyl | 8 | -2/+26 |
2003-03-30 | - the network work for libopie2 pays off... | mickeyl | 55 | -3854/+133 |
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter | ||||
2003-03-29 | Fix for bug #701 - update time and date controls on Main tab after ↵ | drw | 1 | -0/+5 |
retrieving time from ntpdate. | ||||
2003-03-29 | Move Configure option under the Actions menu, allowing me to remove the ↵ | drw | 1 | -11/+6 |
top-level menu 'Options' (which only had the Config entry under it). | ||||
2003-03-29 | Better fix for reading feed Packages files. | drw | 1 | -32/+24 |
2003-03-29 | Fix for reading feed's Package file works this time. However, this is ↵ | drw | 1 | -3/+3 |
temporary until I re-do this part of the code this weekend (don't like the way it works). | ||||
2003-03-28 | Bugfix: (bug #0000765) Lines in /etc/passwd & /etc/group starting with a "#" ↵ | umopapisdn | 4 | -17/+28 |
are comments and should not be editable. | ||||
2003-03-28 | close mediummount on exit .-) | harlekin | 2 | -0/+8 |
2003-03-28 | Correct the use of OProcess. | kergoth | 1 | -10/+4 |
2003-03-28 | Link networksettings against libopie, I need OProcess. | kergoth | 1 | -2/+2 |
2003-03-28 | Oops...undoing last update. | drw | 1 | -3/+2 |
2003-03-28 | Fix bug in reading feed's Package file | drw | 1 | -2/+4 |
2003-03-28 | Change wording from 'automatically bring up' to 'bring up on bootup' to try ↵ | kergoth | 1 | -1/+1 |
to make this option more clear.. | ||||
2003-03-27 | Switch from 1) calling /etc/init.d/pcmcia to calling cardctl eject, cardctl ↵ | kergoth | 1 | -13/+14 |
insert.. and 2) OProcess instead of system() | ||||
2003-03-27 | Slower, but more appropriate status parser. Now identifies the state_status ↵ | kergoth | 1 | -2/+10 |
column and compares against installed.. This fixes the bug introduced where it hit 'ok installed' but not 'prefer installed', both of which are valid entries. | ||||
2003-03-27 | One more time :) | kergoth | 1 | -1/+1 |
2003-03-27 | Correct control file help paths so ipk gets built. | kergoth | 1 | -1/+1 |
2003-03-27 | Add the ability to change from clockwise to counterclockwise rotation behavior. | kergoth | 2 | -0/+33 |
2003-03-27 | Fix bug #780 - correctly identify whether a package is really installed or not | drw | 1 | -1/+1 |
2003-03-27 | Use libqpe's StorageInfo class for storage tab. This 1. reduces executable ↵ | drw | 4 | -172/+95 |
size by ~10% and 2. should now recognize MMC cards on iPaq's (can't verify myself, let me know if it doesn't work). Also added QScrollView on version tab so all info is visible when screen is landscape or input method is visible. | ||||
2003-03-26 | ups | harlekin | 4 | -0/+203 |
2003-03-26 | added stuff for dun connections | harlekin | 8 | -6/+14 |
2003-03-26 | fix goofiness with s watch | llornkcor | 1 | -183/+197 |
2003-03-26 | make calculator behave better when display hight is small | harlekin | 1 | -431/+468 |
2003-03-26 | change to UnknownDocument icon | llornkcor | 2 | -3/+9 |
2003-03-26 | change to UnknownDocument icon and scale | llornkcor | 2 | -468/+477 |
2003-03-25 | updates | benmeyer | 1 | -0/+14 |
2003-03-25 | give me other popups then obex again .-| | harlekin | 2 | -1/+2 |
2003-03-24 | modify postinst scripts to prevent spurious nonzero exit codes | jamey | 3 | -2/+11 |
2003-03-24 | pine icon now in go dir | harlekin | 1 | -22/+22 |
2003-03-24 | moved grass icon to snake dir | harlekin | 1 | -1/+1 |
2003-03-23 | remove the aboutbox | cniehaus | 2 | -6/+0 |