summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2002-12-21Added bit of eye candy - press 'e' to make smoke trails fade out (at expense ↵andyq2-31/+104
of a little speed), and made fly game scoring zones better
2002-12-20Fixed small bugette with cursor keysandyq1-11/+8
2002-12-20Changebenmeyer1-1/+1
2002-12-20Added difficultie levels to SFCave game typeandyq1-4/+14
2002-12-20Refreshes available space on current destination after packages finished ↵andyq1-0/+2
installing
2002-12-20Should create links for installed dependant packages againandyq1-0/+15
2002-12-20Fix to prevent segfault when no process/module is selected in list.drw2-1/+11
2002-12-201. Added check for /sbin/modinfo, and if exists will display module details ↵drw10-283/+153
again. 2. Combined process and module detail viewers into one common class. 3. Move process signal sending to main process tab.
2002-12-20update - sorry it took so long. hope this works correctlyllornkcor46-1522/+4580
2002-12-19adapted to todays xine cvsharlekin2-2/+4
2002-12-18Parameter passing to the thread reworked a bitsandman1-6/+7
2002-12-18use system() to start daemon and hopper instead of Global::execute,mickeyl1-13/+23
which makes nothing but trouble for non-gui processes.
2002-12-17Added abort functionalityandyq2-0/+24
2002-12-17When ipkg process is run - start/close button changes to abortandyq1-4/+18
2002-12-17Moved to 1.9andyq1-1/+1
2002-12-17Caption Fixbenmeyer9-15/+53
2002-12-17forgot to commit that filesandman1-1/+0
2002-12-17- small fix to reset the palette when changing stylessandman3-13/+18
2002-12-17- i18n fixlet by Carstensimon1-2/+2
2002-12-17Now use Single click to open a bookmark instead of a double click.treke1-1/+1
2002-12-17fix mtdblock string displayllornkcor1-21/+23
2002-12-16- updates to the config windowmickeyl4-30/+151
- GUI now starts channelhopper and sniffer using the command line interface
2002-12-16Remove the lease time requst. Wasn't realy needed and was uneccessarybenmeyer6-180/+26
2002-12-16fix maximum argument length for sniffer devicemickeyl1-1/+1
2002-12-16foobarmjm3-8/+31
2002-12-16fixed some forgotten includes (again)mjm3-1/+5
2002-12-16Changed the order of the advanced ui to make more sensebenmeyer4-138/+138
2002-12-16Fixed icon bug, removed some extra uneeded code, fixed WEP config bugbenmeyer6-26/+18
2002-12-16Addressbook is now able to send mails through opie-mail..eilers2-3/+47
2002-12-16send as text the real filename is symlinkllornkcor3-13/+30
2002-12-16remove some commented codellornkcor1-97/+0
2002-12-16fix writng m3u filenames when user specifies a directoryllornkcor1-10/+11
2002-12-161. Added RAM disk to storage tab (could someone verify works on Z?) 2. ↵drw10-59/+80
QScrollView for storage tab 3. Removed module detail dialog since it did not provide any useful information 4. Fix compiler warnings 5. Removed unneeded qDebugs
2002-12-16QWhatsThis addeddrw2-60/+108
2002-12-15moved changedns to /usr/bin (so ifup/down actually find it), and rewrote itsandman3-3/+3
(runs with busybox now and doesn't write to temporary files in the current directory, which could be anywhere)
2002-12-15- don't append .png to the button mask filenamessimon1-1/+1
2002-12-14addLanguage rulescniehaus59-0/+108
2002-12-14code cleanup, possible bug in sniff.cc fixedmjm4-18/+11
2002-12-14- support compilation for Qt/X11mickeyl7-12/+119
2002-12-14- reduce memory usage a little bit by not storing the images after theysimon3-1/+10
got converted to pixmaps
2002-12-14- removed unused methodsimon2-10/+0
2002-12-14- oops, forgot this onesimon1-1/+1
2002-12-14- make it thread-safesimon1-2/+11
2002-12-14- save a bit of memory by caching a pixmap insteadsimon2-25/+25
2002-12-14- kill the flickery when painting. backgroundmode is now alwayssimon3-20/+8
NoBackground and we do full double-buffering in the paintEvent
2002-12-14- skip the free_(audio|video)_decoder calls. today's libvorbis doesn'tsimon1-2/+2
like it
2002-12-14made the analog clock drawing more style awaresandman2-40/+57
2002-12-14- preload a couple of decoderssimon2-0/+26
2002-12-14fixed dependencyharlekin1-1/+1
2002-12-13- activate the threaded xine init code! :)simon3-2/+20