summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2003-01-05Rename package to opie-aqpkgdrw1-0/+0
2003-01-05- removing unnecessary inclusionssimon1-8/+0
2003-01-05Remove unused dialog and menu shortcut key combos. Also added a bunch of ↵drw6-166/+60
tr()'s to existing strings. Note to translators: These strings might be changing in the next couple of weeks as I do some UI updates.
2003-01-04Delay initial load of ipkg info so app displays quicker, and add progress ↵drw9-44/+267
display for longer operations (such as loading packages for large feeds).
2003-01-03fix typosmickeyl1-2/+2
2003-01-03Fixed setup/settings changesbenmeyer2-2/+2
2003-01-03- fix pathsimon1-2/+2
2003-01-02Name changesbenmeyer2-2/+2
2003-01-02Donebenmeyer1-8/+0
2003-01-02Renamebenmeyer1-1/+1
2002-12-28adding i18n-fixescniehaus1-4/+4
@@ -61,10 +61,10 @@ MainWindow :: MainWindow( QWidget *p, ch // Create the main menu menu = menuBar(); //new QMenuBar( this ); - menu->insertItem( "&Settings", settings ); - menu->insertItem( "&Edit", edit ); - menu->insertItem( "&Filter", filter ); - menu->insertItem( "&Help", help ); + menu->insertItem( tr( "&Settings" ), settings ); + menu->insertItem( tr( "&Edit" ), edit ); + menu->insertItem( tr( "&Filter" ), filter ); + menu->insertItem( tr( "&Help" ), help ); mgr = new DataManager(); mgr->loadServers();
2002-12-28@@ -37,7 +37,7 @@ MainWindow :: MainWindow( QWidget *p, chcniehaus1-1/+1
showMaximized(); #endif - setCaption( "AQPkg - Package Manager" ); + setCaption( tr( "AQPkg - Package Manager" ) ); // Create our menu help = new QPopupMenu( this );
2002-12-27Fixed bug where refresh lists would crashandyq1-1/+2
2002-12-26fixing a strage charcniehaus3-51/+51
2002-12-26another i18n-bug found and fixed by Taiscniehaus1-3/+2
2002-12-26fixes 3 typoscniehaus2-3/+3
2002-12-22Fixed some window captions to match the corresponding launcher iconssandman3-2/+4
2002-12-20Changebenmeyer1-1/+1
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-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 Fixbenmeyer5-8/+27
2002-12-17- small fix to reset the palette when changing stylessandman3-13/+18
2002-12-17fix mtdblock string displayllornkcor1-21/+23
2002-12-16Remove the lease time requst. Wasn't realy needed and was uneccessarybenmeyer3-90/+13
2002-12-16Changed the order of the advanced ui to make more sensebenmeyer2-69/+69
2002-12-16Fixed icon bug, removed some extra uneeded code, fixed WEP config bugbenmeyer3-13/+9
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 itsandman2-2/+2
(runs with busybox now and doesn't write to temporary files in the current directory, which could be anywhere)
2002-12-14addLanguage rulescniehaus10-0/+14
2002-12-134 updates .pro-files (due to i18n-stuff)cniehaus3-0/+53
2002-12-13Only enable the username and password if one of the proxies is enabledandyq1-2/+2
2002-12-13Unbroke Settings dialog layoutandyq1-664/+665
2002-12-12Encryption issues fixedbenmeyer1-15/+13
2002-12-12Updated to 1.8andyq1-1/+1
2002-12-12Removed duff stringandyq1-1/+1
2002-12-12Added proxy supportandyq5-461/+743
2002-12-11Add back in the main networksetup icon..kergoth2-2/+2
2002-12-11Add wlan stuffbenmeyer1-0/+5
2002-12-11Fixed ad-hco bugbenmeyer1-3/+6
2002-12-11Key accellbenmeyer2-11/+10
2002-12-11New cleaner layoutbenmeyer3-115/+106
2002-12-11Added PDF urlbenmeyer1-0/+3
2002-12-11Now will display the channel and not the freqencybenmeyer4-4/+28
2002-12-11Cleaned up ui files so tab is in correct orderbenmeyer5-400/+70