summaryrefslogtreecommitdiff
path: root/noncore/settings/packagemanager/oipkg.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-05Fix doc box headersdrw1-22/+21
2005-04-01Fix linking issue with libipkg >= 0.99.146, at least until I can come up ↵drw1-0/+5
with a better way to do it...
2005-03-22Disconnect signals after command executes to prevent bug where messages show ↵drw1-0/+7
up multiple times in install dialog
2005-03-11Fix bug where lists_dir was not being honored at startup - thanks to hrw for ↵drw1-1/+13
identifying, also provide default value for lists_dir when none is entered in the configuration dialog
2005-02-22Add support for lists_dir ipkg configuration option, optimize ipkg ↵drw1-46/+71
configuration file read routine, update version to 0.6.2
2005-02-16Fixed stupid bug where last package in status file was not shown as ↵drw1-4/+8
installed when it should be, and removed some printfs
2005-01-04Undo previous commitdrw1-5/+2
2005-01-04CONTROL files : changed version stringwimpie1-2/+5
NS2 many changes and first release of OT2
2005-01-02Implement native package linking code (removing need for ipkg-link and its ↵drw1-17/+191
shortcomings), move package linking code to OIpkg (proper place for ipkg specific code), many small code tweaks and bump version up to 0.6.1
2004-12-21Preliminary support for src/gz feeds, it works if you manually update ↵drw1-2/+15
ipkg.conf. Still need to add configuration option on server config dialog tab.
2004-11-17Some code clean-up items (thanks to zecke)drw1-27/+29
2004-09-09Fix for too much verbosity while performing ipkg functions. Thanks to Seb ↵drw1-3/+5
for fix
2004-07-31Read ipkg.conf even when /etc/ipkg does not exist, found by Bernardo...thanks\!drw1-57/+57
2004-04-21Added some missed QWhatsThis, removed OConfItem location as it is not ↵drw1-4/+3
used/needed, reordered includes to follow conventions, removed all using namespaces occurrances and updated documentation
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
after config info changed
2004-04-07Added TODO doc and a couple minor updatesdrw1-5/+2
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-8/+8
TT.
2004-02-13Do proper version string comparison and fix string alignment code in ↵drw1-2/+0
PromptDlg to eliminate QT warning messages
2004-02-05Completed package information dialog and a couple of other minor tweaksdrw1-11/+58
2004-01-24Added download packages (requires current version of libipkg) and code to ↵drw1-2/+7
have Opie update links so apps will display properly in Launcher after adding/removing
2004-01-20Convert to use libipkgdrw1-117/+71
2004-01-13Initial upload of new package managerdrw1-0/+505