summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Write NEWS file, update version number and debian/changelog for 0.4 release.version_0_4Lars Wirzenius2010-07-053-1/+18
|
* Fix Messager to report actual width it will use as .width.Lars Wirzenius2010-07-052-5/+8
| | | | | | This way, when TerminalStatus computes the amount of remaining space, it is not off by one: Messager refuses to print out the last character lest the terminal scroll or line wrap.
* Go back to version 0.3, since that wasn't released yet.version_0_3Lars Wirzenius2010-07-012-8/+4
|
* New release. Fixes handling of bad values for fields. Lars Wirzenius2010-07-012-1/+7
|
* Fix handling of bad values (zero divisions, non-numbers, etc).Lars Wirzenius2010-07-015-7/+38
|\
| * Handle empty string for done, total values.Lars Wirzenius2010-07-012-2/+9
| |
| * Handle zero speed correctly.Lars Wirzenius2010-07-012-3/+12
| |
| * Add fixes for zero division and empty string values for total.Lars Wirzenius2010-07-012-2/+13
| |
| * Add test for zero total for PercentageDone.Lars Wirzenius2010-07-011-0/+4
|/
* Add some notes about hacking stuff to README.Lars Wirzenius2010-06-201-0/+14
|
* Bump version number so it matches debian/changelog.Lars Wirzenius2010-06-201-1/+1
|
* Mention example.py in README and install it in .deb.Lars Wirzenius2010-06-202-0/+3
|
* Add README.Lars Wirzenius2010-06-201-0/+55
|
* Add a copy of GPL-3.Lars Wirzenius2010-06-201-0/+674
|
* Fix bug in ttystatus.Pathname widget: if value is not set in master,Lars Wirzenius2010-06-143-1/+12
| | | but update is called, do not crash.
* 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
| | | Updates to RemainingTime tests, as well.
* 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
|