summaryrefslogtreecommitdiff
path: root/noncore/settings
AgeCommit message (Collapse)AuthorFilesLines
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth12-12/+12
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-26use an information messagebox rather than critical on success, as pointed ↵kergoth1-1/+1
out by Ken Bantoft.
2003-01-26Removed /etc backup, its virtually useless, and restoring a /etc backup when ↵kergoth1-3/+0
your package versions have changed could quite easily bork half your packages.
2003-01-25Couple of text fixesandyq1-2/+2
2003-01-24Add 'Application Data' to backup/restore for backing up $HOME/Applications.kergoth1-0/+3
2003-01-24Make the quick jump to keypad a toolbar like the find bar (option in config ↵drw2-30/+65
dialog will be removed).
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth15-15/+15
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23add Replaces entry which has been forgotten when renamingmickeyl1-0/+1
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth2-2/+2
2003-01-23Compile fix, if you use PATH_MAX, include linux/limits.h.kergoth1-0/+1
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth3-3/+3
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-23Minor fix for find function and more liberal use of progress widget to give ↵drw2-21/+26
feedback to user
2003-01-23Code optimizations for main windowdrw7-1142/+909
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