summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg
AgeCommit message (Collapse)AuthorFilesLines
2007-01-23A couple more return values that need to be checked.erik1-2/+9
2007-01-10All of the files included have instances where an array is new'ed buterik2-2/+2
the corresponding delete does not have the corresponding [] argument.
2005-06-09Resource -> OResourcedrw4-120/+128
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-280/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+280
2004-10-12Try harder to remove stdc++ needzecke5-16/+7
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList
2004-10-11'return 0' instead of no return from no void function. Lets see if thatzecke1-0/+5
fix breaks anything
2004-10-11Last missing piece to remove stdc++ dependencyzecke2-6/+1
-Remove linking against stdc++ -Remove includes of fstream and algorithm
2004-08-20Applied patch from Cwiiis to fix linking of apps to root when installed ↵drw2-3/+91
elsewhere
2004-04-27g++ 3.4 fix in conjunction w/ the qte fixmickeyl1-4/+4
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14more ODP and right signal syntaxzecke1-2/+2
2004-03-14Make use of ODPzecke5-9/+14
2004-03-02applied the patch generated by the optimize_connect script fromalwin5-26/+26
TT.
2004-02-23aqpk must link against libstdc++ this moment - has to be fixedalwin1-1/+1
2004-02-22Fix config dependsdrw1-2/+2
2004-02-22AQPkg: libopie->libopie2drw7-178/+178
2004-02-21improve support for BigScreenar4-239/+252
2004-02-13Fix ipkg section/category value (Settings -> opie/settings)drw1-2/+2
2003-12-19ipkg doesn't like random empty lineschicken1-1/+0
2003-12-10remove STL dependenciesar3-62/+52
2003-10-27merge noncore/apps/* exceptmickeyl5-80/+27
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth5-5/+30
2003-06-11Some missing/fixed tr()s for HEADdrw10-158/+107
2003-06-04sanitizedschurig1-1/+1
2003-05-19Remove old packaging stuffdrw3-26/+0
2003-05-19Update pt and pt_BR .desktop filesdavipt1-4/+12
2003-05-17Fix for bug #913 - added periodic qApp->processEvents() while updating ipkg ↵drw1-0/+11
status file to improve UI responsiveness
2003-05-16Fix for bug #914 (correct dialog cancel behaviour)drw2-6/+84
2003-04-29Give aqpkg standard source headers and some minor code clean-up.drw31-617/+951
2003-04-29Now use QTextView for package information. This is for scroll through long ↵drw2-10/+10
package descriptions (e.g. OZ busybox).
2003-04-26Fix for bug #887 - do not perform documents update when doing a 'ipkg update'drw2-6/+14
2003-04-261. Fix for bug #872 - reduce CPU useage while ipkg is doing its thing 2. ↵drw6-53/+116
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-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-22Now display package information in separate window...easier for those long ↵drw5-38/+180
descriptions. Also use click and hold to display info, not double-click.
2003-04-20Finally fixed it so that packages are not incorrectly marked as having an ↵drw4-16/+16
update available
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-17Added better verbosity options and option to save ipkg output to a file (per ↵drw6-21/+79
'bugs' #856 & #857). Also fixed Ok/Cancel behavior on install options dialog.
2003-04-10qpetoolbar and qpemenubar are depreciatedharlekin2-68/+68
2003-03-29Move Configure option under the Actions menu, allowing me to remove the ↵drw1-11/+6
top-level menu 'Options' (which only had the Config entry under it).
2003-03-29Better fix for reading feed Packages files.drw1-32/+24
2003-03-29Fix for reading feed's Package file works this time. However, this is ↵drw1-3/+3
temporary until I re-do this part of the code this weekend (don't like the way it works).
2003-03-28Oops...undoing last update.drw1-3/+2
2003-03-28Fix bug in reading feed's Package filedrw1-2/+4
2003-03-27Slower, but more appropriate status parser. Now identifies the state_status ↵kergoth1-2/+10
column and compares against installed.. This fixes the bug introduced where it hit 'ok installed' but not 'prefer installed', both of which are valid entries.
2003-03-27Fix bug #780 - correctly identify whether a package is really installed or notdrw1-1/+1
2003-03-19Fix for bug #741drw4-8/+33