summaryrefslogtreecommitdiff
path: root/src/apt_config_treeitems.cc
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Fix prompt strings.Daniel Hartwig1-1/+1
2012-01-16Wrap long description of boolean_config_treeitems.Daniel Hartwig1-6/+7
2008-03-17Actually save edits to string configuration options. (Closes: #471315)Daniel Burrows1-0/+1
2008-01-30Defer calling gettext() on strings displayed in the aptitude options editor u...Daniel Burrows1-5/+5
2008-01-16Interpret fragf %-escapes in option long descriptions.Daniel Burrows1-13/+13
2007-11-20Make Space, along with Enter, activate checkboxes and radio buttons in the pr...Daniel Burrows1-2/+4
2007-11-17Add a matcher ~o for obsolete/local packages. (Closes: #397547)Daniel Burrows1-4/+4
2007-11-15Uniformly rename many fragment-related names into cw::.Daniel Burrows1-18/+12
2007-11-15Fix how widgets is imported in apt_config_treeitems.Daniel Burrows1-1/+1
2007-11-15Fix up various files that need to import widgets into namespace cw.Daniel Burrows1-1/+4
2007-11-15Uniformly replace widgets::X with cw::X in .cc files.Daniel Burrows1-17/+17
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-4/+3
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-5/+5
2007-11-14First pass over the code.Daniel Burrows1-51/+62
2007-11-12Include cwidget/widgets/widget instead of vscreen/vscreen_widget.Daniel Burrows1-1/+1
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwid...Daniel Burrows1-4/+4
2007-10-18Actually show the long description of Boolean options, instead of duplicating...Daniel Burrows1-1/+1
2007-10-10Implement radio configuration buttons in the new list-style configuration edi...Daniel Burrows1-0/+152
2007-10-09Implement string configuration items for the list view.Daniel Burrows1-4/+187
2007-10-07Add the signals and plumbing that are needed to get the long description of a...Daniel Burrows1-0/+1
2007-10-07Add a first draft of a new configuration system.Daniel Burrows1-0/+141