summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Allow add_child and remove_child to emit value-changed signals even when the ...Daniel Burrows1-22/+14
2010-04-19Uniformly treat NULL pointers to incremental expressions as incremental expre...Daniel Burrows2-11/+22
2010-04-19Fix a line that couldn't possibly have compiled.Daniel Burrows1-2/+2
2010-04-19Test the planned new convention around NULL expressions (they're treated as "...Daniel Burrows1-0/+97
2010-04-19Write tests of the "not" expression.Daniel Burrows1-0/+58
2010-04-19Merge with head.Daniel Burrows2-0/+854
2010-04-19Write out tests of "or" that are dual to the tests of "and".Daniel Burrows1-0/+276
2010-04-19Add tests checking what happens if one input to a doubleton is *lowered*.Daniel Burrows1-0/+81
2010-04-19Un-swap the first and second case of the doubleton test, and add a test that ...Daniel Burrows1-1/+59
2010-04-19Expect the child_modified call that comes from an "and" expression to refer t...Daniel Burrows1-4/+4
2010-04-19Print the child that was modified when printing a child_modified_call object.Daniel Burrows1-1/+2
2010-04-19Add the missing registration call for the new test suite.Daniel Burrows1-0/+2
2010-04-19Add a first test of "and" over two elements.Daniel Burrows1-0/+33
2010-04-19Actually run the new tests.Daniel Burrows1-0/+6
2010-04-19Add some basic tests of "and" expressions.Daniel Burrows1-0/+91
2010-04-19Add tests of the expression weak reference subsystem.Daniel Burrows1-0/+33
2010-04-19Start a suite of unit tests for the incremental expression module of the reso...Daniel Burrows2-0/+273
2010-04-19Hopefully fix a crashing bug in the resolver. (Closes: #578344)Daniel Burrows1-2/+10
2010-04-18Added tag 0.6.2 for changeset c2de57249912Daniel Burrows0-0/+0
2010-04-18Remove an empty group from the NEWS file.Daniel Burrows1-2/+0
2010-04-18Include parsers.h in the list of distributed source.Daniel Burrows1-0/+1
2010-04-18Bump version number to 0.6.2.Daniel Burrows3-2/+96
2010-04-18Update pofiles.Daniel Burrows45-19737/+31136
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 Burrows3-0/+59
2010-04-18Make the sample output of "versions" match its new behavior (colons after pac...Daniel Burrows1-2/+2
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-18Implement the test that placing a cost on breaking a soft dependency has an e...Daniel Burrows1-2/+84
2010-04-18Add a utility routine to make it simpler to test resolver runs, by viewing th...Daniel Burrows1-0/+24
2010-04-18Decrease the percent-translated of the .ja and .fr manapages.Daniel Burrows2-2/+2
2010-04-17Fix the test of the temporary file system to match the new behavior.Daniel Burrows1-4/+4
2010-04-17Fix the configure script's list of Boost headers to check for.Daniel Burrows1-0/+1
2010-04-17Add support for grouping versions according to the archive in which they occur.Daniel Burrows3-2/+48
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 Burrows3-23/+72
2010-04-17Clarify how stopping a background job queue works.Daniel Burrows1-1/+3
2010-04-17Update some of the coding documentation to describe the current state of thin...Daniel Burrows2-37/+202
2010-04-16Document the new command-line action and options.Daniel Burrows2-7/+248
2010-04-16Make -F affect "versions" in addition to "search".Daniel Burrows1-0/+1
2010-04-16Sort the list of actions that take a bunch of packages into alphabetical order.Daniel Burrows1-2/+2
2010-04-16Add --show-package-names to control whether "versions" displays package names...Daniel Burrows3-16/+121
2010-04-16Change --group-by-package to --group-by with options "none", "auto", "package...Daniel Burrows3-44/+93
2010-04-16Make the code to group version results more general, in preparation for addin...Daniel Burrows2-31/+126
2010-04-16Add a missing license statement to cmdline_search.cc.Daniel Burrows1-1/+17
2010-04-16Refactor the search routine into two routines, cmdline_search (which does wha...Daniel Burrows7-343/+524
2010-04-16Print a separator/header between different packages when grouping by package.Daniel Burrows1-0/+3