summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/ipkg.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-23A couple more return values that need to be checked.erik1-2/+9
2004-10-11'return 0' instead of no return from no void function. Lets see if thatzecke1-0/+5
fix breaks anything
2004-08-20Applied patch from Cwiiis to fix linking of apps to root when installed ↵drw1-3/+88
elsewhere
2004-03-14more ODP and right signal syntaxzecke1-2/+2
2004-03-14Make use of ODPzecke1-3/+4
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-5/+5
TT.
2004-02-22AQPkg: libopie->libopie2drw1-3/+3
2003-12-10remove STL dependenciesar1-56/+47
2003-06-11Some missing/fixed tr()s for HEADdrw1-104/+35
2003-05-17Fix for bug #913 - added periodic qApp->processEvents() while updating ipkg ↵drw1-0/+11
status file to improve UI responsiveness
2003-04-29Give aqpkg standard source headers and some minor code clean-up.drw1-16/+28
2003-04-261. Fix for bug #872 - reduce CPU useage while ipkg is doing its thing 2. ↵drw1-10/+7
Re-enable setDocument function for identifying local ipks
2003-04-23Fix for bug #864 and some other code tweaks to reduce executable sizedrw1-34/+46
2003-04-17Added better verbosity options and option to save ipkg output to a file (per ↵drw1-3/+3
'bugs' #856 & #857). Also fixed Ok/Cancel behavior on install options dialog.
2003-02-25Fix for bug #707 - remove package from status file only if package removal ↵drw1-6/+7
was successful.
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
2002-12-20Should create links for installed dependant packages againandyq1-0/+15
2002-12-17Added abort functionalityandyq1-0/+22
2002-11-29Compile fixkergoth1-1/+1
2002-11-231.6 Beta - Changed ipg process to use OProcess instead of popen for async ioandyq1-27/+94
2002-11-22added verbose_wget flag (doesn't work properly yet) andandyq1-3/+16
made status file updating quicker
2002-11-21Re-applied patch for gcc3.2andyq1-0/+1
2002-11-01Added workaround for installing, removing then reinstalling packages toandyq1-2/+80
different destiations. Also now only sends the -dest command down to ipkg on an install
2002-10-29Removed crap status message after ipkg finishesandyq1-1/+2
2002-10-25Hopefully handles upgrading to newer packages correctlyandyq1-5/+3
2002-10-22Removed some debug outputandyq1-3/+1
2002-10-22Changed so that refreshing server packages shows status dialogandyq1-2/+3
2002-10-17Changed so that installings/removing and upgrading from/to multiple destinationsandyq1-8/+15
works better
2002-10-16Fixed bug with linking filesandyq1-2/+14
2002-10-16Added ability to upgrade all packagesandyq1-2/+6
2002-09-28*** empty log message ***andyq1-0/+345