Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-03 | Move the throttle object to src/generic/util. | Daniel_Burrows@alumni.brown.edu | 1 | -12/+12 | |
2010-07-03 | Move the core command-line progress view interface to generic/views. | Daniel_Burrows@alumni.brown.edu | 1 | -21/+26 | |
2010-06-15 | Add support to the command-line progress display object for showing that the ↵ | Daniel Burrows | 1 | -0/+17 | |
current task is done, and for displaying progress the way classic apt tools do. The new code supports both "[ 40%] Task" and "Task... 40%" display styles, and when a task is complete the code will either erase it (default) or advance to the next terminal line (like apt-get does). These behaviors are controlled by apt options. | |||||
2010-06-15 | Make the testing of search progress throttling hopefully more robust. | Daniel Burrows | 1 | -15/+16 | |
Instead of relying on knowing how many times each routine checks for throttling, I just fully disable and fully enable throttling depending on whether the next call should be throttled or not. | |||||
2010-06-10 | Write a test of the command-line search progress object. | Daniel Burrows | 1 | -0/+217 | |