summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Allow output go to StringIO, which does not have fileno. Good for test suite, and good for user, perhaps, for deranged values of user.
* 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
| | | | _raw_write was doing two things. Break out the thing that overwrites the current message.
* 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
| | | Also add list of modules without test modules.
* Add initial test and code to implement it.Lars Wirzenius2010-06-053-0/+86