summaryrefslogtreecommitdiff
path: root/ttystatus/progressbar.py
Commit message (Expand)AuthorAgeFilesLines
* Change update methods to only cache information and compute minimal things.Lars Wirzenius2010-07-071-8/+19
* Make value attribute required for widgets.Lars Wirzenius2010-07-071-0/+1
* Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius2010-07-071-1/+1
* Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-071-0/+1
* Add fixes for zero division and empty string values for total.Lars Wirzenius2010-07-011-2/+5
* Add ProgressBar widget.Lars Wirzenius2010-06-121-0/+35