summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-02add h5xxx just to make surechicken1-0/+1
2003-11-02add iPAQ H5xxx supportchicken2-10/+18
2003-11-01depends fixllornkcor1-1/+1
2003-11-01everyone should have thisllornkcor1-0/+148
2003-10-30apply patch to HEADmickeyl12-44/+249
2003-10-29merge development/* and help/*mickeyl112-0/+2493
2003-10-29mrege noncore/net/*mickeyl42-791/+1626
2003-10-29merge noncore/settings/* except networksettings for which tille volunteered ↵mickeyl26-146/+91
(thanks)
2003-10-29merge noncore/styles/*mickeyl1-1/+0
2003-10-29merge noncore/todayplugins/*mickeyl2-2/+1
2003-10-29merge noncore/tools/*mickeyl15-64/+90
2003-10-28catch up with API changes in libopienetmickeyl1-4/+4
2003-10-28catch up with API changes in libopienetmickeyl1-3/+3
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-27merge noncore/multimedia/showimgmickeyl4-55/+50
- opieplayer2 and opierec generate lots of conflicts in merge I'll gladly leave that to the experts ljp and Harlekin ;)
2003-10-27merge noncore/mail/*mickeyl3-10/+4
2003-10-27merge noncore/graphics/*mickeyl4-18/+10
Note: qpdf is still not quicklaunch-able. I recommend not wasting time to convert it but look @ qpdf2 instead.
2003-10-27merge noncore/apps/* exceptmickeyl55-513/+1595
- advancedfm (ljp, please...) - odict (tille, please...)
2003-10-27merge noncore/comm/*mickeyl5-26/+25
2003-10-27merge noncore/applets/*mickeyl3-28/+28
2003-10-24even more Jornada 56X updateschicken1-0/+11
2003-10-23misc changesmickeyl7-66/+115
2003-10-22improved Jornada 56X supportchicken2-1/+130
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 ↵eilers14-264/+520
missing. But before I add this, I have to do some cleanup..
2003-10-19addmickeyl1-0/+282
2003-10-19This patch finish the work on the resizable inputmethods.mickeyl2-14/+75
- in "floating" mode, input methods now remember their geometry - if closed via (x), the inputmethod button is toggled accordingly - eliminated the focus problem
2003-10-18Little bug fix on -opie option handling.christophe1-91/+122
2003-10-16mmx suxllornkcor1-1/+1
2003-10-12Added Yopy to build system.ocheong1-0/+8
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-10This patch adds scanning the "network neighbourhood" in networksettings-wlanmickeyl9-328/+577
(powered by the Wellenreiter II scanning engine found in libopienet2). Detected networks are put in a list and you can select parameters by clicking on an entry in the list. See http://opie.net.wox.org/images/wlanplugin.png Two inherent drawbacks: 1.) networksettingsplugin-wlan now needs libopienet2. Well, my library work pays off. If you like to rewrite the stuff so that libopienet2 is not needed, then just go ahead ;) 2.) Scanning won't work on linux distributions without patched monitor mode drivers. I think we can live with these two "issues". Feel free to revert, if you don't like my work :D
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-09make that directory known to CVSmickeyl1-0/+1
2003-10-09Added Yopy to build system.ocheong1-0/+76
2003-10-09Added class for Yopy devices.ocheong1-2/+147
It doesn't really do much, as power and backlight is still handled by the demons running under X (Opie is meant to be used without terminating X).
2003-10-09Added definitions for Yopy model, vendor, and hardkeys.ocheong1-1/+14
2003-10-09Added Yopy to build system.ocheong2-0/+13
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-08include QPEApplication if you need itzecke1-0/+2
2003-10-07prepare for standalone X11-releasemickeyl2-2/+6
2003-10-07ifndef -> if defined... we want big icons on high_res_small_phyzecke1-1/+1
2003-10-07Include custom.h as wellzecke1-0/+1
2003-10-07use OPIE_NEW_MALLOC as wellzecke1-1/+1
2003-10-07instead of testing for QWS_EBX we now define OPIE_NO_SOUND_PCM_READ_BITS.zecke1-8/+8
If your platform does not have that ioctl define it
2003-10-07Add a FIXME to the MediaPlayer::blank methodzecke1-0/+1
why don't we use ODevice::inst()->setDisplayStatus() ?
2003-10-07Add the possible defines to the custom- device headerszecke6-9/+19
-storage remove stupid check for custom.h. We gurantee it to be present ( even if it is empty ) -qpeapplication -introduce OPIE_NEW_MALLOC This will use malloc and free for new and delete -introduce OPIE_HIGH_RES_SMALL_PHY define this if you've a high resolution but physical smaller display FIXME: some one needs to introduce a C7xx Custom.h or define OPIE_HIGH_RES_SMALL_PHY somewhere in the custom-sharp.h