summaryrefslogtreecommitdiff
path: root/src/generic
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Make FindVector consistent with other wrappersDaniel Hartwig1-3/+6
2012-02-26Adding wrappers for FindVector methods, currently missingManuel A. Fernandez Montecelo1-0/+13
2012-02-24Refactor various apt-related comparison functors to apt.hDaniel Hartwig3-11/+79
2012-02-12Negate priority when including it in the cost computation.Modestas Vainius1-1/+1
2012-02-12Remove extra ellipsis from "Updating debtags"Daniel Hartwig1-1/+1
2012-02-11Update package lists using ListUpdate (libapt-pkg)Daniel Hartwig2-52/+24
2012-01-31Handle enhances/obsoletes in more places.Daniel Hartwig1-0/+4
2011-12-31Localize date and time format in logsChristian PERRIER1-1/+2
2011-05-14Add a missing header file to Makefile.am.Daniel Burrows1-1/+2
2011-05-14Remove old cruft from Makefile.am files.Daniel Burrows1-1/+1
2011-05-14Ensure that packages are manual after we mark them for install, not before.Daniel Burrows1-5/+3
2011-05-14Save and restore the auto flag of a package around MarkInstall(). (Closes: #...Daniel Burrows2-5/+16
2011-04-10If the Xapian database isn't available, fake it for ?term and ?term-prefix.Daniel Burrows1-10/+139
2011-04-10Fix serializing ?term-prefix.Daniel Burrows1-2/+2
2011-04-06Eliminate an unused local variable.Daniel Burrows1-10/+3
2011-04-06Actually count up the number of installs and upgrades.Daniel Burrows1-0/+2
2011-04-06Add missing #include of stddef.h.Daniel Burrows1-1/+2
2011-04-05For the string "~", use a name matcher instead of a term matcher. (Closes: #5...Daniel Burrows1-2/+2
2011-04-02Apply patch from Tim Retout to support the preferences.d directory.Daniel Burrows2-1/+8
2011-04-02Nuke the scons build scripts.Daniel Burrows10-259/+0
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows6-52/+20
2011-03-30Fix a C++ error (accidentally returned false instead of NULL).Daniel Burrows1-2/+2
2010-08-26Fix the behavior of OFF_LEVEL in the logging code.Daniel Burrows1-4/+3
2010-08-06Write a routine to subtract timevals.Daniel Burrows2-0/+23
2010-07-26Fix an incorrect build order in src/generic/.Daniel Burrows1-1/+11
2010-07-10Force the current progress to be updated after a new file starts to download.Daniel Burrows1-0/+2
2010-07-10Make download_status_display part of the command-line code.Daniel Burrows5-83/+17
2010-07-10Use the new acquire_download_progress object to display command-line download...Daniel Burrows4-373/+0
2010-07-10Write a controller for the download progress view based on Acquire.Daniel Burrows4-2/+384
2010-07-10Add a routine on download_progress that's invoked when a file is skipped beca...Daniel Burrows1-0/+16
2010-07-10Add a complete() routine to the download progress view that's invoked when th...Daniel Burrows1-1/+17
2010-07-10Flesh out the implementation of the download progress display and its tests.Daniel_Burrows@alumni.brown.edu5-26/+196
2010-07-10Add a utility class that makes it easy to use strict/nice mocks.Daniel Burrows3-2/+95
2010-07-03Move the search input controller and view classes over to generic/.Daniel_Burrows@alumni.brown.edu13-2/+530
2010-07-03Move the throttle object to src/generic/util.Daniel_Burrows@alumni.brown.edu7-0/+241
2010-07-03Move the core command-line progress view interface to generic/views.Daniel_Burrows@alumni.brown.edu6-2/+147
2010-07-03Fix up the SConscript files.Daniel_Burrows@alumni.brown.edu2-0/+8
2010-07-02Add a routine on transient_message to display a non-wrapped message and move ...Daniel Burrows1-0/+1
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu9-1/+372
2010-06-27Adapt patch from Ubuntu to fix a formatting problem in the progress code on l...Daniel Burrows2-5/+10
2010-06-18Distribute enumerator_transform.Daniel Burrows2-0/+2
2010-06-18Add dynamic_list_impl.h to the list of distributed files.Daniel Burrows1-0/+1
2010-06-18Extract the declarations of the global pointers to apt structures into a sepa...Daniel Burrows4-7/+51
2010-06-18Use the new configure checks to support both the old and the new versions of ...Daniel Burrows3-18/+254
2010-06-10Add routines to compare progress_info objects and to write them to an ostream...Daniel Burrows4-0/+74
2010-06-09Round the progress of a progress bar to the nearest integer.Daniel Burrows1-1/+3
2010-06-09Correctly initialize pulse progress_info objects (they were getting set up as...Daniel Burrows1-1/+8
2010-06-09Eliminate an unnecessary string copy.Daniel Burrows1-1/+1
2010-06-08Use the new mutator methods in progress_info to avoid copying the progress st...Daniel_Burrows@alumni.brown.edu1-5/+10
2010-06-08Make progress_info objects mutable.Daniel_Burrows@alumni.brown.edu1-0/+22