Age | Commit message (Expand) | Author | Files | Lines |
2012-03-25 | Also support MultiArch flags from apt 0.8.16 | Daniel Hartwig | 2 | -32/+31 |
2012-03-23 | More nice size on cmdline_download_progress | Daniel Hartwig | 1 | -1/+2 |
2012-03-23 | [curses] Hack to prevent debug messages dumping to the screen | Daniel Hartwig | 2 | -7/+13 |
2012-03-22 | ?architecture(native) matches also "all" | Daniel Hartwig | 1 | -1/+2 |
2012-03-22 | Drop regex support from ?architecture | Daniel Hartwig | 4 | -18/+13 |
2012-03-21 | Extend the default search pattern to support 'name:arch' | Daniel Hartwig | 2 | -15/+14 |
2012-03-20 | Tweak display of architecture in dependency lists | Daniel Hartwig | 1 | -2/+5 |
2012-03-19 | Support 'native' and 'foreign' as arguments to ?architecture | Daniel Hartwig | 8 | -2/+117 |
2012-03-19 | Make ~VCURRENT etc. behave like ?version(CURRENT) | Daniel Hartwig | 1 | -12/+18 |
2012-03-18 | Adjust loading of default top sections | Daniel Hartwig | 1 | -6/+3 |
2012-03-18 | Do not assume "main" is the primary top-section | Daniel Hartwig | 1 | -6/+11 |
2012-03-18 | Use libraries (liba, libb, etc.) with 'firstchar' grouping policy | Daniel Hartwig | 1 | -8/+9 |
2012-03-18 | Make load_{group,sort}policy.cc more l10n friendly | Daniel Hartwig | 2 | -21/+21 |
2012-03-18 | Finish off "Change the default width of version fields (%V and %v) from 10 to... | Daniel Hartwig | 1 | -1/+1 |
2012-03-18 | Restore 3-way compare to pkg_sortpolicy.cc | Daniel Hartwig | 1 | -2/+11 |
2012-03-18 | Always consider arch when sorting by package name | Daniel Hartwig | 2 | -15/+11 |
2012-03-17 | Revert "Respect DPkg::Options when calling dpkg to recover failed installs" | Daniel Hartwig | 1 | -17/+9 |
2012-03-17 | Use '~r' as short form of '?architecture' | Daniel Hartwig | 1 | -0/+2 |
2012-03-17 | Respect DPkg::Options when calling dpkg to recover failed installs | Daniel Hartwig | 1 | -9/+17 |
2012-03-16 | Apply patch from Ubuntu to build -D_FORTIFY_SOURCE=2 errors | Daniel Hartwig | 5 | -12/+19 |
2012-03-15 | Use full name (i.e. architecture) with ?name sort policy | Daniel Hartwig | 1 | -2/+13 |
2012-03-15 | Refactor DepType ordering | Daniel Hartwig | 3 | -87/+32 |
2012-03-15 | Group results by package:arch in cmdline versions | Daniel Hartwig | 1 | -1/+9 |
2012-03-15 | New functions to sort architectures by prefered order | Daniel Hartwig | 2 | -0/+37 |
2012-03-15 | Fix '?action(upgrade)' and others | Daniel Hartwig | 1 | -0/+3 |
2012-03-15 | Cleanup use of identifiers 'dep_type' and 'deptype' | Daniel Hartwig | 2 | -39/+22 |
2012-03-07 | Use arch-qualified names in info screens, dialogs, warnings | Daniel Hartwig | 8 | -22/+26 |
2012-03-07 | Refactor duplicated make_{info,dep,ver}_screen + insert | Daniel Hartwig | 5 | -76/+51 |
2012-03-07 | Use SizeToStr for all of cmdline progress display | Daniel Hartwig | 1 | -2/+2 |
2012-03-06 | Always use arch-qualified names in logs and debug info | Daniel Hartwig | 6 | -66/+68 |
2012-03-03 | Add search terms ?architecture, ?multiarch | Daniel Hartwig | 6 | -0/+221 |
2012-03-03 | Correctly identify "Architecture: all" packages | Daniel Hartwig | 2 | -2/+3 |
2012-03-02 | Show Multi-Arch field on pkg_info_screen, cmdline show | Daniel Hartwig | 4 | -0/+25 |
2012-03-02 | Use arch-qualified names for rdepends | Daniel Hartwig | 4 | -12/+12 |
2012-03-02 | Use arch-qualified names when explaining package states, actions | Daniel Hartwig | 2 | -47/+47 |
2012-03-02 | Use arch-qualified names when resolving dependencies | Daniel Hartwig | 3 | -32/+34 |
2012-03-02 | Store package state uniquely for each package:arch combination | Daniel Hartwig | 1 | -2/+10 |
2012-03-02 | Clean up "Change order of parts of the tree in the default view…" | Daniel Hartwig | 3 | -52/+47 |
2012-03-02 | Move code for reading Top Sections to apt.cc | Daniel Hartwig | 3 | -8/+34 |
2012-03-02 | Revert "Improvement/simplification of the implementation of parsing sorting p... | Daniel Hartwig | 2 | -53/+127 |
2012-02-27 | Make FindVector consistent with other wrappers | Daniel Hartwig | 1 | -3/+6 |
2012-02-26 | Change the default width of version fields (%V and %v) from 10 to 14, since m... | Manuel A. Fernandez Montecelo | 1 | -2/+2 |
2012-02-26 | Change default width of %D, %I, %o, and %Z, make %Z adjustable (patch from Mi... | Manuel A. Fernandez Montecelo | 1 | -6/+7 |
2012-02-26 | Improving error messages given to users when parsing grouping policies, mainl... | Manuel A. Fernandez Montecelo | 1 | -12/+11 |
2012-02-26 | Change order of parts of the tree in the default view, so when somebody 'open... | Manuel A. Fernandez Montecelo | 3 | -31/+80 |
2012-02-26 | Adding wrappers for FindVector methods, currently missing | Manuel A. Fernandez Montecelo | 1 | -0/+13 |
2012-02-25 | Improvement/simplification of the implementation of parsing sorting policies ... | Manuel A. Fernandez Montecelo | 2 | -127/+53 |
2012-02-24 | Refactor various apt-related comparison functors to apt.h | Daniel Hartwig | 9 | -124/+102 |
2012-02-24 | Close memory leak in solution_item.cc | Daniel Hartwig | 1 | -4/+8 |
2012-02-24 | Use arch-qualified names in pkg_columnizer | Daniel Hartwig | 2 | -2/+2 |