Age | Commit message (Expand) | Author | Files | Lines |
2003-03-27 | Fix bug #780 - correctly identify whether a package is really installed or not | drw | 1 | -1/+1 |
2003-03-19 | Fix for bug #741 | drw | 4 | -8/+33 |
2003-03-15 | Added several checks to ensure we have a valid server or destination. Fixes ... | drw | 1 | -42/+72 |
2003-03-08 | Use inline pics | drw | 1 | -2/+2 |
2003-03-04 | Remove AQPkg's own help window, use standard help system | drw | 6 | -207/+0 |
2003-02-25 | Fix for bug #707 - remove package from status file only if package removal wa... | drw | 2 | -6/+8 |
2003-02-18 | Use a max line count on the QMultiLineEdit used for ipkg output, as users hav... | kergoth | 1 | -0/+10 |
2003-02-10 | Fixed bug where feed names could have spaces in them | andyq | 1 | -7/+18 |
2003-02-06 | Change all vector<> to QList<>. First step in removing dependency on libstdc++. | drw | 9 | -214/+245 |
2003-02-04 | More dialog clean-up. Except for QWhatsThis, the UI changes are pretty much ... | drw | 8 | -313/+79 |
2003-02-04 | Updates to configure dialog | drw | 6 | -922/+239 |
2003-02-01 | Fix for gcc 3.2... | drw | 1 | -2/+2 |
2003-02-01 | Many updates to install dialog | drw | 7 | -247/+164 |
2003-01-27 | Added translation for aqpkg | groucho | 2 | -1/+18 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= dep... | kergoth | 1 | -1/+1 |
2003-01-25 | Couple of text fixes | andyq | 1 | -2/+2 |
2003-01-24 | Make the quick jump to keypad a toolbar like the find bar (option in config d... | drw | 2 | -30/+65 |
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate inc... | kergoth | 1 | -1/+1 |
2003-01-23 | add Replaces entry which has been forgotten when renaming | mickeyl | 1 | -0/+1 |
2003-01-23 | Compile fix, if you use PATH_MAX, include linux/limits.h. | kergoth | 1 | -0/+1 |
2003-01-23 | Minor fix for find function and more liberal use of progress widget to give f... | drw | 2 | -21/+26 |
2003-01-23 | Code optimizations for main window | drw | 7 | -1142/+909 |
2003-01-19 | Updates to main package list, icons for installed/updated packages, QWhatsThi... | drw | 5 | -58/+47 |
2003-01-18 | Fixed relinking of files when upgrade selected (now removes old links first a... | andyq | 1 | -8/+11 |
2003-01-18 | Upgraded to 1.11 | andyq | 1 | -1/+1 |
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-12 | Updated version to 1.10 | andyq | 1 | -1/+1 |
2003-01-12 | Changed Packages meu to Actions to allow icons to fit on same line | andyq | 1 | -1/+1 |
2003-01-10 | Changed menu layout | drw | 1 | -35/+33 |
2003-01-10 | Made find dialog a toolbar, fixed show options under View menu | drw | 4 | -122/+125 |
2003-01-09 | Updates to main view, menu reorganization, etc. | drw | 5 | -97/+194 |
2003-01-05 | Rename package to opie-aqpkg | drw | 1 | -0/+0 |
2003-01-05 | Remove unused dialog and menu shortcut key combos. Also added a bunch of tr(... | drw | 6 | -166/+60 |
2003-01-04 | Delay initial load of ipkg info so app displays quicker, and add progress dis... | drw | 9 | -44/+267 |
2002-12-28 | adding i18n-fixes | cniehaus | 1 | -4/+4 |
2002-12-28 | @@ -37,7 +37,7 @@ MainWindow :: MainWindow( QWidget *p, ch | cniehaus | 1 | -1/+1 |
2002-12-27 | Fixed bug where refresh lists would crash | andyq | 1 | -1/+2 |
2002-12-20 | Refreshes available space on current destination after packages finished inst... | andyq | 1 | -0/+2 |
2002-12-20 | Should create links for installed dependant packages again | andyq | 1 | -0/+15 |
2002-12-17 | Added abort functionality | andyq | 2 | -0/+24 |
2002-12-17 | When ipkg process is run - start/close button changes to abort | andyq | 1 | -4/+18 |
2002-12-17 | Moved to 1.9 | andyq | 1 | -1/+1 |
2002-12-13 | Only enable the username and password if one of the proxies is enabled | andyq | 1 | -2/+2 |
2002-12-13 | Unbroke Settings dialog layout | andyq | 1 | -664/+665 |
2002-12-12 | Updated to 1.8 | andyq | 1 | -1/+1 |
2002-12-12 | Removed duff string | andyq | 1 | -1/+1 |
2002-12-12 | Added proxy support | andyq | 5 | -461/+743 |
2002-12-05 | Fixed missing slot which dropped out :( | andyq | 1 | -0/+1 |
2002-12-04 | Added new method to get available space on a volume | andyq | 2 | -1/+24 |
2002-12-04 | Added Available space for destination chosen | andyq | 3 | -19/+84 |