summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-12-01[aptitude @ Don't auto-activate the menu bar when the user clicks in the firs...Daniel Burrows1-1/+1
2005-12-01[aptitude @ Always use a dialog to display the list of fixed packages, to avo...Daniel Burrows1-4/+7
2005-12-01[aptitude @ Un-reverse the ddtp selection logic so that aptitude compiles wit...Daniel Burrows1-2/+2
2005-11-30[aptitude @ Conditionalize ddtp support on HAVE_DDTP rather than the apt inte...Daniel Burrows1-3/+2
2005-11-30[aptitude @ Be careful, when initially setting the candidate version, to avoi...Daniel Burrows1-1/+4
2005-11-28[aptitude @ Use the correct encoding (as specified in the .po) to decode the ...Daniel Burrows1-1/+2
2005-11-15[aptitude @ If the apt we are compiling against supports ddtp, return transla...Daniel Burrows1-1/+30
2005-11-26[aptitude @ Correct how conflicts are added for solutions: strip information ...Daniel Burrows1-1/+18
2005-11-24[aptitude @ Don't ever explicitly select as a candidate a version that exists...Daniel Burrows1-1/+4
2005-11-22[aptitude @ Don't start solving solutions after the resolver has determined t...Daniel Burrows1-0/+1
2005-11-17[aptitude @ Enhance the debugging output from mark_and_sweep.]Daniel Burrows1-3/+8
2005-11-17[aptitude @ Hack around bug #339533 (Closes: #339648)]Daniel Burrows1-1/+3
2005-11-16[aptitude @ Accumulate as much information as possible about conflicts, by al...Daniel Burrows1-1/+9
2005-11-16[aptitude @ Also canonicalize keybindings when generating a readable key-name...Daniel Burrows1-2/+10
2005-11-15[aptitude @ Add an extra sanity-check while setting up the resolver.]Daniel Burrows1-1/+9
2005-11-15[aptitude @ Use the new description-extraction routines instead of directly l...Daniel Burrows7-29/+14
2005-11-15[aptitude @ Add generic routines to extract the short and long description of...Daniel Burrows2-0/+42
2005-11-15[aptitude @ Canonicalize keybinding names internally to make them case-insens...Daniel Burrows1-0/+18
2005-11-15[aptitude @ Parse single-character keybindings instead of failing uncondition...Daniel Burrows1-1/+2
2005-11-14[aptitude @ Recognize "--purge-unused" as a synonym for "-o Aptitude::Purge-U...Daniel Burrows1-1/+10
2005-11-10[aptitude @ Always call pre_package_state_changed() before modifying package ...Daniel Burrows1-0/+5
2005-11-10[aptitude @ Add an option Aptitude::GC-Debug that enables debugging output fr...Daniel Burrows2-10/+81
2005-11-10[aptitude @ Catch miscellaneous exceptions thrown by the resolver and display...Daniel Burrows1-0/+6
2005-11-10[aptitude @ Throw an exception instead of abort()ing when an unexpectedly non...Daniel Burrows1-9/+12
2005-11-10[aptitude @ Add an exception type for internal errors in the resolver.]Daniel Burrows1-0/+15
2005-11-10[aptitude @ Fix the debugging output for unexpectedly broken dependencies.]Daniel Burrows1-3/+3
2005-11-10[aptitude @ Add an option that causes the command-line resolver to always dum...Daniel Burrows1-0/+17
2005-11-10[aptitude @ Just to be safe, clear the active dep information when update() i...Daniel Burrows1-0/+1
2005-11-10[aptitude @ When a solution screen is repainted while the package cache is cl...Daniel Burrows1-0/+8
2005-11-10[aptitude @ Make the 'highlighted' methods of solution_items resiliant agains...Daniel Burrows1-1/+11
2005-11-10[aptitude @ PrvIterator has a default constructor now, use it in aptitude_res...Daniel Burrows1-5/+1
2005-11-08[aptitude @ If the user tried to assign more colors than are available, repla...Daniel Burrows1-0/+8
2005-11-08[aptitude @ Only consider a version to be untrusted if *all* the available fi...Daniel Burrows1-3/+7
2005-11-07[aptitude @ Dump errors when a --schedule-only operation fails.]Daniel Burrows1-1/+4
2005-11-07[aptitude @ Handle the case where the old package list isn't available to pre...Daniel Burrows1-1/+1
2005-11-07[aptitude @ In view_changelog.cc, add an extra space at the end of the search...Daniel Burrows1-2/+2
2005-11-07[aptitude @ In menu_text_layout.cc, add an extra space at the end of the sear...Daniel Burrows1-2/+2
2005-11-05[aptitude @ Catch EOF in AcqTextStatus::MediaChange, and signal media change ...Daniel Burrows1-1/+5
2005-11-05[aptitude @ If there aren't enough color pairs for the colors but there are e...Daniel Burrows1-12/+20
2005-11-05[aptitude @ Shut vscreen down before complaining about an uncaught exception,...Daniel Burrows1-0/+2
2005-11-05[aptitude @ Make vscreen_shutdown robust against invalid toplevel pointers.]Daniel Burrows1-1/+2
2005-11-05[aptitude @ Replace all uses of assert with eassert.]Daniel Burrows64-240/+248
2005-11-05[aptitude @ Add a framework for making assertion failures into exceptions, so...Daniel Burrows3-0/+113
2005-11-04[aptitude @ If the user asks to cancel an installation at the 'download compl...Daniel Burrows1-1/+5
2005-11-04[aptitude @ Deal with the fact that the members of sigaction vary between pla...Daniel Burrows2-6/+4
2005-11-04[aptitude @ When parsing descriptions, handle any number of spaces following ...Daniel Burrows1-2/+9
2005-11-04[aptitude @ Completely ignore fake packages in 'search' (Closes: #337407)]Daniel Burrows1-0/+4
2005-11-01[aptitude @ Add a (hidden) Keep-Recommends option, analogous to Keep-Suggests.]Daniel Burrows1-1/+7
2005-10-31[aptitude @ When possible, make solutions into conflicts so that conflict tra...Daniel Burrows1-2/+19
2005-10-31[aptitude @ Un-reverse the assertion so it trips when the program breaks, not...Daniel Burrows1-1/+1