summaryrefslogtreecommitdiff
path: root/src/generic/views
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Support really big files in the download systemDaniel Hartwig2-20/+20
2011-05-14Add a missing header file to Makefile.am.Daniel Burrows1-1/+2
2011-04-02Nuke the scons build scripts.Daniel Burrows2-22/+0
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows1-3/+4
2010-07-10Make download_status_display part of the command-line code.Daniel Burrows4-63/+10
2010-07-10Write a controller for the download progress view based on Acquire.Daniel Burrows1-2/+2
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-03Move the search input controller and view classes over to generic/.Daniel_Burrows@alumni.brown.edu6-1/+220
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.edu7-0/+370