summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2002-11-21Re-applied patch for gcc3.2andyq10-41/+37
2002-11-21Package sections default to N/A unless they are set (description, etc), ↵andyq3-3/+17
changed LinkToRoot to Link To Root, and couple of other small fixes
2002-11-21categoryfilter. addedharlekin1-0/+2
2002-11-21Changed debug message slightlyandyq1-1/+2
2002-11-21Fixed bug where installed and local ipkg servers weren't shown (hopefully)andyq2-1/+3
2002-11-21danish i18ncniehaus1-1/+2
2002-11-20Updated to 1.3andyq1-1/+1
2002-11-20Now keeps proxy settings if setandyq2-4/+51
2002-11-20Fixed tab orderandyq2-2/+25
2002-11-19Uncomment destdirkergoth1-1/+1
2002-11-19ver 1.2andyq1-1/+1
2002-11-19Changed so that the size of a package is passed down into the local packageandyq3-19/+27
(as long as the package installed is the same version as the package available in the feed)
2002-11-17Finish What's This and some additional code clean-updrw5-29/+51
2002-11-17Added filter by category, and added extra fields to package display (Section ↵andyq14-342/+696
and size)
2002-11-17saving bug fixtille1-6/+10
2002-11-17Start of What's This for Sysinfo, plus some code tweaksdrw6-24/+53
2002-11-16first try to revert timezones on reject...tille5-8/+16
... not working i am too stupid ;)
2002-11-16usability:tille9-82/+134
made it a dialog that saves when exiting clock now running
2002-11-16fixes:tille2-19/+40
- saving of ntpservers - poping up of messagebox
2002-11-15updatesbenmeyer1-6/+1
2002-11-14fix icon pathllornkcor1-4/+4
2002-11-14whoopsllornkcor1-1/+1
2002-11-14captionllornkcor1-9/+32
2002-11-14no --best option for gzip, buzybox already is set at bestllornkcor1-4/+4
2002-11-14use real filepaths instead of Sharps idiotic onesllornkcor1-24/+38
2002-11-13code cleanup const's placed in codebenmeyer8-44/+47
2002-11-11Fixed a bug where you couldn't download from installed pgks viewandyq1-1/+1
and another where buttons looked crap
2002-11-11Initial framingbenmeyer2-2/+45
2002-11-11Initial framework for the ppp modulebenmeyer6-10/+188
2002-11-11add #include <iostream>, and std:: when not 'using namespace std'kergoth2-1/+4
2002-11-10only show popup if visibletille1-3/+4
2002-11-10removed left in debugandyq1-1/+0
2002-11-10usability improvmentstille6-89/+106
2002-11-10Updatedandyq1-0/+3
2002-11-10Added braces round key checking if statement to fix bug that WEP settingsandyq1-2/+5
were never saved if WEP was enabled
2002-11-10gak.. too much coffee.. wrong stuff in wrong places fixllornkcor1-3/+4
2002-11-10fix2llornkcor1-2/+2
2002-11-10fixllornkcor1-1/+1
2002-11-10added system,system version,model,and vendor stringsllornkcor1-8/+35
2002-11-09ben! stop committing .pro files with DESTDIR commented out.kergoth2-2/+2
2002-11-09Now at version 1.0 - woot!andyq1-1/+1
2002-11-09Added filter menu - contains 3 filters - show uninstalled packages,andyq4-17/+145
show installed packages and show upgraded packages
2002-11-09Added ability to install a remote package (one from the net)andyq2-53/+115
Done by clicking the download button when no packages are selected. Currently can't do it from the LOCAL-IPKGS view.
2002-11-08Fix compile errorbenmeyer2-14/+14
2002-11-08More optimizations, 1 memory leak fixedbenmeyer4-96/+93
2002-11-08Code Optimizationsbenmeyer18-96/+119
2002-11-08- fix some more gcc3 warnings by removing statements with no effect:simon1-2/+2
- for ( it; it != interfaces.end(); ++it ){ + for ( ; it != interfaces.end(); ++it ){
2002-11-08spanish commentsfbarros1-0/+3
2002-11-07no need to allow user to disable/enable interfaces, its required for ↵kergoth1-1/+1
networksetup
2002-11-07Correct interdependencies for networksetupkergoth3-10/+12