summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_util.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Improve multi-arch handling of package argumentsDaniel Hartwig1-5/+54
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-84/+158
2012-06-16Use apt's CommandLine parserDaniel Hartwig1-0/+43
2012-06-08Touch copyright notice in cmdline_utilDaniel Hartwig1-0/+1
2012-06-08Add pkgset helpersDaniel Hartwig1-0/+66
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig1-1/+24
2012-02-24Use arch-qualified names in cmdline_prompt, cmdline_actionDaniel Hartwig1-6/+6
2010-07-10Use the new acquire_download_progress object to display command-line download...Daniel Burrows1-1/+11
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-12/+14
2010-06-07Wrap a layer of indirection around wcwidth().Daniel Burrows1-2/+4
2010-06-03Clean up a bunch of #include blocks in src/cmdline/.Daniel Burrows1-6/+10
2010-06-03Add a bunch of missing GPL2 boilerplate.Daniel Burrows1-0/+15
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-10/+19
2010-05-25Move the text-progress object into the cmdline branch, since it's not really ...Daniel Burrows1-2/+2
2010-05-25Replace direct uses of OpTextProgress with calls to make_text_progress().Daniel Burrows1-3/+7
2009-09-24Allow command-line actions to choose packages based on codename as well as ar...Daniel Burrows1-0/+9
2009-01-16Move cmdline_is_search_pattern() to aptitude::matching::is_pattern().Daniel Burrows1-5/+0
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-2/+13
2008-10-06Switch everything over to the new search code.Daniel Burrows1-5/+10
2008-06-28Fix several more compile problems reported by Peter Green.Daniel Burrows1-1/+1
2008-06-21Refactor the code to strip columnification out of cmdline_search and into a f...Daniel Burrows1-0/+39
2008-06-10Fix signedness errors and handle cmdline_version_curr_or_cand in find_source_...Daniel Burrows1-2/+17
2008-04-10Rewrite the status indicator to avoid having to conjugate based on number.Daniel Burrows1-1/+1
2008-03-11Include <algorithm> for std::set_difference.Daniel Burrows1-0/+2
2008-03-11Use std::string instead of PkgIterators (which don't persist over cache updat...Daniel Burrows1-11/+15
2008-03-11Fix the display of the number of newly obsolete packages.Daniel Burrows1-8/+8
2008-03-11Print a list of newly obsolete packages after a command-line update.Daniel Burrows1-8/+45
2008-03-11Tweak the code to select source packages so that it gives precedence to actua...Daniel Burrows1-10/+46
2008-03-09Factor out the select-a-source-package-and-version logic from cmdline_changel...Daniel Burrows1-0/+172
2008-03-04Ignore more errors that happen while loading the cache, instead of treating t...Daniel Burrows1-0/+8
2008-03-04Don't segfault in "update" et al when there's an error parsing the package li...Daniel Burrows1-0/+3
2008-03-04Add support for adding user tags to the packages modified by a command.Daniel Burrows1-0/+47
2008-03-01Treat package names containing question marks as search patterns, just like n...Daniel Burrows1-0/+5
2007-12-15Use the new UI hooks to record the success/failure state of the install and r...Daniel Burrows1-1/+24
2007-12-05Make the status line after an update more descriptive.Daniel Burrows1-1/+1
2007-12-02Don't spam the user with cache loading/closing messages in 'update'.Daniel Burrows1-2/+4
2007-12-02Display some statistics about the cache after an update or an install.Daniel Burrows1-1/+145
2007-11-14First pass over the code.Daniel Burrows1-4/+4
2007-11-12Include cwidget/toplevel instead of vscreen/vscreen.Daniel Burrows1-1/+1
2006-06-30[aptitude @ Add a version source that targets the current version, if one exi...Daniel Burrows1-1/+10
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+181