Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-26 | Change the default width of version fields (%V and %v) from 10 to 14, since ↵ | Manuel A. Fernandez Montecelo | 41 | -77/+77 | |
many packages contain long versions, and 14 character limit still respects the 80-column width in package view list (slightly changing initial suggestion from Osamu Aoki <osamu@debian.org> due to related commit changing 'sizechange'/%Z field) (Closes: #624542) | |||||
2012-02-26 | Change default width of %D, %I, %o, and %Z, make %Z adjustable (patch from ↵ | Manuel A. Fernandez Montecelo | 5 | -18/+17 | |
Michał Kułach <michalkulach@gmail.com>) (Closes: #599209) | |||||
2012-02-26 | Improving error messages given to users when parsing grouping policies, ↵ | Manuel A. Fernandez Montecelo | 1 | -12/+11 | |
mainly by referring to them by the name actually used in the command line (the one that users know), rather than by their 'internal' name (Closes: #231595) | |||||
2012-02-26 | Merge branch 'master' of git+ssh://git.debian.org/git/aptitude/aptitude | Manuel A. Fernandez Montecelo | 0 | -0/+0 | |
2012-02-26 | Change order of parts of the tree in the default view, so when somebody ↵ | Manuel A. Fernandez Montecelo | 3 | -31/+80 | |
'opens' the sections ('admin', 'database', ..., 'x11'), the next level in the tree ('main', 'contrib', 'non-free') appears ordered like that (by its 'importance') rather than alphabetically ('contrib', 'main', ...), as it was done until now. It uses the option 'Aptitude::Sections::Top-Sections' to determine the order at runtime. (Closes: #181997) | |||||
2012-02-26 | Change order of parts of the tree in the default view, so when somebody ↵ | Manuel A. Fernandez Montecelo | 2 | -11/+11 | |
'opens' the sections ('admin', 'database', ..., 'x11'), the next level in the tree ('main', 'contrib', 'non-free') appears ordered like that (by its 'importance') rather than alphabetically ('contrib', 'main', ...), as it was done until now. It uses the option 'Aptitude::Sections::Top-Sections' to determine the order at runtime. (Closes: #181997) | |||||
2012-02-26 | Adding wrappers for FindVector methods, currently missing | Manuel A. Fernandez Montecelo | 1 | -0/+13 | |
2012-02-25 | Improvement/simplification of the implementation of parsing sorting policies ↵ | Manuel A. Fernandez Montecelo | 2 | -127/+53 | |
by using boost::tokenizer, and removing the functionality of sorting policies having parameters (none of the policies admitted parameters for many years) | |||||
2012-02-24 | Refactor various apt-related comparison functors to apt.h | Daniel Hartwig | 9 | -124/+102 | |
The resulting functors: - pkg_name_lt - pkg_ptr_lt - ver_name_lt - ver_ptr_lt - dep_type_lt | |||||
2012-02-24 | Close memory leak in solution_item.cc | Daniel Hartwig | 1 | -4/+8 | |
2012-02-24 | Lower French translation requirement | Daniel Hartwig | 1 | -1/+1 | |
2012-02-24 | Use arch-qualified names in pkg_columnizer | Daniel Hartwig | 2 | -2/+2 | |
2012-02-24 | Show package architecture | Daniel Hartwig | 2 | -2/+3 | |
2012-02-24 | Use arch-qualified names in cmdline_prompt, cmdline_action | Daniel Hartwig | 3 | -19/+26 | |
2012-02-23 | Use arch-qualified names in cmdline_show_broken | Daniel Hartwig | 1 | -5/+14 | |
2012-02-23 | Unfuzzy prompt in Norwegian | Daniel Hartwig | 1 | -2/+2 | |
2012-02-23 | Fix more translations of prompts | Daniel Hartwig | 13 | -53/+31 | |
2012-02-23 | Fix [y/n] prompts for Hungarian | Michał Kułach | 1 | -5/+3 | |
2012-02-22 | Minor modification to a phrase in the documentation to make it more clear ↵ | Manuel A. Fernandez Montecelo | 1 | -1/+1 | |
(Closes: #365485) | |||||
2012-02-21 | Do not blindly call '/usr/games/gnomine' (GNOME mine sweeper game) from the ↵ | Manuel A. Fernandez Montecelo | 3 | -28/+0 | |
menu in aptitude-gtk, and remove all references to this menu entry (Closes: #552522) | |||||
2012-02-21 | Fix indentation (conditions and their possible actions inverted), otherwise ↵ | Manuel A. Fernandez Montecelo | 1 | -4/+4 | |
it induces to error when reading the code | |||||
2012-02-14 | Update Polish translations | Michał Kułach | 8 | -1084/+112 | |
2012-02-12 | pt_BR: increase width of downloadsize column to 18 | Daniel Hartwig | 1 | -2/+2 | |
Closes: #483964 | |||||
2012-02-12 | Unfuzzy help and prompt strings, untranslate some commands | Daniel Hartwig | 25 | -3014/+1461 | |
Closes: #486615 | |||||
2012-02-12 | Negate priority when including it in the cost computation. | Modestas Vainius | 1 | -1/+1 | |
This is intended behaviour according to documentation. Current situation basically makes priority cost level a no-op and useless. | |||||
2012-02-12 | Update (auto)clean to use "archives" lock | Daniel Hartwig | 2 | -41/+56 | |
* src/ui.cc(really_do_clean, really_do_autoclean): Use "archives" lock. * src/cmdline/cmdline_clean.cc(cmdline_clean): Remove call to apt_init. Use "archives" lock instead of system lock. * (cmdline_autoclean): Use "archives" lock instead of system lock. | |||||
2012-02-12 | Silence text progress when -q2 | Daniel Hartwig | 1 | -1/+5 | |
2012-02-12 | Remove extra ellipsis from "Updating debtags" | Daniel Hartwig | 1 | -1/+1 | |
2012-02-11 | Only check for VTE when building the GTK+ frontend | Sven Joachim | 1 | -2/+2 | |
The VTE library is not needed in the curses fontend, do not fail to configure if it is unavailable and GTK+ is disabled. | |||||
2012-02-11 | Update package lists using ListUpdate (libapt-pkg) | Daniel Hartwig | 2 | -52/+24 | |
The previous list update code is mainly a duplication of the algorithm available in libapt-pkg. It has a history of being problematic and was generally never up-to-date with APT. The new code simply wraps an algorithm provided by libapt-pkg and resolves some long-standing issues: - Update errors are reported. (Closes: #451137) - Run APT::Update hooks. (Closes: #476399) The one known short-coming with the new code at the moment is that if the user cancels the download in the curses interface, errors are reported for any files that were remaining. | |||||
2012-02-10 | Drop disused cmdline_parse.cc | Daniel Hartwig | 2 | -161/+0 | |
2012-02-10 | Configure option to disable the test suite | Daniel Hartwig | 2 | -1/+13 | |
2012-02-08 | Fix encoding problem with Polish man page. | Daniel Hartwig | 3 | -641/+764 | |
2012-02-07 | Pofile changes from "make dist" (i.e., msgmerge). | Daniel Hartwig | 45 | -23996/+43193 | |
2012-02-07 | Update build files for 0.6.5. | Daniel Hartwig | 2 | -2/+2 | |
2012-02-07 | Fix typo in tests/Makefile.am. | Daniel Hartwig | 1 | -1/+1 | |
2012-02-07 | Prepare NEWS for 0.6.5. | Daniel Hartwig | 1 | -0/+112 | |
2012-02-07 | Lower Japanese translation requirement. | Daniel Hartwig | 1 | -1/+1 | |
2012-02-06 | Leave out libgmock sources from dist files. | Daniel Hartwig | 1 | -1/+1 | |
2012-02-01 | Update aptitude.pot | Daniel Hartwig | 1 | -239/+256 | |
2012-02-01 | Typos in output of version, usage. | Daniel Hartwig | 1 | -5/+5 | |
2012-01-31 | Silence automake warnings about GNU extensions. | Daniel Hartwig | 1 | -1/+1 | |
2012-01-31 | Handle enhances/obsoletes in more places. | Daniel Hartwig | 4 | -0/+12 | |
2012-01-31 | Add new README files to . | Daniel Hartwig | 1 | -1/+3 | |
2012-01-29 | Fix for bug #242269: Properly document 'Q' and 'q' keys for user interface ↵ | Manuel A. Fernandez Montecelo | 1 | -1/+2 | |
in the Help file | |||||
2012-01-26 | Switch Polish manpages to po4a | Michał Kułach | 10 | -6/+4072 | |
2012-01-24 | Polish translation update | Christian PERRIER | 3 | -1167/+870 | |
2012-01-22 | Fix typo triggering "unexpected null solution" | Daniel Hartwig | 1 | -1/+1 | |
* src/solution_dialog.cc (solution_dialog::update): Fix typo from commit 3616465. Thanks to Hristo Hristov for the patch (Closes: #552747) | |||||
2012-01-22 | 2nd part of Switch Polish manpages to po4a | Michał Kułach | 1 | -0/+2 | |
2012-01-22 | Switch Polish manpages to po4a | Michał Kułach | 1 | -324/+0 | |