Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-30 | Properly thread pointers to the cache and the package records through match ↵ | Daniel Burrows | 1 | -1/+1 | |
routines, so that matchers work from inside the cache while it's being initialized (e.g., in the garbage detection routine) instead of crashing. | |||||
2007-10-18 | Migrate the existing options dialogs to the new tree code. | Daniel Burrows | 1 | -0/+4 | |
2007-10-15 | Use wrappable edit-lines in most aptitude dialogs and prompts. | Daniel Burrows | 1 | -0/+1 | |
2007-10-07 | Add a first draft of a new configuration system. | Daniel Burrows | 1 | -0/+14 | |
2007-10-07 | Binding references into signal connections makes me queasy; it might be ok, ↵ | Daniel Burrows | 1 | -6/+6 | |
but use a weak reference instead. | |||||
2007-07-28 | Move NEWS to a toplevel view. | Daniel Burrows | 1 | -6/+5 | |
2007-07-28 | Move the FAQ to a top-level view. | Daniel Burrows | 1 | -6/+5 | |
2007-07-28 | Move the license display into a top-level view. | Daniel Burrows | 1 | -9/+6 | |
2007-07-28 | Don't expand the scrollbar in the top-level file views generated for, eg, ↵ | Daniel Burrows | 1 | -1/+1 | |
online help; prevents unsightly whitespace on the right-hand side of the screen and has no bad side effects I can see. | |||||
2007-07-28 | Move the online help from a popup window to a toplevel view. (Closes: #434349) | Daniel Burrows | 1 | -14/+19 | |
2007-07-28 | Factor the code that sets up the README window into a separate function, so ↵ | Daniel Burrows | 1 | -33/+47 | |
it can be reused in the future. | |||||
2007-06-15 | [aptitude @ Forward-port the auto-mark patches by hand.] | Daniel Burrows | 1 | -4/+2 | |
THIS WILL CONFLICT with the auto-mark branch; I don't recommend pulling the patches from there into this branch with darcs. Everything seems to work for me, but I'm a little nervous about the massive blind patching I just did; more testing is probably indicated to flush out any bugs that are left. | |||||
2007-05-18 | [aptitude @ Allow the user to set the command that's used to become root ↵ | Daniel Burrows | 1 | -8/+89 | |
(Closes: #281246).] | |||||
2007-04-22 | [aptitude @ Cleanly handle exceptions thrown by the dependency resolver.] | Daniel Burrows | 1 | -2/+37 | |
Previously, the program would unceremoniously abort when the resolver tossed an exception; now exceptions are caught, propagated to the main loop, and reported to the user. It's even possible to keep searching for more solutions, although some solutions (the ones on the branch that blew up) are probably toast. | |||||
2007-03-10 | [aptitude @ Only display the "really quit?" dialog box once, regardless of ↵ | Daniel Burrows | 1 | -1/+25 | |
how many times the user pressed "q". This fixes the problem where you have to hit "n" lots of times to get the dialog to go away. (Closes: #411158)] | |||||
2007-03-10 | [aptitude @ Add a keyboard command bound to 'N' that repeats the last search ↵ | Daniel Burrows | 1 | -1/+16 | |
in the opposite direction (Closes: #414020, #397880)] | |||||
2007-02-01 | [aptitude @ Enable the new edit-line functionality in minibuffer stirng ↵ | Daniel Burrows | 1 | -1/+2 | |
prompts.] | |||||
2006-10-27 | [aptitude @ Fix minibuffer-style messages so that they disappear at the next ↵ | Daniel Burrows | 1 | -1/+45 | |
keystroke. (Closes: #395201)] | |||||
2006-08-11 | [aptitude @ Don't crash if we try to su to root with a closed cache (e.g., ↵ | Daniel Burrows | 1 | -2/+4 | |
running "aptitude -u" as a normal user). Closes: #382090] | |||||
2006-08-06 | [aptitude @ Change the menu hotkey for "mark upgradable" so it doesn't ↵ | Daniel Burrows | 1 | -1/+1 | |
conflict with "update package list".] | |||||
2006-07-21 | [aptitude @ Add support for searching in the on-line version of the user's ↵ | Daniel Burrows | 1 | -0/+5 | |
manual. (Closes: #364306)] | |||||
2006-04-16 | [aptitude @ The generated README file is encoded in ISO_8859-1 not UTF-8] | jensseidel@users.sf.net | 1 | -3/+3 | |
2006-02-19 | [aptitude @ misc-l10n] | Rubén Porras Campo | 1 | -1/+1 | |
Closes: #353449 Adresses some of the fixes in #351557 | |||||
2006-01-02 | [aptitude @ Add an option that controls whether visible tabs are displayed ↵ | Daniel Burrows | 1 | -1/+8 | |
for active views. (Closes: #344569)] | |||||
2006-01-02 | [aptitude @ Use a proper ref_ptr based protocol for setting up the help bar.] | Daniel Burrows | 1 | -4/+13 | |
2005-12-27 | [aptitude @ Add an entry in the Actions menu that has the same effect as ↵ | Daniel Burrows | 1 | -0/+20 | |
"keep-all" at the command-line.] | |||||
2005-12-27 | [aptitude @ Reorganize the Actions menu by moving less important actions to ↵ | Daniel Burrows | 1 | -9/+13 | |
the end of the menu and adding separators.] | |||||
2005-12-08 | [aptitude @ Don't deadlock when the problem resolver runs out of ticks.] | Daniel Burrows | 1 | -9/+20 | |
2005-12-01 | [aptitude @ Always use a dialog to display the list of fixed packages, to ↵ | Daniel Burrows | 1 | -4/+7 | |
avoid unwieldly "minibuffer" displays. (Closes: #341292)] | |||||
2005-11-28 | [aptitude @ Use the correct encoding (as specified in the .po) to decode the ↵ | Daniel Burrows | 1 | -1/+2 | |
on-line help file.] | |||||
2005-11-22 | [aptitude @ Don't start solving solutions after the resolver has determined ↵ | Daniel Burrows | 1 | -0/+1 | |
that no more solutions exist. This avoids an infinite loop in some circumstances. (Closes: #340067)] | |||||
2005-11-05 | [aptitude @ Replace all uses of assert with eassert.] | Daniel Burrows | 1 | -5/+5 | |
2005-10-17 | [aptitude @ Add a parameter to the ui_download_manager constructor that ↵ | Daniel Burrows | 1 | -2/+2 | |
determines whether the preview is automatically hidden.] This is set only when starting an install run; Closes: #334343. | |||||
2005-10-17 | [aptitude @ Allow callers of ui_start_download to choose whether or not the ↵ | Daniel Burrows | 1 | -2/+2 | |
preview is hidden.] | |||||
2005-10-12 | [aptitude @ Add a new canned package view that displays only packages which ↵ | Daniel Burrows | 1 | -0/+27 | |
are Recommended by an installed packages, but aren't themselves installed.] | |||||
2005-10-01 | [aptitude @ Import the Subversion repository into darcs.] | Daniel Burrows | 1 | -0/+2736 | |