Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-02-08 | Each file in this commit has a problem where it is possible to dereference | erik | 1 | -2/+4 |
a pointer without that pointer being valid. This commit fixes each instance of that. | ||||
2006-01-16 | opie-packagemanager: added two options | hrw | 4 | -5/+27 |
- "Force resursive" for -recursive ipkg option - "Verbose fetch" for -verbose_wget ipkg option | ||||
2005-06-05 | Resource -> OResource | drw | 5 | -67/+65 |
2005-06-05 | Fix doc box headers | drw | 23 | -542/+544 |
2005-04-01 | Fix linking issue with libipkg >= 0.99.146, at least until I can come up ↵ | drw | 2 | -6/+6 |
with a better way to do it... | ||||
2005-03-22 | Disconnect signals after command executes to prevent bug where messages show ↵ | drw | 1 | -0/+7 |
up multiple times in install dialog | ||||
2005-03-11 | Fix bug where lists_dir was not being honored at startup - thanks to hrw for ↵ | drw | 2 | -3/+18 |
identifying, also provide default value for lists_dir when none is entered in the configuration dialog | ||||
2005-03-10 | Some minor UI tweaks | drw | 4 | -52/+85 |
2005-03-03 | Scale icons appropriately | drw | 2 | -19/+39 |
2005-02-22 | Add support for lists_dir ipkg configuration option, optimize ipkg ↵ | drw | 8 | -108/+177 |
configuration file read routine, update version to 0.6.2 | ||||
2005-02-20 | Update needed/required version of libipkg, bug was fixed in libipkg causing ↵ | drw | 1 | -1/+1 |
packagemanager problems | ||||
2005-02-16 | Fixed stupid bug where last package in status file was not shown as ↵ | drw | 3 | -10/+16 |
installed when it should be, and removed some printfs | ||||
2005-01-06 | Some more changes for NS2 | wimpie | 1 | -2/+5 |
updated toplevel Makefile added new target packages-mt and packages these replaces, render obsolete and dramatically improve : ipks ipks-mt see separate mail | ||||
2005-01-04 | Undo previous commit | drw | 3 | -13/+5 |
2005-01-04 | CONTROL files : changed version string | wimpie | 3 | -5/+13 |
NS2 many changes and first release of OT2 | ||||
2005-01-02 | Implement native package linking code (removing need for ipkg-link and its ↵ | drw | 12 | -173/+237 |
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-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -276/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+276 |
2004-12-21 | Hide Retrive File List button once list is retrieved in Package Info dialog, ↵ | drw | 6 | -49/+57 |
bump version up to 0.6.0, update ChangeLog/Todo/etc. | ||||
2004-12-21 | Fix app linking to link all dependent packages as well as selected packages. | drw | 2 | -19/+35 |
2004-12-21 | Reworked destination config tab UI | drw | 2 | -134/+157 |
2004-12-21 | Reworked server config tab UI and included option to support src/gz feeds | drw | 2 | -108/+141 |
2004-12-21 | Preliminary support for src/gz feeds, it works if you manually update ↵ | drw | 4 | -36/+57 |
ipkg.conf. Still need to add configuration option on server config dialog tab. | ||||
2004-11-18 | 1. Implemented linking of apps to root (thanks to zecke for getting this ↵ | drw | 7 | -63/+105 |
started for me) 2. Bumped version to 0.5.0 (all v1.0 functionality is there...I think) 3. Added package dependency on ipkg-link 4. Updated Opie-PM ChangeLog, TODO | ||||
2004-11-18 | UI tweaks for Installation dialog - 1. Show destination selection only when ↵ | drw | 3 | -14/+63 |
installing apps, 2. Update available disk space after each package is processed, 3. Disable destination selection once start button has been clicked | ||||
2004-11-17 | Some code clean-up items (thanks to zecke) | drw | 12 | -266/+265 |
2004-11-16 | Implemented setDocument to allow installs by clicking on ipk file | drw | 2 | -12/+31 |
2004-11-16 | Add ability to install local ipkg files | drw | 2 | -21/+52 |
2004-11-16 | Remove commented out code | drw | 1 | -1/+0 |
2004-11-16 | Minor UI tweak - fix double entry in source feed configuration when adding a ↵ | drw | 1 | -1/+1 |
new feed | ||||
2004-11-16 | Minor UI tweak - in filter dialog, when option is enabled, set focus to ↵ | drw | 1 | -21/+26 |
widget that corresponds to that option (less tapping) | ||||
2004-11-16 | Fix bug #1464 - correctly reapply filters | drw | 1 | -21/+31 |
2004-09-09 | Fix for too much verbosity while performing ipkg functions. Thanks to Seb ↵ | drw | 1 | -3/+5 |
for fix | ||||
2004-08-16 | Use OFileDialog::getDirectory to select destination path | drw | 2 | -26/+40 |
2004-08-16 | Correct group box label | drw | 1 | -22/+22 |
2004-07-31 | Read ipkg.conf even when /etc/ipkg does not exist, found by Bernardo...thanks\! | drw | 1 | -57/+57 |
2004-07-04 | fix | chicken | 1 | -1/+1 |
2004-05-02 | - use lib and inlcude dir from dependencies before the other dir's | ar | 1 | -2/+2 |
2004-04-24 | fix to properly refer to dependencies | mickeyl | 1 | -1/+7 |
2004-04-21 | Added some missed QWhatsThis, removed OConfItem location as it is not ↵ | drw | 22 | -139/+105 |
used/needed, reordered includes to follow conventions, removed all using namespaces occurrances and updated documentation | ||||
2004-04-21 | Added/fixed QWhatsThis and fixed a few labels in the config dialog | drw | 3 | -21/+64 |
2004-04-21 | Should have deleted a line before checking in... | drw | 1 | -1/+0 |
2004-04-21 | Implement saving of ipkg config information and re-initialization of libipkg ↵ | drw | 1 | -1/+71 |
after config info changed | ||||
2004-04-08 | Add SDL to the dependencies | zecke | 1 | -1/+1 |
Make SFCAVE_SDL depend on SDL OP2 on XINE MAilWrapper on LIBETPAN PAckageManager on LIBIPK | ||||
2004-04-08 | Save proxy information | drw | 1 | -0/+37 |
2004-04-07 | Added TODO doc and a couple minor updates | drw | 3 | -6/+31 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-26 | Fix compiler warnings | drw | 1 | -6/+6 |
2004-03-14 | Make use of ODP | zecke | 5 | -2/+6 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 3 | -13/+13 |
TT. |