| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Write NEWS file, update version number and debian/changelog for 0.4 release.version_0_4 | Lars Wirzenius | 2010-07-05 | 3 | -1/+18 |
| | | |||||
| * | Fix Messager to report actual width it will use as .width. | Lars Wirzenius | 2010-07-05 | 2 | -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_3 | Lars Wirzenius | 2010-07-01 | 2 | -8/+4 |
| | | |||||
| * | New release. Fixes handling of bad values for fields. | Lars Wirzenius | 2010-07-01 | 2 | -1/+7 |
| | | |||||
| * | Fix handling of bad values (zero divisions, non-numbers, etc). | Lars Wirzenius | 2010-07-01 | 5 | -7/+38 |
| |\ | |||||
| | * | Handle empty string for done, total values. | Lars Wirzenius | 2010-07-01 | 2 | -2/+9 |
| | | | |||||
| | * | Handle zero speed correctly. | Lars Wirzenius | 2010-07-01 | 2 | -3/+12 |
| | | | |||||
| | * | Add fixes for zero division and empty string values for total. | Lars Wirzenius | 2010-07-01 | 2 | -2/+13 |
| | | | |||||
| | * | Add test for zero total for PercentageDone. | Lars Wirzenius | 2010-07-01 | 1 | -0/+4 |
| |/ | |||||
| * | Add some notes about hacking stuff to README. | Lars Wirzenius | 2010-06-20 | 1 | -0/+14 |
| | | |||||
| * | Bump version number so it matches debian/changelog. | Lars Wirzenius | 2010-06-20 | 1 | -1/+1 |
| | | |||||
| * | Mention example.py in README and install it in .deb. | Lars Wirzenius | 2010-06-20 | 2 | -0/+3 |
| | | |||||
| * | Add README. | Lars Wirzenius | 2010-06-20 | 1 | -0/+55 |
| | | |||||
| * | Add a copy of GPL-3. | Lars Wirzenius | 2010-06-20 | 1 | -0/+674 |
| | | |||||
| * | Fix bug in ttystatus.Pathname widget: if value is not set in master, | Lars Wirzenius | 2010-06-14 | 3 | -1/+12 |
| | | | | but update is called, do not crash. | ||||
| * | Release version 1.2.version_1_2version_0_2 | Lars Wirzenius | 2010-06-14 | 3 | -3/+10 |
| | | |||||
| * | Add ElapsedTime widget. | Lars Wirzenius | 2010-06-14 | 3 | -0/+88 |
| | | |||||
| * | Add RemainingTime to example.py. | Lars Wirzenius | 2010-06-13 | 3 | -17/+24 |
| | | | | Updates to RemainingTime tests, as well. | ||||
| * | Add RemainingTime widget. | Lars Wirzenius | 2010-06-13 | 3 | -0/+97 |
| | | |||||
| * | Add ProgressBar to example program. | Lars Wirzenius | 2010-06-12 | 1 | -0/+1 |
| | | |||||
| * | Add ProgressBar widget. | Lars Wirzenius | 2010-06-12 | 3 | -0/+89 |
| | | |||||
| * | Add TerminalStatus.get method. | Lars Wirzenius | 2010-06-12 | 2 | -0/+14 |
| | | |||||
| * | Update example program to use some of the new widgets. | Lars Wirzenius | 2010-06-11 | 1 | -6/+29 |
| | | |||||
| * | Index should be 1-based, not 0-based. | Lars Wirzenius | 2010-06-11 | 2 | -2/+2 |
| | | |||||
| * | Handle bad values for PercentDone. | Lars Wirzenius | 2010-06-11 | 2 | -1/+11 |
| | | |||||
| * | Change Index to show 12/12314 instead of just 12. | Lars Wirzenius | 2010-06-11 | 2 | -5/+12 |
| | | |||||
| * | Add PercentDone widget. | Lars Wirzenius | 2010-06-11 | 3 | -0/+69 |
| | | |||||
| * | Add Index widget. | Lars Wirzenius | 2010-06-11 | 3 | -0/+71 |
| | | |||||
| * | Add Counter widget. | Lars Wirzenius | 2010-06-11 | 3 | -0/+79 |
| | | |||||
| * | Add ByteSize widget. | Lars Wirzenius | 2010-06-11 | 3 | -0/+102 |
| | | |||||
| * | Add check that setup.py and debian/changelog versions match. | Lars Wirzenius | 2010-06-08 | 2 | -2/+8 |
| | | |||||
| * | Add Pathname widget. | Lars Wirzenius | 2010-06-08 | 3 | -1/+89 |
| | | |||||
| * | Add Debian packaging. | Lars Wirzenius | 2010-06-06 | 11 | -0/+85 |
| | | |||||
| * | Do tricks to get coverage to 100%. | Lars Wirzenius | 2010-06-06 | 1 | -4/+6 |
| | | |||||
| * | Ignore write errors, call _get_terminal_width with right name. | Lars Wirzenius | 2010-06-06 | 1 | -3/+9 |
| | | |||||
| * | Update example program to use TerminalStatus. | Lars Wirzenius | 2010-06-06 | 2 | -4/+11 |
| | | |||||
| * | Give each widget the right remaining width. | Lars Wirzenius | 2010-06-06 | 2 | -1/+5 |
| | | |||||
| * | Add TerminalStatus.increase. | Lars Wirzenius | 2010-06-06 | 2 | -0/+10 |
| | | |||||
| * | Make use of Messager in TerminalStatus. | Lars Wirzenius | 2010-06-06 | 3 | -4/+37 |
| | | |||||
| * | Make TerminalStatus update widgets when values change. | Lars Wirzenius | 2010-06-06 | 3 | -1/+13 |
| | | |||||
| * | Add String widget. | Lars Wirzenius | 2010-06-06 | 2 | -0/+60 |
| | | |||||
| * | Implement TerminalStatus.__setitem__. | Lars Wirzenius | 2010-06-06 | 2 | -0/+8 |
| | | |||||
| * | Implement TerminalStatus.__getitem__ | Lars Wirzenius | 2010-06-06 | 2 | -1/+18 |
| | | |||||
| * | Implement TerminalStatus.clear. | Lars Wirzenius | 2010-06-06 | 2 | -1/+10 |
| | | |||||
| * | Add beginnings of TerminalStatus class. | Lars Wirzenius | 2010-06-06 | 3 | -0/+62 |
| | | |||||
| * | Add widget base class. | Lars Wirzenius | 2010-06-06 | 1 | -0/+42 |
| | | |||||
| * | Add Literal widget. | Lars Wirzenius | 2010-06-06 | 2 | -0/+51 |
| | | |||||
| * | Add Widget base class. | Lars Wirzenius | 2010-06-06 | 1 | -0/+2 |
| | | |||||
| * | Add example program. | Lars Wirzenius | 2010-06-05 | 1 | -0/+37 |
| | | |||||
| * | Add way to set message update frequency. | Lars Wirzenius | 2010-06-05 | 1 | -2/+2 |
| | | |||||
