summaryrefslogtreecommitdiff
path: root/ttystatus/percent.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-09Fix variable type issues found by pylintLars Wirzenius1-3/+3
2015-04-18Fix problems found by pep8Lars Wirzenius1-6/+6
2012-04-15Add width argument to render() methodLars Wirzenius1-1/+3
2012-04-15Change __str__ to renderLars Wirzenius1-1/+1
2012-04-15Improve widget split between updating and renderingLars Wirzenius1-3/+2
2011-08-31Fix PercentDone wrt zero division.Lars Wirzenius1-0/+2
2010-07-07Change update methods to only cache information and compute minimal things.Lars Wirzenius1-9/+10
2010-07-07Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius1-1/+1
2010-07-07Speed things up by only updating widgets interested in the updated value.Lars Wirzenius1-0/+1
2010-06-11Handle bad values for PercentDone.Lars Wirzenius1-1/+7
2010-06-11Add PercentDone widget.Lars Wirzenius1-0/+35