summaryrefslogtreecommitdiff
path: root/ttystatus
AgeCommit message (Expand)AuthorFilesLines
2015-09-26Refactor for clarification, then fix one-line outputLars Wirzenius1-13/+26
2015-09-26Allow multiline outputLars Wirzenius2-33/+80
2015-09-19Move __version__ to after imports, for pep8Lars Wirzenius1-3/+4
2015-05-01Refactor _get_terminal_width for clarityLars Wirzenius1-15/+13
2015-05-01Whitespace fixes for PEP8Lars Wirzenius6-15/+15
2015-04-18Fixes from pylintLars Wirzenius7-29/+25
2015-04-18Fix problems found by pep8Lars Wirzenius32-298/+276
2013-06-19Prepare release version 0.23Lars Wirzenius1-1/+1
2013-06-16Stop using SIGWINCHLars Wirzenius2-12/+18
2013-03-12Prepare release version 0.22Lars Wirzenius1-1/+1
2012-12-17Update display after terminal size changesLars Wirzenius1-0/+1
2012-09-29Change version number from 0.20.1 to 0.21 due to jenkinstoolLars Wirzenius1-1/+1
2012-09-29Prepare release 0.20.1Lars Wirzenius1-1/+1
2012-09-18Prepare for 0.20 releaseLars Wirzenius1-1/+1
2012-07-11Fix DummyNotify to accept keyword argumentLars Wirzenius1-1/+1
2012-07-09Force .error to always outputLars Wirzenius2-3/+3
2012-06-30Prepare to release version 0.19Lars Wirzenius1-1/+1
2012-05-21Remove once-per-period functionality of Message.writeLars Wirzenius3-18/+6
2012-05-21Allow Messager.write to be forcedLars Wirzenius2-3/+3
2012-05-21Add TerminalStatus.flush methodLars Wirzenius2-0/+17
2012-05-08Release version 0.18Lars Wirzenius1-1/+1
2012-05-05Allow ByteSpeed to show current-ish speedLars Wirzenius2-12/+45
2012-04-15Prepare release 0.17Lars Wirzenius1-1/+1
2012-04-15Fix Pathname to render from end instead of beginningLars Wirzenius2-5/+10
2012-04-15Add test for rendering variable size widgets smaller if space is constrainedLars Wirzenius1-0/+11
2012-04-15Limit rendered text to available widthLars Wirzenius2-1/+10
2012-04-15Fix rendering to adjust to available spaceLars Wirzenius2-5/+32
2012-04-15Add width argument to render() methodLars Wirzenius28-80/+151
2012-04-15Change __str__ to renderLars Wirzenius28-75/+78
2012-04-15Fix Integer() to not render in updateLars Wirzenius1-6/+6
2012-04-15Refactor: change name of _factor to _renderLars Wirzenius1-3/+3
2012-04-15Actually update widgets when values changeLars Wirzenius1-2/+2
2012-04-15Add test to verify widget updates happen without renderingLars Wirzenius1-0/+8
2012-04-15Improve widget split between updating and renderingLars Wirzenius26-179/+93
2012-04-08Release version 0.16Lars Wirzenius1-1/+1
2012-04-08Format widgets completely at endLars Wirzenius1-10/+10
2012-04-08Only format widgets when it's time to writeLars Wirzenius1-10/+11
2011-09-17Bump version number.Lars Wirzenius1-1/+1
2011-09-15Fix String to handle non-string values.Lars Wirzenius2-1/+5
2011-08-31Bump version number.Lars Wirzenius1-1/+1
2011-08-31Add an example to docstring.Lars Wirzenius1-1/+2
2011-08-31Add docstring to explain format string syntax.Lars Wirzenius1-1/+7
2011-08-31Add ttystatus.TerminalStatus.format method.Lars Wirzenius2-0/+11
2011-08-31Refactor: code clarity.Lars Wirzenius1-3/+3
2011-08-31Implement format string parsing.Lars Wirzenius2-5/+90
2011-08-31Make sure widgets are not base class, just real widgets.Lars Wirzenius1-0/+1
2011-08-31Start fmt module.Lars Wirzenius3-0/+53
2011-08-31Fix test for zero division.Lars Wirzenius1-1/+1
2011-08-31Fix PercentDone wrt zero division.Lars Wirzenius1-0/+2
2011-08-29Fix tests so they pass.Lars Wirzenius3-4/+16