summaryrefslogtreecommitdiff
path: root/src/pkg_item.cc
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Use dpkg package names when calling dpkgDaniel Hartwig1-2/+3
2012-05-24Fold some near-duplicate stringsDaniel Hartwig1-2/+2
2012-03-25Use FullName with dpkg-reconfigureDaniel Hartwig1-1/+1
2012-03-16Apply patch from Ubuntu to build -D_FORTIFY_SOURCE=2 errorsDaniel Hartwig1-2/+2
2012-03-07Use arch-qualified names in info screens, dialogs, warningsDaniel Hartwig1-3/+3
2012-03-07Refactor duplicated make_{info,dep,ver}_screen + insertDaniel Hartwig1-42/+4
2010-07-09Moved a wrongly placed translator commentJens Seidel1-3/+0
2009-01-31Don't display a warning when purging an Essential package that's already been...Daniel Burrows1-5/+7
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-1/+1
2008-10-06Switch everything over to the new search code.Daniel Burrows1-4/+13
2008-09-04Merge with head.Daniel Burrows1-4/+3
2008-09-03Add a last-ditch check in the UI for Essential packages that are being removed.Daniel Burrows1-4/+3
2008-08-30Alert translators to usage of non-ASCII characters in confirmation messages. ...Noritada Kobayashi1-0/+3
2008-02-14Add a variable-binding form and forms that consume and bind variables to argu...Daniel Burrows1-4/+4
2007-11-15Fix through pkg_item.Daniel Burrows1-3/+9
2007-11-15Fix a bunch of #includes that got hit by sed and turned into namespaced inclu...Daniel Burrows1-1/+1
2007-11-15Uniformly rename many fragment-related names into cw::.Daniel Burrows1-2/+2
2007-11-15Uniformly replace 'style' with 'cw::style', and fix up everything through loa...Daniel Burrows1-4/+4
2007-11-15Collapse some redundant cwidget::cw/cw::cwidget.Daniel Burrows1-1/+1
2007-11-15Uniformly stop using widgets:: since I expect to get rid of it in the future ...Daniel Burrows1-1/+1
2007-11-15Drop unnecessary cw:: before hier_editor.Daniel Burrows1-1/+1
2007-11-15Fix some duplicated type names that snuck in in a previous pass over the tree.Daniel Burrows1-1/+1
2007-11-15cw::key -> cw::config::key.Daniel Burrows1-1/+1
2007-11-15cwi::key -> cw::key.Daniel Burrows1-1/+1
2007-11-15Use cw::util::arg instead of arg.Daniel Burrows1-1/+1
2007-11-15Use dialogs from the dialogs:: namespace, not dialog_FOO.Daniel Burrows1-2/+2
2007-11-15Uniformly replace widgets::X with cw::X in .cc files.Daniel Burrows1-14/+14
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-4/+4
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-13/+13
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-6/+6
2007-11-14First pass over the code.Daniel Burrows1-24/+24
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwid...Daniel Burrows1-1/+1
2007-10-30Properly thread pointers to the cache and the package records through match r...Daniel Burrows1-1/+3
2007-10-24Add a PkgDowngraded state for packages being downgraded (Closes: #432442).Daniel Burrows1-0/+2
2007-10-03Use a signal instead of a virtual method to communicate changes in whether a ...Daniel Burrows1-11/+14
2006-07-29[aptitude @ Don't use a char* where a const char* will do; g++-4.2 spits up a...Daniel Burrows1-1/+1
2005-11-05[aptitude @ Replace all uses of assert with eassert.]Daniel Burrows1-1/+1
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+564