Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-11-13 | added waveform | llornkcor | 3 | -7/+230 |
2003-11-13 | non essential apps should not be built by default | llornkcor | 2 | -2/+2 |
2003-11-12 | opierec doesnot need iostream.h | llornkcor | 1 | -1/+0 |
2003-11-12 | config qt not config qtopia | llornkcor | 1 | -1/+1 |
2003-11-12 | remove helpwindow, and make non quicklaunch app - for now, till I get things ↵ | llornkcor | 1 | -5/+5 |
normal | ||||
2003-11-12 | apply patch from Tim Smith <tim@electronghost.co.uk> | mickeyl | 2 | -0/+15 |
2003-11-11 | add ubrowser libs | chicken | 1 | -1/+1 |
2003-11-11 | Updating apps to use quickexec. Ipks are now generated properly. | treke | 4 | -13/+6 |
2003-11-09 | fix compilage and integrate into buildsystem | mickeyl | 4 | -6/+18 |
directory structure is a mess though... | ||||
2003-11-09 | make the .pro file a bit more sane | mickeyl | 1 | -7/+3 |
btw., zsafe's directory structure is a mess... | ||||
2003-11-08 | remove -lstdc++. wellenreiter doesn't need it | mickeyl | 2 | -2/+2 |
2003-11-08 | work less | mickeyl | 2 | -2/+2 |
sleep more | ||||
2003-11-07 | adjust dependencies and don't use quicklaunch (at least for now) | mickeyl | 2 | -4/+4 |
2003-11-07 | from 1.0, needs fix | llornkcor | 3 | -133/+186 |
2003-11-04 | Added home-directory patch from Andreas Richter <ar@oszine.de> | eilers | 1 | -3/+10 |
Thanks a lot ! | ||||
2003-11-03 | noncore/games/tictac now fully merged | mickeyl | 4 | -17/+12 |
2003-11-03 | noncore/apps/confedit fully merged | mickeyl | 3 | -9/+3 |
2003-11-03 | add pictures and distribution files for memoryapplet | mickeyl | 3 | -0/+18 |
2003-11-03 | add memoryapplet to build system | mickeyl | 1 | -0/+24 |
2003-11-03 | add memoryapplet (displays memory and manages a swap partition) | mickeyl | 10 | -0/+1046 |
written by Anton Maslovsky (http://my-zaurus.narod.ru) | ||||
2003-11-03 | show swap memory on Memory tab | mickeyl | 2 | -36/+95 |
2003-11-03 | resolved merge conflict | waspe | 2 | -28/+11 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 18 | -20/+20 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-11-01 | depends fix | llornkcor | 1 | -1/+1 |
2003-10-30 | apply patch to HEAD | mickeyl | 12 | -44/+249 |
2003-10-29 | mrege noncore/net/* | mickeyl | 42 | -791/+1626 |
2003-10-29 | merge noncore/settings/* except networksettings for which tille volunteered ↵ | mickeyl | 26 | -146/+91 |
(thanks) | ||||
2003-10-29 | merge noncore/styles/* | mickeyl | 1 | -1/+0 |
2003-10-29 | merge noncore/todayplugins/* | mickeyl | 2 | -2/+1 |
2003-10-29 | merge noncore/tools/* | mickeyl | 15 | -64/+90 |
2003-10-28 | catch up with API changes in libopienet | mickeyl | 1 | -4/+4 |
2003-10-28 | catch up with API changes in libopienet | mickeyl | 1 | -3/+3 |
2003-10-27 | merge noncore/multimedia/showimg | mickeyl | 4 | -55/+50 |
- opieplayer2 and opierec generate lots of conflicts in merge I'll gladly leave that to the experts ljp and Harlekin ;) | ||||
2003-10-27 | merge noncore/mail/* | mickeyl | 3 | -10/+4 |
2003-10-27 | merge noncore/graphics/* | mickeyl | 4 | -18/+10 |
Note: qpdf is still not quicklaunch-able. I recommend not wasting time to convert it but look @ qpdf2 instead. | ||||
2003-10-27 | merge noncore/apps/* except | mickeyl | 55 | -513/+1595 |
- advancedfm (ljp, please...) - odict (tille, please...) | ||||
2003-10-27 | merge noncore/comm/* | mickeyl | 5 | -26/+25 |
2003-10-27 | merge noncore/applets/* | mickeyl | 3 | -28/+28 |
2003-10-10 | This patch adds scanning the "network neighbourhood" in networksettings-wlan | mickeyl | 7 | -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-07 | prepare for standalone X11-release | mickeyl | 2 | -2/+6 |
2003-10-07 | instead of testing for QWS_EBX we now define OPIE_NO_SOUND_PCM_READ_BITS. | zecke | 1 | -8/+8 |
If your platform does not have that ioctl define it | ||||
2003-10-07 | Add a FIXME to the MediaPlayer::blank method | zecke | 1 | -0/+1 |
why don't we use ODevice::inst()->setDisplayStatus() ? | ||||
2003-10-06 | fix ARP decoding for wired networks. Interestingly, 802.11 encapsulates | mickeyl | 2 | -1/+17 |
these in IP packets, while wired ethernet just tags the type_of_protocol. | ||||
2003-10-06 | decode DHCP ACK packets and show the extracted client IP address | mickeyl | 2 | -4/+7 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 4 | -10/+110 |
* dhcp recognition now works nicely | ||||
2003-10-04 | perform autodetection only if no configuration exists or on demand | mickeyl | 3 | -230/+344 |
2003-10-03 | fix a few SIGSEGVs related to not checking the value of iface, if we | mickeyl | 1 | -8/+10 |
are capturing from a file (DEVTYPE_FILE) | ||||
2003-09-26 | more work on persistent configuration | mickeyl | 4 | -11/+73 |
version bump to 1.0.1-snap | ||||
2003-09-26 | disable screensaver if checked in config | mickeyl | 1 | -0/+19 |
2003-09-26 | add automatic tree-opening if checked in config | mickeyl | 1 | -0/+7 |