summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-10Flesh out the implementation of the download progress display and its tests.Daniel_Burrows@alumni.brown.edu7-51/+638
2010-07-10Split the teletype mock's constructors into default/nice/strict variants too.Daniel Burrows2-8/+49
2010-07-10Make transient_message a Mock and use its strict variant.Daniel Burrows1-1/+9
2010-07-10Make combining_terminal_output implement the same interface as Mock.Daniel Burrows2-5/+39
2010-07-10Use Mock to implement terminal_with_combined_output.Daniel Burrows2-8/+3
2010-07-10Make the terminal_metrics mock a Mock instance and use its strict variant eve...Daniel Burrows2-8/+4
2010-07-10Make the terminal_locale mock a Mock instance and use its strict variant in t...Daniel Burrows2-8/+4
2010-07-10Make the terminal input class a Mock instance.Daniel Burrows2-8/+4
2010-07-10Make the terminal_output mock a Mock instance.Daniel Burrows2-8/+6
2010-07-10Add a utility class that makes it easy to use strict/nice mocks.Daniel Burrows3-2/+95
2010-07-10Have the teletype mark calls to the terminal's output() routine as expected.Daniel_Burrows@alumni.brown.edu1-2/+2
2010-07-10Give mocks::terminal_input::prompt_for_input a default return value.Daniel Burrows1-1/+4
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu43-438/+552
2010-07-09A translator message has to be directly infront of the gettext callJens Seidel1-2/+2
2010-07-09Moved a wrongly placed translator commentJens Seidel2-3/+3
2010-07-09Added a missing "\n" in a message for consistencyJens Seidel1-1/+1
2010-07-03Move the search input controller and view classes over to generic/.Daniel_Burrows@alumni.brown.edu22-89/+90
2010-07-03Move the throttle object to src/generic/util.Daniel_Burrows@alumni.brown.edu13-55/+77
2010-07-03Move the core command-line progress view interface to generic/views.Daniel_Burrows@alumni.brown.edu14-71/+147
2010-07-03Fix up the SConscript files.Daniel_Burrows@alumni.brown.edu2-0/+8
2010-07-02Remove the now-obsolete preserve_and_advance() routine.Daniel Burrows3-19/+0
2010-07-02Use display_and_advance() for the standard progress meters.Daniel Burrows1-8/+6
2010-07-02Add a routine on transient_message to display a non-wrapped message and move ...Daniel Burrows4-0/+28
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu13-2/+562
2010-06-27Adapt patch from Ubuntu to fix a formatting problem in the progress code on l...Daniel Burrows2-5/+10
2010-06-18Add a Makefile for src/gtk/views/mocks, so that I can distribute the .h file ...Daniel Burrows2-0/+2
2010-06-18Distribute enumerator_transform.Daniel Burrows2-0/+2
2010-06-18Include make_shared.hpp (why did this compile before?)Daniel Burrows1-0/+1
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 Burrows6-49/+291
2010-06-15Invoke the new done() routine when finished with searches and when finished w...Daniel Burrows3-3/+3
2010-06-15Add support to the command-line progress display object for showing that the ...Daniel Burrows4-15/+117
2010-06-10Add support in the transient message for making a message permanent and advan...Daniel Burrows3-0/+19
2010-06-10Fix the teletype mock to only output set_last_line() when the last line has a...Daniel Burrows1-31/+28
2010-06-10Don't show any output from the transient message object if the output device ...Daniel Burrows2-1/+18
2010-06-10Add a doccomment for create_transient_message.Daniel Burrows1-0/+5
2010-06-10Mock out progress_throttle and progress_display.Daniel Burrows4-0/+97
2010-06-10Add routines to compare progress_info objects and to write them to an ostream...Daniel Burrows4-0/+74
2010-06-09Add a simple mock of the transient message class.Daniel Burrows3-1/+55
2010-06-09Round the progress of a progress bar to the nearest integer.Daniel Burrows1-1/+3
2010-06-09Display a "disabled" progress indicator ("[----]") for pulse() instead of jus...Daniel Burrows1-1/+1
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 cmdline::progress_display to display startup progress too.Daniel_Burrows@alumni.brown.edu2-18/+19
2010-06-08When updating a progress bar, update it if the percentage-complete has changed.Daniel_Burrows@alumni.brown.edu1-0/+4
2010-06-08Drop the "force" parameter to progress_display::set_progress; it doesn't seem...Daniel_Burrows@alumni.brown.edu5-31/+15
2010-06-08Reuse the progress_display interface for the search_progress code.Daniel_Burrows@alumni.brown.edu4-51/+100
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