summaryrefslogtreecommitdiff
path: root/src/pkg_item_with_subtree.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-07Use arch-qualified names in info screens, dialogs, warningsDaniel Hartwig1-1/+1
Dependencies on Arch: all packages are still handling incorrectly. This patch thoroughly exposes this issue in the curses interface. Where previously aptitude would show (aboot-cross:amd64 info): --\ Depends (2) --- aboot-base (UNAVAILABLE) which is incorrect (as aboot-base *is* available), we now see: --\ Depends (2) --- aboot-base:amd64 (UNAVAILABLE) which makes it clear why the package is *considered* unavailable. APT tools (at least, 0.8.15 series) exhibit this same problem when displaying dependencies. Exposing this issue enables improvements to the dependency parser/handling to be made. Non-multi-arch systems are unaffected.
2008-04-16Modified most header files descriptions to be Doxygen-parsable.Obey Arthur Liu1-2/+9
2007-11-14First pass over the code.Daniel Burrows1-19/+19
This tree version is still BROKEN. This commit changes a bunch of code mechanically, and completely fixes all the subdirectories and files through download_screen in the top-level directory. Some unfortunate namespace choices in cwidget showed up here. widgets and config should probably be merged into the cwidget namespace, and I've created namespace aliases that pretend this happened as I go through the .cc files. Luckily, that change can largely be accounted for automatically.
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include ↵Daniel Burrows1-1/+1
<cwidget/widgets/*>. The tree is now broken and will remain broken until the transition completes.
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+112