summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2003-01-21Added replacesbenmeyer2-3/+2
2003-01-19Updates to main package list, icons for installed/updated packages, ↵drw5-58/+47
QWhatsThis and a couple other tweaks
2003-01-18Fixed relinking of files when upgrade selected (now removes old links first ↵andyq1-8/+11
and recreates them after), also cut down on spurious failed to link errors on linking
2003-01-18Upgraded to 1.11andyq1-1/+1
2003-01-16Add some config.in.in files to remove the 'duplicate' categories spotted by ↵kergoth1-0/+1
Max..
2003-01-16i18n for new buildsystem :)kergoth15-0/+60
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-1/+1
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-13testbenmeyer1-1/+1
2003-01-13testbenmeyer1-1/+1
2003-01-13testbenmeyer1-0/+1
2003-01-13testbenmeyer1-3/+1
2003-01-13testbenmeyer1-0/+2
2003-01-13test new headerbenmeyer1-0/+6
2003-01-12Updated version to 1.10andyq1-1/+1
2003-01-12Changed Packages meu to Actions to allow icons to fit on same lineandyq1-1/+1
2003-01-10Changed menu layoutdrw1-35/+33
2003-01-10Made find dialog a toolbar, fixed show options under View menudrw4-122/+125
2003-01-09Updates to main view, menu reorganization, etc.drw5-97/+194
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