summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 1.2.version_1_2version_0_2Lars Wirzenius2010-06-143-3/+10
* Add ElapsedTime widget.Lars Wirzenius2010-06-143-0/+88
* Add RemainingTime to example.py.Lars Wirzenius2010-06-133-17/+24
* Add RemainingTime widget.Lars Wirzenius2010-06-133-0/+97
* Add ProgressBar to example program.Lars Wirzenius2010-06-121-0/+1
* Add ProgressBar widget.Lars Wirzenius2010-06-123-0/+89
* Add TerminalStatus.get method.Lars Wirzenius2010-06-122-0/+14
* Update example program to use some of the new widgets.Lars Wirzenius2010-06-111-6/+29
* Index should be 1-based, not 0-based.Lars Wirzenius2010-06-112-2/+2
* Handle bad values for PercentDone.Lars Wirzenius2010-06-112-1/+11
* Change Index to show 12/12314 instead of just 12.Lars Wirzenius2010-06-112-5/+12
* Add PercentDone widget.Lars Wirzenius2010-06-113-0/+69
* Add Index widget.Lars Wirzenius2010-06-113-0/+71
* Add Counter widget.Lars Wirzenius2010-06-113-0/+79
* Add ByteSize widget.Lars Wirzenius2010-06-113-0/+102
* Add check that setup.py and debian/changelog versions match.Lars Wirzenius2010-06-082-2/+8
* Add Pathname widget.Lars Wirzenius2010-06-083-1/+89
* Add Debian packaging.Lars Wirzenius2010-06-0611-0/+85
* Do tricks to get coverage to 100%.Lars Wirzenius2010-06-061-4/+6
* Ignore write errors, call _get_terminal_width with right name.Lars Wirzenius2010-06-061-3/+9
* Update example program to use TerminalStatus.Lars Wirzenius2010-06-062-4/+11
* Give each widget the right remaining width.Lars Wirzenius2010-06-062-1/+5
* Add TerminalStatus.increase.Lars Wirzenius2010-06-062-0/+10
* Make use of Messager in TerminalStatus.Lars Wirzenius2010-06-063-4/+37
* Make TerminalStatus update widgets when values change.Lars Wirzenius2010-06-063-1/+13
* Add String widget.Lars Wirzenius2010-06-062-0/+60
* Implement TerminalStatus.__setitem__.Lars Wirzenius2010-06-062-0/+8
* Implement TerminalStatus.__getitem__Lars Wirzenius2010-06-062-1/+18
* Implement TerminalStatus.clear.Lars Wirzenius2010-06-062-1/+10
* Add beginnings of TerminalStatus class.Lars Wirzenius2010-06-063-0/+62
* Add widget base class.Lars Wirzenius2010-06-061-0/+42
* Add Literal widget.Lars Wirzenius2010-06-062-0/+51
* Add Widget base class.Lars Wirzenius2010-06-061-0/+2
* Add example program.Lars Wirzenius2010-06-051-0/+37
* Add way to set message update frequency.Lars Wirzenius2010-06-051-2/+2
* Add missing import.Lars Wirzenius2010-06-051-0/+1
* Catch SIGWINCH and update accordingly.Lars Wirzenius2010-06-051-0/+8
* Query terminal for its width at startup.Lars Wirzenius2010-06-051-1/+24
* Avoid writing more than fits on terminal.Lars Wirzenius2010-06-052-0/+10
* Fix Messager.finish flush out last message from user.Lars Wirzenius2010-06-052-1/+10
* Refactor.Lars Wirzenius2010-06-051-8/+11
* Make Messages.finish() to leave last message on screen.Lars Wirzenius2010-06-052-2/+3
* Add Messager.finish.Lars Wirzenius2010-06-052-0/+8
* Add Messager.notify.Lars Wirzenius2010-06-052-0/+23
* Add Messager.clear method.Lars Wirzenius2010-06-052-0/+10
* Make Messager.raw_write remove the old message, if any.Lars Wirzenius2010-06-052-6/+19
* Add Messager.write, for updating only once per second.Lars Wirzenius2010-06-052-5/+32
* Fix things so output only happens to terminals.Lars Wirzenius2010-06-052-2/+7
* Add Makefile to run tests.Lars Wirzenius2010-06-052-0/+9
* Add initial test and code to implement it.Lars Wirzenius2010-06-053-0/+86