index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-02
Add a routine on transient_message to display a non-wrapped message and move ...
Daniel Burrows
4
-0
/
+28
2010-06-30
Add a view interface for displaying the download progress and an implementati...
Daniel_Burrows@alumni.brown.edu
13
-2
/
+562
2010-06-27
Adapt patch from Ubuntu to fix a formatting problem in the progress code on l...
Daniel Burrows
2
-5
/
+10
2010-06-18
Add a Makefile for src/gtk/views/mocks, so that I can distribute the .h file ...
Daniel Burrows
2
-0
/
+2
2010-06-18
Distribute enumerator_transform.
Daniel Burrows
2
-0
/
+2
2010-06-18
Include make_shared.hpp (why did this compile before?)
Daniel Burrows
1
-0
/
+1
2010-06-18
Add dynamic_list_impl.h to the list of distributed files.
Daniel Burrows
1
-0
/
+1
2010-06-18
Extract the declarations of the global pointers to apt structures into a sepa...
Daniel Burrows
4
-7
/
+51
2010-06-18
Use the new configure checks to support both the old and the new versions of ...
Daniel Burrows
6
-49
/
+291
2010-06-15
Invoke the new done() routine when finished with searches and when finished w...
Daniel Burrows
3
-3
/
+3
2010-06-15
Add support to the command-line progress display object for showing that the ...
Daniel Burrows
4
-15
/
+117
2010-06-10
Add support in the transient message for making a message permanent and advan...
Daniel Burrows
3
-0
/
+19
2010-06-10
Fix the teletype mock to only output set_last_line() when the last line has a...
Daniel Burrows
1
-31
/
+28
2010-06-10
Don't show any output from the transient message object if the output device ...
Daniel Burrows
2
-1
/
+18
2010-06-10
Add a doccomment for create_transient_message.
Daniel Burrows
1
-0
/
+5
2010-06-10
Mock out progress_throttle and progress_display.
Daniel Burrows
4
-0
/
+97
2010-06-10
Add routines to compare progress_info objects and to write them to an ostream...
Daniel Burrows
4
-0
/
+74
2010-06-09
Add a simple mock of the transient message class.
Daniel Burrows
3
-1
/
+55
2010-06-09
Round the progress of a progress bar to the nearest integer.
Daniel Burrows
1
-1
/
+3
2010-06-09
Display a "disabled" progress indicator ("[----]") for pulse() instead of jus...
Daniel Burrows
1
-1
/
+1
2010-06-09
Correctly initialize pulse progress_info objects (they were getting set up as...
Daniel Burrows
1
-1
/
+8
2010-06-09
Eliminate an unnecessary string copy.
Daniel Burrows
1
-1
/
+1
2010-06-08
Use cmdline::progress_display to display startup progress too.
Daniel_Burrows@alumni.brown.edu
2
-18
/
+19
2010-06-08
When updating a progress bar, update it if the percentage-complete has changed.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+4
2010-06-08
Drop the "force" parameter to progress_display::set_progress; it doesn't seem...
Daniel_Burrows@alumni.brown.edu
5
-31
/
+15
2010-06-08
Reuse the progress_display interface for the search_progress code.
Daniel_Burrows@alumni.brown.edu
4
-51
/
+100
2010-06-08
Use the new mutator methods in progress_info to avoid copying the progress st...
Daniel_Burrows@alumni.brown.edu
1
-5
/
+10
2010-06-08
Make progress_info objects mutable.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+22
2010-06-08
Fix the progress-throttling code.
Daniel_Burrows@alumni.brown.edu
1
-1
/
+1
2010-06-08
Factor the progress update throttling code into a separate class.
Daniel_Burrows@alumni.brown.edu
12
-19
/
+213
2010-06-08
Use the new progress stuff to get progress indicators from "search" and "vers...
Daniel_Burrows@alumni.brown.edu
4
-21
/
+113
2010-06-08
Add a first draft of some wrapper code to display search progress events.
Daniel_Burrows@alumni.brown.edu
4
-0
/
+124
2010-06-08
dd some generic code to display a progress indicator on a single line.
Daniel_Burrows@alumni.brown.edu
4
-0
/
+211
2010-06-08
Allow client code to capture the progress of a pattern search.
Daniel_Burrows@alumni.brown.edu
2
-17
/
+69
2010-06-08
Add a method on progress_info that converts the current progress fraction to ...
Daniel_Burrows@alumni.brown.edu
1
-0
/
+11
2010-06-07
Fix the transient message's screen width logic to behave properly when a wide...
Daniel Burrows
1
-3
/
+10
2010-06-07
Instead of using ON_CALL() to add the write-combining behavior to the fake te...
Daniel Burrows
1
-9
/
+10
2010-06-07
Ignore all the terminal output functions by default when using a teletype mock.
Daniel Burrows
1
-2
/
+6
2010-06-07
Add a matcher that compares strings by trimming them on the right.
Daniel Burrows
1
-0
/
+7
2010-06-07
Don't try to output the comparison string from StrTrimmedEq.
Daniel Burrows
1
-1
/
+1
2010-06-07
Wrap a layer of indirection around wcwidth().
Daniel Burrows
20
-40
/
+167
2010-06-06
Fix the teletype mock object to handle characters that occupy two cells.
Daniel Burrows
1
-34
/
+102
2010-06-06
Fix up the includes of text_progress.cc to match the new style.
Daniel Burrows
1
-2
/
+4
2010-06-06
Use wide strings in the terminal wrapper interface.
Daniel Burrows
9
-43
/
+58
2010-06-06
Use the terminal object to generate output from transient_message.
Daniel Burrows
1
-4
/
+7
2010-06-05
Add a convenience matcher to trim whitespace from strings before matching them.
Daniel Burrows
1
-0
/
+15
2010-06-04
Write a "teletype" mock/fake object that allows test code to easily examine t...
Daniel Burrows
3
-0
/
+240
2010-06-04
Retool the terminal mock so that it can be used as a standalone mock.
Daniel_Burrows@alumni.brown.edu
3
-29
/
+30
2010-06-04
In the mock terminal, make calls to move_to_beginning_of_line() cause '\r' to...
Daniel Burrows
2
-0
/
+17
2010-06-03
Write a mock of the terminal object that automatically canonicalizes the term...
Daniel Burrows
6
-1
/
+205
[next]