summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-03noncore/games/tictac now fully mergedmickeyl4-17/+12
2003-11-03noncore/apps/confedit fully mergedmickeyl3-9/+3
2003-11-03add pictures and distribution files for memoryappletmickeyl6-0/+18
2003-11-03add memoryapplet to build systemmickeyl3-2/+34
2003-11-03add memoryapplet (displays memory and manages a swap partition)mickeyl10-0/+1046
written by Anton Maslovsky (http://my-zaurus.narod.ru)
2003-11-03show swap memory on Memory tabmickeyl2-36/+95
2003-11-03resolve merge conflictwaspe1-2/+2
2003-11-03reolved merge conflictwaspe1-0/+2
2003-11-03remove merge conflictwaspe1-1/+13
2003-11-03resolved merge conflictwaspe14-96/+118
2003-11-03resolved merge conflictwaspe2-10/+2
2003-11-03reolved merge conflictwaspe1-2/+1
2003-11-03Oops.. Removing of -ldl wasn't a good idea.. Linux compiles again..eilers1-1/+1
2003-11-03Oops.. Removed -ldl wasn't a good idea.. Linux compiles again..eilers1-0/+3
2003-11-03Porting Opie to MacOS-X.eilers85-144/+2262
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-11-03add correct j56x rotationchicken1-0/+3
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