summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_versions.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Improve arch-qualified pkg names with versions commandDaniel Hartwig1-1/+15
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-33/+33
2012-05-24Fold some near-duplicate stringsDaniel Hartwig1-1/+1
2012-03-21Extend the default search pattern to support 'name:arch'Daniel Hartwig1-14/+7
2012-03-15Group results by package:arch in cmdline versionsDaniel Hartwig1-1/+9
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-8/+10
2010-07-03Move the throttle object to src/generic/util.Daniel_Burrows@alumni.brown.edu1-5/+6
2010-07-03Move the core command-line progress view interface to generic/views.Daniel_Burrows@alumni.brown.edu1-4/+5
2010-06-15Invoke the new done() routine when finished with searches and when finished w...Daniel Burrows1-1/+1
2010-06-08Drop the "force" parameter to progress_display::set_progress; it doesn't seem...Daniel_Burrows@alumni.brown.edu1-4/+3
2010-06-08Reuse the progress_display interface for the search_progress code.Daniel_Burrows@alumni.brown.edu1-7/+8
2010-06-08Factor the progress update throttling code into a separate class.Daniel_Burrows@alumni.brown.edu1-0/+8
2010-06-08Use the new progress stuff to get progress indicators from "search" and "vers...Daniel_Burrows@alumni.brown.edu1-3/+30
2010-06-03Clean up a bunch of #include blocks in src/cmdline/.Daniel Burrows1-4/+8
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-2/+22
2010-04-18Alphabetize a switch statement.Daniel Burrows1-6/+6
2010-04-18Fix a ForTranslators comment that's out of date (old command-line option name).Daniel Burrows1-2/+2
2010-04-18Add support for grouping versions by their source package AND source version.Daniel Burrows1-0/+49
2010-04-18Improve the header printed for package grouping.Daniel Burrows1-1/+1
2010-04-18Put more thought into the return value of "aptitude versions".Daniel Burrows1-3/+13
2010-04-18Emit an error if the user asked to see the versions of a package that doesn't...Daniel Burrows1-0/+9
2010-04-17Add support for grouping versions according to the archive in which they occur.Daniel Burrows1-2/+34
2010-04-17Alphabetize the parsing code for --group-by.Daniel Burrows1-5/+5
2010-04-17Fix the error message emitted when --group-by's argument can't be parsed.Daniel Burrows1-1/+1
2010-04-17Move the parsing logic for --group-by to cmdline_versions.cc.Daniel Burrows1-0/+42
2010-04-16Add --show-package-names to control whether "versions" displays package names...Daniel Burrows1-7/+56
2010-04-16Change --group-by-package to --group-by with options "none", "auto", "package...Daniel Burrows1-12/+58
2010-04-16Make the code to group version results more general, in preparation for addin...Daniel Burrows1-31/+98
2010-04-16Refactor the search routine into two routines, cmdline_search (which does wha...Daniel Burrows1-0/+259