summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Add a slightly hacky way to set RootDir before the configuration, source list...Daniel Burrows1-1/+7
2009-03-03Make sure that why_display_mode always gets a value.Daniel Burrows1-5/+7
2009-02-23Add a --show-summary option that displays all the packages that would start a...Daniel Burrows1-3/+33
2009-02-07Create a dummy appender that does nothing, to keep log4cxx from complaining a...Daniel Burrows1-0/+15
2009-02-07Allow command-line arguments to override the WARN log level on the root logger.Daniel Burrows1-3/+3
2009-01-31Implement basic configuration of loggers, and document it.Daniel Burrows1-2/+205
2008-11-12Add the --gui and --no-gui options to the aptitude -h help message.Obey Arthur Liu1-0/+2
2008-11-11Add a configuration option to control whether the GUI starts.Daniel Burrows1-1/+1
2008-11-10Cleanly fall back to the curses frontend if the GTK+ frontend can't be initia...Daniel Burrows1-4/+6
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-3/+3
2008-10-06Switch everything over to the new search code.Daniel Burrows1-6/+10
2008-09-24Enable search debugging if Aptitude::CmdLine::Debug-Search is set to true.Daniel Burrows1-1/+4
2008-09-01Make the GTK+ frontend an optional part of the build (but enabled by default).Daniel Burrows1-0/+11
2008-04-18Added the ::UI::Flat-View-As-First-View option to display the flat view as fi...Obey Arthur Liu1-1/+5
2008-06-29Put the cwidget initialization path back in with a --no-gui command-line argu...Daniel Burrows1-46/+68
2008-06-03Created gtk/ stub and autotools lines.Obey Arthur Liu1-1/+1
2008-08-03Add support for displaying the actions taken by the resolver during a safe-up...Daniel Burrows1-1/+16
2008-06-07Implement the "disable column formatting" feature via a new command-line opti...Daniel Burrows1-2/+9
2008-04-20Fixed a useless dash in help text. Closes: #476835Jens Seidel1-1/+1
2008-04-20Make the new logic for "quiet" not override "-q" either (Closes: #476749).Daniel Burrows1-2/+2
2008-04-20When trying to auto-enable quietness due to not having a TTY to write to, don...Daniel Burrows1-1/+2
2008-04-13Merged multiple help text lines into a single one for proper i18n supportJens Seidel1-8/+9
2008-04-11Manually wrap a line that was extending past 80 columns in the --help output.Daniel Burrows1-5/+2
2008-04-11Add why and why-not to aptitude --help.Daniel Burrows1-0/+5
2008-04-08Fix the cwidget version printing and fix up the formatting of the version dis...Daniel Burrows1-15/+11
2008-04-08Add support for displaying the cwidget version number in --version.Daniel Burrows1-0/+1
2008-04-08Have aptitude --version distinguish compile-time and run-time versions, and i...Daniel Burrows1-5/+16
2008-03-27Fix the optstring so that "-W" is accepted as a synonym for "--show-why".Daniel Burrows1-1/+1
2008-03-26Add support for displaying the root cause or causes of an installation in-lin...Daniel Burrows1-2/+9
2008-03-18Add a command-line action that exposes the code to cut out a subset of the ca...Daniel Burrows1-0/+4
2008-03-11Add support for installing build-dependencies at the command-line. (Closes: #...Daniel Burrows1-4/+17
2008-03-05Add missing trailing \ns to several error messages so that they're actually r...Daniel Burrows1-6/+6
2008-03-05Allow the user to enable the "safe" resolver for other command-line actions.Daniel Burrows1-18/+80
2008-03-04Add support for adding user tags to the packages modified by a command.Daniel Burrows1-1/+50
2008-03-01Add command-line operations to add and remove user tags to packages.Daniel Burrows1-0/+5
2008-01-13Switch to using Apt::Install-Recommends instead of Aptitude::Recommends-Impor...Daniel Burrows1-3/+3
2007-12-30Put the newlines in the ept support messages at the end of the string, not th...Daniel Burrows1-2/+2
2007-12-30Include information about whether ept is built in in --version output.Daniel Burrows1-0/+5
2007-12-02Display some statistics about the cache after an update or an install.Daniel Burrows1-1/+1
2007-12-01Add a --no-new-installs option that suppresses the installation of new packag...Daniel Burrows1-2/+9
2007-11-23Add an option --allow-untrusted to override trust warnings. (Closes: #452201,...Daniel Burrows1-0/+5
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-5/+5
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-3/+3
2007-11-14First pass over the code.Daniel Burrows1-11/+13
2007-11-12Include cwidget/toplevel instead of vscreen/vscreen.Daniel Burrows1-1/+1
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwid...Daniel Burrows1-1/+1
2007-06-17[aptitude @ Add a new command "aptitude why" that interrogates the package de...Daniel Burrows1-0/+7
2007-05-09[aptitude @ Add a command-line action that runs the sanity-checker on the uni...Daniel Burrows1-0/+3
2007-04-21[aptitude @ Add safe-upgrade and full-upgrade as synonyms for upgrade and dis...Daniel Burrows1-3/+5
2007-01-27[aptitude @ Realign items in the help output. Closes: #399048]bubulle@debian.org1-4/+4