summaryrefslogtreecommitdiff
path: root/noncore/settings/packagemanager
AgeCommit message (Expand)AuthorFilesLines
2005-01-04Undo previous commitdrw3-13/+5
2005-01-04CONTROL files : changed version stringwimpie3-5/+13
2005-01-02Implement native package linking code (removing need for ipkg-link and its sh...drw12-173/+237
2004-12-24Repair damage done by a broken replace program. Note to self: Never use anyth...mickeyl1-276/+1
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+276
2004-12-21Hide Retrive File List button once list is retrieved in Package Info dialog, ...drw6-49/+57
2004-12-21Fix app linking to link all dependent packages as well as selected packages.drw2-19/+35
2004-12-21Reworked destination config tab UIdrw2-134/+157
2004-12-21Reworked server config tab UI and included option to support src/gz feedsdrw2-108/+141
2004-12-21Preliminary support for src/gz feeds, it works if you manually update ipkg.co...drw4-36/+57
2004-11-181. Implemented linking of apps to root (thanks to zecke for getting this star...drw7-63/+105
2004-11-18UI tweaks for Installation dialog - 1. Show destination selection only when i...drw3-14/+63
2004-11-17Some code clean-up items (thanks to zecke)drw12-266/+265
2004-11-16Implemented setDocument to allow installs by clicking on ipk filedrw2-12/+31
2004-11-16Add ability to install local ipkg filesdrw2-21/+52
2004-11-16Remove commented out codedrw1-1/+0
2004-11-16Minor UI tweak - fix double entry in source feed configuration when adding a ...drw1-1/+1
2004-11-16Minor UI tweak - in filter dialog, when option is enabled, set focus to widge...drw1-21/+26
2004-11-16Fix bug #1464 - correctly reapply filtersdrw1-21/+31
2004-09-09Fix for too much verbosity while performing ipkg functions. Thanks to Seb fo...drw1-3/+5
2004-08-16Use OFileDialog::getDirectory to select destination pathdrw2-26/+40
2004-08-16Correct group box labeldrw1-22/+22
2004-07-31Read ipkg.conf even when /etc/ipkg does not exist, found by Bernardo...thanks\!drw1-57/+57
2004-07-04fixchicken1-1/+1
2004-05-02- use lib and inlcude dir from dependencies before the other dir'sar1-2/+2
2004-04-24fix to properly refer to dependenciesmickeyl1-1/+7
2004-04-21Added some missed QWhatsThis, removed OConfItem location as it is not used/ne...drw22-139/+105
2004-04-21Added/fixed QWhatsThis and fixed a few labels in the config dialogdrw3-21/+64
2004-04-21Should have deleted a line before checking in...drw1-1/+0
2004-04-21Implement saving of ipkg config information and re-initialization of libipkg ...drw1-1/+71
2004-04-08Add SDL to the dependencieszecke1-1/+1
2004-04-08Save proxy informationdrw1-0/+37
2004-04-07Added TODO doc and a couple minor updatesdrw3-6/+31
2004-03-28remove hardcoded build types "debug" and "release". these are set by the buil...mickeyl1-1/+1
2004-03-26Fix compiler warningsdrw1-6/+6
2004-03-14Make use of ODPzecke5-2/+6
2004-03-02applied the patch generated by the optimize_connect script fromalwin3-13/+13
2004-02-27fix dependschicken1-1/+1
2004-02-22Fix config dependsdrw1-1/+1
2004-02-21Package Manager: libopie->libopie2drw8-14/+7
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-13Fix ipkg section/category value (Settings -> opie/settings)drw1-1/+1
2004-02-13Do proper version string comparison and fix string alignment code in PromptDl...drw6-10/+103
2004-02-13Fix handling of filtering options in View menudrw2-7/+48
2004-02-12QDialog::exec() -> QPEApplication::execDialog()drw8-18/+22
2004-02-05Completed package information dialog and a couple of other minor tweaksdrw8-44/+169
2004-01-24Start of package information dialog, UI done, need to retrieve package data yetdrw4-11/+63
2004-01-24Added download packages (requires current version of libipkg) and code to hav...drw9-29/+185
2004-01-20Updated README with some info on building with libipkgdrw1-3/+18
2004-01-20Convert to use libipkgdrw11-191/+135